stock_usability: fix small native error on domain of a menu entry

This commit is contained in:
Alexis de Lattre
2025-01-22 14:08:06 +00:00
parent 2ca1279cb5
commit d84b4bc8ac

View File

@@ -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>