Release 19.0.2.5.0 - #76
Open
zulquer wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the MultiSafepay payment and Cloud POS addons for the 19.0.2.5.0 release on Odoo 19.0 by bumping versions/metadata, removing an obsolete backend Cloud POS payment UI artifact, and updating end-user documentation to drop references to the deprecated Site API Key.
Changes:
- Bumped module versions to 19.0.2.5.0 and updated plugin metadata to 2.5.0 / Odoo 19.0.
- Removed the obsolete Cloud POS backend payment view cleanup XML and its manifest entry.
- Removed Site API Key references from Cloud POS README/USAGE/CONFIGURE and the app store HTML description.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pos_multisafepay_cloud/views/pos_multisafepay_cloud_payment_views.xml | Deleted obsolete XML containing legacy backend UI record deletions. |
| pos_multisafepay_cloud/static/description/index.html | Removed Site API Key from configuration list and usage notes. |
| pos_multisafepay_cloud/readme/USAGE.md | Removed Site API Key requirement note from usage docs. |
| pos_multisafepay_cloud/readme/CONFIGURE.md | Removed Site API Key from configuration docs. |
| pos_multisafepay_cloud/README.rst | Removed Site API Key from configuration/usage docs. |
| pos_multisafepay_cloud/models/pos_payment_method.py | Updated SDK docstring and Cloud POS plugin metadata (2.5.0 / Odoo 19.0). |
| pos_multisafepay_cloud/manifest.py | Version bump and removal of the deleted XML from data. |
| payment_multisafepay/controllers/main.py | Updated plugin version metadata to 2.5.0. |
| payment_multisafepay/manifest.py | Version bump to 19.0.2.5.0. |
| payment_multisafepay_enhanced/manifest.py | Version bump to 19.0.2.5.0. |
| CHANGELOG.md | Added 19.0.2.5.0 release entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
14
to
17
| "data": [ | ||
| "security/ir.model.access.csv", | ||
| "views/pos_payment_method_views.xml", | ||
| "views/pos_multisafepay_cloud_payment_views.xml", | ||
| ], |
Comment on lines
+20
to
+22
| ### Fixed | ||
| - ODOO-292: Remove obsolete Site API Key references from Cloud POS documentation and code comments | ||
| - ODOO-236: Align Cloud POS plugin metadata with Odoo 19.0 |
vinodsowdagar
approved these changes
Aug 6, 2026
vinodsowdagar
left a comment
Member
There was a problem hiding this comment.
Also check the comment from Github Copilot, might make sense (or not)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the MultiSafepay Cloud POS modules for Odoo 19.0 with several important changes. It introduces a new module, removes obsolete Cloud POS payment view code, and eliminates all references and documentation related to the deprecated Site API Key. Additionally, plugin metadata and versioning are updated to align with Odoo 19.0 compatibility.
New Features:
pos_multisafepay_cloud) to support cloud-based POS payments.Code and Metadata Updates:
payment_multisafepayandpos_multisafepay_cloudto2.5.0and set Odoo shop version to19.0for compatibility. [1] [2] [3] [4] [5] [6]Removal of Obsolete Features:
pos_multisafepay_cloud_payment_views.xml). [1] [2] [3]Documentation and Comment Updates:
README.rst,CONFIGURE.md,USAGE.md, static HTML description) and code comments, clarifying that only terminal group credentials are required. [1] [2] [3] [4] [5] [6] [7] [8]Bug Fixes and Alignment: