Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018 Eficent Business and IT Consulting Services S.L.
# Copyright (C) 2018 ForgeFlow, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from odoo.tests import Form
Expand Down
2 changes: 1 addition & 1 deletion sale_sourced_by_line/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Contributors

* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Eficent Business and IT Consulting Services S.L. <contact@eficent.com>
* ForgeFlow, S.L. <contact@forgeflow.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Info A Tout Prix <huret.emmanuel@infoatoutprix.fr>
* Ajay Javiya <ajaviya@odoogap.com>
Expand Down
2 changes: 1 addition & 1 deletion sale_sourced_by_line/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016 Eficent Business and IT Consulting Services S.L.
# © 2016 ForgeFlow, S.L.
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

Expand Down
4 changes: 2 additions & 2 deletions sale_sourced_by_line/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016-17 Eficent Business and IT Consulting Services S.L.
# © 2016-17 ForgeFlow, S.L.
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

Expand All @@ -8,7 +8,7 @@
"summary": "Multiple warehouse source locations for Sale order",
"version": "18.0.1.0.0",
"author": "Camptocamp,"
"Eficent,"
"ForgeFlow,"
"SerpentCS,"
"Info a tout prix,"
"Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion sale_sourced_by_line/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016 Eficent Business and IT Consulting Services S.L.
# © 2016 ForgeFlow, S.L.
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

Expand Down
2 changes: 1 addition & 1 deletion sale_sourced_by_line/model/sale.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016 Eficent Business and IT Consulting Services S.L.
# © 2016 ForgeFlow, S.L.
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

Expand Down
2 changes: 1 addition & 1 deletion sale_sourced_by_line/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016 Eficent Business and IT Consulting Services S.L.
# © 2016 ForgeFlow, S.L.
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

Expand Down
2 changes: 1 addition & 1 deletion sale_sourced_by_line/tests/test_sale_sourced_by_line.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016 Eficent Business and IT Consulting Services S.L.
# © 2016 ForgeFlow, S.L.
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

Expand Down
Loading