[IMP] translation and reload menu

This commit is contained in:
David Beal
2016-03-16 17:36:28 +01:00
parent d90bd9dd8e
commit ecf5f6f843
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-16 17:17+0100\n"
"PO-Revision-Date: 2016-03-16 17:17+0100\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 1.8.4\n"
#. module: module_usability
#: view:ir.module.module:module_usability.view_module_filter
msgid "State"
msgstr "Etat"

View File

@@ -0,0 +1,22 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * module_usability
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-16 16:17+0000\n"
"PO-Revision-Date: 2016-03-16 16:17+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: module_usability
#: view:ir.module.module:module_usability.view_module_filter
msgid "State"
msgstr ""

View File

@@ -17,5 +17,16 @@
<field name="context">{}</field> <field name="context">{}</field>
</record> </record>
<!-- After installation of the module, open the adhoc menu -->
<record id="action_client_module_usabi_menu" model="ir.actions.client">
<field name="name">Open Module Usability Menu</field>
<field name="tag">reload</field>
<field name="params" eval="{'menu_id': ref('base.menu_module_tree')}"/>
</record>
<record id="base.open_menu" model="ir.actions.todo">
<field name="action_id" ref="action_client_module_usabi_menu"/>
<field name="state">open</field>
</record>
</data> </data>
</openerp> </openerp>