Monday, January 12, 2015
3 changes
Enhancements to existing features
Website building blocks now use clearer internal styling classes instead of layout spacing shortcuts on their main containers. This makes snippet layouts easier to maintain and helps keep website design behavior consistent as the editor evolves.
Original PR description
...body's root by proper styling on the classes Backport of https://github.com/odoo-dev/odoo-design/commit/7f07d10b5108b733d37022e0108029f52b8e8817 and https://github.com/odoo-dev/odoo-design/commit/6adcccdf38587dd5325a14fd3fd1d190b01b770e with class names modified according to our discussion with al this morning. After we have merged this we can delete the odoo-dev/odoo-design repository. However, I need to check with chm if its snippet api still requires the classes like o_block_banner, especially regarding the new new snippet api introduced with 4734cba, as those class names are confusing with respect to fme ones. => The o_block_<snippet> classes are still required until those snippets are updated to the new 4734cba api.
Resolved issues and error corrections
The reference documentation examples for server actions now include the required action name. This prevents users from copying examples that fail with a missing-name error when loaded.
Original PR description
The name (required field) of the server action is missing in the server action examples of the reference documentation. Traceback : ``` ParseError: "null value in column "name" violates not-null constraint ```
This update aligns terminology in the website sales templates so customers see more consistent wording across the online store. It helps reduce confusion and presents a more polished shopping experience.