Wednesday, July 8, 2015
3 changes · master
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
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