diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-03 17:40:36 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-03 17:40:36 +0700 |
| commit | 69c476bba84a7cb2b33e8b45bc1ea7d140333b2f (patch) | |
| tree | 3a923f83ce3445b63da8053ff1365e4872b3a75e /indoteknik_custom/views | |
| parent | 083e4ab620edc20534992d6dd8b891796ecb35ce (diff) | |
add cache reset per brand
Diffstat (limited to 'indoteknik_custom/views')
| -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 e7e1b85d..d122c6c1 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -22,6 +22,7 @@ <field name="x_short_desc"/> <field name="x_manufacture_level"/> <field name="x_manufacture_service_center"/> + <field name="cache_reset_status"/> </tree> </field> </record> @@ -40,6 +41,7 @@ <field name="x_short_desc"/> <field name="x_manufacture_level"/> <field name="x_produk_aksesoris_sparepart"/> + <field name="cache_reset_status"/> </group> <group> <field name="x_logo_manufacture" widget="image"/> |
