Daily updates from Odoo
Thursday, July 9, 2015
5 changes · master
Enhancements to existing features
The project issue app was reorganized and updated to follow the newer Odoo development approach. This improves maintainability and consistency for future updates without introducing major business workflow changes.
Original PR description
Task: https://www.odoo.com/web#id=13729&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.xV4Xz2Agsil6yYs9
Resolved issues and error corrections
This fixes an accidental commit reference that was introduced into the CRM area. It keeps the CRM interface clean and avoids showing irrelevant technical text to users.
Original PR description
commit : https://github.com/odoo/odoo/commit/4a818d84a5e4b1514d8ad1d0e34ffdc754934b40 ISSUE : https://www.odoo.com/web#view_type=form&model=project.issue&action=963&active_id=681
This update fixes a minor spelling mistake in the base attachment component. It improves wording quality without changing how the system works or affecting users' workflows.
Original PR description
line 74: shuch -> such
This update removes an outdated automatic behavior from the VAT form setup that no longer existed in the system. It prevents errors or confusion when users interact with VAT-related company or partner information.
Original PR description
ISSUE : https://www.odoo.com/web#view_type=form&model=project.issue&action=963&active_id=681
Code cleanup and technical improvements
Recurring invoices generated from contracts now prepare invoice line details through a separate reusable step. This makes it easier for custom implementations to adjust invoice line values without changing the main invoicing flow.
Original PR description
In recurring invoices from contracts. It allows to inherit and modify the prepared values for the lines. Details about the reason of the change on odoo/odoo#6822