diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-07-23 17:21:46 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-07-23 17:21:46 +0700 |
| commit | 66d86b6f5b35274b66fe57bcee5864c64f564b97 (patch) | |
| tree | 8cb90e26ba8efc82553efebd2098319f57dd2283 /indoteknik_custom/views/purchasing_job.xml | |
| parent | d02c3d5d0522e6ec5a43d1380c078f0dd5fd1275 (diff) | |
| parent | a5da6a49dda2d756f907f072a00fb50672893682 (diff) | |
(andri) fix conflict
Diffstat (limited to 'indoteknik_custom/views/purchasing_job.xml')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index 976f1485..e3866d84 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -4,7 +4,7 @@ <field name="name">v.purchasing.job.tree</field> <field name="model">v.purchasing.job</field> <field name="arch" type="xml"> - <tree create="false" multi_edit="1"> + <tree decoration-info="(check_pj == False)" create="false" multi_edit="1"> <field name="product_id"/> <field name="vendor_id"/> <field name="purchase_representative_id"/> @@ -19,6 +19,14 @@ <field name="note"/> <field name="date_po"/> <field name="so_number"/> + <field name="check_pj" invisible="1"/> + <button name="action_open_job_detail" + string="📄" + type="object" + icon="fa-file" + attrs="{'invisible': [('check_pj','=',True)]}" + context="{}"/> + </tree> </field> </record> |
