From cf48c17882de16bb8a0b72e2b42a3a6c54129ce4 Mon Sep 17 00:00:00 2001 From: sonal Date: Wed, 29 Jul 2020 20:01:47 +0530 Subject: [PATCH] add new module of template --- reports/account.py | 2 +- reports/views/invoice_report.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reports/account.py b/reports/account.py index 2ca50e8..951ba73 100644 --- a/reports/account.py +++ b/reports/account.py @@ -7,7 +7,7 @@ class AccountMove(models.Model): txn_id = fields.Char("Transaction ID") signed_by = fields.Char("Printed by", compute='compute_signature') print_date = fields.Date("Print date", compute='compute_print_date') - note = fields.Text("Note") + # note = fields.Text("Note") def compute_print_date(self): for rec in self: diff --git a/reports/views/invoice_report.xml b/reports/views/invoice_report.xml index 3bf86ff..20099b1 100644 --- a/reports/views/invoice_report.xml +++ b/reports/views/invoice_report.xml @@ -30,7 +30,7 @@ NOTE:
- +
S.No