Thursday, September 2, 2021
5 changes · master
Enhancements to existing features
Calendar view components were given clearer reusable aliases so the Appointment app can build on them more easily. A related CRM calendar test was also made more reliable by avoiding failures caused by attendee ordering.
Original PR description
# Purpose Add an alias for calendar views js files in order to inherit them easily in appointment. # Links task-2287846 ENT PR: odoo/enterprise#17792 UPG PR: odoo/upgrade#2401
Website editor overlays are now hidden while snippet animations are playing. This prevents visual clutter during animation previews, making the editing experience smoother and easier to understand.
Original PR description
* Prior to this commit the overlay was running after its snippet's animation (among others during animation previews of 'website_animate'). * After having applied this commit all the overlays will be hidden during snippets animations. task-2276803 linked to PR odoo/odoo#52940 (for history as I closed it by mistake by reseting the branch instead of rebase) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Argentina localization settings have been moved into the main Argentina localization module so they can be shared more easily. This prepares the configuration area to support both reporting and electronic invoicing features consistently.
Original PR description
### related to Latam ticket 579 / Adhoc ticket 36712 Move Argentina Localization section from l10n_ar_edi module to l10n_ar module. This config will be extended from both l10n_ar_report and l10n_ar_edi modules.
The journal entry resequencing wizard is now hidden from normal accounting use and only available in debug mode. This reduces confusion and concern for business users who viewed the option as a potential blocker or risk in sales journals, while still keeping it accessible for technical administration.
Original PR description
Calm the concerns of quite a few users who, rightly or wrongly, consider the resequencing wizard as a blocking point regarding de sales journal. [task-2604155](https://www.odoo.com/web#cids=1&id=2604155&model=project.task) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Phone call activity categorization has been moved from VoIP into the core Mail area. This makes meeting and activity management more consistent for users, even when VoIP-specific features are not the main focus.
Original PR description
In order to ease the mail.activity meetings management, we move the 'phonecall' category into the base 'mail' module. Check community commit for more details. Co-authored-by: Aurélien Warnon <awa@odoo.com> Task-2486126 ENT PR odoo/enterprise# COM PR odoo/odoo#75530