Monday, October 6, 2014
4 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
Tips now wait for message discussions to finish loading before appearing, so users see guidance in the right place at the right time. The update also improves how tips adjust after page changes or window resizing, reducing misplaced or confusing help prompts.
Original PR description
- Override message_fetch from mail.Thread and fire an event when the messages are loaded. This is necessary for tips on the chatter - Override render_value form web.form.FieldStatus : Call reposition() when FieldStatus is done rendering. - Tip.reposition() method - Handle window resize event
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...