openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15983
[Bug 1055572] [NEW] no error when loading a custom module with a syntax error
Public bug reported:
When creating a new custom module, if there is a syntax error there is no way to determine why the module was not loaded. For example:
{
"name": "OpenAcademy",
"version": "1.0",
"depends": ["base"],
"author": "Author Name",
"category": "Category",
"description": """Description text""",
"data", [],
"demo": [],
"test": [],
"installable": True,
"auto_install": False,
}
When you go to update the module list and it will not be listed. Also
when running the server with debug on, you will not see any errors.
** Affects: openobject-server
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1055572
Title:
no error when loading a custom module with a syntax error
Status in OpenERP Server:
New
Bug description:
When creating a new custom module, if there is a syntax error there is no way to determine why the module was not loaded. For example:
{
"name": "OpenAcademy",
"version": "1.0",
"depends": ["base"],
"author": "Author Name",
"category": "Category",
"description": """Description text""",
"data", [],
"demo": [],
"test": [],
"installable": True,
"auto_install": False,
}
When you go to update the module list and it will not be listed. Also
when running the server with debug on, you will not see any errors.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1055572/+subscriptions
Follow ups
References