Daily updates from Odoo
Navigate
Branch
Monday, February 2, 2015
14 changes
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
Website sales now create the related customer or partner set for sales teams more reliably. This helps keep online sales records better organized for follow-up and reporting.
Original PR description
TASK : https://www.odoo.com/web#id=10766&view_type=form&model=project.task&action=333&active_id=131 PAD : https://pad.odoo.com/p/r.qYprij4nscfNMAHq
The employee leave summary report has been converted to Odoo's newer report format, making it easier to maintain and more consistent with other reports. This should improve the reliability and presentation of leave information for HR teams without changing the underlying leave process.
Original PR description
Rebase on master (initially developped for 8.0) 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 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
Product label reports have been updated to use Odoo's newer reporting format instead of the older template system. This makes label printing easier to maintain and better aligned with the rest of Odoo's reporting tools, with minimal expected change for everyday users.
Original PR description
Rebase on master of #3642 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 Base module's module reference and model overview reports have been converted from the older RML format to the newer QWeb reporting format. This modernizes report generation, making the reports easier to maintain and better aligned with Odoo's current reporting engine, with no major change expected for day-to-day users.
Original PR description
Rebase on master of #3604 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
Manufacturing work center barcode reports now use Odoo's newer report format instead of the older template system. This should make the reports easier to maintain and better aligned with current printing standards, including custom page sizing.
Original PR description
Rebase on master of #2925 Task: https://www.odoo.com/web#id=9122&view_type=form&model=project.task&menu_id=3942&action=327 Courtesy of @jar-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
Fixed a navigation issue where using the history back action sent users to the home page instead of the screen they were previously viewing. This makes moving between records and views more predictable and reduces disruption during everyday work.
Original PR description
...history_back it always redirect to home page, instead of previous view Task: https://www.odoo.com/web#id=11414&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.u2AVeY8I323wo3G9
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