Thursday, May 2, 2024
2 changes · master
Features or functions removed from Odoo
Odoo removed an older spreadsheet formula used to describe pivot table positions in templates because an existing formula already covers the same need. This simplifies spreadsheet template handling and removes special processing that was only needed for that legacy formula.
Original PR description
The formula pivot.position was used in the template to descripte someething like "the nth element of a pivot". There was already support for this king of formula using pivot(pivot_number,#dimention). In this commit I remove the feature odoo.pivot.position, including all the special processing that was only used in spreadsheet templates to remove empty lines when instanciating template. Task: 3761476 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
An unused action for opening subscriptions was removed from the Sales Subscription area. This is a small cleanup that reduces maintenance overhead without changing expected user workflows.
Original PR description
In this commit, the "action_open_subscriptions" function is no longer utilized, hence it has been removed. task-3860359