Dave Lasley
5063b5cc81
[MIG] auto_backup: Migrate to v9
* Add self.ensure_ones
* Add test coverage
8 years ago
Stéphane Bidoul (ACSONE)
eb1ce2d6aa
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
f4a7807338
OCA Transbot updated translations from Transifex
9 years ago
David Beal
5c0ca8e271
[FIX] logger db_backup for pysftp ( #419 )
9 years ago
Javi Melendez
88ee9fca2b
[FIX] auto_backup: bad reference to field sftp_private_key ( #423 )
Bump module version to 8.0.1.0.1
9 years ago
archetipo
75b6312f3b
FIX License type
9 years ago
Jairo Llopis
0b110c3d59
[auto_backup] Refactor.
- Follow template README.
- Remove HTML README.
- Move models to models folder.
- Model and view file names follow guidelines.
- Unused methods cleanup.
- Remove unneeded `.pot` file.
- Fix permissons.
- Follow PEP8 in names everywhere.
- Set more descriptive field names.
- Disable backups for other databases, for security.
- Remove db name from generated file, for easier cleanup.
- EAFP logic everywhere.
- More descriptive name.
- Data files moved to YAML, with cleaner ir.cron record creation.
- Add permissions for db.backup model.
- Icons.
- Update tests with new format.
- Storage method is a selectable, for easier extensibility.
- Instead of custom mailing, it just has a mail thread where you can subscribe.
- Should fix almost all comments in https://github.com/OCA/server-tools/pull/203 .
- Reduce headers.
This respects the upstream license choice (GPL/AGPL) but reduces
verbosity.
It would be ideal to have everything under AGPL though.
9 years ago
Alessio Gerace
7ca4c9ff9e
Open FTP session on the last moment possible
Used to open fp = open(file_path,'wb') a few lines before it was needed. This shouldn't be too much of a problem but opening and closing it right after eachother keeps the session open for less time and there are less chances on failure.
10 years ago
Yenthe
6d9503e16f
Update english pot file
Added all the new fields and sentences. This will be the template for
translations.
10 years ago
oca-travis
fb0830541b
[UPD] Update auditlog.pot
6 years ago
OCA-git-bot
a8541e58cb
[ADD] setup.py
6 years ago
OCA-git-bot
d33b2e74d5
[UPD] README.rst
6 years ago
Maxime Chambreuil
88bf4ec548
Merge pull request #1556 from sebalix/12.0-mig-auditlog
[MIG] auditlog: Migration to 12.0
6 years ago
sebalix
c6a30604b8
[IMP] auditlog: set all fields readonly when the rule is enabled
6 years ago
sebalix
432b211353
[UPD] README.rst
6 years ago
sebalix
7691a6d5a1
[MIG] auditlog: Migration to 12.0
6 years ago
Iván Todorovich
550fe0dfc9
[MIG] dict.iteritems() does not exist in Python3
6 years ago
Iván Todorovich
e9ebea399b
FIX self[0] in _rule_group
6 years ago
hparfr
28fca353b1
base_exception allow to filter rules in inherited modules
6 years ago
Hpar
0b13b65b81
Update readme
Add a note about safe_eval
6 years ago
Hpar
3cc3ba4ebc
Remove onchange on exception_type
No more empty fields after changing type.
6 years ago
hparfr
00569defba
add execution rule based instead of record based
improve the perfs dramastically when there is a lot of records
6 years ago
Mourad
4f9eec5363
[WIP] sale_exception_by_domain
7 years ago
Iván Todorovich
1088f5c3ae
[MIG] base_exception: Migration to 12.0
6 years ago
OCA Transbot
30711b90cc
OCA Transbot updated translations from Transifex
8 years ago
nicomacr
1307e60902
[FIX] base_exception: send the active_model in the conxtext when call the _popup_exceptions mehtod
6 years ago
David Beal
448e20efd6
FIX remove old api parameters in base_exception
6 years ago
Iván Todorovich
7a9a692b42
[IMP] Update base_exception views
- Show menu only to Exception Rule Managers
- Use sequence and active widgets on tree view
- Updated form to use sheet
6 years ago
Andrea
ec969fc23e
[FIX] Enable post_install for tests + pylint
7 years ago
Jordi Ballester
be62320a8a
Refactor tests of module 'base_exception'.
Defines a new mechanism to build odoo classes that are only
defined during testing.
7 years ago
Mourad
4c6f0b2afd
[FIX] temp model test access rule & fix OCA remarks
7 years ago
Jordi Ballester
33916dcf47
style fixes
7 years ago
Mourad Elhadj Mimoune
90727a5d46
[MIG] base_exception: Migration to 11.0
7 years ago
Laurent Mignon (ACSONE)
0a475a16db
[FIX] base_exception: '_check_exception' is 'api.multi' since it's called by constraint methods
'detect_exception' can be called on an empty recordset.
8 years ago
Eugen Don
744d6d34c2
Fix menu in base_exception ( #803 )
* Fix menu in base_exception
* Fix base_exception/views/base_exception_view.xml
8 years ago
Mourad Elhadj Mimoune
959def7311
[ADD] split module sale_exception into base_exception
8 years ago
Rodrigo Macedo
1f9407c649
Translated using Weblate
Currently translated at 100,0% (70 of 70 strings)
Translation: server-tools-11.0/server-tools-11.0-auditlog
Translate-URL: https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-auditlog/pt_BR/
7 years ago
oca-travis
20b0a80791
[UPD] Update auditlog.pot
7 years ago
Stéphane Bidoul (ACSONE)
47044eb804
remove obsolete .pot files [ci skip]
7 years ago
OCA Transbot
94fa17ebb4
OCA Transbot updated translations from Transifex
7 years ago
rgarnau
3236130dec
[add] https
7 years ago
Enric Tobella
25a041e8ef
[MIG] auditlog: Migration to 11.0
7 years ago
OCA Transbot
3e543df39e
OCA Transbot updated translations from Transifex
9 years ago
Oleg Bulkin
96eea749fa
[FIX] auditlog: Duplicate logging
* Update _patch_methods and _revert_methods in auditlog.rule model to properly
track whether a method has already been patched for logging purposes. This
prevents duplicate logs from being produced in various cases (e.g. when a
logging rule is created as part of a module install)
8 years ago
Stefan Rijnhart
0bde32948e
[FIX] Request id no longer exists after concurrency rollback
8 years ago
Frédéric Garbely
6c3273aeaa
[MIG] auditlog: Migrated to 10.0
8 years ago
sebalix
8510996def
auditlog - Migrate 'AuditlogRule.create' and 'AuditlogRule.write' methods to the new API
8 years ago
sebalix
49d2d511b2
auditlog - Lint
8 years ago
Holden Rehg
2d534b7be1
auditlog: Remove pre_init_hook reference from openerp, no pre_init hook exists any more
9 years ago
Holden Rehg
ca67c2f93d
auditlog: Remove migration from audittrail functionality, this is not required for version 9
9 years ago