Monday, October 6, 2014
5 changes
Enhancements to existing features
The bundled Select2 library used for searchable dropdown fields has been updated to version 3.5.1. This helps keep the web interface dependency current and may improve stability, compatibility, and translations for dropdown selection controls.
Original PR description
Update select2 library to version 3.5.1
Resolved issues and error corrections
The Website Mail email designer now correctly responds when users click the Save and Continue button. This prevents interruptions while editing website emails and helps users keep their work moving without needing a workaround.
Original PR description
<b>Description:</b> in website_mail module fix the save and continue button issuse, using bind click event and call <code>editor_bar.save()</code> . <b>Task:</b> https://www.odoo.com/web#id=9308&view_type=form&model=project.task&menu_id=3942&action=327 <b>Pad:</b> https://pad.odoo.com/p/r.n7EwGGKuLCsFZqUJ
A small typo in the accounting bank statement code was corrected. This helps prevent potential errors in that area and improves reliability without changing how users work.
Original PR description
fix #1752 Solved sefl typo in account/account_bank_statement.py to self.
This fixes an issue that prevented the system information function from being called through remote connections. It helps integrations and administrative tools retrieve basic system details reliably.
Original PR description
It's not possible to call "about" function via remote control (XML-RPC), because it contains string translation without import...
Code cleanup and technical improvements
This update cleans and reorganizes parts of the event website track module to make it easier to maintain. It also moves event tag handling into the core event area, improving consistency across event-related features without changing the main user experience.
Original PR description
- Task: https://www.odoo.com/web#id=10029&view_type=form&model=project.task&action=333&active_id=248 - Pad: https://pad.odoo.com/p/r.R1Ek46InZGqvBzHN