Sunday, April 11, 2021
2 changes · master
Enhancements to existing features
This update improves how scheduled automation triggers are named, making them easier to identify and manage. The change helps administrators understand recurring system actions more clearly without altering business workflows.
Original PR description
rec name for ir.cron.trigger model
Miscellaneous changes
Description of the issue/feature this PR addresses: The changes related with `account.move.line` model. Current behavior before PR: For example, if we run method `search_read` with empty arguments on this model, then there will be an error in the SQL-query, because `where_clause`-variable is empty, but in the SQL-query it should not be empty. Desired behavior after PR is merged: We should set `where_clause` value to `TRUE`, if `where_clause`-variable is empty. So SQL-query will be corr
Original PR description
Description of the issue/feature this PR addresses: The changes related with `account.move.line` model. Current behavior before PR: For example, if we run method `search_read` with empty arguments on this model, then there will be an error in the SQL-query, because `where_clause`-variable is empty, but in the SQL-query it should not be empty. Desired behavior after PR is merged: We should set `where_clause` value to `TRUE`, if `where_clause`-variable is empty. So SQL-query will be correct. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#66978