Wednesday, October 17, 2018
4 changes · master
New functionality added to Odoo
This update adds printable event ticket templates with attendee and event details, supporting barcode-based event operations. It also simplifies badge editing by hiding advanced customization behind debug mode and improves report editing so users can edit, save, discard, and upload media more reliably.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=26779&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.683e502045b3a16ae7d4b119f97c530f Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Event organizers can now preview and print attendee tickets directly from the event and attendee screens. Tickets are also attached to registration confirmation emails, making it easier for attendees to find and use their barcode for check-in.
Original PR description
Task: https://www.odoo.com/web?#id=26779&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.683e502045b3a16ae7d4b119f97c530f
Enhancements to existing features
The manufacturing productivity loss form now uses the standard form layout, making it more consistent with other Odoo screens. An unnecessary grouping was removed to simplify the view and improve readability for users.
Original PR description
Description of the issue/feature this PR addresses: Not perfectly created view with (in my opinion) a group that has no use. Current behavior before PR: The productivity losses form view has no `<sheet>` set and has a group that has little benefit Desired behavior after PR is merged: The form view has a `<sheet>` set and I've removed the group that had little use. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Odoo now clears an email address's bounce counter when a message is received from that address. This helps keep contact deliverability information accurate and avoids treating active email addresses as unreliable based on old bounces.
Original PR description
The number of message bouce is incremented each time the email bounce on a specific email address. To have a correct information, we should reset to zero this counter if we receive a mail from this address. Indeed, if we receive an email from an email address, this email is active and the message bounce number (if > 0) is not relevant anymore. Task ID : 1893155 This taks is also related with Task ID : 33224, especially the autoblacklist rule part. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr