Sylvain LE GAL
81bb356b05
[FIX] warning about 'resource' import;
9 years ago
Sylvain LE GAL
751d47b80a
[FIX] flake8 (import in bad place);
9 years ago
Pedro M. Baeza
4a1e655969
Merge pull request #140 from eLBati/add_fetchmail_bydate
[7.0] Add fetchmail_bydate
9 years ago
Moises Lopez - https://www.vauxoo.com/
4d0bcd3d7c
Merge pull request #39 from gurneyalex/7.0-monitoring
7.0 monitoring
9 years ago
Moises Lopez - https://www.vauxoo.com/
323401c38c
Merge pull request #200 from acsone/7.0-sql_export_email-lga
[7.0] new module: sql_export_email
9 years ago
Moises Lopez - https://www.vauxoo.com/
6c87aa8467
Merge pull request #171 from akretion/7-secure-uninstall
[ADD] secure_uninstall module
9 years ago
Holger Brunn
1587c39bee
Merge pull request #92 from grap/7.0-auth_generate_password
[ADD] 'auth_generate_password' module to generate randomly user's password
9 years ago
David Beal
db5fbde13b
[FIX] OCA remarks
9 years ago
Sylvain LE GAL
1754eb56a1
[IMP] module description;
9 years ago
Sylvain LE GAL
9c7ae892a5
[FIX] set parameters noupdatable;
9 years ago
Sylvain LE GAL
ab676bbd14
[IMP] set a bigger default value for the size of the password;
9 years ago
Sylvain LE GAL
7ad4fbf968
[ADD] security;
9 years ago
Sylvain LE GAL
79444477c3
[REF] change except_osv to except_orm;
10 years ago
Sylvain LE GAL
5a9202eb2b
[FIX] message in e-mail template;
10 years ago
Sylvain LE GAL
b5274ce45f
[FIX] 'auth_generate_password' now works even if the password is encrypted in database;
10 years ago
Sylvain LE GAL
d1686d050e
Travis : try to fix incompatibility with 'mail_environment';
10 years ago
Sylvain LE GAL
3b7df1f5fb
[FIX] 'auth_generate_password' change icon file;
10 years ago
Sylvain LE GAL
2ccb4d0e17
[REF] 'auth_generate_password' : change module description;
10 years ago
Sylvain LE GAL
580cbe6e1a
[ADD] 'auth_generate_password' module to generate randomly user's password
10 years ago
Alexandre Fayolle
774a87c38d
Merge pull request #196 from guewen/7.0-record-active-archiver
[7.0] new module: record_archiver
9 years ago
Laetitia Gangloff
c53b98b47d
sql_export_email : add new module to send sql export by email
9 years ago
Alexandre Fayolle
45ee1ca323
Merge pull request #175 from florian-dacosta/7.0-sql-export
ADD sql_export module
9 years ago
Alexandre Fayolle
07b6181d67
Merge pull request #228 from yvaucher/default_typo
[FIX] users_ldap_groups - typo on _defaults dict
9 years ago
unknown
2e1b50a3a4
new addon: server_monitoring
This module allows in-database logging of some statistics in order to monitor
the health of an openerp instance.
Database indicators are logged (number of rows, table size, number of reads,
number of updates...), with a cron running each week by default. This cron
needs to be activated after the module is installed.
Some process indicators are logged (cpu time, memory) together with information
about the different XMLRPC calls made to the server (user, model, method).
Two crons are provided to cleanup old logs from the database.
The logs are available through the menu Reporting -> Server Monitoring.
11 years ago
Alexandre Fayolle
b3aa886ef5
Merge pull request #213 from mdietrichc2c/mail_cleanup
Mail cleanup
9 years ago
Matthieu Dietrich
446cf6f4d4
Remove README.rst (not needed in 7.0)
9 years ago
Yannick Vaucher
8047bbe526
[FIX] users_ldap_groups - typo on _defaults dict
9 years ago
Guewen Baconnier
85146900a2
Exclude record_archiver from the one-by-one tests
Because an error prevent creation of res.partner records in the tests due the
'mail' addon adding a required 'notification_email_send' field. This addon does
not depend on 'mail' so the test violates the not-null constraint.
The tests are passing in the normal builds anyway.
9 years ago
Guewen Baconnier
b5e5d9bbfa
Use the OCA template in __openerp__.py
9 years ago
Guewen Baconnier
366726a41a
Add translation pot
10 years ago
Guewen Baconnier
a07535d576
Add tests for the archiving of records
10 years ago
Guewen Baconnier
723ddbc8a5
Add access rights
10 years ago
Guewen Baconnier
386341d4ff
Add tests an fix a condition
On the search of active models
10 years ago
Guewen Baconnier
7f5263714f
Remove the company on record.lifespan
The company was mandatory and prevented to use the module for models without
company_id. Also, there is currently no use case for a different configuration
for different companies. It simplifies the setup too.
If a use case exists for a different setup per company, it can be reintroduced
later with a optional company_id.
10 years ago
Guewen Baconnier
6f51428223
Hide models without an active field
10 years ago
Guewen Baconnier
18bdb1ecc0
Use a m2o for the models
10 years ago
Guewen Baconnier
00004747d8
Make the archiver more extensible
by extracting methods. Now we are able to extend the module to implement other
archiving stategies.
10 years ago
Guewen Baconnier
4239e84ea6
Rename module
From rusty_record_reaper_runner to record_archiver.
Not that I dislike the old funny name, but I guess it will be easier to get
what it does with the new (maybe too serious) name.
10 years ago
Yannick Vaucher
8d49d9a969
Add module rusty_record_reaper_runner
10 years ago
Florian da Costa
d66e562014
ADD sql_export module
10 years ago
Alexandre Fayolle
893c788ab2
Merge pull request #115 from acsone/7.0-base_export_email-lga
Add module base_export_email
9 years ago
Laetitia Gangloff (ACSONE)
78b4e1e49e
Add OCA in authors list
9 years ago
Matthieu Dietrich
7fba5c1307
Place expunge() call after parsing all messages
9 years ago
Matthieu Dietrich
694dbb4c94
Correct type for purge_days + better checks
9 years ago
Matthieu Dietrich
b3b1b2b56e
Add new field + new info in README
9 years ago
Matthieu Dietrich
b6058fcd53
Add purging mechanism + cleanup is by default inactive
9 years ago
Alexandre Fayolle
ff269b6e57
Update travis configuration
use sudo: false to enable container build
use cache: pip to cache pip packages
9 years ago
Matthieu Dietrich
55cb7b5ba3
Use correct Model + remove unnecessary conditions/assignments
9 years ago
Matthieu Dietrich
ecdb4ac880
Add new module "mail_cleanup" in order to move/mark as read old messages
9 years ago
Laetitia Gangloff
6333352165
base_export_email : Split send email to be able to use easily in other module
10 years ago