diff --git a/addons/account/views/account_report.xml b/addons/account/views/account_report.xml
index a2762f982028a..13dc3ef6a53d7 100644
--- a/addons/account/views/account_report.xml
+++ b/addons/account/views/account_report.xml
@@ -87,5 +87,17 @@
account.report_hash_integrity
+
+ Invoices with Copy
+ account.move
+ qweb-pdf
+ l10n_cl.report_invoice_copy
+ l10n_cl.report_invoice_copy
+
+ report
+ '%s - COPY' % (object.name)
+
+
+
diff --git a/addons/l10n_cl/__manifest__.py b/addons/l10n_cl/__manifest__.py
index 39877cd13cdc3..6b1d304da7267 100644
--- a/addons/l10n_cl/__manifest__.py
+++ b/addons/l10n_cl/__manifest__.py
@@ -26,6 +26,7 @@
'views/res_bank_view.xml',
'views/res_country_view.xml',
'views/res_company_view.xml',
+ 'views/report_invoice_copy.xml',
'views/report_invoice.xml',
'views/res_partner.xml',
'views/res_config_settings_view.xml',
diff --git a/addons/l10n_cl/views/report_invoice.xml b/addons/l10n_cl/views/report_invoice.xml
index 742d0ea47c5ae..760224e6dbf9e 100644
--- a/addons/l10n_cl/views/report_invoice.xml
+++ b/addons/l10n_cl/views/report_invoice.xml
@@ -222,6 +222,14 @@
+
+
+
+
+
+
+
+
diff --git a/addons/l10n_cl/views/report_invoice_copy.xml b/addons/l10n_cl/views/report_invoice_copy.xml
new file mode 100644
index 0000000000000..93d438c65740b
--- /dev/null
+++ b/addons/l10n_cl/views/report_invoice_copy.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+