Browse Source
[MIG] contract_digitized_signature: Mig to 10.0.
pull/108/head
Brett Wood
7 years ago
committed by
Dave Lasley
No known key found for this signature in database
GPG Key ID: 7DDBA4BA81B934CF
5 changed files with
6 additions and
4 deletions
-
contract_digitized_signature/README.rst
-
contract_digitized_signature/__manifest__.py
-
contract_digitized_signature/models/account_analytic_account.py
-
contract_digitized_signature/tests/test_contract_tracking.py
-
oca_dependencies.txt
|
|
@ -32,7 +32,7 @@ Usage |
|
|
|
|
|
|
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
|
|
|
: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 |
|
|
|
=========== |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
{ |
|
|
|
"name": "Contract Digitized Signature", |
|
|
|
"version": "9.0.1.0.0", |
|
|
|
"version": "10.0.1.0.0", |
|
|
|
"author": "Tecnativa, " |
|
|
|
"Odoo Community Association (OCA)", |
|
|
|
"website": "https://www.tecnativa.com", |
|
|
@ -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'] |
|
|
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# Copyright 2017 Tecnativa - Vicent Cubells |
|
|
|
# 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): |
|
|
|
|
|
@ -1,2 +1,3 @@ |
|
|
|
bank-payment |
|
|
|
sale-workflow |
|
|
|
web |