Cédric Pigeon
6260e5709d
[MIG] remove useless qweb_usertime module (covered by standard feature)
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
Andrea
f7d6e408ba
Improve UX password_match_message()
8 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
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
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
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
Mourad Elhadj Mimoune
69e28401a5
[FIX] delete old translation
8 years ago
beau sebastien
f4db6eaa92
Merge pull request #780 from EBII/10.0-mig-keychain
[MIG ] 10.0 mig keychain
8 years ago
Andy Teijelo
a06ac68d7f
[FIX] scheduler error mailer font typo ( #765 )
* [FIX] scheduler_error_mailer font typo
* [REM] Deleting scheduler_error_mailer.pot
8 years ago
OCA Transbot
cbaf9deb4f
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
1ae3c44bff
[UPD] addons table in README.md
8 years ago
Lorenzo Battistini
2effee527a
FIX sftp unlink path ( #767 )
8 years ago
Mourad Elhadj Mimoune
b7b607b46b
[FIX] repo ref in Readme.rst
8 years ago
Mourad Elhadj Mimoune
b17e95da69
[FIX] Readme.rst & optimise exception search
8 years ago
MonsieurB
56132340a5
set test
8 years ago
MonsieurB
00d89cc153
Mig V10
8 years ago
OCA Transbot
e3870a2228
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
4e0e3e81a5
OCA Transbot updated translations from Transifex
8 years ago
Hpar
3f372efbf5
Update __openerp__.py
Remove explicit dependency to base.
8 years ago
Raph
10bb96f3bc
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