mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 22:52:06 +02:00
17 lines
549 B
Python
17 lines
549 B
Python
# Copyright 2019 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Maintenance Request Purchase",
|
|
"summary": """
|
|
Allows you to link PO with maintenance requests""",
|
|
"version": "16.0.1.0.2",
|
|
"license": "AGPL-3",
|
|
"author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"depends": ["base_maintenance", "purchase"],
|
|
"data": [
|
|
"views/maintenance_request.xml",
|
|
"views/purchase_order_views.xml",
|
|
],
|
|
}
|