diff --git a/ext/custom-addons/dp_custom/models/account.py b/ext/custom-addons/dp_custom/models/account.py
index bc6bb375..1c4cf59f 100644
--- a/ext/custom-addons/dp_custom/models/account.py
+++ b/ext/custom-addons/dp_custom/models/account.py
@@ -161,6 +161,11 @@ class AccountInvoice(models.Model):
self.ensure_one()
return self.env.ref('dp_reports_account.account_invoices_short').report_action(self)
+ @api.multi
+ def print_invoice_extra(self):
+ self.ensure_one()
+ return self.env.ref('dp_reports_account.account_invoices_extra').report_action(self)
+
@api.multi
def print_intrastat_invoice(self):
self.ensure_one()
diff --git a/ext/custom-addons/dp_custom/views/dp_custom_views.xml b/ext/custom-addons/dp_custom/views/dp_custom_views.xml
index e23b3527..2ae331cc 100644
--- a/ext/custom-addons/dp_custom/views/dp_custom_views.xml
+++ b/ext/custom-addons/dp_custom/views/dp_custom_views.xml
@@ -11,6 +11,16 @@
report
+
+
Rechnung mit Zolltarifnummer
ir.actions.server