From f7f2c3967d38b227e95e84231edd0544cb34e715 Mon Sep 17 00:00:00 2001 From: Mourad Elhadj Mimoune Date: Fri, 31 Mar 2017 10:20:28 +0200 Subject: [PATCH] [MIG] account_move_line_payable_receivable_filter: Migrated to 10.0 --- .../README.rst | 54 +++++++++---------- .../__manifest__.py | 30 ++--------- .../views/account_move_line_view.xml | 27 +++++----- 3 files changed, 43 insertions(+), 68 deletions(-) diff --git a/account_move_line_payable_receivable_filter/README.rst b/account_move_line_payable_receivable_filter/README.rst index 9ace813a0..2608d0eb3 100644 --- a/account_move_line_payable_receivable_filter/README.rst +++ b/account_move_line_payable_receivable_filter/README.rst @@ -1,56 +1,54 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 + +=========================================== Account Move Line Payable Receivable Filter =========================================== This module was written to extend the functionality of search on journal items to allow you to filter by payable and receivable account -Installation -============ - -To install this module, you need to: - - * Click on install button - Usage ===== -To use this module, you need to: - - * go to Journal Items view and select new filter - -For further information, please visit: - - * https://www.odoo.com/forum/help-1 +#. Go to ... +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/account-financial-tools/10.0 Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. -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 -`here `_. +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. +Images +------ -Credits -======= +* Odoo Community Association: `Icon `_. -Contributors: -------------- +Contributors +------------ * Stéphane Bidoul (ACSONE) * Adrien Peiffer (ACSONE) -Maintainer: ------------ +Maintainer +---------- -.. image:: http://odoo-community.org/logo.png +.. image:: https://odoo-community.org/logo.png :alt: Odoo Community Association - :target: http://odoo-community.org + :target: https://odoo-community.org This module is maintained by the OCA. -OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit https://odoo-community.org. diff --git a/account_move_line_payable_receivable_filter/__manifest__.py b/account_move_line_payable_receivable_filter/__manifest__.py index 9df191e19..d96869015 100644 --- a/account_move_line_payable_receivable_filter/__manifest__.py +++ b/account_move_line_payable_receivable_filter/__manifest__.py @@ -1,27 +1,7 @@ # -*- coding: utf-8 -*- -############################################################################## -# -# This file is part of account_move_line_payable_receivable_filter, an -# Odoo module. -# -# Copyright (c) 2015 ACSONE SA/NV () -# -# account_move_line_payable_receivable_filter 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. -# -# account_move_line_payable_receivable_filter 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 account_move_line_payable_receivable_filter. -# If not, see . -# -############################################################################## +# © 2015 ACSONE SA/NV () +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + { 'name': "Account Move Line Payable Receivable Filter", @@ -30,7 +10,7 @@ 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'website': "http://acsone.eu", 'category': 'Accounting & Finance', - 'version': '8.0.1.0.0', + 'version': '10.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'account', @@ -38,5 +18,5 @@ 'data': [ 'views/account_move_line_view.xml', ], - 'installable': False, + 'installable': True, } diff --git a/account_move_line_payable_receivable_filter/views/account_move_line_view.xml b/account_move_line_payable_receivable_filter/views/account_move_line_view.xml index 943c3d4bb..00e09ceb7 100644 --- a/account_move_line_payable_receivable_filter/views/account_move_line_view.xml +++ b/account_move_line_payable_receivable_filter/views/account_move_line_view.xml @@ -1,16 +1,13 @@ - - - - Journal Items (account_move_line_payable_receivable_filter) - account.move.line - - - - - - - - - - + + + account.move.line + + + + + + + + +