mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
add new module of template
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user