Metadata-Version: 2.1
Name: odoo14-addon-base_view_full_arch
Version: 14.0.1.0.1.dev3
Summary: Allows displaying the full, compiled architecture for all views
Home-page: https://github.com/OCA/server-tools
Author: Camptocamp,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: LGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 14.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.6
Requires-Dist: odoo<14.1dev,>=14.0a

===================================
Display full architecture for views
===================================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:57d8f208c00b0dfd96396255c35e725f01513031c96ac0ed470e8152b72e662a
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-camptocamp%2Fserver--tools-lightgray.png?logo=github
    :target: https://github.com/camptocamp/server-tools/tree/14.0-ADD-base_view_full_arch/base_view_full_arch
    :alt: camptocamp/server-tools

|badge1| |badge2| |badge3|

Displays view's fully combined architecture.

Primary views (ie: views that do not inherit from other views, or that are defined with
``mode == 'primary'``) will display the fully combined architecture including all the
inheriting views; inheriting views will display the fully combined architecture of the
ancestor view (recursively).

Especially useful for analysis, development and debug when having multiple inheriting
views.

This module's feature is not equivalent to using ``fields_view_get()``:

- ``fields_view_get()`` does not display the architecture of nested views (eg: sale
  orders' lines tree view, partners' children kanban view)
- ``fields_view_get()`` can only be accessed through the debug menu, which is not always
  available for views (eg: reports' templates)
- ``fields_view_get()`` applies to the views conditions generated by the Python code,
  making it harder to understand what's defined in the view's architecture and what's not

**Table of contents**

.. contents::
   :local:

Usage
=====

Install the module, and a new tab will appear in the ``ir.ui.view`` form view to
display the fully combined architecture of the view.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/camptocamp/server-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/camptocamp/server-tools/issues/new?body=module:%20base_view_full_arch%0Aversion:%2014.0-ADD-base_view_full_arch%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Camptocamp

Contributors
~~~~~~~~~~~~

* `Camptocamp SA <https://www.camptocamp.com>`_:

  * Silvio Gregorini <silvio.gregorini@camptocamp.com>

Maintainers
~~~~~~~~~~~

This module is part of the `camptocamp/server-tools <https://github.com/camptocamp/server-tools/tree/14.0-ADD-base_view_full_arch/base_view_full_arch>`_ project on GitHub.

You are welcome to contribute.
