Skip to content

Commit

Permalink
Merge pull request #3 from mdietrichc2c/port_fix_mdh
Browse files Browse the repository at this point in the history
[IMP] modify menu item for item search extension
  • Loading branch information
bwrsandman committed Jul 14, 2014
2 parents 0270e94 + 78205e0 commit 509a500
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_move_line_search_extension/account_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<menuitem
action="action_account_move_line_search_extension"
icon="STOCK_JUSTIFY_FILL"
id="menu_account_move_line_search_extension"
id="account.menu_action_account_moves_all"
parent="account.menu_finance_entries"
sequence="1"
groups="account.group_account_user"
/>

</data>
</openerp>
22 changes: 22 additions & 0 deletions account_move_line_search_extension/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
# * account_move_line_search_extension
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-27 13:15+0000\n"
"PO-Revision-Date: 2014-06-27 13:15+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. 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 "Écritures comptables"

0 comments on commit 509a500

Please sign in to comment.