mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-23 05:32:07 +02:00
20 lines
799 B
Python
20 lines
799 B
Python
# © 2020 Solvos Consultoría Informática (<http://www.solvos.es>)
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
{
|
|
"name": "Maintenance Timesheets",
|
|
"summary": "Adds timesheets to maintenance requests",
|
|
"author": "Odoo Community Association (OCA), Solvos",
|
|
"license": "AGPL-3",
|
|
"version": "16.0.2.1.0",
|
|
"category": "Human Resources",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"depends": ["base_maintenance", "maintenance_project", "hr_timesheet"],
|
|
"data": [
|
|
"security/maintenance_timesheet_security.xml",
|
|
"views/hr_timesheet_views.xml",
|
|
"views/maintenance_request_views.xml",
|
|
"report/maintenance_request_report.xml",
|
|
],
|
|
"demo": ["data/demo_maintenance_timesheet.xml"],
|
|
"installable": True,
|
|
}
|