← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 623849] Re: check xml consistency during loading

 

The server does not allow saving malformed views at all when you are
editing them live. This is not a client-side feature

As for validating all views in a module, doing so could add a prohibitive delay during module installation, and would not even be 100% sure to catch all cases.
We do have a continuous integration server that validates all views by rendering them and warns about incorrect ones.

For the rest I do agree that we should improve debugging messages during
XML construction/inheritance, but that's another bug report :-)

** Changed in: openobject-server
   Importance: Undecided => Wishlist

** Changed in: openobject-server
       Status: New => Opinion

-- 
check xml consistency during loading
https://bugs.launchpad.net/bugs/623849
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Opinion

Bug description:
IMHO modules which will create runtime errors  due to invalid xml coding like
https://bugs.launchpad.net/openobject-server/+bug/623845
shouldn't be loaded.
a check must be possible at load time