26 lines
824 B
Python
26 lines
824 B
Python
{
|
|
"name": "Collective Purchases",
|
|
"summary": "Compras Colectivas",
|
|
"author": "Criptomart",
|
|
"website": "https://criptomart.net",
|
|
"category": "Purchase Management",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"depends": ["purchase", "sale", "product", "network_partner"],
|
|
"data": [
|
|
"security/purchase_collective_security.xml",
|
|
"security/ir.model.access.csv",
|
|
# 'data/purchase_collective_workflow.xml',
|
|
# 'data/purchase_collective_sequence.xml',
|
|
"views/purchase_collective.xml",
|
|
"views/sale_order.xml",
|
|
"views/actions.xml",
|
|
"views/menus.xml",
|
|
"views/partner_node_views.xml",
|
|
"views/partner_net_views.xml",
|
|
],
|
|
"demo": [],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"application": False,
|
|
}
|