OCA Transbot
30c6837a9e
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
28c17840b4
[FIX] module_auto_update: Missing author
7 years ago
Jairo Llopis
17b74184df
[FIX][module_auto_update] Set dependencies to upgrade
7 years ago
Jairo Llopis
bfaccbd07e
[FIX][module_auto_update] Pass tests if addon is in readonly directory
7 years ago
Jairo Llopis
d0c2a90c91
[REF][module_auto_update] Recompute dir hashes only when needed
By removing the recomputation from `update_list` we get faster CLI module upgrades and it only performs the autoupdate when using the autoupdate wizard or cron.
7 years ago
Jairo Llopis
719cb6314b
[MIG][module_auto_update] Backport from v10
7 years ago
OCA Transbot
1658efdb14
OCA Transbot updated translations from Transifex
7 years ago
Brenton Hughes
50258f7a3c
[ADD] module_auto_update: Create module ( #882 )
* [IMP] module_auto_update: Create new module
* Add checksum_dir and checksum_installed fields to ir.module.module
* Add checksum_dir to compute current checksum of module directory
in addons path
* Add checksum_installed to store checksum of module directory
when module was last installed or upgraded
* Use checksumdir Python library to compute module directory sha1
hashes, ignoring pyc and pyo extensions
* Extend update_list method to compare modules' checksum_dir and
checksum_installed, then change state of modules with differing
checksums to 'to upgrade'
* Replace Apps/Updates menu item with menu item of same name, which
updates apps list and displays tree view of ir.module.module
records with state 'to upgrade'
* Extend create and write methods to store computed checksum_dir as
checksum_installed during module installation and upgrade, and
set checksum_installed to False on uninstall
* Use context to stop checksum_installed from being updated during
upgrade/uninstall cancellation
* Add cron job to periodically check for module upgrades by
comparing checksums, then perform any available upgrades
* Extend upgrade_module method (called by cron and 'Apply Scheduled
Upgrades' menu item) to call update_list
* Add post_init_hook to store checksum_installed of existing
modules
* Add test coverage
* [FIX] module_auto_update: Fix test broken by changes
* Use dummy module to test update_list method instead of
module_auto_update
7 years ago
beau sebastien
6f0acfd6de
Merge pull request #1183 from akretion/8.0-auth-brute-force-log-request-environment
8.0 auth brute force log request environment
7 years ago
Sylvain Calador
845f036c4c
[IMP] README.rst
7 years ago
Sylvain Calador
72fbd0e94a
[IMP] add a jocker '*' for discover or log all request environment variables
7 years ago
Sylvain Calador
4f8bd1a28e
[FIX] Typo
7 years ago
Sylvain Calador
48540a76a1
[IMP] add the possibility to log also request environment variables
7 years ago
OCA Transbot
5679043e32
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
27dddb4340
[UPD] addons table in README.md
7 years ago
Yannick Vaucher
6c966d9c06
Bump base_import_odoo version
7 years ago
Yannick Vaucher
e8f6774d68
Merge pull request #1131 from EssentNovaTeam/fix/8.0/base_import_odoo/silence_importerror
[FIX] Be less alarming about missing library (module does not have to be installed)
7 years ago
Yannick Vaucher
6c20ccf631
Merge pull request #455 from Noviat/80-server-tools-ldap-only-fix
only ldap groups fix
7 years ago
Stefan Rijnhart
22983c2b3b
[FIX] Be less alarming about missing library (Module does not have to be installed)
7 years ago
OCA Git Bot
77ae6d0a00
[ADD] setup.py
7 years ago
OCA Git Bot
c60a1ceca7
[UPD] addons table in README.md
7 years ago
Dave Lasley
047f4ea18b
Merge pull request #1023 from versada/backport-sentry-8.0
[MIG] sentry: Backport sentry addon to Odoo 8.0
7 years ago
Naglis Jonaitis
f6bf474c86
[FIX] sentry: Fix SanitizeOdooCookiesProcessor after raven 6.4.0
7 years ago
Naglis Jonaitis
af88d88802
[MIG] sentry: Backports to Odoo 8.0
7 years ago
Naglis Jonaitis
061fe4ab7f
[ADD] sentry: Adds module
7 years ago
OCA Transbot
eeec182d72
OCA Transbot updated translations from Transifex
7 years ago
Stefan Rijnhart
f86d4cad8e
[FIX] Adapt to newer versions of python-ldap and lxml
[IMP] Mute ERROR level log messages from false positives
7 years ago
OCA Git Bot
8b8a5d31c4
[UPD] addons table in README.md
7 years ago
Dave Lasley
651d15bd1b
Merge pull request #1072 from StefanRijnhart/fix/8.0/password_security/underscore
[FIX] Underscore is a special character
7 years ago
Stefan Rijnhart (Opener)
bcfd364943
Merge pull request #1066 from osiell/8.0-base_user_role_backport_features_fix
[FIX] 8.0 - base_user_role (regression)
7 years ago
Stefan Rijnhart
453d141f27
[FIX] Underscore is a special character
7 years ago
OCA Transbot
31cc91847a
OCA Transbot updated translations from Transifex
7 years ago
sebalix
45c766903e
[FIX] base_user_role: ensure that the user's groups are updated when its last role line is removed
7 years ago
sebalix
15a081df1f
[IMP] base_user_role: add some test cases to check user's groups when its last role line is removed
7 years ago
sebalix
9d6feea45d
[FIX] base_user_role: update users' groups when a role is deleted
7 years ago
OCA Transbot
fb91f9140f
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
33988692ff
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
2ceb98afb9
Merge pull request #1049 from StefanRijnhart/fix/password_security/8.0-erp_manager_reset_password
[FIX] As an ERP manager, allow to reset users' passwords
7 years ago
Stefan Rijnhart
aa2bf606ce
[FIX] As an ERP manager, allow to reset users' passwords
7 years ago
OCA Transbot
5c2b109e37
OCA Transbot updated translations from Transifex
7 years ago
Stefan Rijnhart (Opener)
f0a9607ecf
Merge pull request #922 from osiell/8.0-base_user_role_backport_features
[8.0] base_user_role: backport features from 9.0 + Fix from 10.0
7 years ago
OCA Transbot
23e300d1d0
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
58f3397295
[ADD] setup.py
7 years ago
OCA Git Bot
e36de59f10
[UPD] addons table in README.md
7 years ago
Daniel Reis
81cdd4da4d
Merge pull request #988 from hbrunn/8.0-base_import_odoo
[ADD] base_import_odoo
7 years ago
Holger Brunn
049d2cb8f4
fixup! [FIX] don't pass an empty string for required char fields
7 years ago
Holger Brunn
787aa4bcf7
[FIX] don't pass an empty string for required char fields
7 years ago
Holger Brunn
a22452a716
fixup! [ADD] duplicate treatment
7 years ago
Holger Brunn
06be3271da
fixup! [ADD] duplicate treatment
7 years ago
Pedro M. Baeza
e93b6bccba
Merge pull request #1030 from hbrunn/8.0-database_cleanup-drop_table_cascade
[FIX] only purge our own table
7 years ago