[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 Juanjo
parent 53069fa4bb
commit c6d41ae421
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 import _, api, fields, models, exceptions
from openerp.tools.safe_eval import safe_eval
from odoo import _, api, fields, models, exceptions
from odoo.tools.safe_eval import safe_eval
class AccountAnalyticAccount(models.Model):