Skip to content

Commit

Permalink
[MIG] product_total_weight_from_packaging: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchov authored and lmignon committed Jul 12, 2023
1 parent 1c118af commit 436b587
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 42 deletions.
2 changes: 1 addition & 1 deletion product_total_weight_from_packaging/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Product Total Weight From Packaging",
"summary": "Compute estimated weight based on product's packaging weights",
"version": "14.0.1.1.1",
"version": "16.0.1.0.0",
"development_status": "Beta",
"category": "Warehouse Management",
"website": "https://github.com/OCA/product-attribute",
Expand Down
22 changes: 0 additions & 22 deletions product_total_weight_from_packaging/i18n/es.po

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,18 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-30 15:44+0000\n"
"PO-Revision-Date: 2022-11-30 15:44+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_total_weight_from_packaging
#: model:ir.model.fields,field_description:product_total_weight_from_packaging.field_product_product__display_name
msgid "Display Name"
msgstr ""

#. module: product_total_weight_from_packaging
#: model:ir.model.fields,field_description:product_total_weight_from_packaging.field_product_product__id
msgid "ID"
msgstr ""

#. module: product_total_weight_from_packaging
#: model:ir.model.fields,field_description:product_total_weight_from_packaging.field_product_product____last_update
msgid "Last Modified on"
msgstr ""

#. module: product_total_weight_from_packaging
#: model:ir.model,name:product_total_weight_from_packaging.model_product_product
msgid "Product"
msgid "Product Variant"
msgstr ""
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Akim Juillerat <[email protected]>
* Hughes Damry <[email protected]>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
from odoo.tests import SavepointCase
from odoo.tests import TransactionCase


class TestProductTotalWeightFromPackaging(SavepointCase):
class TestProductTotalWeightFromPackaging(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 436b587

Please sign in to comment.