mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] contract_variable_quantity: Migrate to v10
* Bump version * Change openerp references to odoo * Installable to True * Change permissions & views to accounting dependency
This commit is contained in:
committed by
Carolina Fernandez
parent
4a8af7a0a4
commit
1e97c50393
@@ -2,8 +2,8 @@
|
||||
# © 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from openerp.tests import common
|
||||
from openerp import exceptions
|
||||
from odoo.tests import common
|
||||
from odoo import exceptions
|
||||
|
||||
|
||||
class TestContractVariableQuantity(common.SavepointCase):
|
||||
|
||||
Reference in New Issue
Block a user