23 lines
750 B
Python
Executable File
23 lines
750 B
Python
Executable File
# © 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"],
|
|
}
|