Skip to content

Commit

Permalink
Merge remote-tracking branch 'odoo/7.0' into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA git bot authored and OCA git bot committed Aug 12, 2015
2 parents 2fc6748 + 85b2e60 commit 82d3600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<group col="4">
<field name="name"/>
<field name="code"/>
<field name="plan_id"/>
<field name="plan_id" required="1"/>
<field name="journal_id"/>
</group>
<field name="account_ids">
Expand Down
5 changes: 1 addition & 4 deletions addons/crm/crm_lead_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
<field name="priority"/>
<field name="categ_ids"
widget="many2many_tags"
domain="[('object_id.model','=','crm.lead')]"
context="{'object_name': 'crm.lead'}"
/>
</group>
Expand Down Expand Up @@ -440,9 +439,7 @@
<group>
<field name="categ_ids"
string="Categories" widget="many2many_tags"
context = "{'object_name': 'crm.lead'}"
domain="[('object_id.model', '=', 'crm.lead')]"/>

context="{'object_name': 'crm.lead'}"/>
</group>
</group>

Expand Down

0 comments on commit 82d3600

Please sign in to comment.