[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 Dave Lasley
parent a06178841f
commit 1df5999e81
5 changed files with 6 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ Usage
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/110/9.0 :target: https://runbot.odoo-community.org/runbot/110/10.0
Bug Tracker Bug Tracker
=========== ===========

View File

@@ -4,7 +4,7 @@
{ {
"name": "Contract Digitized Signature", "name": "Contract Digitized Signature",
"version": "9.0.1.0.0", "version": "10.0.1.0.0",
"author": "Tecnativa, " "author": "Tecnativa, "
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"website": "https://www.tecnativa.com", "website": "https://www.tecnativa.com",

View File

@@ -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']

View File

@@ -2,7 +2,7 @@
# Copyright 2017 Tecnativa - Vicent Cubells # Copyright 2017 Tecnativa - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests import common from odoo.tests import common
class TestContractSignatureTracking(common.SavepointCase): class TestContractSignatureTracking(common.SavepointCase):

View File

@@ -1,2 +1,3 @@
bank-payment bank-payment
sale-workflow sale-workflow
web