I was trying to add an additional column for my aged receivable report, which is an address from the partner
I was able to achieve that by modifying the aged receivable report model in accounting_reports by adjusting the query and the output (Using Odoo.sh), however I know that I modified it directly from the source code thus, it will not be reflected once I rebuild the branch
Is it possible to make some sort of addons that I can put from src/user to override the model.
I appreciate if someone would give an external article/links regarding this.
Thank you