diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-03 09:35:16 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-12-03 09:35:16 +0700 |
| commit | a6ce141542392888f8191e0e0dd4ccd6abf1b334 (patch) | |
| tree | 342e368823dcce3f83297c9cd359244ede337709 /indoteknik_custom/views/dunning_run.xml | |
| parent | 0a5376fe987ca2a6656d9b63c52b939c33150a21 (diff) | |
| parent | 015269c0268f2cd9a38ad708c8e26bf85a79fcf3 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/views/dunning_run.xml')
| -rw-r--r-- | indoteknik_custom/views/dunning_run.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml index 911a372d..52a0c6ae 100644 --- a/indoteknik_custom/views/dunning_run.xml +++ b/indoteknik_custom/views/dunning_run.xml @@ -25,8 +25,8 @@ <field name="arch" type="xml"> <tree> <field name="partner_id"/> - <field name="information_line"/> - <field name="reference"/> + <field name="information_line" optional="hide"/> + <field name="reference" optional="hide"/> <field name="invoice_id"/> <field name="date_invoice"/> <field name="efaktur_id" optional="hide"/> @@ -125,4 +125,4 @@ action="dunning_run_action" parent="account.menu_finance_reports" sequence="200"/> -</odoo>
\ No newline at end of file +</odoo> |
