Tuesday, July 25, 2023
1 change · master
Features or functions removed from Odoo
This update removes an obsolete internal function from Point of Sale that was no longer used. It helps keep the codebase cleaner and maintains consistency between invoice reporting in Accounting and Point of Sale, with no expected change for day-to-day users.
Original PR description
before this commit, in point_of_sale module there is a function _get_reconciled_vals, which is left over in this commit: https://github.com/odoo/odoo/commit/785d49f3f0a21720d8c929d597d4041918ab7f41 initially the function is inherited to bring the payment method name in the invoice report from the pos, but it is decided not to add it again to keep it same from accounting and point of sale. Discussion: https://github.com/odoo/odoo/pull/125995#issuecomment-1643938775 after this commit, the unused function will be removed from the code. Issue: https://github.com/odoo/odoo/issues/125933 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr