Wednesday, July 8, 2015
5 changes · master
Resolved issues and error corrections
This update replaces broken Bootstrap icons with the correct Font Awesome icons in several visible areas of Odoo. Users will see the intended icons again in the About dialog, chatter follow controls, and account reconciliation, reducing confusion and improving interface clarity.
Original PR description
…css/scss file accordingly
**Description:**
bootstrap glyphicon icons are broken and showing wrong icons
on following places,
1) "About Odoo" dialog (screenshot : https://goo.gl/LgMNwf )
2) Follow/unfollow button in chatter (task chatter screenshot : https://goo.gl/k66Dis )
3) Account Reconciliation (screenshot : https://goo.gl/cqfUpw )
please check [Issue here.](https://www.odoo.com/web#id=643481&view_type=form&model=project.issue&menu_id=4120&action=609)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
This fixes a data import issue that prevented Pentaho Kettle from creating new records in Odoo when it sent a placeholder ID value of zero. Businesses using Pentaho Kettle for data loading can now continue imports without errors caused by new-record identifiers.
Original PR description
Pentaho Kettle ships with "output steps" to lodd data into OpenERP/Odoo. A `.id` data column is always sent, but sisnce XMLRPC does not support `None` values, for the new records a zero is sent. This doesn't work with v8 since the server looks up for the zero `id` record, doesn't find it, and returns an error, making the OpenERP Output unusable. v7 initially featured the same problem and it was fixed.
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