Ted Salmon
4011375103
[IMP] auth_user_case_insensitive: Update module name
8 years ago
Alexandre Fayolle
470696386d
Merge pull request #819 from OCA/sbidoul-patch-1
[FIX] mail_environment must not depend on server_environment_files
8 years ago
Ted Salmon
736e908f94
[IMP] auth_user_insensitive: Updates per PR
* Update License
* Fix whitespace in README & Empty Keys in manifest
* Remove length declaration
* Add hooks
8 years ago
Andrea
f7d6e408ba
Improve UX password_match_message()
8 years ago
Ted Salmon
8fd59ba45b
[MIG] auth_user_insensitive: Migrate Module to OCA
* Upgrade module to 10.0 and bring up to OCA standards
8 years ago
Dave Lasley
8a0ecd547b
Update headers for OCA compat
9 years ago
James Foster
41f7f5f0c2
Bugfix notify email not null constraint
9 years ago
Dave Lasley
872ca467fb
Refactor case insensitive login logic & fix tests
9 years ago
Dave Lasley
048d5c0178
Add case insensitive username module
9 years ago
OCA Transbot
573c010465
OCA Transbot updated translations from Transifex
8 years ago
Andrea Stirpe
a755abc849
Fix icon Test SFTP Connection ( #825 )
8 years ago
Florian da Costa
090b3e7507
[MIG] Migrate module to v10
8 years ago
OCA Git Bot
6e67519e44
[UPD] addons table in README.md
8 years ago
Stéphane Bidoul (ACSONE)
1c0e6a67a8
[FIX] mail_environment must not depend on server_environment_files
Depending on server_environment is enough
8 years ago
Stéphane Bidoul (ACSONE)
be6ee9f3a4
[ADD] setup.py
8 years ago
Stéphane Bidoul (ACSONE)
0830f849a1
Merge pull request #597 from akretion/10-mig-quick_create
[10.0] Migrate base_optional_quick_create to v10
8 years ago
Ronald Portier
52d234f2ed
[10.0][FIX] Make letsencrypt resilient for alternate name removal. ( #757 )
* [FIX] Make letsencrypt resilient for alternate name removal.
* [FIX] Do not crash when returning error in letsencrypt cmdline.
* [FIX] Restore ordering by name for alternate domains in letsencrypt.
Conflicts:
letsencrypt/README.rst
8 years ago
OCA Git Bot
7d8196929b
[UPD] addons table in README.md
8 years ago
OCA Git Bot
9fb0b39ab1
[ADD] setup.py
8 years ago
Dave Lasley
731e07a58a
Merge pull request #722 from LasLabs/release/10.0/base_search_fuzzy
[10.0][MIG] base_search_fuzzy
8 years ago
Dave Lasley
390a952651
[MIG] base_search_fuzzy: Upgrade to v10
* Rename manifest
* Update openerp references to odoo
* Bump version
* Upgrade api usages
8 years ago
OCA Git Bot
4696dec39d
[ADD] setup.py
8 years ago
OCA Git Bot
e3726ee1e4
[UPD] addons table in README.md
8 years ago
Dave Lasley
74dbf09276
Merge pull request #662 from guewen/mig_10.0-mail_environment
Migrate mail_environment to 10.0
8 years ago
Yannick Vaucher
53f933888f
README.rst - Fix layout
8 years ago
Guewen Baconnier
e9d546c6d4
Migrate mail_environment to 10.0
8 years ago
Stéphane Bidoul (ACSONE)
35da9d6d2d
server_environment_ir_config_parameter: migrate to 10.0
8 years ago
Stéphane Bidoul (ACSONE)
405c0763c1
server_environment_ir_config_parameter: update roadmap
8 years ago
Stéphane Bidoul (ACSONE)
2d847a833f
server_environment_ir_config_param: silently replace values by config values
This is much more robust that raising an error, and let modules
load ir.config_parameter from xml data files, while still enforcing
values from the config files.
8 years ago
Stéphane Bidoul (ACSONE)
bdcf4ae644
server_environment_ir_config_parameter: handle empty values better
8 years ago
Stéphane Bidoul (ACSONE)
11f82364f3
server_environment_ir_config_parameter: work around double ormcache issue
8 years ago
Stéphane Bidoul (ACSONE)
4da7d84c99
server_environment_ir_config_parameter
8 years ago
Jairo Llopis
71f7910045
[FIX][mass_editing] Add default `views` parameter to fields
Without this patch, if you created a mass editing definition that included a *2many object and then opened the wizard, you got this exception:
Uncaught TypeError: Cannot read property 'list' of undefined
http://localhost/web/static/src/js/views/form_view.js:488
Traceback:
TypeError: Cannot read property 'list' of undefined
at http://localhost/web/static/src/js/views/form_view.js:488:30
at Function._.each._.forEach (http://localhost/web/static/lib/underscore/underscore.js:150:9 )
at http://localhost/web/static/src/js/views/form_view.js:486:19
at Function._.each._.forEach (http://localhost/web/static/lib/underscore/underscore.js:150:9 )
at Class._build_onchange_specs (http://localhost/web/static/src/js/views/form_view.js:473:11 )
at Class.do_onchange (http://localhost/web/static/src/js/views/form_view.js:523:18 )
at Array.<anonymous> (http://localhost/web/static/src/js/views/form_view.js:377:26 )
at fire (http://localhost/web/static/lib/jquery/jquery.js:3119:58 )
at Object.fireWith [as resolveWith] (http://localhost/web/static/lib/jquery/jquery.js:3231:49 )
at Object.<anonymous> (http://localhost/web/static/lib/jquery/jquery.js:3360:58 )
8 years ago
Jairo Llopis
13ec3fbce1
[FIX][mass_editing] Remove view mode space
This resulted in frontend searching for ` tree` view, which of course does not exist.
8 years ago
Angel Moya Pardo
8ab4131754
MIG configuration helper
8 years ago
Pedro M. Baeza
3d956b514e
Merge pull request #759 from LasLabs/10.0-mig-auditlog-fix-dupes
[10.0] [FIX] auditlog: Duplicate logging
8 years ago
Oleg Bulkin
ce5bdeb0c0
[FIX] auditlog: Duplicate logging
* Update _patch_methods and _revert_methods in auditlog.rule model to properly
track whether a method has already been patched for logging purposes. This
prevents duplicate logs from being produced in various cases (e.g. when a
logging rule is created as part of a module install)
8 years ago
Pedro M. Baeza
5fa2cb5ab0
Merge pull request #796 from multidadosti-erp/fix/contributors
[FIX] Changed 'Contributors' of 'base_external_dbsource_firebird'
8 years ago
Michell Stuttgart
bc626ca083
[FIX] Changed 'Contributors' of 'base_external_dbsource_firebird'
8 years ago
OCA Git Bot
7b1cfac1c4
[UPD] addons table in README.md
8 years ago
OCA Git Bot
b901e68ab2
[UPD] addons table in README.md
8 years ago
OCA Git Bot
1c0f7d95ae
[UPD] addons table in README.md
8 years ago
Yannick Vaucher
b2304366d0
Merge pull request #595 from acsone/10-mig-server_environment-ape
Migration of server_environment to 10.0
8 years ago
OCA Git Bot
46d248e962
[ADD] setup.py
8 years ago
OCA Git Bot
54fd7f5461
[UPD] addons table in README.md
8 years ago
beau sebastien
c6b062d8c1
Merge pull request #775 from akretion/10.0-add-base_exception
10.0 add base exception
8 years ago
Mourad Elhadj Mimoune
5a5bedaa58
[FIX] change depends to base_setup
8 years ago
Mourad Elhadj Mimoune
671e704db5
[FIX] update manifest & imp code readability
8 years ago
beau sebastien
246fe87889
Merge pull request #788 from EBII/10.0-mig-keychain
remove old file
8 years ago
MonsieurB
09368cbc3a
remove old file
8 years ago