Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
16
maintenance_timesheet_time_control/__manifest__.py
Normal file
16
maintenance_timesheet_time_control/__manifest__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user