Improvement in accounting, allow modifying entries for non important fields

(date_maturity, name, analytic_line, ....)

bzr revid: fp@tinyerp.com-f90d58f167eb456b96502b8eb76b318ce318afc5
This commit is contained in:
Fabien Pinckaers 2008-03-03 11:54:45 +00:00
parent 15102c89ee
commit a9c18c25d0
1 changed files with 3 additions and 0 deletions

View File

@ -490,6 +490,9 @@ class cache(object):
return result
return cached_result
def to_xml(s):
return s.replace('&','&amp;').replace('<','&lt;').replace('>','&gt;')
def get_languages():
languages={
'zh_CN': 'Chinese (CN)',