init ooo18 from 16

This commit is contained in:
Ivan Office
2024-11-04 17:13:02 +08:00
parent 0da14ceaca
commit 6233a29e32
59 changed files with 2483 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from odoo import api, fields, models, _, tools
class AccountTaxGroup(models.Model):
_inherit = 'account.tax.group'
active = fields.Boolean(default=True, help="Set active to false to hide the tax without removing it.")