Class name

This commit is contained in:
resteve 2015-02-18 16:51:52 +01:00
parent 6af1fe7e27
commit 0ec0f9bfc4
3 changed files with 5 additions and 5 deletions

View File

@ -43,8 +43,8 @@ msgid "Write User"
msgstr "Usuari modificació"
msgctxt "model:galatea.tutorial-product.template,name:"
msgid "Galatea - Tutorial"
msgstr "Tutorial Galatea"
msgid "Galatea Tutorial - Product Template"
msgstr "Galatea Tutorial - Plantilla producte"
msgctxt "view:galatea.tutorial:"
msgid "Products"

View File

@ -43,8 +43,8 @@ msgid "Write User"
msgstr "Usuario modificación"
msgctxt "model:galatea.tutorial-product.template,name:"
msgid "Galatea - Tutorial"
msgstr "Tutorial Galatea"
msgid "Galatea Tutorial - Product Template"
msgstr "Galatea Tutorial - Plantilla producto"
msgctxt "view:galatea.tutorial:"
msgid "Products"

View File

@ -10,7 +10,7 @@ __metaclass__ = PoolMeta
class GalateaTutorialProductTemplate(ModelSQL, ModelView):
'Galatea - Tutorial'
'Galatea Tutorial - Product Template'
__name__ = 'galatea.tutorial-product.template'
_table = 'galatea_tutorial_product_template_rel'
tutorial = fields.Many2One('galatea.tutorial', 'Tutorial',