Skip to content

Commit 5a66918

Browse files
committed
[MIG] edi_voxel_sale_secondary_unit_oca: Migration to 16.0
1 parent 621ec32 commit 5a66918

File tree

8 files changed

+20
-3
lines changed

8 files changed

+20
-3
lines changed

edi_voxel_sale_secondary_unit_oca/README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Authors
7070
~~~~~~~
7171

7272
* Tecnativa
73+
* Guavana
7374

7475
Contributors
7576
~~~~~~~~~~~~
@@ -80,6 +81,10 @@ Contributors
8081
* Pedro M. Baeza
8182
* Sergio Teruel
8283

84+
* `Guavana <https://guavana.com>`_:
85+
86+
* Leonardo J. Caballero G.
87+
8388
Maintainers
8489
~~~~~~~~~~~
8590

edi_voxel_sale_secondary_unit_oca/__manifest__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Copyright 2021 Tecnativa - Ernesto Tejeda
2+
# Copyright 2024, 2025 Guavana - Leonardo J. Caballero G.
23
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
34
{
45
"name": "Edi Voxel Sale Secondary Unit Oca",
56
"summary": "Map Voxel UoM to Sale Secondary UoM and Use Them",
67
"version": "16.0.1.0.0",
78
"category": "Sale",
89
"website": "https://github.com/OCA/edi",
9-
"author": "Tecnativa, Odoo Community Association (OCA)",
10+
"author": "Tecnativa, Guavana, Odoo Community Association (OCA)",
1011
"maintainers": ["ernestotejeda"],
1112
"license": "AGPL-3",
1213
"depends": [

edi_voxel_sale_secondary_unit_oca/i18n/edi_voxel_sale_secondary_unit.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 13.0\n"
7+
"Project-Id-Version: Odoo Server 16.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"

edi_voxel_sale_secondary_unit_oca/i18n/edi_voxel_sale_secondary_unit_oca.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 15.0\n"
7+
"Project-Id-Version: Odoo Server 16.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"Last-Translator: \n"
1010
"Language-Team: \n"

edi_voxel_sale_secondary_unit_oca/models/sale_order.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2021 Tecnativa - Ernesto Tejeda
2+
# Copyright 2024, 2025 Guavana - Leonardo J. Caballero G.
23
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
34

45
from odoo import models

edi_voxel_sale_secondary_unit_oca/readme/CONTRIBUTORS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
* Ernesto Tejeda
44
* Pedro M. Baeza
55
* Sergio Teruel
6+
7+
* `Guavana <https://guavana.com>`_:
8+
9+
* Leonardo J. Caballero G.

edi_voxel_sale_secondary_unit_oca/static/description/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
415415
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
416416
<ul class="simple">
417417
<li>Tecnativa</li>
418+
<li>Guavana</li>
418419
</ul>
419420
</div>
420421
<div class="section" id="contributors">
@@ -426,6 +427,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
426427
<li>Sergio Teruel</li>
427428
</ul>
428429
</li>
430+
<li><a class="reference external" href="https://guavana.com">Guavana</a>:<ul>
431+
<li>Leonardo J. Caballero G.</li>
432+
</ul>
433+
</li>
429434
</ul>
430435
</div>
431436
<div class="section" id="maintainers">

edi_voxel_sale_secondary_unit_oca/tests/test_edi_voxel_sale_secondary_unit.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2019 Tecnativa - Ernesto Tejeda
2+
# Copyright 2024, 2025 Guavana - Leonardo J. Caballero G.
23
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
34

45
from odoo.addons.edi_voxel_sale_order_import_oca.tests.test_voxel_sale_order_import import (

0 commit comments

Comments
 (0)