fix: om_account_accountant 19.0 compatibility

- Remove group.xml overrides (groups managed by account module in 19.0)
- Remove reconciliation.xml server action (provided by account module)
- Remove menu_action_account_moves_all groups_id clear (incompatible)
- Fix search view: remove group expand attribute

🤖 assisted by claude
This commit is contained in:
Ernad Husremovic 2026-03-09 21:15:35 +01:00
parent 1719960a8b
commit e695a6847c
4 changed files with 4 additions and 39 deletions

View file

@ -1,13 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="action_account_reconciliation" model="ir.actions.server">
<field name="name">Reconcile</field>
<field name="model_id" ref="account.model_account_move_line"/>
<field name="binding_model_id" ref="account.model_account_move_line"/>
<field name="state">code</field>
<field name="code">action = records.reconcile()</field>
<field name="groups_id" eval="[(4, ref('account.group_account_user'))]" />
</record>
<!-- Reconciliation action is provided by account module in 19.0 -->
</odoo>