Laurent Mignon (ACSONE)
fb7f562f6a
[FIX] setup.py mail_environment dependency on server_environment_files
7 years ago
OCA Git Bot
e03f3603f0
[UPD] addons table in README.md
7 years ago
sebalix
6771b23f2c
[IMP] users_ldap_populate: Bum version number
7 years ago
Alexis de Lattre
58364b5901
users_ldap_populate: try/except on import ldap
7 years ago
sebalix
c83d4b5724
[FIX] base_user_role: update users' groups when a role is deleted
7 years ago
Benjamin Willig
6627822783
[10.0][FIX] User group not updating when removing a user from the role view
7 years ago
sebalix
456df8eab7
[IMP] base_user_role - Set a default category to associated groups
8 years ago
Stéphane Bidoul (ACSONE)
cda8537008
[IMP] base_user_role: display roles as first tab in user form
8 years ago
OCA Git Bot
d6df89af1e
[ADD] setup.py
7 years ago
OCA Git Bot
4404271682
[UPD] addons table in README.md
7 years ago
Dave Lasley
6c45036c93
Merge pull request #994 from StefanRijnhart/feature/8.0-base_user_role_groups_readonly
[IMP] Make groups readonly in the user form if roles are selected
7 years ago
Pedro M. Baeza
d18bf0ff8c
Merge pull request #396 from hbrunn/8.0-base_mixin_restrict_field_access
[ADD] base_mixin_restrict_field_access
7 years ago
Holger Brunn
ad02c34286
[IMP] finalize PoC
8 years ago
Holger Brunn
f264bdb27a
[RFR] clean up community contribution
8 years ago
Danny Adair
536adf4055
[FIX] restrict exports and read_group
* Add implementation for restricted exporting and grouping
* Use original __export_rows() for models not using the mixin
* Assume all fields if not specified, like in original read_group()
* Return inaccessible fields in read_group() with null values
* No need to remove 'restrict_field_access'
8 years ago
Holger Brunn
3119010778
[ADD] base_mixin_restrict_field_access
9 years ago
Stefan Rijnhart
ce0b806912
[IMP] Make groups readonly in the user form if roles are selected
7 years ago
OCA Git Bot
51d8688f99
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
5ceb786226
Merge pull request #980 from hbrunn/8.0-name_search_improved-cope_with_limit_none
[FIX] deal with limit=0/None correctly
7 years ago
OCA Git Bot
d44ac450ad
[UPD] addons table in README.md
7 years ago
Holger Brunn
08e75d7a23
[FIX] equality ( #969 )
* [FIX] equality
7 years ago
Holger Brunn
8ab7958fb2
[FIX] deal with limit=0/None correctly
7 years ago
OCA Git Bot
1189802d2c
[UPD] addons table in README.md
7 years ago
Pedro M. Baeza
7398365372
Merge pull request #912 from hbrunn/8.0-field_rrule
[ADD] allow developers to have stable times over dst borders
7 years ago
Holger Brunn
70a5b046aa
[ADD] allow developers to have stable times over dst borders
7 years ago
OCA Git Bot
5cd09ae66d
[ADD] setup.py
7 years ago
OCA Git Bot
6034b96857
[UPD] addons table in README.md
7 years ago
Guewen Baconnier
c26c5c1ba3
Merge pull request #777 from akretion/8.0-logging-json
[8.0] add module logging json
7 years ago
Sébastien BEAU
04d31a85cd
[IMP] as jsonlogger support natively extra keys, add a customer formatter for showing them in dev mode without json log
7 years ago
OCA Transbot
7b4cc1d6b2
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
e77ed36e6b
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
82cc820d8e
[ADD] setup.py
7 years ago
OCA Git Bot
f034776a4f
[UPD] addons table in README.md
7 years ago
Dave Lasley
9e2aea0173
Merge pull request #876 from hbrunn/8.0-base_manifest_extension
[ADD] base_manifest_extension
7 years ago
Holger Brunn
8003fc6882
[ADD] base_manifest_extension
7 years ago
Eric Lembregts
faf9c29775
[RFR] Rewrite and add test case
7 years ago
Stefan Rijnhart
7151b933b6
[FIX] Odoo loading after data model changes in rules
7 years ago
Eric Lembregts
85ab38ef4f
[RFR] Change log_custom to log_custom_method as suggested in PR
7 years ago
Eric Lembregts
8a79d2a769
[RFR] Rewrite the cache failed hit lookup method
7 years ago
Eric Lembregts
4bbbd59993
[RFR] Rewrite correct line terminations
7 years ago
Eric Lembregts
7f452553fe
[RFR] Flake8 no new line fix
7 years ago
Eric Lembregts
1d01b8b308
[FIX] Resolve issue where an uncached ‘active_model’ causes an exception when logged
7 years ago
Eric Lembregts
660a6ac897
[RFR] Remove unneeded import
7 years ago
Eric Lembregts
97cd53f380
[FIX] Remove old comment and newline
7 years ago
Eric Lembregts
31b8789926
[FIX] Add log_custom to form view as well
7 years ago
Eric Lembregts
915feccae4
[ADD] Custom methods logging
7 years ago
OCA Transbot
6ff2f35a80
OCA Transbot updated translations from Transifex
7 years ago
OCA Git Bot
d1d348732c
[UPD] addons table in README.md
7 years ago
Holger Brunn
915b053082
[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
5107ef6736
OCA Transbot updated translations from Transifex
7 years ago