Wednesday, July 8, 2015
8 changes
Enhancements to existing features
Event type names can now be translated, making event setup clearer for teams working in multiple languages. This improves localization for users and customers without changing the core event workflow.
Original PR description
TASK : https://www.odoo.com/web?db=openerp#id=19554&view_type=form&model=project.task PAD : https://pad.odoo.com/p/r.pCGdX0qoVMf8ufny
Several confusing or unrelated icons have been replaced with more meaningful choices in analytics, events, products, and sales areas. This makes navigation and visual cues easier to understand for everyday users without changing underlying business processes.
Original PR description
TASK : https://www.odoo.com/web?db=openerp#id=19560&view_type=form&model=project.task PAD : https://pad.odoo.com/p/r.54V2Scffisnlsuwt
The Point of Sale module received wording corrections and a reorganization of its settings screens. This should make configuration easier to understand and reduce confusion for users managing POS setup.
Original PR description
TASK : https://www.odoo.com/web#id=13398&view_type=form&model=project.task&action=333&active_id=248 PAD : https://pad.odoo.com/p/r.nrnsJiA3zQ93Ot7U
The planner now hides its progress bar once all steps are complete. This keeps the interface cleaner and avoids showing unnecessary status information after completion.
Original PR description
TASK ID: https://www.odoo.com/web#id=12103&view_type=form&model=project.task&action=333&active_id=131 PAD: https://pad.odoo.com/p/r.zpv9zvWe3By334jk
Resolved issues and error corrections
The Sales Team form was showing the Active field twice, which could confuse users reviewing or editing team settings. This fix removes the duplicate display so the form is clearer and easier to use.
Original PR description
…eam form view ISSUE : https://www.odoo.com/web?debug#id=644105&view_type=form&model=project.issue&action=963&active_id=681
Code cleanup and technical improvements
This update tidies the Google Calendar integration by removing old commented code and reorganizing existing logic. It should not change how users work, but it makes the module easier to maintain and safer to update in the future.
The account follow-up configuration screen could fail during installation because it depended on a setting that was removed elsewhere. This update moves the needed installation option into the account extension area and links the configuration view to that option, allowing the module to install correctly.
Original PR description
Account Configuration view in account_reports_followup module depends on part of the view that's been removed in odoo community, and raises an error at install. This fixes the issue by adding the module installation option in account_extension module and make the xpath depend on that field @qdp-odoo @pvy-odoo
This fixes a broken company settings view related to accounting reports. Users should now see the intended overdue payments section or fields correctly when managing company accounting settings.
Original PR description
@qdp-odoo Can you confirm that this is the right way to fix the view? It's been broken since we can't base the selector on the string attribute. Also, I didn't find any page with string="Overdue Payments" so I thought that you intended to add the page instead of adding fields in it cc @rco-odoo