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
Holden Rehg
60feb52ac4
auditlog module, Remove duplicate license key from openerp config
9 years ago
Holden Rehg
10e505fcb9
Updated the __openerp__.xml to include the license and images fields
These were updated to follow OCA conventions.
- License set to AGPL-3
- Images set to empty array
9 years ago
Holden Rehg
8d7303d33c
Migrate auditlog module from 8.0 to 9.0
- Update documentation to point to the new auditlog menu locations. These were changed because the 8.0 version was referencing menus that do not exist in 9.0
- Change version from 8.0.X.Y.Z to 9.0.1.0.0
- Make the module installable again
- Remove an unused parameter from pre-migration.py for versioning
- Fix typos and remove commented out blocks of code that were irrelevant
9 years ago
Holger Brunn
e0a55dcca2
singleton error if we saved the current session two times ( #473 )
* [IMP] index the columns we'll be searching for for every request
* [FIX] singleton error if we saved the current session two times
9 years ago
Sébastien Alix
9155639c76
auditlog - Icon added + README updated (screenshots)
9 years ago
sebalix
bd117312c9
auditlog - Auto-vacuum logs, HTTP requests and HTTP user sessions
9 years ago
sebalix
0ffdd7abdc
auditlog - Bump version number
9 years ago