Tower: upload at_accounting 18.0.1.7 (via marketplace)

This commit is contained in:
2026-04-28 07:34:38 +00:00
parent a371ac9bdc
commit f727f3ab67

View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class AccountTaxReportActivityType(models.Model):
_inherit = "mail.activity.type"
category = fields.Selection(selection_add=[('tax_report', 'Tax report')])