17 lines
614 B
Python
17 lines
614 B
Python
# Copyright 2022 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Maintenance Timesheets Time Control",
|
|
"summary": "Maintenance Timesheets Timesheet Time Control",
|
|
"version": "18.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"category": "Hidden",
|
|
"author": "Tecnativa,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"depends": ["maintenance_timesheet", "project_timesheet_time_control"],
|
|
"data": ["views/maintenance_request_view.xml"],
|
|
"auto_install": True,
|
|
"maintainers": ["victoralmau"],
|
|
}
|