From e46be164dc1e419cdbfd0c0cf587fadc63beef3e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 8 Jul 2025 15:24:11 +0700 Subject: reordering rules and manage stock --- fixco_custom/models/partner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/models/partner.py') 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')], -- cgit v1.2.3