odoo/openerp
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
..
addons [FIX] base: remove early size limit on author field 2017-09-05 01:46:47 +02:00
cli [FIX] scaffold: correctly decode utf8 templates 2016-03-15 11:25:16 +01:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [FIX] module: allow disabling 1-click install 2017-01-27 13:00:42 +01:00
osv [FIX] base: run defined modifiers tests 2017-04-26 19:36:10 +02:00
report [MERGE] forward port of branch 7.0 up to 99c87b6 2015-05-21 16:33:45 +02:00
service [FIX] core: werkzeug 0.12 compatibility 2017-07-27 13:40:19 +02:00
tests [IMP] tests: use long message in case of error 2016-11-02 11:45:29 +01:00
tools [FIX] tools: prevent crashes with Pillow >= 4.2.0 2017-07-07 10:11:40 +02:00
workflow [FIX] workflow: insertion of duplicates in many2many relation 2017-07-07 09:47:04 +02:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [IMP] fields: turn field.digits and column.digits into dynamic properties 2015-03-23 14:36:15 +01:00
api.py [FIX] api: in todo list, group records to recompute by environment (#11267) 2016-10-13 10:13:33 +02:00
exceptions.py [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
fields.py [FIX] fields: add group_operator to be availble in get_description. 2016-10-11 11:49:55 +02:00
http.py [FIX] http: force protocol when missing in URL 2017-06-15 16:01:40 +02:00
import_xml.rng [MERGE] ir-ui-view split active and show_customize 2014-08-31 16:56:44 +02:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
models.py [FIX] prefetch issues on computed fields (#18799) 2017-08-11 16:02:27 +02:00
netsvc.py [MERGE] forward port of branch 7.0 up to 1c0bc7c 2015-06-30 12:47:27 +02:00
pooler.py [IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db 2014-04-09 15:35:15 +02:00
release.py [REL] Odoo 8.0 2014-09-18 12:11:18 +02:00
sql_db.py [FIX] sql_db: port fix from psycopg/psycopg2#459 2017-06-15 16:01:40 +02:00