Hi there!
I'm trying to create a custom module that's basically sets up the configuration for a company that i'm working for.
- Should I even make a custom module for this or execute some kind of python script? I'm aiming for the one that is the best regarding conventions/maintainability
- How can I execute a one-time script upon module installation? Is it feasible to execute just 1 method instead of creating a throwaway class?
- I know data creation/removal can be done via xml too but how can I modify some existing data?
Let's say my goal is to change just the name of the current company to 'ABC'. How can I do that?