Skip to content

Commit 322c79f

Browse files
mpanarinKev-Roche
mpanarin
authored andcommitted
[MIG] 12.0 sale_order_line_date
1 parent 728a286 commit 322c79f

11 files changed

+832
-35
lines changed

sale_order_line_date/__init__.py

-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
# © 2016 OdooMRP team
2-
# © 2016 AvanzOSC
3-
# © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
4-
# © 2016 Eficent Business and IT Consulting Services, S.L.
5-
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
6-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
7-
81
from . import models

sale_order_line_date/__manifest__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# © 2016 Serv. Tecnol. Avanzados - Pedro M. Baeza
44
# © 2016 Eficent Business and IT Consulting Services, S.L.
55
# Copyright 2017 Serpent Consulting Services Pvt. Ltd.
6-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
6+
# Copyright 2018 Camptocamp SA
7+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
78

89
{
910
"name": "Sale Order Line Date",
@@ -16,11 +17,10 @@
1617
"category": "Sales Management",
1718
"license": "AGPL-3",
1819
"depends": [
19-
"sale",
20+
"sale_management",
2021
],
2122
"data": [
2223
"views/sale_order_view.xml",
2324
"reports/sale_order_report.xml",
2425
],
25-
"installable": True,
2626
}

0 commit comments

Comments
 (0)