Daily updates from Odoo
Monday, February 2, 2015
8 changes · master
Enhancements to existing features
Report definitions can now directly reference the desired paper format, making configuration simpler and more consistent. This reduces duplicate setup work for reports such as checks, event badges, and point of sale receipts.
Original PR description
...port definition using the paperformat id Task: https://www.odoo.com/web#id=10464&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.9x8JZM3r28kKqzXQ
The point of sale user label report has been converted to a newer report format. This should make the report easier to maintain while keeping the label printing experience consistent for users.
Original PR description
Rebase on master of #3710 Task : https://www.odoo.com/web#id=9122&view_type=form&model=project.task&menu_id=3942&action=327 Pad : https://pad.odoo.com/p/r.gKp5rNdanZoHORRw Courtesy of @rsi-odoo
The CRM marketing campaign demo has been updated so its report activity is handled as an email activity instead of generating a report document. This makes the demo flow better reflect how teams typically communicate campaign follow-ups and reduces reliance on an older report-based step.
Original PR description
https://www.odoo.com/web#id=9122&view_type=form&model=project.task&action=333&active_id=131 Courtesy or @rsi-odoo
Fields in the web graph and pivot interface are now sorted alphabetically. This makes it quicker for users to locate the field they need when configuring reports or analysis views.
Original PR description
- Task: https://www.odoo.com/web#id=11199&view_type=form&model=project.task&menu_id=3942&action=327 - Pad: https://pad.odoo.com/p/r.ZUKqwryZEWJeBIjc
Resolved issues and error corrections
This update fixes an issue in the website forum where the introductory section was not hidden correctly. Forum pages now behave as expected, improving presentation and reducing confusion for visitors.
Original PR description
Task: https://www.odoo.com/web#id=11429&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.WbPhpqZKaTYm2etL
Downloaded reports now use the report's display name instead of an internal technical identifier. This makes saved files easier for users to recognize and share without confusion.
Original PR description
...set the filename as name field of the report object instad of the reportname field Task: https://www.odoo.com/web#id=10870&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.CZoUazJ2p928ZBnf
Forum posts now show the profile picture of the person who wrote the post, instead of incorrectly showing the currently logged-in user's picture. This makes discussions clearer and avoids confusion about who authored each answer.
Original PR description
Fixing Profile picture bug of forum which displays picture of login user instead of author of the post. Task: https://www.odoo.com/web#id=11338&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/openerp-project.task-L8EK5ZR0UM
Features or functions removed from Odoo
Unused account transfer and project report files were removed because they no longer had any actions connected to them. This cleans up the system and reduces maintenance overhead without affecting normal business workflows.
Original PR description
...ave any actions. Courtesy of @rsi-odoo