diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-15 10:15:35 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-15 10:15:35 +0700 |
| commit | 62b3f5f6aa6f6b5dfb06387487d2c1756a712778 (patch) | |
| tree | 5c95622283c25ac33a4af5c0fe56854728ba5e8f /indoteknik_custom/views | |
| parent | 33d3124e1283778cfb957c7bb75afc6619c4dd7d (diff) | |
| parent | dc6903b175f600f01918d3d7575545e76eaef3c4 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into fix-switch-account
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling_po.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml index 1c6a86ea..548a209f 100644 --- a/indoteknik_custom/views/tukar_guling_po.xml +++ b/indoteknik_custom/views/tukar_guling_po.xml @@ -21,7 +21,7 @@ <field name="name">pengajuan.tukar.guling.po.tree</field> <field name="model">tukar.guling.po</field> <field name="arch" type="xml"> - <tree create="1" delete="1" default_order="create_date desc"> + <tree create="0" delete="1" default_order="create_date desc"> <field name="name"/> <field name="vendor_id" string="Customer"/> <field name="origin" string="PO Number"/> |
