Monday, November 2, 2015
7 changes · master
Enhancements to existing features
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
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.