diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-26 11:10:04 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-26 11:10:04 +0700 |
| commit | cdd2e38987e4db045809b5af65fc12c16cf20186 (patch) | |
| tree | 835e92eabb6c8daba9ccd000f6912e5a6c3c687a /indoteknik_custom/views/x_manufactures.xml | |
| parent | 556c95e1fe466448eee0e823adc6a5757638272d (diff) | |
| parent | 8cba1eaa340eb0c6b264672b0a47dc1628c2eb04 (diff) | |
Merge branch 'automatic-purchase-split' into production
Diffstat (limited to 'indoteknik_custom/views/x_manufactures.xml')
| -rwxr-xr-x | indoteknik_custom/views/x_manufactures.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index f68a0e00..d413be12 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -24,6 +24,7 @@ <field name="x_manufacture_service_center"/> <field name="cache_reset_status"/> <field name="parent_id"/> + <field name="user_id" optional="hide"/> </tree> </field> </record> @@ -46,6 +47,7 @@ <field name="cache_reset_status"/> <field name="parent_id"/> <field name="category_ids" widget="many2many_tags"/> + <field name="user_id"/> </group> <group> <field name="x_logo_manufacture" widget="image"/> |
