[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
@@ -19,8 +19,9 @@ Master data is usually part of the technical or business requirements for the mo
words, such data is often necessary for the module to work properly. This data will always be
installed when installing the module.
We already met technical data previously since we have defined :ref:`views <reference/views>` and
:ref:`actions <reference/actions>`. Those are one kind of master data.
We already met technical data previously since we have defined :doc:`views
<../reference/user_interface/view_records>` and :doc:`actions <../reference/backend/actions>`. Those
are one kind of master data.
On top of technical data, business data can be defined, e.g. countries, currencies, units of measure,
as well as complete country localization (legal reports, tax definitions, chart of account), and much