odoo/openerp/addons/base
Olivier Dony ce12a7397f
[FIX] base: remove early size limit on author field
The default size limits set in base.sql are eventually superseded by the
actual limits (or absence of) when the DB schema is synchronized with
the Python model definitions.

However the list of modules (name, authors, descriptions, dependencies)
is loaded before this can happen. The length of the author field is one
case that can easily crash the database bootstrap process at that point,
should a module with a long author name be present in the addons path.

After schema sync, that size limit is lifted entirely (although Odoo Apps
does limit the max author name length to 512 at the moment, to prevent
abuse).

Fixes #5850
2017-09-05 01:46:47 +02:00
..
i18n [I18N] Update translation terms from Transifex 2017-09-01 02:40:20 +02:00
ir [FIX] ir_cron: log message in the right place 2017-05-05 13:57:32 +02:00
module [FIX] module: allow disabling 1-click install 2017-01-27 13:00:42 +01:00
report [REF] OpenERP --> Odoo in various UI texts (2) 2014-07-18 14:59:38 +02:00
res [FIX] base: duplicate company => duplicate partner 2017-06-12 11:14:06 +02:00
rng [ADD] views documentation 2014-08-28 15:02:33 +02:00
security [FIX] base, mail: access to ir.config_parameter is now handled by by 2014-08-29 12:01:50 +02:00
static [IMP] base: description pages containers width 2015-10-26 15:47:10 +01:00
tests [FIX] base: run defined modifiers tests 2017-04-26 19:36:10 +02:00
workflow [MERGE] forward port of branch 7.0 up to f4cb884 2016-05-17 13:16:50 +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 [FIX] base: remove early size limit on author field 2017-09-05 01:46:47 +02:00
base_data.xml [Fix] Some missed frontend openerp to odoo changes 2015-01-12 16:17:12 +01:00
base_demo.xml [IMP] account: better fix than edbd0df for reconciliation test 2015-01-05 11:30:49 +01:00
base_menu.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00