[MERGE] account: the `state` field of res.partner.bank must be present in all form...
authorOlivier Dony <odo@openerp.com>
Mon, 25 Feb 2013 14:26:58 +0000 (15:26 +0100)
committerOlivier Dony <odo@openerp.com>
Mon, 25 Feb 2013 14:26:58 +0000 (15:26 +0100)
This is the second part of the fix for bug
1068822.
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

lp bug: https://launchpad.net/bugs/1068822 fixed

bzr revid: odo@openerp.com-20130225142658-amlr1sjkaik3w01f


Trivial merge