mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 09:12:05 +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,25 @@
|
|||
# Copyright 2017 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Maintenance Plan",
|
||||
"summary": "Extends preventive maintenance planning",
|
||||
"version": "16.0.1.0.0",
|
||||
"author": "Camptocamp SA, ForgeFlow, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Maintenance",
|
||||
"website": "https://github.com/OCA/maintenance",
|
||||
"images": [],
|
||||
"depends": ["base_maintenance"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/maintenance_security.xml",
|
||||
"views/maintenance_kind_views.xml",
|
||||
"views/maintenance_plan_views.xml",
|
||||
"views/maintenance_equipment_views.xml",
|
||||
"views/report_maintenance_request.xml",
|
||||
],
|
||||
"external_dependencies": {"python": ["dateutil"]},
|
||||
"demo": ["data/demo_maintenance_plan.xml"],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue