account_audit_unlink/views/mail_message_views.xml
2026-03-17 10:42:33 +07:00

14 lines
610 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="account.action_account_audit_trail_report" model="ir.actions.act_window">
<field name="domain">[
('message_type', '=', 'notification'),
('model', 'in', (
'account.move', 'account.account', 'account.tax', 'res.partner', 'res.company',
'mrp.production', 'mrp.bom', 'stock.picking', 'stock.move', 'product.template', 'product.product',
'purchase.order', 'sale.order', 'hr.employee', 'product.category', 'stock.lot'
)),
]</field>
</record>
</odoo>