Saturday, August 24, 2024
2 changes · saas-17.1
Miscellaneous changes
For Mercado Pago to recommend odoo to customers they needed two changes: 1) Send a unique external reference to identify payments 2) Send the platform-id header to identify how many people use the integration. This PR addresses both: 1) Utilize the pos_reference field (uid) to identify records 2) Use a system parameter to store the platform id special value we needed to send for identification. task-4075847 Forward-Port-Of: odoo/odoo#177300
Original PR description
For Mercado Pago to recommend odoo to customers they needed two changes: 1) Send a unique external reference to identify payments 2) Send the platform-id header to identify how many people use the integration. This PR addresses both: 1) Utilize the pos_reference field (uid) to identify records 2) Use a system parameter to store the platform id special value we needed to send for identification. task-4075847 Forward-Port-Of: odoo/odoo#177300
`partners` and `guests` are not handled in the client side anymore. They should be replaced by `personas`. Forward-Port-Of: odoo/enterprise#68839
Original PR description
`partners` and `guests` are not handled in the client side anymore. They should be replaced by `personas`. Forward-Port-Of: odoo/enterprise#68839