Mercurial > hgweb > health
changeset 2448:3cfe429e9824
health : Fix bug #47983: Performance and scalability issues on party address
| author | Luis Falcon <falcon@gnu.org> |
|---|---|
| date | Sun, 22 May 2016 18:58:28 +0000 |
| parents | ac5f1257c582 |
| children | 03ebca5e3379 |
| files | tryton/health/view/party_address_form.xml |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/view/party_address_form.xml +++ b/tryton/health/view/party_address_form.xml @@ -14,4 +14,11 @@ <label name="is_school"/> <field name="is_school"/> </xpath> + <xpath expr="/form/field[@name="country"]" position="replace_attributes"> + <field name="country" widget="many2one"/> + </xpath> + <xpath expr="/form/field[@name="subdivision"]" position="replace_attributes"> + <field name="subdivision" widget="many2one"/> + </xpath> + </data>
