Skip to content

Commit

Permalink
[FIX] website_parner: when installing website_partner directly:
Browse files Browse the repository at this point in the history
Can not inherit from mail.view_emails_partner_info_form as it's not in the
dependences of website_partner

Closes odoo#8708
  • Loading branch information
eLBati authored and mart-e committed Oct 2, 2015
1 parent 9e80b99 commit 33094ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website_partner/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<record id="view_partners_form_website" model="ir.ui.view">
<field name="name">view.res.partner.form.website</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="mail.view_emails_partner_info_form"/>
<field name="inherit_id" ref="base.view_partner_form"/>
<field eval="18" name="priority"/>
<field name="arch" type="xml">
<data>
Expand Down

0 comments on commit 33094ee

Please sign in to comment.