Hi,
I’m developing a new frappe app and I would like to include a new chart of accounts template with it. I would like the user to install the app, and then when they set up the company, have my custom chart of account template to use for creating the initial accounts.
I’ve found the existing COA templates in erpnext/accounts/doctype/account/chart_of_accounts/verified
I would like to create a new .json similar to these, and include it as a fixture, similar to how a workspace or other records would be included as a fixture. Is this possible?
Thanks