diff --git a/beesdoo_custom/__manifest__.py b/beesdoo_custom/__manifest__.py index 85daf48..2814ff3 100644 --- a/beesdoo_custom/__manifest__.py +++ b/beesdoo_custom/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- { 'name': "beesdoo_custom", @@ -13,7 +12,7 @@ # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml # for the full list 'category': 'Sales Management', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', # any module necessary for this one to work correctly 'depends': [ diff --git a/beesdoo_custom/models/beesdoo_product.py b/beesdoo_custom/models/beesdoo_product.py index 9eae65e..884483b 100644 --- a/beesdoo_custom/models/beesdoo_product.py +++ b/beesdoo_custom/models/beesdoo_product.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- from odoo import models, fields, api