19 lines
499 B
Python
19 lines
499 B
Python
{
|
|
'name': 'Purchase Export BC Format',
|
|
'version': '1.0',
|
|
'category': 'Purchases',
|
|
'summary': 'Export Purchase Orders to BC Excel format',
|
|
'author': 'Aziz',
|
|
'description': """
|
|
This module adds a button in the Purchase Order form view to export PO
|
|
into a specific BC Excel format.
|
|
""",
|
|
'depends': ['purchase'],
|
|
'data': [
|
|
'views/purchase_order_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|