mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-18 21:12:03 +02:00
23 lines
754 B
Python
23 lines
754 B
Python
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Purchase Order security",
|
|
"version": "16.0.2.0.2",
|
|
"category": "Purchase",
|
|
"development_status": "Production/Stable",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"summary": "See only your purchase orders",
|
|
"website": "https://github.com/OCA/purchase-workflow",
|
|
"license": "AGPL-3",
|
|
"depends": ["purchase"],
|
|
"maintainers": ["pilarvargas-tecnativa"],
|
|
"data": [
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/purchase_order_views.xml",
|
|
"views/purchase_team_views.xml",
|
|
"views/res_partner_views.xml",
|
|
],
|
|
"installable": True,
|
|
"auto_install": False,
|
|
}
|