[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:
Dave Lasley
2016-11-30 15:58:44 -08:00
committed by Carlos Roca
parent 848b435d7e
commit 04ea45a067
72 changed files with 287 additions and 99 deletions

View File

@@ -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):