mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_digitized_signature: Mig to 10.0.
This commit is contained in:
committed by
Mathieu Benoit
parent
5d8900dbeb
commit
1fb6f79b9b
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user