[IMP] reference: rewrite and move views documentation to user_interface/

The documentation of the views is redone in order to be up to date and
has allowed a better visualization of the task on the modifiers.

task-2495504

closes odoo/documentation#3523

Related: odoo/odoo#104741
Related: odoo/enterprise#35255
Related: odoo/upgrade#4884
Signed-off-by: Julien Castiaux (juc) <juc@odoo.com>
This commit is contained in:
Gorash
2023-01-17 15:25:44 +00:00
parent 58b82b93d5
commit 83c2012f95
44 changed files with 5111 additions and 2610 deletions
@@ -64,13 +64,14 @@ An Odoo module **can** contain a number of elements:
these classes are automatically mapped to database columns thanks to the
:abbr:`ORM (Object-Relational Mapping)` layer.
:ref:`Object views <reference/views>`
:doc:`Object views <../../reference/user_interface/view_architecture>`
Define UI display
:ref:`Data files <reference/data>`
XML or CSV files declaring the model data:
* :ref:`views <reference/views>` or :ref:`reports <reference/reports>`,
* :doc:`views <../../reference/user_interface/view_architecture>` or
:ref:`reports <reference/reports>`,
* configuration data (modules parametrization, :ref:`security rules <reference/security>`),
* demonstration data
* and more