diff --git a/account_move_view_more_lines/__init__.py b/account_move_view_more_lines/__init__.py new file mode 100644 index 0000000..017750a --- /dev/null +++ b/account_move_view_more_lines/__init__.py @@ -0,0 +1,21 @@ +# -*- 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 . +# +############################################################################## diff --git a/account_move_view_more_lines/__openerp__.py b/account_move_view_more_lines/__openerp__.py new file mode 100644 index 0000000..31ca4d8 --- /dev/null +++ b/account_move_view_more_lines/__openerp__.py @@ -0,0 +1,43 @@ +# -*- 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 . +# +############################################################################## + + +{ + 'name': 'Account Move View More Lines', + 'version': '0.1', + 'category': 'Accounting & Finance', + 'license': 'AGPL-3', + 'summary': 'View more lines in account move views', + 'description': """ +Account Move View More Lines +============================ + +Increase the default limit of 80 lines in account move views. + +This module has been written by Alexis de Lattre from Akretion . + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['account'], + 'data': ['account_view.xml'], + 'installable': True, +} diff --git a/account_move_view_more_lines/account_view.xml b/account_move_view_more_lines/account_view.xml new file mode 100644 index 0000000..bf09a11 --- /dev/null +++ b/account_move_view_more_lines/account_view.xml @@ -0,0 +1,22 @@ + + + + + + + + + 500 + + + + + 500 + + + +