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.
26 lines
576 B
26 lines
576 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Bees Purchase",
|
|
|
|
'summary': """
|
|
Extension du module Purchase""",
|
|
|
|
'description': """
|
|
Long description of module's purpose
|
|
""",
|
|
|
|
'author': "Beescoop - Cellule IT, "
|
|
"Coop IT Easy SCRLfs",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Purchase',
|
|
'version': '9.0.1.1.0',
|
|
|
|
'depends': ['purchase', 'beesdoo_product'],
|
|
|
|
'data': [
|
|
'views/purchase_order.xml',
|
|
'security/ir.model.access.csv',
|
|
'report/report_purchaseorder.xml',
|
|
],
|
|
}
|