Daily updates from Odoo
Monday, November 24, 2014
2 changes · master
Resolved issues and error corrections
This change fixes glitches where radio button fields could be cleared in forms, creating inconsistent or invalid settings. Optional radio buttons were removed where they were not appropriate, and one synchronization setting is now required to match business rules.
Original PR description
- Task: https://www.odoo.com/web#id=10498&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.LQ5B1aBjE8jD1eU8
OFX bank statement imports now treat the balance from the file as the statement's ending balance rather than the starting balance. This helps imported bank statements show accurate balances and reduces reconciliation errors for accounting users.
Original PR description
As discussed in #3003, the provided ledger balance is not necessarily the ending balance of the statement. A workaround is to compare the ending date of the statement with the date of the ledger balance. However, ofxparse 0.14 doesn't extract this information from OFX files (the development version does). So for this workaround to be used in production I guess we need a new release of ofxparse. - About an ofxparse release : jseutter/ofxparse#75 - I might ~~want to~~ need to read this : https://github.com/Gnucash/gnucash/blob/master/src/import-export/ofx