diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-21 13:33:01 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-21 13:33:01 +0700 |
| commit | bdb9f28bb5b295b2a5dc5b116d67a561b9947e4a (patch) | |
| tree | 226a75e5fbbc24adc261983acdb8bcb16ed50792 /indoteknik_custom/views | |
| parent | c2105f6b0efdd0bb74b934205bb0acc43b297bdc (diff) | |
| parent | 861bb64e5a972b8ce9b09d2345dbb6250d041435 (diff) | |
Merge branch 'release' into midtrans
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/wati.xml | 14 | ||||
| -rwxr-xr-x | indoteknik_custom/views/x_manufactures.xml | 6 |
2 files changed, 17 insertions, 3 deletions
diff --git a/indoteknik_custom/views/wati.xml b/indoteknik_custom/views/wati.xml new file mode 100644 index 00000000..fd0306be --- /dev/null +++ b/indoteknik_custom/views/wati.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<odoo> + <record id="cron_wati_cleanup" model="ir.cron"> + <field name="name">Wati: Cleansing Notification</field> + <field name="interval_number">15</field> + <field name="interval_type">days</field> + <field name="numbercall">-1</field> + <field name="doall" eval="False"/> + <field name="model_id" ref="model_wati_notification"/> + <field name="code">model._cleanup()</field> + <field name="state">code</field> + <field name="priority">28</field> + </record> +</odoo> 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"/> |
