mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 10:12:01 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 2019 Solvos Consultoría Informática (<http://www.solvos.es>)
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
{
|
||||
"name": "Maintenance Projects",
|
||||
"summary": "Adds projects to maintenance equipments and requests",
|
||||
"version": "16.0.2.0.0",
|
||||
"author": "Odoo Community Association (OCA), Solvos",
|
||||
"license": "AGPL-3",
|
||||
"category": "Maintenance",
|
||||
"website": "https://github.com/OCA/maintenance",
|
||||
"depends": ["base_maintenance", "project"],
|
||||
"data": [
|
||||
"views/maintenance_equipment_views.xml",
|
||||
"views/maintenance_request_views.xml",
|
||||
"views/project_project_views.xml",
|
||||
"report/maintenance_request_report.xml",
|
||||
],
|
||||
"demo": ["data/demo_maintenance_project.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue