mirror of
https://github.com/NaN-tic/trytond-product_price_with_tax.git
synced 2023-12-14 02:22:59 +01:00
Add extra depends of product_esale
This commit is contained in:
parent
d89c34fc44
commit
022e74d932
2 changed files with 11 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -4,5 +4,7 @@ depends:
|
|||
ir
|
||||
res
|
||||
account_product
|
||||
extras_depend:
|
||||
product_esale
|
||||
xml:
|
||||
product.xml
|
||||
|
|
Loading…
Reference in a new issue