diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-07-19 08:44:52 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-07-19 08:44:52 +0700 |
| commit | 7be922be9b8200a5b90f644a718d905d13157cd1 (patch) | |
| tree | 4d99137cab558c3a6c0d35a3b6b8a4c9b6cc1d31 | |
| parent | 41a1567f7dd7d600e66aab11a851b2e9b53083ab (diff) | |
Fix view stock.altama
| -rw-r--r-- | indoteknik_custom/views/stock_altama.xml | 11 |
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> |
