[IMP] translation and reload menu
This commit is contained in:
22
module_usability/i18n/fr.po
Normal file
22
module_usability/i18n/fr.po
Normal 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"
|
||||
22
module_usability/i18n/module_usability.pot
Normal file
22
module_usability/i18n/module_usability.pot
Normal 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 ""
|
||||
|
||||
@@ -17,5 +17,16 @@
|
||||
<field name="context">{}</field>
|
||||
</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>
|
||||
</openerp>
|
||||
|
||||
Reference in New Issue
Block a user