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
David Béal
b99070d688
[FIX] gurneyalex remarks
10 years ago
David Béal
754dbe32a7
[FIX] required for password field
10 years ago
David Béal
1989b3a5ba
[FIX] view
10 years ago
David Béal
f5d6babbe3
[ADD] secure_uninstall module
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
Lorenzo Battistini
200863a416
[FIX] descriptions and copyright
10 years ago
Lorenzo Battistini
68a6b8217c
[REF] _fetch_from_date_imap
10 years ago
Lorenzo Battistini
7bb7c495db
[REF] last_download_date
10 years ago
archetipo
76ed9d965c
[FIX] website link
10 years ago
archetipo
5ef9eb8825
[FIX] module is not an App
[FIX] check last_internal_date before connect server
[FIX] display count an field message retrieved
10 years ago
archetipo
5b2db7504b
[IMP] override fetch_mail and if is defined last_internal_date fetch all message from this date to today
and call message_process, only for imap server type
10 years ago
archetipo
0c2aae5a2f
[IMP] first commit
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