You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
730 B

{
'name': "beesdoo_custom",
'description': """
View and field definition specific to BEES' needs.
""",
'author': "Beescoop - Cellule IT",
'website': "https://github.com/beescoop/Obeesdoo",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'category': 'Sales Management',
'version': '11.0.1.0.0',
# any module necessary for this one to work correctly
'depends': [
'beesdoo_product',
'purchase',
'easy_my_coop', # for product views
],
# always loaded
'data': [
'views/beesdoo_product.xml',
],
}