Skip to content

Commit

Permalink
[IMP] Add license field in the view
Browse files Browse the repository at this point in the history
[FIX] Typos

[IMP] application = True in module manifest
  • Loading branch information
Maxime Chambreuil - http://www.savoirfairelinux.com committed Oct 9, 2015
1 parent 60f327b commit 6dfed35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions module_prototyper/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
'security/ir.model.access.csv',
],
'installable': True,
'application': True,
}
10 changes: 5 additions & 5 deletions module_prototyper/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ msgstr "Groupes"
#. module: module_prototyper
#: field:ir.model.fields,helper:0
msgid "Helper"
msgstr "Texte d'aider"
msgstr "Texte d'aide"

#. module: module_prototyper
#: view:module_prototyper.module.export:module_prototyper.view_module_export_wizard
Expand Down Expand Up @@ -189,8 +189,8 @@ msgstr "Mis à jour le"

#. module: module_prototyper
#: field:module_prototyper,licence:0
msgid "Licence"
msgstr ""
msgid "License"
msgstr "Licence"

#. module: module_prototyper
#: field:module_prototyper,maintainer:0
Expand Down Expand Up @@ -230,8 +230,8 @@ msgstr ""

#. module: module_prototyper
#: field:ir.model.fields,notes:0
msgid "Notes to developers."
msgstr "Notes aux développeurs."
msgid "Notes to developers"
msgstr "Notes aux développeurs"

#. module: module_prototyper
#: view:ir.model.fields:module_prototyper.view_ir_model_fields_form
Expand Down
1 change: 1 addition & 0 deletions module_prototyper/views/module_prototyper_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<field name="category_id"
placeholder="ex: Others, Sales, Website"/>
<field name="version"/>
<field name="license"/>
</group>
<group>
<field name="author"
Expand Down

0 comments on commit 6dfed35

Please sign in to comment.