[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
* [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
* [FIX] database_cleanup: Isolate build
* Isolate `database_cleanup` into its own build in Travis file to fix#689
* [FIX] database_cleanup: Remove KeyError assertion
* Remove KeyError assertion in tests due to PR in comment being merged
* Update depends to `base`
* Update priority selections to match Odoo guidelines
* Update comment block to triple double quotes
* Update `kanban_user_id` to `user_id` in code and view
* Update README to incorporate use of mode in example view
* Add Kanban-compatible stage model base.kanban.stage
* Add views, menu items, actions, and access controls needed to manage base.kanban.stage records
* Add abstract model base.kanban.abstract that other models can inherit from to gain Kanban stage functionality
* Add base Kanban view base_kanban_abstract_view_kanban, which can be customized as needed for use with models that inherit from base.kanban.abstract
* Add model base.kanban.abstract.tester, which is needed for base.kanban.abstract unit tests