Skip to content

Conversation

@davidmonnom
Copy link
Contributor

This recent commit is causing dependencies issues in some Odoo database that rely on the pos_event_sale module. To maintain stability and ensure compatibility, reverting the recent changes made to the event sale reports and related files.

Original commit:
e968ff1

Add event registration sold through PoS to the event sale report.

Steps to reproduce:

  • Create an event with tickets
  • Sell a ticket through the PoS
  • Go to the event sale report

Observation: The ticket sold through PoS is not included in the report

Why the fix:

We modify the SQL query of the event sale report to include event registrations sold through PoS. We also make sure to remove duplicates from the original query.

opw-4935195

This recent commit is causing dependencies issues in some Odoo
database that rely on the pos_event_sale module. To maintain stability
and ensure compatibility, reverting the recent changes made to
the event sale reports and related files.

Original commit:
odoo@e968ff1

Add event registration sold through PoS to the event sale report.

Steps to reproduce:
-------------------
* Create an event with tickets
* Sell a ticket through the PoS
* Go to the event sale report
> Observation: The ticket sold through PoS is not included in the report

Why the fix:
------------
We modify the SQL query of the event sale report to include event
registrations sold through PoS. We also make sure to remove duplicates
from the original query.

opw-4935195
@robodoo
Copy link
Contributor

robodoo commented Dec 1, 2025

Pull request status dashboard

@davidmonnom
Copy link
Contributor Author

@robodoo fw=no

@robodoo
Copy link
Contributor

robodoo commented Dec 1, 2025

Disabled forward-porting.

@C3POdoo C3POdoo requested review from a team and adgu-odoo and removed request for a team December 1, 2025 13:56
Copy link
Contributor

@stva-odoo stva-odoo left a comment

Choose a reason for hiding this comment

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

@robodoo delegate+

@davidmonnom
Copy link
Contributor Author

@robodoo r+

robodoo pushed a commit that referenced this pull request Dec 1, 2025
This recent commit is causing dependencies issues in some Odoo
database that rely on the pos_event_sale module. To maintain stability
and ensure compatibility, reverting the recent changes made to
the event sale reports and related files.

Original commit:
e968ff1

Add event registration sold through PoS to the event sale report.

Steps to reproduce:
-------------------
* Create an event with tickets
* Sell a ticket through the PoS
* Go to the event sale report
> Observation: The ticket sold through PoS is not included in the report

Why the fix:
------------
We modify the SQL query of the event sale report to include event
registrations sold through PoS. We also make sure to remove duplicates
from the original query.

opw-4935195

closes #238152

Signed-off-by: David Monnom (moda) <moda@odoo.com>
@robodoo robodoo closed this Dec 1, 2025
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