Hello, i need help.
So i created a .csv file iin the data/ directory of my custom add on module like so:
/my_module
/data
model.name.csv
/model
model_name.py
In the __manifest__ file, i also added
"data/model.name.csv"
However, i am still encountering an error upon installation of the module:
Exception: Module loading my_module failed: file my_module/data/module.name.csv could not be processed:
No matching record found for name 'data number 1' in field 'Module Name'