Stefan Rijnhart
8567336609
[FIX] Protect import of unicodecsv
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
734f6846c1
Merge pull request #245 from guewen/add-sql_view-7.0
[ADD] sql_view - create SQL views on the database
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
10 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
10 years ago
David Beal
db5fbde13b
[FIX] OCA remarks
10 years ago
Sylvain LE GAL
1754eb56a1
[IMP] module description;
10 years ago
Sylvain LE GAL
9c7ae892a5
[FIX] set parameters noupdatable;
10 years ago
Sylvain LE GAL
ab676bbd14
[IMP] set a bigger default value for the size of the password;
10 years ago
Sylvain LE GAL
7ad4fbf968
[ADD] security;
10 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
Guewen Baconnier
b826d6c828
Install unicodecsv dependency
10 years ago
Guewen Baconnier
9072d9f949
Add translation template and French translation
10 years ago
Guewen Baconnier
e1dfd3dd69
Add OCA icon
10 years ago
Guewen Baconnier
5620949ca0
Add unique constraint on the view's name in PG
10 years ago
Guewen Baconnier
52e226eab5
on_change shows the complete SQL name
10 years ago
Guewen Baconnier
f76213c6d8
Forbid SQL injection by checking unbalanced parenthesis
10 years ago
Guewen Baconnier
5af43941ae
Add create and drop of SQL views
10 years ago
Guewen Baconnier
82d12da81f
Validate validness of the SQL view's name
10 years ago
Guewen Baconnier
ddd606d3e5
Add module sql_view (basic model+view)
10 years ago
Alexandre Fayolle
774a87c38d
Merge pull request #196 from guewen/7.0-record-active-archiver
[7.0] new module: record_archiver
10 years ago
Laetitia Gangloff
c53b98b47d
sql_export_email : add new module to send sql export by email
10 years ago
Alexandre Fayolle
45ee1ca323
Merge pull request #175 from florian-dacosta/7.0-sql-export
ADD sql_export module
10 years ago
Alexandre Fayolle
07b6181d67
Merge pull request #228 from yvaucher/default_typo
[FIX] users_ldap_groups - typo on _defaults dict
10 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
10 years ago
Matthieu Dietrich
446cf6f4d4
Remove README.rst (not needed in 7.0)
10 years ago
Yannick Vaucher
8047bbe526
[FIX] users_ldap_groups - typo on _defaults dict
10 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.
10 years ago
Guewen Baconnier
b5e5d9bbfa
Use the OCA template in __openerp__.py
10 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
10 years ago