mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 17:31:59 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
* `Akretion <https://www.akretion.com>`__:
|
||||
|
||||
* David BEAL
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue