[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#2857
Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
parent
a8ca40023d
commit
758463edd4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user