diff --git a/stock_cycle_count/README.rst b/stock_cycle_count/README.rst index bf72d0409..bd3968f62 100644 --- a/stock_cycle_count/README.rst +++ b/stock_cycle_count/README.rst @@ -23,7 +23,7 @@ Stock Cycle Count :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module provides the capability to execute a cycle count strategy in a warehouse through different rules defined by the user. Cycle count is an @@ -142,8 +142,8 @@ Authors Contributors ~~~~~~~~~~~~ -* Lois Rilo -* Jordi Ballester Alomar +* Lois Rilo +* Jordi Ballester Alomar * Bhavesh Odedra * Jim Hoefnagels @@ -166,7 +166,7 @@ promote its widespread use. Current `maintainer `__: -|maintainer-LoisRForgeFlow| +|maintainer-LoisRForgeFlow| This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. diff --git a/stock_cycle_count/data/cycle_count_ir_cron.xml b/stock_cycle_count/data/cycle_count_ir_cron.xml index 80506b733..a2555097e 100644 --- a/stock_cycle_count/data/cycle_count_ir_cron.xml +++ b/stock_cycle_count/data/cycle_count_ir_cron.xml @@ -1,5 +1,5 @@ - diff --git a/stock_cycle_count/data/cycle_count_sequence.xml b/stock_cycle_count/data/cycle_count_sequence.xml index deb21f74f..f16d31c34 100644 --- a/stock_cycle_count/data/cycle_count_sequence.xml +++ b/stock_cycle_count/data/cycle_count_sequence.xml @@ -1,5 +1,5 @@ - diff --git a/stock_cycle_count/models/stock_cycle_count.py b/stock_cycle_count/models/stock_cycle_count.py index 50de7faf4..36086dea1 100644 --- a/stock_cycle_count/models/stock_cycle_count.py +++ b/stock_cycle_count/models/stock_cycle_count.py @@ -1,5 +1,5 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017-18 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import _, api, fields, models diff --git a/stock_cycle_count/models/stock_cycle_count_rule.py b/stock_cycle_count/models/stock_cycle_count_rule.py index d662e254c..6e3a0340d 100644 --- a/stock_cycle_count/models/stock_cycle_count_rule.py +++ b/stock_cycle_count/models/stock_cycle_count_rule.py @@ -1,5 +1,5 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017-18 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from datetime import datetime, timedelta diff --git a/stock_cycle_count/models/stock_inventory.py b/stock_cycle_count/models/stock_inventory.py index 017079b9d..bbbae6ed6 100644 --- a/stock_cycle_count/models/stock_inventory.py +++ b/stock_cycle_count/models/stock_inventory.py @@ -1,5 +1,5 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import _, api, fields, models diff --git a/stock_cycle_count/models/stock_location.py b/stock_cycle_count/models/stock_location.py index 1ddfba310..b77a8cc1f 100644 --- a/stock_cycle_count/models/stock_location.py +++ b/stock_cycle_count/models/stock_location.py @@ -1,5 +1,5 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017-18 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). import logging diff --git a/stock_cycle_count/models/stock_move.py b/stock_cycle_count/models/stock_move.py index e088b9360..0238f89aa 100644 --- a/stock_cycle_count/models/stock_move.py +++ b/stock_cycle_count/models/stock_move.py @@ -1,5 +1,5 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017 ForgeFlow S.L. +# (http://www.forgeflow.com) # Copyright 2019 Tecnativa - Pedro M. Baeza # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/stock_cycle_count/models/stock_warehouse.py b/stock_cycle_count/models/stock_warehouse.py index ca2b77d74..b95c3975e 100644 --- a/stock_cycle_count/models/stock_warehouse.py +++ b/stock_cycle_count/models/stock_warehouse.py @@ -1,5 +1,5 @@ -# Copyright 2017-18 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017-18 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). import logging diff --git a/stock_cycle_count/readme/CONTRIBUTORS.rst b/stock_cycle_count/readme/CONTRIBUTORS.rst index a0d627fee..3c6119e82 100644 --- a/stock_cycle_count/readme/CONTRIBUTORS.rst +++ b/stock_cycle_count/readme/CONTRIBUTORS.rst @@ -1,4 +1,4 @@ -* Lois Rilo -* Jordi Ballester Alomar +* Lois Rilo +* Jordi Ballester Alomar * Bhavesh Odedra * Jim Hoefnagels diff --git a/stock_cycle_count/reports/report_stock_location_accuracy.py b/stock_cycle_count/reports/report_stock_location_accuracy.py index cefc0e88b..e207c10da 100644 --- a/stock_cycle_count/reports/report_stock_location_accuracy.py +++ b/stock_cycle_count/reports/report_stock_location_accuracy.py @@ -1,5 +1,5 @@ -# Copyright 2017 Eficent Business and IT Consulting Services S.L. -# (http://www.eficent.com) +# Copyright 2017 ForgeFlow S.L. +# (http://www.forgeflow.com) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). from odoo import api, models diff --git a/stock_cycle_count/reports/stock_cycle_count_report.xml b/stock_cycle_count/reports/stock_cycle_count_report.xml index 6b4d8a24c..1791204ae 100644 --- a/stock_cycle_count/reports/stock_cycle_count_report.xml +++ b/stock_cycle_count/reports/stock_cycle_count_report.xml @@ -1,5 +1,5 @@ -