In Odoo 14 I have a model populated with a csv file in data/my_model.csv
Of course, the csv file is listed in the data section of the __manifest__.py
If I try to create a new record in that model, all seems to go fine but the the newly created record doesn't show up after having being (supposedly) created
What's wrong ?
This is a screenshot of the csv file
and this is a screenshot of the model
as requested in a comment
Can you please attach a screenshot of the CSV file and the model file?
I edited the question @Savya Sachin