diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-21 10:12:39 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-21 10:12:39 +0700 |
| commit | 3ea572e1292eca97b193c971091d7d2f7bbb260b (patch) | |
| tree | 91710202d88f7bc48f9aa37c44dd3c2c2a39d4bd /indoteknik_custom/views | |
| parent | 1ac814df6fb11614d58df36662c7d8f72951f4c3 (diff) | |
add cleanup wati notification and add some field in manufactures
Diffstat (limited to 'indoteknik_custom/views')
| -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"/> |
