diff --git a/reports/account.py b/reports/account.py
index 951ba73..2ca50e8 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 20099b1..26eeeb2 100644
--- a/reports/views/invoice_report.xml
+++ b/reports/views/invoice_report.xml
@@ -28,13 +28,17 @@
Sale Code:
-
+
NOTE:
-
+
-
- S.No |
- Code |
+
+ S.No |
+ Code |
+
+
+ |
+ |
E & OE