Added field party to bank.account views.

This commit is contained in:
jmartin 2013-05-29 17:34:30 +02:00
parent c89c1948f8
commit 36c4064fbc
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,8 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="country"/>
<label name="subdivision"/>
<field name="subdivision"/>
<label name="party"/>
<field name="party"/>
</form>
]]>
</field>
@ -101,6 +103,7 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="bank"/>
<field name="currency"/>
<field name="owner"/>
<field name="party"/>
</tree>
]]>
</field>