diff options
Diffstat (limited to 'indoteknik_custom/views/stock_vendor.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_vendor.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/stock_vendor.xml b/indoteknik_custom/views/stock_vendor.xml index 5f3269f5..ebf63a6a 100644 --- a/indoteknik_custom/views/stock_vendor.xml +++ b/indoteknik_custom/views/stock_vendor.xml @@ -15,7 +15,7 @@ <field name="name">Stock vendor</field> <field name="model">stock.vendor</field> <field name="arch" type="xml"> - <tree create="false"> + <tree> <field name="quantity" widget="badge" decoration-primary="True"/> <field name="product_variant_id"/> <field name="__last_update"/> @@ -27,7 +27,7 @@ <field name="name">Stock vendor</field> <field name="model">stock.vendor</field> <field name="arch" type="xml"> - <form create="false" edit="false"> + <form> <sheet> <group> <group> |
