diff --git a/beesdoo_custom/__manifest__.py b/beesdoo_custom/__manifest__.py index 9ecdc08..a327028 100644 --- a/beesdoo_custom/__manifest__.py +++ b/beesdoo_custom/__manifest__.py @@ -1,28 +1,22 @@ +# Copyright 2017 - 2020 BEES coop SCRLfs +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': "beesdoo_custom", + 'name': "BEES coop Custom", 'description': """ - View and field definition specific to BEES' needs. + View and field definition specific to BEES' needs. """, - 'author': "Beescoop - Cellule IT", + 'author': "Beescoop - Cellule IT, Coop IT Easy", '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': '12.0.1.0.0', - - # any module necessary for this one to work correctly 'depends': [ 'beesdoo_product', 'beesdoo_stock_coverage', 'purchase', - 'easy_my_coop', # for product views + 'easy_my_coop', # for product views ], - - # always loaded 'data': [ 'views/beesdoo_product.xml', ],