summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-11-28 16:06:39 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-11-28 16:06:39 +0700
commit781b4a10102836443357a941e68a333edefbdf76 (patch)
treeaca7f7c5632f9bff5496b71019028f7b8d5161e1
parentff09d1f3a975dbb28df91769ea04a4e5cbbdd615 (diff)
<Miqdad> hide refrenece and info line dunning run
-rw-r--r--indoteknik_custom/views/dunning_run.xml6
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>