diff --git a/pos_access_right/__openerp__.py b/pos_access_right/__manifest__.py similarity index 96% rename from pos_access_right/__openerp__.py rename to pos_access_right/__manifest__.py index ad024ef664..707a3ff0a1 100644 --- a/pos_access_right/__openerp__.py +++ b/pos_access_right/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'Point of Sale - Extra Access Right', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'category': 'Point Of Sale', 'summary': 'Point of Sale - Extra Access Right for certain actions', 'author': 'La Louve, GRAP, Odoo Community Association (OCA)', diff --git a/pos_access_right/models/pos_config.py b/pos_access_right/models/pos_config.py index be39876caf..4bc9690414 100644 --- a/pos_access_right/models/pos_config.py +++ b/pos_access_right/models/pos_config.py @@ -3,7 +3,7 @@ # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from openerp import fields, models, api +from odoo import fields, models, api class PosConfig(models.Model):