Skip to content

Commit

Permalink
[MIG] stock_storage_category_capacity_name: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregaldeano committed Jan 21, 2025
1 parent b36dd46 commit 8852f45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions stock_storage_category_capacity_name/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
{
"name": "Stock Storage Category Capacity Name",
"summary": """
Allows to have a better display name for Stock Storage Category Capacity model""",
"version": "16.0.1.0.0",
Allows to have a better display name for Stock Storage Category Capacity model
""",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
Expand Down
2 changes: 1 addition & 1 deletion stock_storage_category_capacity_name/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-21 13:33+0000\n"
"Last-Translator: mymage <[email protected]>\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 16.0\n"
"Project-Id-Version: Odoo Server 17.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 @@ -82,5 +82,6 @@ def test_storage_capacity_display_both(self):

self.assertEqual(
stor_capacity.display_name,
"Super Storage Category x 1.0 (Product: Product Test - Package: Super Pallet)",
"Super Storage Category x 1.0 "
"(Product: Product Test - Package: Super Pallet)",
)

0 comments on commit 8852f45

Please sign in to comment.