summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
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>