Search code examples
pythonodoo-14

What is the file path of account.aged.payable model and how to edit aged payable report?


I want to edit the aged payable xlsx report in Accounting->Report->Aged payable odoo14. However, I am not getting the report template in the odoo sh staging branch editor console. Where can I find the model and the template in the file system?


Solution

  • These type of reports are one of the technical implementations in Odoo. These reports are implemented via sql queries based in functions.

    You can find their implementation in enterprise > account_reports > models.

    In models folder, multiple files have respective report implementations like partner ledger, aged receivable and payable.