diff --git a/account_move_usability/__init__.py b/account_move_usability/__init__.py new file mode 100644 index 0000000..dae354a --- /dev/null +++ b/account_move_usability/__init__.py @@ -0,0 +1 @@ +# -*- encoding: utf-8 -*- diff --git a/account_move_view_more_lines/__openerp__.py b/account_move_usability/__openerp__.py similarity index 77% rename from account_move_view_more_lines/__openerp__.py rename to account_move_usability/__openerp__.py index 31ca4d8..0f3b77a 100644 --- a/account_move_view_more_lines/__openerp__.py +++ b/account_move_usability/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# Account Move View More Lines module for Odoo +# Account Move Usability module for Odoo # Copyright (C) 2015 Akretion (http://www.akretion.com) # @author Alexis de Lattre # @@ -22,16 +22,18 @@ { - 'name': 'Account Move View More Lines', + 'name': 'Account Move Usability', 'version': '0.1', 'category': 'Accounting & Finance', 'license': 'AGPL-3', - 'summary': 'View more lines in account move views', + 'summary': 'Small usability enhancements in account move and account move lines', 'description': """ -Account Move View More Lines -============================ +Account Move Usability +====================== -Increase the default limit of 80 lines in account move views. +The usability enhancements include: +* Increase the default limit of 80 lines in account move and account move line view. +* Fast search on *Reconcile Ref* for account move line. This module has been written by Alexis de Lattre from Akretion . """, diff --git a/account_move_view_more_lines/account_view.xml b/account_move_usability/account_view.xml similarity index 57% rename from account_move_view_more_lines/account_view.xml rename to account_move_usability/account_view.xml index bf09a11..56e61da 100644 --- a/account_move_view_more_lines/account_view.xml +++ b/account_move_usability/account_view.xml @@ -18,5 +18,16 @@ 500 + + account_move_usability.account_move_line_search + account.move.line + + + + + + + + diff --git a/account_move_view_more_lines/__init__.py b/account_move_view_more_lines/__init__.py deleted file mode 100644 index 017750a..0000000 --- a/account_move_view_more_lines/__init__.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# Account Move View More Lines module for Odoo -# Copyright (C) 2015 Akretion (http://www.akretion.com) -# @author Alexis de Lattre -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -##############################################################################