File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
product_supplierinfo_disable_autocreation/views Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments