From 53e2b4ba69c7d0ea7a401ea6cc810dbcbf0fe46a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 28 Jun 2024 08:49:18 +0700 Subject: deactivate code send email efaktur document --- indoteknik_custom/models/account_move.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 2996623c..fbadd2aa 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -78,7 +78,7 @@ class AccountMove(models.Model): }) return attachment - @api.constrains('efaktur_document') + # @api.constrains('efaktur_document') def send_scheduled_email(self): # Get the records for which emails need to be sent records = self.search([('id', 'in', self.ids)]) -- cgit v1.2.3