Skip to content

Commit

Permalink
[FIX] saas_portal_sale: Show client contract with contract view instead
Browse files Browse the repository at this point in the history
of account analytic view
  • Loading branch information
FFernandez-PlanetaTIC authored and ilmir-k committed Feb 27, 2019
1 parent cc4aa30 commit 5801119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas_portal_sale/views/saas_portal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="arch" type="xml">
<xpath expr="//group[@name='settings']" position="after">
<group string="Invoicing" name="invoicing">
<field name="contract_id"/>
<field name="contract_id" context="{'form_view_ref': 'account.invoice_form'}"/>
</group>
</xpath>
</field>
Expand Down

0 comments on commit 5801119

Please sign in to comment.