Add extra depends of product_esale

This commit is contained in:
jmartin 2016-04-27 13:52:00 +02:00
parent d89c34fc44
commit 022e74d932
2 changed files with 11 additions and 0 deletions

View file

@ -12,4 +12,13 @@ copyright notices and license terms. -->
<field name="name">template_form</field>
</record>
</data>
<data depends="product_esale">
<record model="ir.ui.view" id="esale_template_view_form">
<field name="model">product.template</field>
<field name="inherit"
ref="product_esale.esale_template_view_form"/>
<field name="name">template_form</field>
</record>
</data>
</tryton>

View file

@ -4,5 +4,7 @@ depends:
ir
res
account_product
extras_depend:
product_esale
xml:
product.xml