diff options
| -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> |
