oca-mrp/odoo-bringout-oca-timesheet-sale_timesheet_budget/sale_timesheet_budget/__manifest__.py
2025-08-29 15:43:05 +02:00

17 lines
547 B
Python

# Copyright 2022 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Sale timesheet budget",
"version": "16.0.1.0.0",
"category": "Timesheet",
"website": "https://github.com/OCA/timesheet",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["sale_timesheet"],
"installable": True,
"data": [
"security/ir.model.access.csv",
"views/project_project_view.xml",
],
"maintainers": ["victoralmau"],
}