Saturday, February 25, 2023
3 changes · master
Miscellaneous changes
Steps to reproduce: - go to any sale order - force mobile view - refresh Bug: there is no space between the quantity and the unit Fix: putting both in the same line makes odoo add a space between them OPW-3185674 Forward-Port-Of: odoo/odoo#113224
Original PR description
Steps to reproduce: - go to any sale order - force mobile view - refresh Bug: there is no space between the quantity and the unit Fix: putting both in the same line makes odoo add a space between them OPW-3185674 Forward-Port-Of: odoo/odoo#113224
If there's a l10n_it_edi_transaction id on the move, then the move has been sent to the SdI and it has received no rejection yet. So we avoid showing the Reset To Draft button in that case. Task link: https://www.odoo.com/web#id=3191726&model=project.task Task-3191726 Forward-Port-Of: odoo/odoo#113675 Forward-Port-Of: odoo/odoo#113085
Original PR description
If there's a l10n_it_edi_transaction id on the move, then the move has been sent to the SdI and it has received no rejection yet. So we avoid showing the Reset To Draft button in that case. Task link: https://www.odoo.com/web#id=3191726&model=project.task Task-3191726 Forward-Port-Of: odoo/odoo#113675 Forward-Port-Of: odoo/odoo#113085
Currently the `if_other_expr_{above/below}` subformula for aggregation expressions in reports didn't allow the condition to be an aggregation as well. After this commit we can use an aggregation expression as a condition too. (No task, issue encountered during task-3040333) Forward-Port-Of: odoo/enterprise#37530
Original PR description
Currently the `if_other_expr_{above/below}` subformula for aggregation expressions in reports didn't allow the condition to be an aggregation as well.
After this commit we can use an aggregation expression as a condition too.
(No task, issue encountered during task-3040333)
Forward-Port-Of: odoo/enterprise#37530