Hi everyone,
I’m new to erpnext and frappe. I want to know if export of customizations can be done from one instance to another.
Example: I want to make few changes in the customized form of sales invoice, like change the label “company” to “company name” and many like that from the customize form in the test instance and want it to be saved in that app so that whenever i push the changes to production I would find the changes reflected without again doing manually the same things on production instance. Will I be able to do it by export customizations or by fixtures.
I have tried using erport customizations button on top right of customize form to a particular app. It appears to work well but when i pull the changes to production no changes are reflected.
I also tried to export fixtures using the command:
bench --site site_name export-fixtures
But no changes are being reflected. So please can you let me know if there is any solution for this
Thanks