diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 19:29:55 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-21 19:29:55 +0700 |
| commit | c8ca82a47aca049cddf6a741477b7b06d20f8dea (patch) | |
| tree | e32be1e03719fed81971938f5953c82ec00b0b8b | |
| parent | ebec9f8f1404d19e145b9d5c4218779faf9263e5 (diff) | |
(andri) show field reminder inv
| -rw-r--r-- | indoteknik_custom/views/res_partner.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index b081f6f2..c034651f 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -87,6 +87,7 @@ <field name="use_so_approval" attrs="{'invisible': [('parent_id', '!=', False), ('company_type', '!=', 'company')]}" /> <field name="use_only_ready_stock" attrs="{'invisible': [('parent_id', '!=', False), ('company_type', '!=', 'company')]}" /> <field name="web_role" attrs="{'invisible': ['|', ('parent_id', '=', False), ('company_type', '=', 'company')]}" /> + <field name="reminder_invoices" attrs="{'invisible': ['|', ('parent_id', '=', False), ('company_type', '=', 'company')]}"/> </field> <xpath expr="//field[@name='child_ids']/form//field[@name='name']" position="before"> <field name="parent_id" invisible="1" /> |
