From b41ea8ef96ec6cb2296f346d885aecd8facc95fe Mon Sep 17 00:00:00 2001 From: David Date: Thu, 11 Jul 2024 15:16:39 +0200 Subject: [PATCH] [MIG] stock_vlm_mgmt_kardex: Migration to 16.0 TT48110 --- stock_vlm_mgmt_kardex/README.rst | 10 +++++----- stock_vlm_mgmt_kardex/__manifest__.py | 2 +- stock_vlm_mgmt_kardex/models/kardex_request.py | 2 +- stock_vlm_mgmt_kardex/static/description/index.html | 7 +++---- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/stock_vlm_mgmt_kardex/README.rst b/stock_vlm_mgmt_kardex/README.rst index 76ef26bb4ca4..87d7e2d5c9ad 100644 --- a/stock_vlm_mgmt_kardex/README.rst +++ b/stock_vlm_mgmt_kardex/README.rst @@ -17,13 +17,13 @@ Kardex integration with stock_vlm_mgmt :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_vlm_mgmt_kardex + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_vlm_mgmt_kardex :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-14-0/stock-logistics-warehouse-14-0-stock_vlm_mgmt_kardex + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_vlm_mgmt_kardex :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -41,7 +41,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -81,6 +81,6 @@ Current `maintainer `__: |maintainer-chienandalu| -This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_vlm_mgmt_kardex/__manifest__.py b/stock_vlm_mgmt_kardex/__manifest__.py index bb10bdc213d1..1f506c839884 100644 --- a/stock_vlm_mgmt_kardex/__manifest__.py +++ b/stock_vlm_mgmt_kardex/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Kardex integration with stock_vlm_mgmt", "summary": "Light alternative for Kardex VLM integrations", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "maintainers": ["chienandalu"], diff --git a/stock_vlm_mgmt_kardex/models/kardex_request.py b/stock_vlm_mgmt_kardex/models/kardex_request.py index 3b8578c7dcce..ccf762555fb2 100644 --- a/stock_vlm_mgmt_kardex/models/kardex_request.py +++ b/stock_vlm_mgmt_kardex/models/kardex_request.py @@ -78,7 +78,7 @@ def parse_data(self, data): try: parsed_data.update({k: v for k, v in zip(KARDEX_KEYS, data.split(";"))}) except Exception: - pass + _logger.debug(f"Exception parsing data: {data}") if parsed_data.get("qty"): # Strip dots parsed_data["qty"] = parsed_data["qty"].replace(".", "") diff --git a/stock_vlm_mgmt_kardex/static/description/index.html b/stock_vlm_mgmt_kardex/static/description/index.html index 312429f1130b..4131776639c8 100644 --- a/stock_vlm_mgmt_kardex/static/description/index.html +++ b/stock_vlm_mgmt_kardex/static/description/index.html @@ -1,4 +1,3 @@ - @@ -369,7 +368,7 @@

Kardex integration with stock_vlm_mgmt

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:cd51efe55ae6d7d00483d20033cb98572c7c06b4755e5b15ccdbe1077187f31f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runboat

Integration with Kardex VLMs

Table of contents

@@ -388,7 +387,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -417,7 +416,7 @@

Maintainers

promote its widespread use.

Current maintainer:

chienandalu

-

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

+

This module is part of the OCA/stock-logistics-warehouse project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.