-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG]11.0 port 0account_move_line_search_extension
- Loading branch information
1 parent
077d89d
commit 724cd4c
Showing
28 changed files
with
1,586 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png | ||
:target: https://www.gnu.org/licenses/agpl | ||
:alt: License: AGPL-3 | ||
|
||
============================== | ||
Journal Items Search Extension | ||
============================== | ||
|
||
This module adds the 'Journal Items Search All' menu entry. | ||
|
||
This menu entry adds a number of search fields on top of the List View rows. | ||
These fields can be used in combination with the Search window. | ||
|
||
The purpose of this view is to offer a fast drill down capability | ||
when searching through large number of accounting entries. | ||
|
||
The drill down is facilitated further by opening the Form View when clicking on | ||
the sought-after entry. | ||
This allows an intuitive click-through to the related accounting documents | ||
such as the originating Bank Statement, Invoice, Asset, ... | ||
|
||
Usage | ||
===== | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/92/11.0 | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/account-financial-tools/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. | ||
|
||
Credits | ||
======= | ||
|
||
Contributors | ||
------------ | ||
|
||
* Luc De Meyer, Noviat <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
.. image:: http://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: http://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. | ||
|
||
To contribute to this module, please visit http://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 2009-2019 Noviat. | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
'name': 'Journal Items Search Extension', | ||
'version': '11.0.1.0.0', | ||
'license': 'AGPL-3', | ||
'author': 'Noviat, Odoo Community Association (OCA)', | ||
'website': 'https://github.com/OCA/account-financial-tools', | ||
'category': 'Accounting & Finance', | ||
'depends': [ | ||
'account', | ||
'date_range' | ||
], | ||
'data': [ | ||
'views/account_move_line.xml', | ||
'views/assets_backend.xml', | ||
], | ||
'qweb': [ | ||
'static/src/xml/amlse.xml', | ||
], | ||
'installable': True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_search_extension | ||
# | ||
# Translators: | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: account-financial-tools (8.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-09-24 00:47+0000\n" | ||
"PO-Revision-Date: 2015-06-19 07:42+0000\n" | ||
"Last-Translator: <>\n" | ||
"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/bg/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: bg\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:7 | ||
#, python-format | ||
msgid "Account :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:12 | ||
#, python-format | ||
msgid "Analytic Account :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:21 | ||
#, python-format | ||
msgid "Journal :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_account_move_line | ||
msgid "Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.actions.act_window,name:account_move_line_search_extension.action_account_move_line_search_extension | ||
#: model:ir.ui.menu,name:account_move_line_search_extension.menu_account_move_line_search_extension | ||
msgid "Journal Items Search All" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_res_partner | ||
msgid "Partner" | ||
msgstr "Партньор" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:17 | ||
#, python-format | ||
msgid "Partner :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:25 | ||
#, python-format | ||
msgid "Period :" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_search_extension | ||
# | ||
# Translators: | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: account-financial-tools (8.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-11-13 03:39+0000\n" | ||
"PO-Revision-Date: 2015-06-19 07:42+0000\n" | ||
"Last-Translator: <>\n" | ||
"Language-Team: Danish (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/da/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: da\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:7 | ||
#, python-format | ||
msgid "Account :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:12 | ||
#, python-format | ||
msgid "Analytic Account :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:21 | ||
#, python-format | ||
msgid "Journal :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_account_move_line | ||
msgid "Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.actions.act_window,name:account_move_line_search_extension.action_account_move_line_search_extension | ||
#: model:ir.ui.menu,name:account_move_line_search_extension.menu_account_move_line_search_extension | ||
msgid "Journal Items Search All" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_res_partner | ||
msgid "Partner" | ||
msgstr "Partner" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:17 | ||
#, python-format | ||
msgid "Partner :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:25 | ||
#, python-format | ||
msgid "Period :" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_search_extension | ||
# | ||
# Translators: | ||
# Thomas A. Jaeger, 2015 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: account-financial-tools (8.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-10-26 14:50+0000\n" | ||
"PO-Revision-Date: 2015-11-05 17:04+0000\n" | ||
"Last-Translator: Thomas A. Jaeger\n" | ||
"Language-Team: German (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:7 | ||
#, python-format | ||
msgid "Account :" | ||
msgstr "Konto:" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:12 | ||
#, python-format | ||
msgid "Analytic Account :" | ||
msgstr "Analytisches Konto:" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:21 | ||
#, python-format | ||
msgid "Journal :" | ||
msgstr "Journal:" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_account_move_line | ||
msgid "Journal Items" | ||
msgstr "Journalbuchungen" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.actions.act_window,name:account_move_line_search_extension.action_account_move_line_search_extension | ||
#: model:ir.ui.menu,name:account_move_line_search_extension.menu_account_move_line_search_extension | ||
msgid "Journal Items Search All" | ||
msgstr "Suche alle Journalbuchungen" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_res_partner | ||
msgid "Partner" | ||
msgstr "Partner" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:17 | ||
#, python-format | ||
msgid "Partner :" | ||
msgstr "Partner:" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:25 | ||
#, python-format | ||
msgid "Period :" | ||
msgstr "Periode:" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_move_line_search_extension | ||
# | ||
# Translators: | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: account-financial-tools (8.0)\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-11-13 03:39+0000\n" | ||
"PO-Revision-Date: 2015-06-19 07:42+0000\n" | ||
"Last-Translator: <>\n" | ||
"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-account-financial-tools-8-0/language/el_GR/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Language: el_GR\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:7 | ||
#, python-format | ||
msgid "Account :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:12 | ||
#, python-format | ||
msgid "Analytic Account :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:21 | ||
#, python-format | ||
msgid "Journal :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_account_move_line | ||
msgid "Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.actions.act_window,name:account_move_line_search_extension.action_account_move_line_search_extension | ||
#: model:ir.ui.menu,name:account_move_line_search_extension.menu_account_move_line_search_extension | ||
msgid "Journal Items Search All" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#: model:ir.model,name:account_move_line_search_extension.model_res_partner | ||
msgid "Partner" | ||
msgstr "Συνεργάτης" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:17 | ||
#, python-format | ||
msgid "Partner :" | ||
msgstr "" | ||
|
||
#. module: account_move_line_search_extension | ||
#. openerp-web | ||
#: code:addons/account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml:25 | ||
#, python-format | ||
msgid "Period :" | ||
msgstr "" |
Oops, something went wrong.