summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-10-27 09:44:32 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-10-27 09:44:32 +0700
commitca21d92d64d9d8574cbfa4c227989f05d6ca9f0b (patch)
treee36dd72cb169218d2db2f1c50dc1c608a75312e9 /indoteknik_custom/views
parent780b7ce9643644bd3ea020c02d66257d85d53778 (diff)
Update dunning_run.py and dunning_run.xml
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/dunning_run.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/indoteknik_custom/views/dunning_run.xml b/indoteknik_custom/views/dunning_run.xml
index b0bf8654..b18748ea 100644
--- a/indoteknik_custom/views/dunning_run.xml
+++ b/indoteknik_custom/views/dunning_run.xml
@@ -33,13 +33,18 @@
<field name="model">dunning.run</field>
<field name="arch" type="xml">
<form>
- <sheet string="Manufactures">
+ <sheet string="Dunning">
<div class="oe_button_box" name="button_box"/>
<group>
<group>
<field name="number"/>
<field name="partner_id"/>
<field name="dunning_level"/>
+ <button name="generate_dunning_line"
+ string="Generate"
+ type="object"
+ class="oe_highlight oe_edit_only"
+ />
</group>
</group>
<notebook>