Lois Rilo
724c0abeac
make possible to filter by validated records
7 years ago
Lois Rilo
102c63aad3
[9.0][IMP] base_tier_validation: filter out reviews not pending
7 years ago
Lois Rilo
7f1c21593a
[9.0][IMP] base_tier_validation: tries automatically request validation and validate if possible.
7 years ago
Lois Rilo
b2755d8ad1
fix: blocking unneded records
7 years ago
Lois Rilo
5aaae78b1e
security
7 years ago
Lois Rilo
2de92a0779
mistery
7 years ago
Lois Rilo
0cb5724a21
fix
7 years ago
lreficent
e9f0133dd9
[9.0][ADD] base_tier_validation
7 years ago
Pedro M. Baeza
554ac958db
Merge pull request #983 from Tecnativa/9.0-fix981
[FIX][auth_signup_verify_email] Remove error from logs
7 years ago
Jairo Llopis
ce80cc8baa
[FIX][auth_signup_verify_email] Remove error from logs
This fixes #981 .
7 years ago
Jairo Llopis
ea10cd17e3
[FIX] html_text: Do not test the specific exception ( #1149 )
Newer versions of LXML raise different exceptions.
It doesn't matter, as long as there's an exception, so we move to less explicit tests.
Besides, I mute the logger to avoid expected failure error logging.
Newer versions also parse more wrong XML as good HTML, so a test that was expecting a failure and now doesn't is removed.
7 years ago
Moises Lopez - https://www.vauxoo.com/
03147b2bc1
Merge pull request #1150 from Tecnativa/9.0-base_import_match-fix_integration_tests
[FIX] base_import_match: Move to post testing
7 years ago
Jairo Llopis
e7efc7693a
[FIX] base_import_match: Move to post testing
Creating records on res.users or res.partner is very error-prone in integration tests; moving to post testing mode.
7 years ago
Moises Lopez - https://www.vauxoo.com/
c31cbfa319
Merge pull request #1146 from Tecnativa/9.0-base_technical_features-post_test
[FIX] base_technical_features: Test in post-install
7 years ago
Jairo Llopis
34e769d314
[FIX] base_technical_features: Test in post-install
Creating a user in a test leads to errors in integration tests. Moving test to post install mode.
7 years ago
OCA Git Bot
9e0aca154c
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
846b9335ad
Merge pull request #1102 from acsone/9.0-backport_sequence_check_digit_tbi
[9.0] [BACKPORT] Sequence Check Digit
7 years ago
OCA Git Bot
ce3041213f
[UPD] addons table in README.md
7 years ago
Moises Lopez - https://www.vauxoo.com/
5b5ccbd078
Merge pull request #1108 from LasLabs/bugfix/9.0/password_security-request_params
[9.0][FIX] password_security: No login success with no params
7 years ago
Nicolas Mac Rouillon
23b278d6df
[FIX] 9.0 fix funtion copy in mass.object ( #1092 )
7 years ago
OCA Git Bot
d956a955a1
[UPD] addons table in README.md
7 years ago
Dave Lasley
3b57763009
Merge pull request #1103 from grindtildeath/9.0_fix_auth_oauth_special_chars_name
[9.0][FIX] Auth_totp : ensure no special chars are passed to totp.provisioning_uri
7 years ago
Akim Juillerat
b5edf00d57
Ensure no special chars are passed to totp.provisioning_uri
7 years ago
OCA Transbot
2914144ab2
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
39af4033fc
[ADD] setup.py
7 years ago
OCA Git Bot
e90661a830
[UPD] addons table in README.md
7 years ago
Dave Lasley
f44e64ed2a
[FIX] password_security: No login success with no params
* Default the `login_success` parameter to False instead of True in order to mitigate lack of parameter existence due to unknown module. Fixes OCA#1081
7 years ago
Jordi Ballester Alomar
51f421f99e
Merge pull request #999 from Eficent/9.0-add-base_cron_exclusion
[9.0][ADD] base_cron_exclusion
7 years ago
lreficent
f66628a401
[9.0][ADD] base_cron_exclusion
7 years ago
Thomas Binsfeld
76ca71f5b6
[ADD] Sequence Check Digit: french translation
7 years ago
Thomas Binsfeld
407d344e0d
[ADD] Sequence Check Digit: setup
7 years ago
Thomas Binsfeld
22e81b058e
[BACKPORT] sequence_check_digit from 10.0 to 9.0
7 years ago
Enric Tobella
09a6ff79ed
[ADD] Sequence check Digit ( #1000 )
* [ADD] Sequence check Digit
* Change of License to LGPL
* Code review
* Reviews
7 years ago
Iván Todorovich
f5a1417b68
Add tests
7 years ago
Iván Todorovich
b64a6e6ff7
Module upgrade is enough
7 years ago
Iván Todorovich
2d3a8ae438
Added myself to contributors in README
7 years ago
Iván Todorovich
73cc61698f
Fix views
7 years ago
Iván Todorovich
7a460b4da9
Fix lint
7 years ago
Iván Todorovich
b307e3f2c1
Fix thresholds invalid calculation
7 years ago
Iván Todorovich
6da566c47e
Fix threshold valid computation and added <sheet> to forms
7 years ago
Iván Todorovich
264ccb4d07
Highlight invalid ranges
7 years ago
Iván Todorovich
f369924593
Fix throwing errors
7 years ago
Iván Todorovich
daca9db952
Increase version
7 years ago
OCA Transbot
a4b38fb212
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
66b8033d04
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
6dfbd2be8e
Merge pull request #1088 from LasLabs/bugfix/9.0/gh-1083-add-default-reset-time
[FIX] password_security: Default last write date
7 years ago
Dave Lasley
da4275ea22
[FIX] password_security: Default last write date
* Add a default `password_write_date` to circumvent need for immediate password reset, fixing #1083
7 years ago
OCA Transbot
5d91f5a599
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
fc3c385fea
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
fb2879efc0
Merge pull request #1076 from StefanRijnhart/fix/9.0/password_security/underscore
[FIX] Underscore is a special character
7 years ago