Thursday, January 29, 2026
3 changes · 19.0
Documentation and clarification updates
This change updates the corporate contributor agreement records for Camptocamp by adding Paolo Yammouni. It supports compliance with Odoo contribution requirements and does not change product behavior.
Original PR description
Description of the issue/feature this PR addresses:
This PR fixes an incorrect domain construction when restricting records to the current recordset.
The existing code attempted to combine domains using expression.AND() but did not apply the result, and referenced an invalid domain field.
Current behavior before PR:
- expression.AND() was called without assigning its return value, so the combined domain was never applied.
- The domain condition used ('ids', 'in', self.ids), which is not a valid searchable field.
- As a result, the intended filtering by the current recordset was silently ignored.
Desired behavior after PR is merged:
- The domain is correctly rebuilt and assigned using expression.AND().
- The filter uses the valid field instead of ids
- Records are properly restricted to the current recordset
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: odoo/odoo#242799This update adds Cyril Jeanneret to Camptocamp's corporate contributor agreement record. It keeps contributor authorization records current so contributions can be accepted under the proper legal terms.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: adding myself on my company --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds Cyril Jeanneret to Camptocamp's contributor license agreement record. It supports compliance by documenting authorization for contributions under the company's CLA.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr