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

@ -40,9 +40,8 @@
<search string="Payment Methods">
<field name="name" string="Payment Method"/>
<field name="payment_type"/>
<group expand="0" string="Group By">
<filter name="payment_type" string="Payment Type" context="{'group_by':'payment_type'}"/>
</group>
<separator/>
<filter name="payment_type" string="Payment Type" context="{'group_by':'payment_type'}"/>
</search>
</field>
</record>