Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
22
sale_order_line_date/__manifest__.py
Executable file
22
sale_order_line_date/__manifest__.py
Executable file
@@ -0,0 +1,22 @@
|
||||
# © 2016 OdooMRP team
|
||||
# © 2016 AvanzOSC
|
||||
# © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
|
||||
# © 2016 ForgeFlow, S.L.
|
||||
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
|
||||
# Copyright 2018 Camptocamp SA
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
||||
|
||||
{
|
||||
"name": "Sale Order Line Date",
|
||||
"version": "18.0.1.0.2",
|
||||
"summary": "Adds a commitment date to each sale order line.",
|
||||
"author": "OdooMRP team,"
|
||||
"AvanzOSC,"
|
||||
"Serv. Tecnol. Avanzados - Pedro M. Baeza,"
|
||||
"Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"category": "Sale",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["sale_stock"],
|
||||
"data": ["views/sale_order_view.xml", "reports/sale_order_report.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user