[IMP] Rename to account_move_line_payable_receivable_filter

This commit is contained in:
Adrien Peiffer (ACSONE)
2015-02-04 15:31:08 +01:00
parent 946278cb33
commit bd1bdac828
7 changed files with 54 additions and 53 deletions

View File

@@ -1,40 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# This file is part of account_filter_payable_receivable, an Odoo module.
#
# Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>)
#
# account_filter_payable_receivable 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_filter_payable_receivable 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_filter_payable_receivable.
# If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': "Account Filter Payable Receivable",
'summary': """
Filter your Journal Items per payable and receivable account""",
'author': "ACSONE SA/NV",
'website': "http://acsone.eu",
'category': 'Accounting & Finance',
'version': '1.0',
'license': 'AGPL-3',
'depends': [
'account',
],
'data': [
'views/account_move_line_view.xml',
],
}

View File

@@ -1,5 +1,5 @@
Account Filter Payable Receivable
=================================
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

View File

@@ -0,0 +1,41 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# This file is part of account_move_line_payable_receivable_filter, an
# Odoo module.
#
# Copyright (c) 2015 ACSONE SA/NV (<http://acsone.eu>)
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': "Account Move Line Payable Receivable Filter",
'summary': """
Filter your Journal Items per payable and receivable account""",
'author': "ACSONE SA/NV",
'website': "http://acsone.eu",
'category': 'Accounting & Finance',
'version': '1.0',
'license': 'AGPL-3',
'depends': [
'account',
],
'data': [
'views/account_move_line_view.xml',
],
}

View File

@@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_filter_payable_receivable
# * account_move_line_payable_receivable_filter
#
msgid ""
msgstr ""
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_filter_payable_receivable
#: view:account.move.line:account_filter_payable_receivable.view_account_move_line_filter_inherit
#. module: account_move_line_payable_receivable_filter
#: view:account.move.line:account_move_line_payable_receivable_filter.view_account_move_line_filter_inherit
msgid "Payable Account"
msgstr "Compte fournisseur"
#. module: account_filter_payable_receivable
#: view:account.move.line:account_filter_payable_receivable.view_account_move_line_filter_inherit
#. module: account_move_line_payable_receivable_filter
#: view:account.move.line:account_move_line_payable_receivable_filter.view_account_move_line_filter_inherit
msgid "Receivable Account"
msgstr "Compte client"

View File

@@ -1,6 +1,6 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_filter_payable_receivable
# * account_move_line_payable_receivable_filter
#
msgid ""
msgstr ""
@@ -15,13 +15,13 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_filter_payable_receivable
#: view:account.move.line:account_filter_payable_receivable.view_account_move_line_filter_inherit
#. module: account_move_line_payable_receivable_filter
#: view:account.move.line:account_move_line_payable_receivable_filter.view_account_move_line_filter_inherit
msgid "Payable Account"
msgstr "Compte fournisseur"
#. module: account_filter_payable_receivable
#: view:account.move.line:account_filter_payable_receivable.view_account_move_line_filter_inherit
#. module: account_move_line_payable_receivable_filter
#: view:account.move.line:account_move_line_payable_receivable_filter.view_account_move_line_filter_inherit
msgid "Receivable Account"
msgstr "Compte client"

View File

@@ -2,7 +2,7 @@
<openerp>
<data>
<record id="view_account_move_line_filter_inherit" model="ir.ui.view">
<field name="name">Journal Items (account_filter_payable_receivable)</field>
<field name="name">Journal Items (account_move_line_payable_receivable_filter)</field>
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_account_move_line_filter"/>
<field name="arch" type="xml">