diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-23 18:27:40 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-23 18:27:40 +0700 |
| commit | 4d41e5f767820976b127ab50eee6389a821e50be (patch) | |
| tree | c9a553ed4542b636390e559ee187e4d840c91660 /addons/product/views | |
| parent | abcaa5e5a67a91356932136fe31996d84f8fa853 (diff) | |
add field accurate item code in product variant
Diffstat (limited to 'addons/product/views')
| -rw-r--r-- | addons/product/views/product_views.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addons/product/views/product_views.xml b/addons/product/views/product_views.xml index 2adb15c0..1538b92f 100644 --- a/addons/product/views/product_views.xml +++ b/addons/product/views/product_views.xml @@ -234,6 +234,7 @@ <field name="default_code"/> <field name="barcode"/> <field name="type" invisible="1"/> + <field name="accurate_item_code"/> </group> <group name="pricing" string="Pricing"> <field name="product_variant_count" invisible="1"/> |
