Daily updates from Odoo
Tuesday, November 7, 2017
1 change · master
Resolved issues and error corrections
US bank account forms now handle ABA/Routing numbers correctly. Valid numbers are shown as expected, while invalid entries are rejected cleanly instead of causing a crash.
Original PR description
Edit/create a bank account: - Add a correct ABA number => nothing is displayed - Add an incorrect number (e.g. with letters) => it crashes Combining an `Integer` field with a `char` widget is just a bad idea. Therefore we simply change the type of field and add the appropriate contraint. opw-781069 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr