odoo/openerp/addons/base
Xavier Morel 7a2961da76 [FIX] ensure all g_inner content is correctly encoded
fixes #1130

* provided `inner` data may or may not have been encoded
* `element.text` is either ascii-compatible `str` or `unicode` when
  non-ascii-compatible, which could force the decoding of utf8-encoded content
  during g_inner's join
2014-07-14 13:44:37 +02:00
..
i18n [I18N] base: fix Hungarian translations 2014-07-07 14:36:55 +02:00
ir [FIX] ensure all g_inner content is correctly encoded 2014-07-14 13:44:37 +02:00
module [FIX] False module description blows up in docutils 2014-07-09 08:47:37 +02:00
report [FIX] font: revert previous (use name and not familly in reportlab), fix reports using spaces 2013-12-09 14:37:42 +01:00
res [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
rng Add form@version in rng 2014-06-12 10:17:36 +02:00
security [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
static [IMP] replace OpenERP by Odoo in backend + change company default logo. 2014-05-30 17:30:36 +02:00
tests [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
workflow [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
__init__.py [FIX] nonsensical import? 2014-03-10 10:59:18 +01:00
__openerp__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
base.sql [IMP] remove useless table/column creations in base.sql. Let the ORM do it job. 2014-04-25 18:28:28 +02:00
base_data.xml [MERGE][IMP] Enable HTML in emails signature 2014-06-27 11:31:24 +02:00
base_demo.xml [FIX] base/account: auto install period's dates. Resolve: don't set country_id to res.partner 2014-01-17 14:17:33 +01:00
base_menu.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00