Browse Source

[MIG] beesdoo_custom: Migration to 11.0

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

3
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': [

1
beesdoo_custom/models/beesdoo_product.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, api

Loading…
Cancel
Save