mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:32:00 +02:00
18 lines
557 B
Python
18 lines
557 B
Python
# Copyright 2019 Creu Blanca
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Maintenance Request Sequence",
|
|
"summary": """
|
|
Adds sequence to maintenance requests""",
|
|
"version": "16.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"depends": ["maintenance"],
|
|
"data": [
|
|
"data/maintenance_request_data.xml",
|
|
"views/maintenance_team.xml",
|
|
"views/maintenance_request.xml",
|
|
],
|
|
}
|