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.
 
 
 
 
 

21 lines
535 B

# -*- encoding: utf-8 -*-
{
'name': 'Computed Purchase Order',
'version': '10.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',
],
}