diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-01-29 14:26:39 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-01-29 14:26:39 +0700 |
| commit | 3877bf37dae2db272b869f829ed52ef77689cc5d (patch) | |
| tree | 46523b9c4306b5457924420f53e832da1c296224 /indoteknik_custom/models/account_move.py | |
| parent | 4a35b0d5432ed38395fa8f8cb6ebcfb5e0887f28 (diff) | |
| parent | d62a28e8760c86e2c0a6cb7469f626d9447272be (diff) | |
Merge branch 'production' of https://bitbucket.org/altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/account_move.py')
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py index 592a3ae7..a9db212f 100644 --- a/indoteknik_custom/models/account_move.py +++ b/indoteknik_custom/models/account_move.py @@ -38,7 +38,7 @@ class AccountMove(models.Model): sale_id = fields.Many2one('sale.order', string='Sale Order') reklas_id = fields.Many2one('account.move', string='Nomor CAB', domain="[('partner_id', '=', partner_id)]") new_invoice_day_to_due = fields.Integer(string="New Day Due", compute="_compute_invoice_day_to_due") - date_efaktur_upload = fields.Datetime(string='eFaktur Upload Date') + date_efaktur_upload = fields.Datetime(string='eFaktur Upload Date', tracking=True) @api.constrains('efaktur_document') def _constrains_date_efaktur(self): |
