diff options
Diffstat (limited to 'fixco_custom/models/partner.py')
| -rwxr-xr-x | fixco_custom/models/partner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixco_custom/models/partner.py b/fixco_custom/models/partner.py index 17d2fd0..bd17ded 100755 --- a/fixco_custom/models/partner.py +++ b/fixco_custom/models/partner.py @@ -5,6 +5,7 @@ class Partner(models.Model): ginee_shop_id = fields.Char(string='Ginee Shop ID') ginee_journal_id = fields.Many2one('account.journal', string='Ginee Journal ID') + tax_id = fields.Many2one('account.tax', string='Tax') transaction_type = fields.Selection( [('digunggung', 'Digunggung'), ('difaktur', 'Faktur Pajak')], |
