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.
20 lines
509 B
20 lines
509 B
{
|
|
'name': 'Computed Purchase Order',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Purchase Order',
|
|
'description': """ todo """,
|
|
'author': 'Coop IT Easy',
|
|
'website': 'https://github.com/coopiteasy/procurement-addons',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'product',
|
|
'purchase',
|
|
'stock',
|
|
'stock_coverage',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/computed_purchase_order.xml',
|
|
'views/purchase_order.xml',
|
|
],
|
|
}
|