Daily updates from Odoo
Monday, October 6, 2014
2 changes · master
Enhancements to existing features
Customers can now complete eCommerce billing information without entering a postal code. This reduces checkout friction for customers in locations where postal codes are not commonly used or necessary.
Original PR description
Fix: #985 Made postal code field of billing information optional in eCommerce module.
Resolved issues and error corrections
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