Sunday, August 3, 2025
2 changes · saas-18.4
Resolved issues and error corrections
This change prevents the activity menu from applying an archived-record filter to items that do not support it. It keeps activity lists working correctly across apps while still hiding archived activities where appropriate.
Original PR description
In this forward-port [1]
`active_test=False` is replaced with `[('active', 'in', [True, False])]`
to prevent "active_test" from applying on the activities, which should
not be displayed when archived by default.
The change cannot be applied generically because not all activity mixin
models have an "active" field.
Instead the groups can define their domain depending on their individual
fields. "group domains" are conveniently already supported for use cases
like "fake" groups for todo tasks and the likes.
[1]: https://github.com/odoo/odoo/commit/1cd920a2c7ed251d5e74a890f7183a7620bc06a3
Forward-Port-Of: odoo/odoo#221579This fix restores code in the Urban Piper point-of-sale integration that had been unintentionally left commented out. It helps ensure the integration keeps working as expected after the previous automated update.
Original PR description
After this commit: - Code is been restored which was merged in the fw-bot PR Ref PR : https://github.com/odoo/enterprise/pull/91578/files