Skip to content

Commit

Permalink
[MIG] edi_voxel_secondary_unit_oca: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Jan 29, 2025
1 parent 5990525 commit 3dbc435
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 4 deletions.
5 changes: 5 additions & 0 deletions edi_voxel_secondary_unit_oca/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Authors
~~~~~~~

* Tecnativa
* Guavana

Contributors
~~~~~~~~~~~~
Expand All @@ -81,6 +82,10 @@ Contributors
* Pedro M. Baeza
* Sergio Teruel

* `Guavana <https://guavana.com>`_:

* Leonardo J. Caballero G.

Maintainers
~~~~~~~~~~~

Expand Down
3 changes: 2 additions & 1 deletion edi_voxel_secondary_unit_oca/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright 2021 Tecnativa - Ernesto Tejeda
# Copyright 2024, 2025 Guavana - Leonardo J. Caballero G.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Edi Voxel Secondary Unit Oca",
"summary": "Add Voxel UoM code to Secondary UoM model",
"version": "16.0.1.0.0",
"category": "Hidden",
"website": "https://github.com/OCA/edi",
"author": "Tecnativa, Odoo Community Association (OCA)",
"author": "Tecnativa, Guavana, Odoo Community Association (OCA)",
"maintainers": ["ernestotejeda"],
"license": "AGPL-3",
"depends": ["product_secondary_unit", "edi_voxel_oca"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion edi_voxel_secondary_unit_oca/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-04-02 22:57+0000\n"
"PO-Revision-Date: 2021-04-02 19:04-0400\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2021 Tecnativa - Ernesto Tejeda
# Copyright 2024, 2025 Guavana - Leonardo J. Caballero G.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo import fields, models
Expand Down
4 changes: 4 additions & 0 deletions edi_voxel_secondary_unit_oca/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
* Ernesto Tejeda
* Pedro M. Baeza
* Sergio Teruel

* `Guavana <https://guavana.com>`_:

* Leonardo J. Caballero G.
5 changes: 5 additions & 0 deletions edi_voxel_secondary_unit_oca/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
<ul class="simple">
<li>Tecnativa</li>
<li>Guavana</li>
</ul>
</div>
<div class="section" id="contributors">
Expand All @@ -427,6 +428,10 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<li>Sergio Teruel</li>
</ul>
</li>
<li><a class="reference external" href="https://guavana.com">Guavana</a>:<ul>
<li>Leonardo J. Caballero G.</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2021 Tecnativa - Ernesto Tejeda
Copyright 2024, 2025 Guavana - Leonardo J. Caballero G.
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="product_template_form_view" model="ir.ui.view">
Expand Down

0 comments on commit 3dbc435

Please sign in to comment.