I tried to create a Many2one field
product=fields.Many2one('product.product')
but the error occur:
TypeError: Cannot read properties of undefined (reading 'string') at http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6536:211 at traverse (http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6531:200) at http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6531:242 at Function.each (http://localhost:8070/web/assets/730-af65125/web.assets_common.min.js:171:149) at traverse (http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6531:211) at processArch (http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6535:180) at http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6536:494 at traverse (http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6531:200) at http://localhost:8070/web/assets/731-b875ed4/web.assets_backend.min.js:6531:242 at Function.each (http://localhost:8070/web/assets/730-af65125/web.assets_common.min.js:171:149)
Can you please attach a screenshot of your code snippet
the screens below
thanks in advance
this the screen
I did that but there is another error