Skip to Content
Menu
This question has been flagged
1518 Views

I want to sort General Ledger report by date in the Accounting odoo module, so in the account_general_ledger.py there's a method _get_query_amls() which has the query property that I want to override to sort by date .. How to override  this property throw inheriting the module? I've inherited the module and re-wrote the method but this didn't work.

https://i.stack.imgur.com/gpaxg.png

Avatar
Discard