Daily updates from Odoo
Monday, February 16, 2015
7 changes · master
Enhancements to existing features
This update improves accounting reports by adding a configurable HTML report experience with clearer filters, expandable sections, links inside reports, footnotes, and PDF printing. It helps finance users review journals, ledgers, trial balances, and financial reports more efficiently and with better navigation.
Website editors now see a selection window when a page contains more than one menu, making it clear which menu they are about to change. This improves editing accuracy for pages such as events that can include several navigation menus.
Original PR description
[IMP] website: menu editor open a modal to select the menu to edit if more of one menu in the page (like event)
Website content editing is now available directly from backend HTML text fields when the Website app is installed, giving users a more consistent editing experience. The update also improves editor reliability and snippet navigation, making it easier to build emails and web content with fewer formatting issues.
The website editor now shows building blocks in a left-side panel that opens on hover, making page editing easier and faster. It also fixes online product price editing so website shop prices can be changed correctly.
Resolved issues and error corrections
The event website now shows the correct number of attendees during registration and ticket sales. This prevents customers and organizers from seeing misleading attendance information, improving confidence in event availability and reporting.
The website editor now applies quote and code formatting more reliably when users format selected text. This helps content editors avoid broken or unexpected formatting while creating website pages.
This fixes an issue where pressing Enter while editing a blog post could copy hidden comment-related identifiers into the new paragraph. The change helps prevent incorrect comment associations and limits the related editor script to blog pages only.
Original PR description
[FIX] website_blog: don't clone the data-chatter-id attributes when keypress enter and create new p; Include js into if_dom_contains to launch code only on website_blog page