diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-13 10:06:30 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-13 10:06:30 +0700 |
| commit | dabf2a523d801ac222af046fea3bb08f9db6bf9f (patch) | |
| tree | 2564ce58ff5d1087fb02088d3b03e0c097742723 /indoteknik_custom/views/stock_vendor.xml | |
| parent | 1b5a1035452c00f4650d62caaf0eaff74cbc94b8 (diff) | |
Fix view stock.vendor dan buat model-view crm.lead (pengajuan tempo)
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> |
