mirror of
https://github.com/bringout/oca-mrp.git
synced 2026-04-23 23:12:02 +02:00
15 lines
557 B
Python
15 lines
557 B
Python
# Copyright 2024 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Dates planning in sales order lines",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Services/Project",
|
|
"website": "https://github.com/OCA/timesheet",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
"depends": ["sale_timesheet", "project_timeline"],
|
|
"data": ["views/sale_order_views.xml", "views/sale_portal_templates.xml"],
|
|
}
|