Hi, i am using odoo11.
I'd like to make a module that, when installed, simply adds some records to the database. For example, it should add some lines to the res_partner table (the content of those lines would simply be hardcoded in the module itself).
How can I accomplish that? My main problem is that i don't exactly know where to write my code so that it is executed during the installation of the module...
Thanks for any help