summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-10-22 16:53:04 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-10-22 16:53:04 +0700
commitd588e3c431f428e09f1efc1736a2ad947ca5b61e (patch)
treed02508199bb841f7d8ab112b3996d2770f512669
parent560cd075b4a3957f9883d17b39e1dab0e88f098f (diff)
cr due extension and dunning run
-rw-r--r--indoteknik_custom/views/account_move_views.xml1
-rw-r--r--indoteknik_custom/views/dunning_run.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml
index 4acafb14..f4faf386 100644
--- a/indoteknik_custom/views/account_move_views.xml
+++ b/indoteknik_custom/views/account_move_views.xml
@@ -12,6 +12,7 @@
<field name="description"/>
<field name="approval_status"/>
<field name="is_approve"/>
+ <field name="create_uid" optional="hide"/>
</tree>
</field>
</record>
diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml
index 522be8c9..2117a7bb 100644
--- a/indoteknik_custom/views/dunning_run.xml
+++ b/indoteknik_custom/views/dunning_run.xml
@@ -14,6 +14,7 @@
<field name="date_terima_tukar_faktur"/>
<field name="shipper_faktur_id"/>
<field name="grand_total"/>
+ <field name="create_uid" optional="hide"/>
</tree>
</field>
</record>