[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
This commit is contained in:
fka-odoo 2014-12-08 18:28:29 +05:30 committed by Martin Trigaux
parent cf4c826aa7
commit 3ea978bc11
1 changed files with 1 additions and 0 deletions

View File

@ -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>