Skip to content

Commit 722c3d0

Browse files
[IMP] stock_inventory: view inherance for third modules
1 parent d2a9f15 commit 722c3d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stock_inventory/views/res_config_settings_view.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
<field name="arch" type="xml">
1010
<xpath expr="//div[@id='production_lot_info']" position='after'>
1111
<h2>Stock Inventory</h2>
12-
<div class="row mt16 o_settings_container">
12+
<div
13+
class="row mt16 o_settings_container"
14+
name="stock_inventory_container"
15+
>
1316
<div class="col-xs-12 col-md-6 o_setting_box">
1417
<div class="o_setting_left_pane">
1518
<field name="stock_inventory_auto_complete" />

0 commit comments

Comments
 (0)