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.
36 lines
1.0 KiB
36 lines
1.0 KiB
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "beesdoo_product",
|
|
|
|
'summary': """
|
|
Modification of product module for the needs of beescoop
|
|
- SOOO5 - Ajout de label bio/ethique/provenance""",
|
|
|
|
'description': """
|
|
|
|
""",
|
|
|
|
'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': '0.1',
|
|
|
|
# any module necessary for this one to work correctly
|
|
'depends': ['beesdoo_base', 'product', 'point_of_sale','pos_price_to_weight'],
|
|
|
|
# always loaded
|
|
'data': [
|
|
'data/product_label.xml',
|
|
'data/barcode_rule.xml',
|
|
'data/product_sequence.xml',
|
|
'views/beesdoo_product.xml',
|
|
'wizard/views/label_printing_utils.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
# only loaded in demonstration mode
|
|
'demo': [],
|
|
}
|