Monday, November 2, 2015
10 changes · master
Enhancements to existing features
Mail notifications can now include suggested actions, letting users respond or complete related tasks directly from the inbox or notification email. This makes notifications more useful and helps users act faster without navigating through extra screens.
The calendar email template has been reformatted to make meeting-related messages clearer and more polished for recipients. This improves the experience for people receiving calendar notifications without changing calendar functionality.
Original PR description
Task: https://www.odoo.com/web?#id=10987&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.LqRFKVPL7AhkNmh3
This update refreshes many Odoo email and notification templates so messages look more consistent, simpler, and easier for customers to act on. It also reduces noisy calendar chatter and temporarily disables an image-related email option that was causing template crashes.
Users now see a reminder when they change fields that have translations, with an option to open a dialog and update those translations. This helps keep multilingual content accurate and reduces the chance of inconsistent information across languages.
Original PR description
The notification proposes to open a dialog to edit translated fields.
Email templates for contract payments, reminders, and CRM VoIP messages were cleaned up and aligned with the newer template layout. Duplicate contract-related templates were removed so customers and staff receive more consistent communications while reducing maintenance overhead.
Contract and payment reminder emails were cleaned up and updated to use the newer email layout. Duplicate payment templates were removed so customers receive the same messages from one maintained source, reducing confusion and future maintenance effort.
The contract-related email template has been reformatted to make messages clearer and more polished for recipients. This improves the customer-facing presentation of contract communications without changing the underlying contract process.
Original PR description
Task: https://www.odoo.com/web?#id=10987&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.LqRFKVPL7AhkNmh3
The contract-related email template has been reformatted to make messages clearer and more polished for recipients. This helps present contract communications in a more professional and readable way without changing the underlying contract process.
Original PR description
Task: https://www.odoo.com/web?#id=10987&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.LqRFKVPL7AhkNmh3
The CRM VoIP email template has been reformatted to make its layout clearer and more consistent. This helps recipients better read call-related messages while keeping the change limited to presentation.
Original PR description
Task: https://www.odoo.com/web?#id=10987&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.LqRFKVPL7AhkNmh3
Code cleanup and technical improvements
The membership module was reorganized and updated to a newer internal structure, making it easier to maintain and improve. This does not introduce major visible changes for users, but it prepares the module for future feature improvements with a cleaner foundation.
Original PR description
... API. Future commits will aim to improve some features of the membership module. However cleaning it before adding or changing features seems a good idea due to the code quality not being very impressive currently.