Skip to content

Commit 64f0a43

Browse files
author
Rebeca Martín
committed
[FIX] adapat xml structure to v16 format
1 parent ad1b75d commit 64f0a43

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

product_supplierinfo_disable_autocreation/views/res_config_settings_views.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
1515
ref="purchase.res_config_settings_view_form_purchase"
1616
/>
1717
<field name="arch" type="xml">
18-
<xpath expr="//div[contains(@class, 'o_setting_box')][.//field[@name='lock_confirmed_po']]" position="after">
19-
<div class="col-12 col-lg-6 o_setting_box" id="purchase_pricelist_disable_autocreate_setting">
18+
<xpath
19+
expr="//div[contains(@class, 'o_setting_box')][.//field[@name='lock_confirmed_po']]"
20+
position="after"
21+
>
22+
<div
23+
class="col-12 col-lg-6 o_setting_box"
24+
id="purchase_pricelist_disable_autocreate_setting"
25+
>
2026
<div class="o_setting_left_pane">
21-
<field name="purchase_pricelist_disable_autocreate"/>
27+
<field name="purchase_pricelist_disable_autocreate" />
2228
</div>
2329
<div class="o_setting_right_pane">
24-
<label for="purchase_pricelist_disable_autocreate"/>
30+
<label for="purchase_pricelist_disable_autocreate" />
2531
<div class="text-muted">
2632
Automatically create supplier pricelists when validating purchase orders
2733
</div>

0 commit comments

Comments
 (0)