Dave Lasley
0579f3b058
Merge pull request #824 from hbrunn/9.0-subscription_action
[ADD] subscription_action
8 years ago
Holger Brunn
1d3ca5709a
[ADD] subscription_action
8 years ago
OCA Git Bot
a0c410b21a
[ADD] setup.py
8 years ago
OCA Git Bot
7f780cad91
[UPD] addons table in README.md
8 years ago
Alexandre Fayolle
4d542931bc
Merge pull request #821 from syleam/9.0-add-oauth_provider-jwt-module
[9.0] Add oauth_provider_jwt module
8 years ago
OCA Transbot
9bf0bf5727
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
e40271567d
[FIX] website URI
8 years ago
OCA Transbot
f54867e4ff
OCA Transbot updated translations from Transifex
8 years ago
Sylvain GARANCHER
dc3205a6e0
[ADD] Add oauth_provider_jwt module
8 years ago
Holger Brunn
14396ca2af
[ADD] allow creating missing indexes and purging properties ( #736 )
* [ADD] allow creating missing indexes
* [FIX] tests; installation
* [ADD] allow purging properties
* [ADD] missing file
* [ADD] test purging properties
* [ADD] missing parent_id for menu entry
* [FIX] don't delete too many and wrong properties
8 years ago
OCA Git Bot
79dd712005
[ADD] setup.py
8 years ago
OCA Git Bot
b8caddb484
[UPD] addons table in README.md
8 years ago
Dave Lasley
0dbdf73a64
Merge pull request #611 from syleam/9.0-add-oauth_provider-module
[9.0] Add oauth_provider module
8 years ago
Sylvain GARANCHER
0aa4b7e8f2
[ADD] Add oauth_provider module
8 years ago
Pedro M. Baeza
4efb9c308f
[FIX] base_report_auto_create_qweb: Change authors to new ones
8 years ago
OCA Git Bot
54321e4f22
[UPD] addons table in README.md
8 years ago
Ronald Portier
d3494cc334
[8.0][ADD] Add list manipulation operations to base_view_inheritance_extension. ( #804 )
* Add list_add operation.
* Add list_remove operation.
8 years ago
Pedro M. Baeza
2a30056592
Merge pull request #799 from Tecnativa/9.0-mass_editing-fix_missing_views
9.0 mass editing fix missing views
8 years ago
Jairo Llopis
b1a6ddabb6
[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
38bda4f78c
[FIX][mass_editing] Remove view mode space
This resulted in frontend searching for ` tree` view, which of course does not exist.
8 years ago
OCA Git Bot
c3083f2616
[ADD] setup.py
8 years ago
OCA Git Bot
0f0d458606
[UPD] addons table in README.md
8 years ago
Dave Lasley
c8c7c4efaf
Merge pull request #516 from akretion/9-external-file-location
9 external file location
8 years ago
OCA Git Bot
4a9de4d439
[UPD] addons table in README.md
8 years ago
Ronald Portier
15b5f4b453
[9.0][FIX] Make letsencrypt resilient for alternate name removal. ( #756 )
8 years ago
OCA Git Bot
1b11bd6d6c
[UPD] addons table in README.md
8 years ago
OCA Transbot
c918ee0b9c
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
29c7246368
[UPD] addons table in README.md
8 years ago
Lorenzo Battistini
ef53ea53d8
[FIX] auto_backup: SFTP cleanup ( #768 )
8 years ago
Lorenzo Battistini
cfe23c5d4b
[auto_backup] FIX: failure type notification ( #771 )
Fixes https://github.com/OCA/server-tools/issues/710
8 years ago
OCA Git Bot
dc285e99fa
[UPD] addons table in README.md
8 years ago
Jairo Llopis
be446c74ee
Bump version
See https://github.com/OCA/server-tools/pull/728#issuecomment-279772432
8 years ago
Stéphane Bidoul (ACSONE)
dafc54e782
[UPD] fix website url in manifest
8 years ago
OCA Transbot
a92ac8b827
OCA Transbot updated translations from Transifex
8 years ago
Florian da Costa
c434e06ac5
Port external_file_location to v9
Add company_id on external location and external task
8 years ago
Mourad El Hadj Mimoune
adbb878f83
[WIP] Use pattern in file name & add move and rename file option
[WIP] use jinja to render new file name based on simple template
[FIX] bug move and rename file option
[ADD] add file type on task
[FIX] add file type in attachemnt create method
[WIP] test rename file
[WIP] inherit view from attachment_metadata
[FIX] bug of inherit view and menu from attachment_metadata
[IMP] add move & rename test to test_sftp
[IMP] move file location menu inside automation menu and rename it
[IMP] add ir.model.access manager rule
[FIX] typing mistake
[FIX] access file store without login/password
[IMP] reorganize task form view
[FIX] api.multi in task run method
[FIX] OCA guidelines
[FIX] add authors and contributors
[FIX] fix pylint
[FIX] add oca_dependencies & fixe oca version format
[FIX] fix pylint & oca_dependencies
[FIX] fix views path
[FIX] set application to False
9 years ago
David Beal
a220ace8ba
[FIX] encode to utf8 user/password
[FIX] prevent not installed class been evaluated
[FIX] python header in akretion modules
[FIX] check if class is in installed module, README
9 years ago
Valentin Chemiere
eb665583aa
Add file import/export
POC external_file_location integration in connector_flow
10 years ago
OCA Transbot
28cf13adf9
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
c05e418e91
[ADD] setup.py
8 years ago
OCA Git Bot
0bd6d49173
[UPD] addons table in README.md
8 years ago
Oleg Bulkin
76bb28cb83
[9.0][ADD] auth_totp: MFA Support ( #687 )
* [ADD] auth_totp: MFA Support
* Add relevant fields and methods to the res.users model
* Overload check_credentials in res.users to allow for logins using an MFA
login token rather than a password
* Add the res.users.authenticator and res.users.device models, along with
appropriate ACLs and record rules
* Add the res.users.authenticator.create wizard model and an associated view
to facilitate creation of res.users.authenticator records
* Extend base.view_users_form_simple_modif with fields needed to manage the
new functionality
* Add an AuthTotp controller that inherits from Home in the web module and an
associated view to introduce MFA logic to the login process
* Add several new exception classes that inherit from AccessDenied
* PR commit
* PR commit
8 years ago
OCA Transbot
212b4c1af9
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
45adda8935
Merge pull request #745 from StefanRijnhart/9.0-auditlog_concurrency_rollback
[FIX] Request id no longer exists after concurrency rollback
8 years ago
Stefan Rijnhart
d657d20067
[FIX] Request id no longer exists after concurrency rollback
8 years ago
OCA Transbot
706363a244
OCA Transbot updated translations from Transifex
8 years ago
Sylvain LE GAL
cab186de44
Merge pull request #733 from akretion/keychain-improve_readme_and_dep
Improve readme and fix dep
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
OCA Transbot
bbb6e3a4d0
OCA Transbot updated translations from Transifex
8 years ago