diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 14:41:48 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 14:41:48 +0700 |
| commit | ae475a8d1dc9fa291d079e00d4194c55a0bb408c (patch) | |
| tree | 82a7d96f161e1c0b2ece24171bd5ac3d4f4484d7 /indoteknik_custom/views/x_manufactures.xml | |
| parent | 6538d8958c541e208df9a5fd83d5bdd5a0ae021c (diff) | |
| parent | de4a6c2c2ce115d169a3a85548ff95c8789e25c8 (diff) | |
Merge branch 'release' of bitbucket.org:altafixco/indoteknik-addons into release
Diffstat (limited to 'indoteknik_custom/views/x_manufactures.xml')
| -rwxr-xr-x | indoteknik_custom/views/x_manufactures.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index e51cb6a7..ce00c980 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -22,8 +22,7 @@ <field name="x_manufacture_level"/> <field name="x_manufacture_service_center"/> <field name="cache_reset_status"/> - <field name="show_as_new_product"/> - <field name="sequence"/> + <field name="parent_id"/> </tree> </field> </record> @@ -43,7 +42,8 @@ <field name="x_manufacture_level"/> <field name="x_produk_aksesoris_sparepart"/> <field name="cache_reset_status"/> - <field name="sequence"/> + <field name="parent_id"/> + <field name="category_ids" widget="many2many_tags"/> </group> <group> <field name="x_logo_manufacture" widget="image"/> |
