Hi. I have a model (x_rma_report) with 5 fields
i have managed to connect to odoo with api then i use
models.execute_kw(db, uid, password, 'x_rma_report', 'fields_get', [], {'attributes': ['string', 'help', 'type']})
to list the fields but i get nothing
my plan is to list the records and then export then to a csv file
any help from the community?