Skip to content

Release 19.0.2.5.0 - #76

Open
zulquer wants to merge 3 commits into
19.0from
release-19.0.2.5.0
Open

Release 19.0.2.5.0#76
zulquer wants to merge 3 commits into
19.0from
release-19.0.2.5.0

Conversation

@zulquer

@zulquer zulquer commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

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:

  • Added the new MultiSafepay Cloud POS module (pos_multisafepay_cloud) to support cloud-based POS payments.

Code and Metadata Updates:

  • Updated plugin versioning in both payment_multisafepay and pos_multisafepay_cloud to 2.5.0 and set Odoo shop version to 19.0 for compatibility. [1] [2] [3] [4] [5] [6]

Removal of Obsolete Features:

  • Removed the obsolete Cloud POS payment view code and deleted the corresponding XML view file (pos_multisafepay_cloud_payment_views.xml). [1] [2] [3]

Documentation and Comment Updates:

  • Removed all references to the Site API Key from documentation files (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:

  • Updated Cloud POS plugin metadata to ensure alignment with Odoo 19.0 standards and fixed any outdated references. [1] [2]

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread CHANGELOG.md
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 vinodsowdagar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also check the comment from Github Copilot, might make sense (or not)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants