19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -6,14 +6,10 @@
<field name="inherit_id" ref="base_setup.res_config_settings_view_form"/>
<field name="arch" type="xml">
<!-- add before the Access Rights section -->
<xpath expr="//div[@id='allow_import']" position="before">
<div class="col-12 col-lg-6 o_setting_box">
<div class="o_setting_left_pane"/>
<div class="o_setting_right_pane">
<label for="minlength" class="mr8"/>
<field name="minlength"/>
</div>
</div>
<xpath expr="//setting[@id='allow_import']" position="before">
<setting>
<field name="minlength"/>
</setting>
</xpath>
</field>
</record>