mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[IMP] Rename to account_move_line_payable_receivable_filter
This commit is contained in:
@@ -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',
|
||||
],
|
||||
}
|
||||
@@ -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
|
||||
41
account_move_line_payable_receivable_filter/__openerp__.py
Normal file
41
account_move_line_payable_receivable_filter/__openerp__.py
Normal 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',
|
||||
],
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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">
|
||||
Reference in New Issue
Block a user