summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/res_partner.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-11-03 13:46:16 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-11-03 13:46:16 +0700
commite94cfd1fee485d0e84fb50a66a7584572452b5dc (patch)
tree7f0e82becba364b8b984ef27df660635d1e1f9f6 /indoteknik_custom/models/res_partner.py
parent566a20db595a2b0a1959a12d289361b16e1ef172 (diff)
parent6b49797aca36574497f93a06f8e1c0622e5ad009 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
# Conflicts: # indoteknik_custom/__manifest__.py # indoteknik_custom/models/__init__.py
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
-rw-r--r--indoteknik_custom/models/res_partner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py
index bc2a24b1..2983ca45 100644
--- a/indoteknik_custom/models/res_partner.py
+++ b/indoteknik_custom/models/res_partner.py
@@ -19,6 +19,7 @@ class ResPartner(models.Model):
])
sppkp = fields.Char(string="SPPKP")
counter = fields.Integer(string="Counter", default=0)
+ digital_invoice_tax = fields.Boolean(string="Digital Invoice & Faktur Pajak")
def get_child_ids(self):
partner = self.env['res.partner'].search([('id', '=', self.id)], limit=1)