diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-06 13:52:21 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-06 13:52:21 +0700 |
| commit | 7ebcf1675e55dae39f769466e5bf5ef064646f27 (patch) | |
| tree | c7fccfb7e36678b9b5ee4145dee85b37dcbcd94d /indoteknik_custom/views/tukar_guling.xml | |
| parent | 09032d721277221730efa3db7a2d8353524d509c (diff) | |
| parent | ab11c9455c6e125195ec5004adfd855058d46f5f (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into reminder-tempo-v2
Diffstat (limited to 'indoteknik_custom/views/tukar_guling.xml')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index c23995d3..20aa2eef 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -84,8 +84,11 @@ <field name="operations" attrs="{'readonly': [('state', 'not in', 'draft')]}"/> <field name="origin" readonly="1"/> + <field name="is_has_invoice" readonly="1"/> + <field name="invoice_id" readonly="1" widget="many2many_tags"/> </group> <group> + <field name="val_inv_opt" attrs="{'invisible': [('is_has_invoice', '=', False)]}"/> <field name="ba_num" string="Nomor BA"/> <field name="notes"/> <field name="date_sales" readonly="1"/> |
