i'm building an odoo model and trying to make it get values from models and insert them in a text file, I'm using ubuntu 18 and docker to set the development environment. Is there any example I could start with or can anyone provide a basic code structure for writing in a text file included inside the model?
Thanks
you can start by writing a cron to read those data and write them in text file for you.
yes, textfile thingies going to model. this will be less time consuming and you will have regularly updated text file.