Skip to content
Snippets Groups Projects
Commit 3ea978bc authored by Foram Katharotiya's avatar Foram Katharotiya Committed by Martin Trigaux
Browse files

[IMP] crm_partner_assign: add field assigned_partner_id in view

website_customer filters the partners based on assigned_partner_id (the list of
customers that were impletemented by another partner). This field was not
visible so no way to actually display a partner in this list.
Fixes #430, opw 619254
parent cf4c826a
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@
<separator string="Partner Activation" colspan="2"/>
<field name="grade_id" widget="selection"/>
<field name="activation" widget="selection"/>
<field name="assigned_partner_id"/>
<field name="partner_weight"/>
</group>
<group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment