Browse Source

[MIG] beesdoo_custom: Migration to 10.0

pull/135/head
Cyrille Bollu 4 years ago
committed by Rémy Taymans
parent
commit
a2b14b9688
  1. 2
      beesdoo_custom/__manifest__.py
  2. 2
      beesdoo_custom/models/beesdoo_product.py

2
beesdoo_custom/__openerp__.py → 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': [

2
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):

Loading…
Cancel
Save