Greetings for the day . I have few custom scripts running for my custom apps , I am planning to integrate inside my app , at present these scripts are in custom script interface in erp I mean in db . I tried creating a folder under
my_app/fixtures/custom_script, and in this folder added my custom scripts like:
myscript.js
But this is not working . Could someone guide me with this ?
Thanks a bunch for the help @JoEz , I added fixture = ["Custom Script"] and ran bench export fixtures command , a folder got created inside my app , that is fixtures and where I was able to find a json file , after this I started the bench , but the script works only if I have my scripts in custom script location , I thought the scripts for the app will work with the json file that got created automatically . Will this script get installed automatically when I install this app in a new site ?