[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 Dauden
parent 1574b6c72e
commit 81dfbfad19
71 changed files with 76 additions and 75 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):