[MIG] contract_digitized_signature: Mig to 10.0.

This commit is contained in:
Brett Wood
2017-10-24 21:07:06 -07:00
committed by cubells
parent 229a76aac7
commit 41e421ddbf
4 changed files with 5 additions and 4 deletions

View File

@@ -2,10 +2,11 @@
# Copyright 2017 Tecnativa - Vicent Cubells
# 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):
_name = 'account.analytic.account'
_inherit = ['account.analytic.account', 'mail.thread']