From a2b14b9688ba8bb036957ee5b595bed7ffcd36ff Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Tue, 28 Jan 2020 11:57:11 +0100 Subject: [PATCH] [MIG] beesdoo_custom: Migration to 10.0 --- beesdoo_custom/{__openerp__.py => __manifest__.py} | 2 +- beesdoo_custom/models/beesdoo_product.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename beesdoo_custom/{__openerp__.py => __manifest__.py} (96%) diff --git a/beesdoo_custom/__openerp__.py b/beesdoo_custom/__manifest__.py similarity index 96% rename from beesdoo_custom/__openerp__.py rename to beesdoo_custom/__manifest__.py index 2b7975e..85daf48 100644 --- a/beesdoo_custom/__openerp__.py +++ b/beesdoo_custom/__manifest__.py @@ -13,7 +13,7 @@ # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml # for the full list 'category': 'Sales Management', - 'version': '0.1', + 'version': '10.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 d7af564..9eae65e 100644 --- a/beesdoo_custom/models/beesdoo_product.py +++ b/beesdoo_custom/models/beesdoo_product.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from openerp import models, fields, api +from odoo import models, fields, api class BeesdooProduct(models.Model):