Monday, May 11, 2020
2 changes · master
Enhancements to existing features
Scheduled automated actions now record when they start and finish. This makes it easier to identify which automation was running if a background job times out or fails, helping teams troubleshoot issues faster.
Original PR description
If there is cron worker timeout logger error We can look for last cron running If cron "Base Action Rule: check and execute" is the last one So, we need to know what is the last base automated action based on-time running This logger helps to looked for it
This change simplifies how accounting localization setup is triggered for Austria, Denmark, Indonesia, Israel, and Lithuania. It removes an unnecessary internal alias so the existing loading process is used directly, reducing maintenance overhead without changing expected business behavior.
Original PR description
Removed from following localization - 1) l10n_at 2) l10n_dk 3) l10n_id 4) l10n_il 5) l10n_lt Task#2239900 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr