Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,18 @@
You can override like here
.. code-block:: xml
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="model">res.config.settings</field>
<field name="priority" eval="200"/>
<field name="inherit_id" ref="misc_settings.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@data-key='misc_settings']" position="inside">
<h2>My Section</h2>
<div class="row mt16 o_settings_container" name="my_section">
Complete here
</div>
</xpath>
</field>
</record>

View file

@ -0,0 +1,3 @@
* `Akretion <https://www.akretion.com>`__:
* David BEAL

View file

@ -0,0 +1,6 @@
Miscellaneous settings to be an anchor for your custom settings
Use case : you want your users to find all the settings they need to manage their activity over time on a single, dedicated page.
.. figure:: ../static/description/screen.png
:alt: Miscellaneous settings screen