[FIX] developer/guidelines: do not mention deprecated xml tags

act_window & report xml tags have been deprecated by
6835aeb0de
two years ago, we should avoid mentioning them in the guidelines.

Furthermore, in 17.0 they won't be available anymore.

closes odoo/documentation#2862

X-original-commit: 758463edd4
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
Victor Feyens 2022-10-25 15:32:59 +00:00
parent 6419980663
commit ac813f2b5b
2 changed files with 1 additions and 6 deletions

View File

@ -276,10 +276,8 @@ Odoo supports custom tags acting as syntactic sugar:
- menuitem: use it as a shortcut to declare a ``ir.ui.menu``
- template: use it to declare a QWeb View requiring only the ``arch`` section of the view.
- report: use to declare a :ref:`report action <reference/actions/report>`
- act_window: use it if the record notation can't do what you want
The 4 first tags are preferred over the *record* notation.
These tags are preferred over the *record* notation.
XML IDs and naming

View File

@ -257,9 +257,6 @@ section of the view, and allowing a few *optional* attributes:
website interface) and its default status. If unset, the view is always
enabled.
.. deprecated act_window & report
.. ignored url, act_window and ir_set
.. _reference/data/csvdatafiles:
CSV data files