Tuesday, August 3, 2021
4 changes · master
Enhancements to existing features
The Ask Feedback button now appears only when an appraisal is confirmed. This helps managers avoid requesting feedback too early and keeps the appraisal workflow clearer for users.
Original PR description
Only show the Ask Feedback button on Confirmed appraisals. TaskID: 2591003
Miscellaneous changes
… bill from a document Ticket: 2519571 Forward-Port-Of: odoo/enterprise#19636 Forward-Port-Of: odoo/enterprise#19587
Original PR description
… bill from a document Ticket: 2519571 Forward-Port-Of: odoo/enterprise#19636 Forward-Port-Of: odoo/enterprise#19587
…e to all records Since Odoo 13.0, compute fields must ensure to assign a value to all the records contained in `self`. In the current case, if rule_type was non standard on a record, if there is missing to calculate value of intercompany_transaction_message from that custom rule_type, of the record, therefore leading to a missing cache exception closes opw-2572725 Forward-Port-Of: odoo/enterprise#19938
Original PR description
…e to all records Since Odoo 13.0, compute fields must ensure to assign a value to all the records contained in `self`. In the current case, if rule_type was non standard on a record, if there is missing to calculate value of intercompany_transaction_message from that custom rule_type, of the record, therefore leading to a missing cache exception closes opw-2572725 Forward-Port-Of: odoo/enterprise#19938
Updating `account.move` records to the same value may somehow [1] lead to recomputing fields, e.g. `account.move::_compute_amount`, so filter records to avoid that. [1] via `mail.thread::_prepare_tracking` ? --- opw-2497288 Forward-Port-Of: odoo/enterprise#19731
Original PR description
Updating `account.move` records to the same value may somehow [1] lead to recomputing fields, e.g. `account.move::_compute_amount`, so filter records to avoid that. [1] via `mail.thread::_prepare_tracking` ? --- opw-2497288 Forward-Port-Of: odoo/enterprise#19731