Tower: upload at_accounting 18.0.1.7 (via marketplace)
This commit is contained in:
10
addons/at_accounting/models/mail_activity_type.py
Normal file
10
addons/at_accounting/models/mail_activity_type.py
Normal 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')])
|
||||||
Reference in New Issue
Block a user