Añade la funcionalidad de pos_empty_default_image pra poder mostraar el formato en productos sin imagen
This commit is contained in:
parent
f1c8cf8414
commit
913de79db8
14 changed files with 284 additions and 41 deletions
49
product_library/i18n/es.po
Normal file
49
product_library/i18n/es.po
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * pos_default_empty_image
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2020-10-26 11:08+0000\n"
|
||||
"Last-Translator: Daniel Martinez Vila <daniel.martinez@qubiq.es>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model.fields,field_description:pos_default_empty_image.field_pos_config__iface_fixed_font_size
|
||||
#: model_terms:ir.ui.view,arch_db:pos_default_empty_image.pos_config_view_form
|
||||
msgid "Fixed Font Size"
|
||||
msgstr "Tamaño de fuente fijo"
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model.fields,help:pos_default_empty_image.field_pos_config__iface_fixed_font_size
|
||||
#: model_terms:ir.ui.view,arch_db:pos_default_empty_image.pos_config_view_form
|
||||
msgid ""
|
||||
"Font size of the product name, when it has no image. Set '0' will set "
|
||||
"adaptative font-size, depending on the length of the name."
|
||||
msgstr ""
|
||||
"Tamaño de fuente del nombre del producto, cuando no tiene imagen. Establecer "
|
||||
"'0' establecerá un tamaño de fuente adaptativo, dependiendo de la longitud "
|
||||
"del nombre."
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model.fields,field_description:pos_default_empty_image.field_product_product__has_image
|
||||
msgid "Has Image"
|
||||
msgstr "Tiene imagen"
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model,name:pos_default_empty_image.model_pos_config
|
||||
msgid "Point of Sale Configuration"
|
||||
msgstr "Configuración del punto de venta"
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model,name:pos_default_empty_image.model_product_product
|
||||
msgid "Product"
|
||||
msgstr "Producto"
|
42
product_library/i18n/produc_library.pot
Normal file
42
product_library/i18n/produc_library.pot
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * product_library
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \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: pos_default_empty_image
|
||||
#: model:ir.model.fields,field_description:pos_default_empty_image.field_pos_config__iface_fixed_font_size
|
||||
#: model_terms:ir.ui.view,arch_db:pos_default_empty_image.pos_config_view_form
|
||||
msgid "Fixed Font Size"
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model.fields,help:pos_default_empty_image.field_pos_config__iface_fixed_font_size
|
||||
#: model_terms:ir.ui.view,arch_db:pos_default_empty_image.pos_config_view_form
|
||||
msgid "Font size of the product name, when it has no image. Set '0' will set adaptative font-size, depending on the length of the name."
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model.fields,field_description:pos_default_empty_image.field_product_product__has_image
|
||||
msgid "Has Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model,name:pos_default_empty_image.model_pos_config
|
||||
msgid "Point of Sale Configuration"
|
||||
msgstr ""
|
||||
|
||||
#. module: pos_default_empty_image
|
||||
#: model:ir.model,name:pos_default_empty_image.model_product_product
|
||||
msgid "Product"
|
||||
msgstr ""
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue