Skip to content

Commit

Permalink
[FIX] membership: membership dialog form in partner form
Browse files Browse the repository at this point in the history
The dialog form opened when clicking on a membership line,
in the "Membership" tab of the partner form,
was just unbearable.

This revision improves the readability of
this dialog form.

opw-671144
  • Loading branch information
beledouxdenis committed Mar 4, 2016
1 parent 7ec5db2 commit b5c3598
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions addons/membership/membership_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,17 @@
<field name="state"/>
</tree>
<form string="Memberships">
<field name="date"/>
<field name="member_price"/>
<field name="membership_id"/>
<field name="account_invoice_id" context="{'form_view_ref': 'account.invoice_form'}"/>
<field name="state" colspan="4"/>
<group col="2">
<group>
<field name="membership_id"/>
<field name="date"/>
<field name="state"/>
</group>
<group>
<field name="member_price"/>
<field name="account_invoice_id" context="{'form_view_ref': 'account.invoice_form'}"/>
</group>
</group>
</form>
</field>

Expand Down

0 comments on commit b5c3598

Please sign in to comment.