|
|
@ -124,21 +124,6 @@ |
|
|
|
</field> |
|
|
|
</record> |
|
|
|
|
|
|
|
<record id="product.product_template_action" model="ir.actions.act_window"> |
|
|
|
<field name="name">Products</field> |
|
|
|
<field name="type">ir.actions.act_window</field> |
|
|
|
<field name="res_model">product.template</field> |
|
|
|
<field name="view_mode">tree,form,kanban</field> |
|
|
|
<field name="view_type">form</field> |
|
|
|
<field name="context">{"search_default_products": 1, 'default_type': 'product'}</field> |
|
|
|
<field name="domain">[('is_share','=',False)]</field> |
|
|
|
<field name="help" type="html"> |
|
|
|
<p class="oe_view_nocontent_create"> |
|
|
|
Click to define a new product. |
|
|
|
</p> |
|
|
|
</field> |
|
|
|
</record> |
|
|
|
|
|
|
|
<!-- move this action to another module cause the original action has been |
|
|
|
moved to purchase module. So we want to avoid make purchase module installed |
|
|
|
<record id="product.product_normal_action_puchased" model="ir.actions.act_window"> |
|
|
|