diff --git a/account_usability_misc/README.rst b/account_usability_misc/README.rst new file mode 100644 index 0000000..d9d1c24 --- /dev/null +++ b/account_usability_misc/README.rst @@ -0,0 +1,51 @@ +=============== +account_usability_misc +=============== + +Various chantes to improve the usability of Account application + +Installation +============ + +Use Odoo normal module installation procedure to install +``account_usability_misc``. + +Description +=========== + +- Hideq Create button in Bank Statement Line view without changing rights +- Removes the right to unlink bank statements and bank statement lines for all users +- Changes some french translation + +Known issues / Roadmap +====================== + +None yet. + +Bug Tracker +=========== + +Bugs are tracked on `our issues website `_. In case of +trouble, please check there if your issue has already been +reported. If you spotted it first, help us smashing it by providing a +detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* `Elabore ` + +Funders +------- + +The development of this module has been financially supported by: +* Elabore (https://elabore.coop) + + +Maintainer +---------- + +This module is maintained by Elabore. diff --git a/account_usability_misc/__manifest__.py b/account_usability_misc/__manifest__.py index 5cd149f..4021866 100644 --- a/account_usability_misc/__manifest__.py +++ b/account_usability_misc/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Account Usability Misc', - 'version': '16.0.1.1.0', + 'version': '16.0.1.2.0', 'description': 'account usability misc : improve account usability in v16', 'summary': '', 'author': '', @@ -8,13 +8,15 @@ 'license': 'AGPL-3', 'category': '', 'depends': [ - 'account','base','account_reconcile_oca','account_check_deposit','account_cash_deposit' + 'account','base','account_reconcile_oca','account_check_deposit','account_cash_deposit','account_statement_base', + ], 'data': [ 'security/ir.model.access.csv', 'views/account_search.xml', 'views/account_menu.xml', 'views/account_tree_view.xml', + "views/bank_statement_line_views.xml", ], 'installable': True, 'auto_install': False, diff --git a/account_usability_misc/views/bank_statement_line_views.xml b/account_usability_misc/views/bank_statement_line_views.xml new file mode 100644 index 0000000..5400d71 --- /dev/null +++ b/account_usability_misc/views/bank_statement_line_views.xml @@ -0,0 +1,32 @@ + + + + + + + + account.bank.statement.line.tree.inherit.hide.create + account.bank.statement.line + + + + false + + + + + + + + account.bank.statement.line.kanban.inherit.hide.create + account.bank.statement.line + + + + false + + + + + +