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
Alexandre Fayolle
7644c07837
don't use travis container-based infrastructure
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
Sylvain LE GAL
7092c5f277
[REF] 'document_extract_from_database': remove useless function and refactor another.
10 years ago
Sylvain LE GAL
94d8ce0619
Merge branch '7.0' of https://github.com/OCA/server-tools into 7.0-document_extract_from_database
10 years ago
Guewen Baconnier
f423f3fd28
Merge pull request #86 from grap/7.0-pylint
[REF] [7.0] pylint;
10 years ago
Sylvain LE GAL
24db8357cb
[FIX] 'user_ldap_populate' pylint;
10 years ago
Sylvain LE GAL
89e7571015
[REF] 'fetchmail_attach_from_folder' change import
10 years ago
Sylvain LE GAL
d54dfb51ee
[FIX] 'tree_view_record_id': docstring
10 years ago
Sylvain LE GAL
7aab1d2b2f
Merge branch '7.0-pylint' of https://github.com/grap/server-tools into 7.0-pylint
10 years ago
Sylvain LE GAL
1ffd2d3d1c
[REF] [7.0] Pylint;
10 years ago
Sylvain LE GAL
42706e21d7
[REF] [7.0] pylint;
10 years ago
Sylvain LE GAL
fa4cfc7af2
[ADD] 'document_extract_from_database' New test to check if datas have changed;
10 years ago
Sylvain LE GAL
f879665f5b
[FIX] 'document_extract_from_database': incorrect value in ir_value;
10 years ago
Sylvain LE GAL
1aafd93d37
[FIX] 'document_extract_from_database' Incorrect reference to xml_id
10 years ago
Sylvain LE GAL
80bfccfd12
[REF] 'document_extract_from_database' to remove brand logo
10 years ago
Sylvain LE GAL
6b4d95643d
[ADD] 'document_extract_from_database' Tests.
10 years ago
Sylvain LE GAL
be13c759c4
[REF] 'document_extract_from_database' flake8;
10 years ago
Sylvain LE GAL
5c33436ee8
[ADD] 'document_extract_from_database' pot file and translation for fr
10 years ago
Sylvain LE GAL
9019952814
[REF] 'document_extract_from_database': misc
10 years ago
Sylvain LE GAL
65b1bc6aa3
[REF] 'document_extract_from_database': rename model
10 years ago