Hello, I tried searching for the answer but to no avail. Is there any option to import Print Formats in ERP Next? I can export them but in contrary to other DocTypes I cannot import them.
Thank you very much, I totally missed it! I did it as you have described. First, I had to enable developer mode for my site
Hello @bahaou
if i enable that i get an error if i would like to import a print format template how can i fix this?
I use ERPNext 15
Regards
Kevin
i have fixed them with add fixtures = [“Print Format”] to hooks.py file and export the printformat.json file. On the new ERPNext Server i put the json file to /frappe-bench/apps/erpnext/erpnext/fixtures and import the printformat.json file with bench --site erpnextsite migrate now i have my custom printformats imported.
Regards
Kevin