Skip to content
Snippets Groups Projects

Update following the addition of standard invoice template

Open aronabencherif.diatta@xcg.africa requested to merge topic/16.0/topic_MO16-00791 into branch/16.0
3 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -260,7 +260,11 @@ class IrActionsReport(models.Model):
# Get redner template already created by demo function
redner_template = self.env["redner.template"].search(
[
("name", "=", "facture_avoir_v9.odt"),
(
"name",
"=",
self.env.ref("redner.redner_invoice_having_odt").name,
),
(
"language",
"=",
Loading