[trunk] accents block usage
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
New
|
Undecided
|
Unassigned |
Bug Description
I've seen bug 613721 and this is probably related. I want to define products after I've defined product categories.
Trying to avoid the bug 613721, I've renamed all product categories to avoid the use of any accents but still the problem remains (and occurs both on web and GTK client).
Traceback (most recent call last):
File "/usr/local/
result = ExportService.
File "/usr/local/
res = fn(db, uid, *params)
File "/usr/local/
return f(self, dbname, *args, **kwargs)
File "/usr/local/
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/
xarch, xfields = self.__
File "/usr/local/
fields_def = self.__
File "/usr/local/
node.
File "lxml.etree.pyx", line 634, in lxml.etree.
File "apihelpers.pxi", line 487, in lxml.etree.
File "apihelpers.pxi", line 1242, in lxml.etree._utf8 (src/lxml/
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
This bug is very annoying and makes it impossible to define any products (at least for the french version I've tested).