andreparames
ffd674ff79
[IMP] Cache account in keychain backend
This commit creates a computed field on the keychain backend, so
that repeated calls to _get_keychain_account() will return the
value from the ORM cache rather than repeating the query each time.
7 years ago
andreparames
349986a78e
[FIX] Keychain backend test
7 years ago
Laurent Mignon (ACSONE)
68c7116d49
[IMP] keychain: get_password must not be accessible from outside
7 years ago
Mourad Elhadj Mimoune
7686d2f950
[FIX] OCA reviews
7 years ago
Mourad Elhadj Mimoune
d29388342e
[FIX] split keychain backend model and test into 2 files
7 years ago
Mourad Elhadj Mimoune
2979b29faf
[FIX] add name to keychain.backend & add test
7 years ago
Sébastien BEAU
155622da36
[IMP] add a keychain backend abstract model, the aim is to simplify the integration of keychain when you already have /need the concept of backend
8 years ago
MonsieurB
2ef085580c
set test
8 years ago
Stéphane Bidoul (ACSONE)
1fff314a6d
[FIX] rst syntax errors
7 years ago
OCA Transbot
3ed2a554b0
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
79d39fd36b
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
346cc12dd2
OCA Transbot updated translations from Transifex
8 years ago
Raph
75c2b1d16a
Fix readme about generating keys
8 years ago
OCA Transbot
910983a811
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
41c45ec8b5
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
f54867e4ff
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
212b4c1af9
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
706363a244
OCA Transbot updated translations from Transifex
8 years ago
Hpar
7eed951880
Update __openerp__.py
Remove explicit dependency to base.
8 years ago
Raph
1929787536
Improve readme and fix dep
Readme: (in example) prefix function with _
Dep: add a depency to base_setup in order to use xml id "base.menu_config"
8 years ago
Hpar
4991c0691a
Keychain: account manager for external systems ( #644 )
* Add keychain module
8 years ago