I hope that someone can help.
I'm on: Odoo.SH, version 17 and running GitHub and GitHub Code.
I get this error message when I try to view a custom module in the apps.
(Click on the three dots, module-info)
Error message: Can't fetch record(s) 1121. They might have been deleted.
My manifest file looks like:
{
'name': 'Management System',
'version':'1.0',
'author': 'Noyau',
'website': 'https://www.noyau.co.za',
'summary': 'Management for business',
'description': """Management for business""",
'category': 'Services',
'depends':[
'base',
'contacts',
'portal',
],
'data':[
'security/ir.model.access.csv',
'views/business_view.xml',
'views/business_contracts.xml',
'views/business_finances.xml',
'views/menu.xml',
],
'installable': True,
'application': True,
'license':'LGPL-3',
}
What is the problem? Why can't I view my custom module?
And none of my scripts want to run (e.g. start date must be less than the end date). Is this the reason?
Creating module in odoo 17: https://www.youtube.com/watch?v=kxbPgOLkNxw&list=PLqRRLx0cl0hq0T4SV-BHhCicWOpzyWcHd