|
@ -2,10 +2,11 @@ |
|
|
# Copyright 2017 Tecnativa - Vicent Cubells |
|
|
# Copyright 2017 Tecnativa - Vicent Cubells |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|
|
|
|
|
|
|
|
from openerp import api, fields, models |
|
|
|
|
|
|
|
|
from odoo import api, fields, models |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class AccountAnalyticAccount(models.Model): |
|
|
class AccountAnalyticAccount(models.Model): |
|
|
|
|
|
|
|
|
_name = 'account.analytic.account' |
|
|
_name = 'account.analytic.account' |
|
|
_inherit = ['account.analytic.account', 'mail.thread'] |
|
|
_inherit = ['account.analytic.account', 'mail.thread'] |
|
|
|
|
|
|
|
|