Alexandre Fayolle
1aec7ceb41
separate lint check
9 years ago
Alexandre Fayolle
2c6488a0d5
fix runbot warning
add security rules to tree_view_record_id.
closes #212
9 years ago
Alexandre Fayolle
e386b31378
remove sentry_dsn warning
use INFO on runbot to report this
9 years ago
Alexandre Fayolle
56e2131939
fix warnings on runbot
remove deprecated type attribute on ir.ui.view declarations
9 years ago
Alexandre Fayolle
458127012f
Merge pull request #144 from mdietrichc2c/base-login-date-improvement
new addon: base_concurrency
Fix SQL error when an user logs in twice during a transaction
10 years ago
Alexandre Fayolle
03c50717ec
Merge pull request #164 from savoirfairelinux/7.0-admin_technical_features
Backport Admin Technical Features to 7.0
10 years ago
Alexandre Fayolle
ae9150ec60
Update travis configuration
don't use "sudo pip install" in travis.yml
10 years ago
Alexandre Fayolle
61f21d87db
Update travis configuration
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
10 years ago
Sandy Carter
d8e7332ca4
Use OCA template
10 years ago
Sandy Carter
9c14697500
Add base_import as admin_technical_features deps
With module admin_technical_features installed, base_import unittests fail with
in the following test:
test_shallow (openerp.addons.base_import.tests.test_cases.test_o2m)
Having technical features enabled add the following to the dict in
fields:
{'fields': [{'fields': [],
'id': 'parent_id',
'name': 'id',
'required': False,
'string': 'External ID'},
{'fields': [],
'id': 'parent_id',
'name': '.id',
'required': False,
'string': 'Database ID'}],
'id': 'parent_id',
'name': 'parent_id',
'required': False,
'string': 'unknown'}
10 years ago
Jordi Riera
a7d50a5718
[ADD] Added admin_technincal_features module.
10 years ago
Matthieu Dietrich
2c9e53108c
Remove extra %s
10 years ago
Matthieu Dietrich
dafdd160b2
Improve the UPSERT mechanism
10 years ago
Matthieu Dietrich
727e0a1025
Rename module as base_concurrency
10 years ago
Matthieu Dietrich
e66fab88e6
Add cron to sync data to old column + improve exception logging
10 years ago
Matthieu Dietrich
78ffc1c518
Rework login method
10 years ago
Alexandre Fayolle
7644c07837
don't use travis container-based infrastructure
10 years ago
Matthieu Dietrich
74d5872c09
Add security file to __openerp__ + nodrop on login_date
10 years ago
Matthieu Dietrich
d1359b4f71
Add security rules for new object
10 years ago
Matthieu Dietrich
ca48be15ab
Fix SQL error when an user logs in twice during a transaction
10 years ago
Guewen Baconnier
05f6a504f6
Merge pull request #100 from savoirfairelinux:defer_parent_store_computation_import
Add defer_parent_store_computation module
10 years ago
Guewen Baconnier
51e1496caf
Add Odoo Community Association (OCA) in authors
10 years ago
Leonardo Pistone
edb17fef39
Merge pull request #136 from gurneyalex/7.0-fix-travis
fix travis (flake8)
10 years ago
Alexandre Fayolle
c6787791a5
fix travis (flake8)
10 years ago
Alexandre Fayolle
3aea423e98
Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
10 years ago
Pedro M. Baeza
41d7e11f6d
Merge pull request #106 from pedrobaeza/7.0-database_cleanup
[ADD] database_cleanup: Module for cleaning up migrated databases
10 years ago
Pedro M. Baeza
63e81e0844
Merge pull request #109 from rschnapka/7.0
initial german translations
10 years ago
Yannick Vaucher
1eaab094ef
Merge pull request #116 from savoirfairelinux/sentry_show_details
Add option to see original error in odoo
10 years ago
Sandy Carter
be54ab8998
Add option to see original error in odoo
10 years ago
Rudolf Schnapka
ae5afae2ac
remove extra line feed manually
Program Localize doesn't seem to remove the extra LF on single-lines? Maybe I should try again to get poedit running on my ubuntu.
10 years ago
Rudolf Schnapka
7526d55fe7
remove more line feeds
10 years ago
Rudolf Schnapka
e594e0fc3e
translation ir.cron added
10 years ago
Rudolf Schnapka
86837fb671
removed unneeded linefeeds
10 years ago
Rudolf Schnapka
96ab89c6f4
initial german translations
10 years ago
Stefan Rijnhart
e294819ad4
[ADD] database_cleanup: Module for cleaning up migrated databases
10 years ago
Guewen Baconnier
967cc3dfd1
Merge pull request #99 from grap/7.0-improve-sentry-setting
[ADD] [7.0] 'sentry_logger' Possibility to customize logging level
10 years ago
Sandy Carter
7223ebb444
Add defer_parent_store_computation module
Module add option to import form which allows importing with the
'defer_parent_store_computation' key in context which speeds up imports
tremendously.
10 years ago
Sylvain LE GAL
17eb1f2b34
[FIX] remove dangerous call to 'eval' function;
10 years ago
Sylvain LE GAL
b1e210d7b1
[FIX] typo
10 years ago
Sylvain LE GAL
830c8b5a30
[FIX] comment;
10 years ago
Sylvain LE GAL
6933c3cda0
[IMP] logging level is not customizable;
10 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
60d54c4822
Merge pull request #98 from savoirfairelinux/sentry_fix
[FIX] Skip init if raven is not available on the system
10 years ago
Sandy Carter
3c63e9300d
Skip init if raven is not available on the system
10 years ago
Pedro M. Baeza
2b50e12051
Merge pull request #44 from savoirfairelinux/sentry
Add sentry integration module
10 years ago
Sandy Carter
16aba93883
Add warning about performance impact
10 years ago
Pedro M. Baeza
a5bbd95b0e
Merge pull request #42 from savoirfairelinux/add_email_template_dateutil
7.0 Add email_template_dateutil
10 years ago
Guewen Baconnier
59f73f53c2
Merge pull request #85 from grap/7.0-document_extract_from_database
[7.0] [ADD] 'document extract from database'
10 years ago
Sylvain LE GAL
91a9ff3784
[REF] 'document_export_from_db' change name and description;
10 years ago
Sylvain LE GAL
b23657197c
[REF] 'document_extract_from_database' update comment in test file;
10 years ago
Sylvain LE GAL
6f3ea057a4
[FIX] 'document_extract_from_database',
10 years ago