stock_usability: fix small native error on domain of a menu entry
This commit is contained in:
@@ -65,4 +65,9 @@
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="stock.action_product_stock_view" model="ir.actions.act_window">
|
||||
<!-- native: [('detailed_type', '=', 'product')] -->
|
||||
<field name="domain">[('type', '=', 'product')]</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user