Monday, October 6, 2014
3 changes · master
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...