add new file

This commit is contained in:
sonal
2020-07-28 12:27:56 +05:30
parent 41b10113b8
commit e1560fd38c
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
'author': 'Masterkey', 'author': 'Masterkey',
'description': "", 'description': "",
'website': 'https://www.odoo.com/page/crm', 'website': 'https://www.odoo.com/page/crm',
'depends': ['product','base' 'depends': ['product','base','sale_renting'
], ],
'data': [ 'data': [
'views/product_views.xml', 'views/product_views.xml',

View File

@@ -25,7 +25,7 @@
</field> </field>
</record> </record>
<!-- <record id="product_template_form_view_rental_inherit" model="ir.ui.view"> <record id="product_template_form_view_rental_inherit" model="ir.ui.view">
<field name="name">product.template.inherit.stock.rental</field> <field name="name">product.template.inherit.stock.rental</field>
<field name="model">product.template</field> <field name="model">product.template</field>
<field name="inherit_id" ref="sale_renting.product_template_form_view_rental"/> <field name="inherit_id" ref="sale_renting.product_template_form_view_rental"/>
@@ -34,7 +34,7 @@
<field name="rental_group_id"/> <field name="rental_group_id"/>
</group> </group>
</field> </field>
</record>--> </record>
</data> </data>