- Select an option with an additional template and get it filled on the owner.
- Drop support for onchange, too many bugs to workaround.
- Improve demo data.
- Improve tests.
- Almost cool material icon, this is an app now!
- Fun pics.
* Now you can define properties types, and access rules are inherited from the model/record
linked to the custom info record.
* Simplified version of computed value.
* Implement for res.partner.
* Add tests and fix bugs discovered in the meantime.
* Allow to disable partner custom info tab, and custom info menu.
* All of it can be set within general settings.
* Now, by default, this module does not display custom info for partners unless in demo mode.
Better fit for a base module.
* You can disable the top menu entry too if it disturbs you, or enable it for everybody.
* Give a special form when editing in partner custom info tab.
* Sortable properties.
* Sort values at onchange time.
* Improve performance in onchange.
* Split in several model files.
[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