diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 16:59:14 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 16:59:14 +0700 |
| commit | a19a78db2e3ff278ef56007629f3d9f5e9c89110 (patch) | |
| tree | b6adadf3db706ef2c50129f6b4b3019a90939b22 /indoteknik_custom/views/tukar_guling.xml | |
| parent | 2f31e36104c0b92bf022dc78b3952f08815dd1cc (diff) | |
| parent | 497cb94e2c75f6f3b0066700ed1f4b1be9ed1a59 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into pum-v2
Diffstat (limited to 'indoteknik_custom/views/tukar_guling.xml')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index a8d8b7b7..9dd31905 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -86,7 +86,6 @@ <!-- <field name="origin" readonly="1"/>--> <field name="origin_so" 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)]}"/> @@ -96,6 +95,9 @@ <field name="date_finance" readonly="1"/> <field name="date_logistic" readonly="1"/> </group> + <group> + <field name="invoice_id" readonly="1" attrs="{'invisible': [('is_has_invoice', '=', False)]}"/> + </group> </group> <notebook> <page string="Product Lines" name="product_lines"> |
