Pedro M. Baeza
91e81fe482
Merge pull request #1544 from acsone/9.0-fix-base_techical_features_cache-dro
[9.0][FIX] base_techical_features: Don't load all users if not needed
6 years ago
Denis Roussel
c14ed3b562
[9.0][FIX] base_techical_features: Don't load all users if not needed
Odoo ORM will load all users contained in loaded group in cache.
That has huge performances impact if there is a lot of users
in that group (especially in computed fields).
6 years ago
OCA-git-bot
a3c6883786
[ADD] icon.png
6 years ago
Stéphane Bidoul (ACSONE)
f31947631f
[FIX] record_archiver: bad url in manifest
Change required to publish to pypi, use repo URL per OCA convention.
6 years ago
OCA Transbot
b606697faf
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-9.0/server-tools-9.0-kpi
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-kpi/
6 years ago
OCA Transbot
304feaf536
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-9.0/server-tools-9.0-date_range
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-date_range/
6 years ago
Alexandre Fayolle
97a1a3e6a7
Translated using Weblate (French)
Currently translated at 100.0% (22 of 22 strings)
Translation: server-tools-9.0/server-tools-9.0-users_ldap_populate
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-users_ldap_populate/fr/
6 years ago
Marta Vázquez Rodríguez
b2d2fb49e6
Translated using Weblate (Spanish)
Currently translated at 100.0% (13 of 13 strings)
Translation: server-tools-9.0/server-tools-9.0-sequence_check_digit
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-sequence_check_digit/es/
6 years ago
Marta Vázquez Rodríguez
9fec795557
Translated using Weblate (Galician)
Currently translated at 100.0% (5 of 5 strings)
Translation: server-tools-9.0/server-tools-9.0-html_image_url_extractor
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-html_image_url_extractor/gl/
6 years ago
Marta Vázquez Rodríguez
b22ef88ee4
Translated using Weblate (Spanish)
Currently translated at 100.0% (43 of 43 strings)
Translation: server-tools-9.0/server-tools-9.0-date_range
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-date_range/es/
6 years ago
oca-travis
a6b78e2148
[UPD] Update record_archiver.pot
6 years ago
oca-travis
7d0580a8d6
[UPD] Update kpi.pot
6 years ago
oca-travis
4c4311eeb9
[UPD] Update date_range.pot
6 years ago
OCA-git-bot
1f8c290247
[ADD] setup.py
6 years ago
OCA-git-bot
52f063ae60
[UPD] addons table in README.md
6 years ago
Pedro M. Baeza
323c6a47cc
Merge pull request #409 from yvaucher/9.0-record_archiver
[PORT] [9.0] record_archiver
6 years ago
OCA Transbot
8957e28134
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-9.0/server-tools-9.0-users_ldap_populate
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-users_ldap_populate/
6 years ago
oca-travis
b6d136854b
[UPD] Update users_ldap_populate.pot
6 years ago
OCA-git-bot
b71435f0ce
[UPD] addons table in README.md
6 years ago
Guewen Baconnier
d2dc044ec6
Merge pull request #1518 from gurneyalex/9.0-fix_auth_ldap_populate
[9.0] [FIX] auth_ldap_populate
6 years ago
Alexandre Fayolle
d9111ac95c
[FIX] auth_ldap_populate
would not always archive users, esp. when run from a cron
on the way:
* add some logs to help check what's going on
* use sets to remove duplicates
* don't query all ldap configurations if one has said the user must be archived
6 years ago
oca-travis
6ea6de7eb2
[UPD] Update autovacuum_mail_message.pot
6 years ago
OCA-git-bot
adde436fe4
[ADD] setup.py
6 years ago
OCA-git-bot
30201b25d4
[UPD] addons table in README.md
6 years ago
Florian
7f9ead0631
[ADD] module autovacuum_mail_message ( #1208 )
6 years ago
OCA Transbot
3da7b83612
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-9.0/server-tools-9.0-users_ldap_populate
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-users_ldap_populate/
6 years ago
oca-travis
322a738011
[UPD] Update users_ldap_populate.pot
6 years ago
Moises Lopez - https://www.vauxoo.com/
e99768cc39
Merge pull request #931 from simahawk/users_ldap_populate-port-v8-feat-to-v9
[mig] Users ldap populate port v8 feat to v9
6 years ago
Damien Crier
8132a3e5cc
fix warning about wrong field used in create
6 years ago
Damien Crier
df8a0375aa
fix linting issue on the module
6 years ago
Damien Crier
f3a3970a4b
fix sql query
6 years ago
Damien Crier
696afb82f4
fix view inheritance
6 years ago
Damien Crier
7d87e1af5a
backport #1477 from v10
6 years ago
Simone Orsi
6b8bf8dcba
[MIG] users_ldap_populate port v8 feature
7 years ago
Holger Brunn
668bb64134
[ADD] users_ldap_populate: migrate functionality added to 6.1 after 7.0 port ( #408 )
* [ADD] possibility to deactivate users not found in ldap while populating
* [IMP] search in ldap for every possibly unknown user to be really sure it
actually is not present there
* [FIX] refactoring mistake
* [IMP] don't use self.query() to be sure to be stopped if any error occurs
* [IMP] remove superfluous check as exceptions are not supressed any more
* [FIX] typo in variable name
[FIX] handle unicode characters in search filter
[FIX] search for user's login, not her name
* [FIX] don't pass user_name as assertion_value
* [FIX] don't deactivate users if we got a non-existent ldap configuration
* [FIX] flake8
* [FIX] more flake8
* [FIX] make form usable
* [FIX] name clash between function and field
* [ADD] test
7 years ago
OCA Transbot
85e73807de
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: server-tools-9.0/server-tools-9.0-auth_totp
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-auth_totp/
6 years ago
oca-travis
0b4c8d1170
[UPD] Update auth_totp.pot
6 years ago
OCA-git-bot
8ff11be14a
[UPD] addons table in README.md
6 years ago
fkantelberg
365d824cfd
[9.0][IMP] auth_totp: Secret key visible in wizard ( #1409 )
6 years ago
mtbochaca
a332d535a2
Translated using Weblate (Catalan)
Currently translated at 100.0% (32 of 32 strings)
Translation: server-tools-9.0/server-tools-9.0-keychain
Translate-URL: https://translation.odoo-community.org/projects/server-tools-9-0/server-tools-9-0-keychain/ca/
6 years ago
Pedro M. Baeza
41c39aa5a8
Merge pull request #1470 from elicoidal/9.0
Switch AGPL to LGPL license
6 years ago
elicoidal
5ba55dc1ed
Switch AGPL to LGPL license
6 years ago
OCA Transbot
bca8b10fe1
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
57acfd30e5
[UPD] Update server_environment.pot
6 years ago
OCA Transbot
f6ef4ddc33
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA Transbot
2943787c38
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
OCA-git-bot
f76eb40188
[UPD] addons table in README.md [ci skip]
6 years ago
Yannick Vaucher
3689712d86
Bump server_environment version
6 years ago
Yannick Vaucher
e94bfd93f1
Merge pull request #1383 from acsone/9.0-ref_server_environment_secret_keys_tbi
[9.0] [REF] Server Environment: secret keys
6 years ago
Thomas Binsfeld
6d4bbf2cfa
[UPD] Server Environment: new secret keys in README
6 years ago