diff --git a/content/contributing/development/coding_guidelines.rst b/content/contributing/development/coding_guidelines.rst index b94e7e0f7..4e5f5247b 100644 --- a/content/contributing/development/coding_guidelines.rst +++ b/content/contributing/development/coding_guidelines.rst @@ -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 ` -- 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 diff --git a/content/developer/reference/addons/data.rst b/content/developer/reference/addons/data.rst index 414dd9957..019d76dd5 100644 --- a/content/developer/reference/addons/data.rst +++ b/content/developer/reference/addons/data.rst @@ -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