summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indoteknik_custom/views/stock_altama.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/indoteknik_custom/views/stock_altama.xml b/indoteknik_custom/views/stock_altama.xml
index ee54a52e..f9b7b861 100644
--- a/indoteknik_custom/views/stock_altama.xml
+++ b/indoteknik_custom/views/stock_altama.xml
@@ -27,8 +27,15 @@
<field name="model">stock.altama</field>
<field name="arch" type="xml">
<form>
- <field name="product_variant_id"/>
- <field name="quantity"/>
+ <sheet>
+ <group>
+ <group>
+ <field name="product_variant_id"/>
+ <field name="quantity"/>
+ </group>
+ <group></group>
+ </group>
+ </sheet>
</form>
</field>
</record>