Skip to content

Commit

Permalink
translation missing
Browse files Browse the repository at this point in the history
  • Loading branch information
susu105 committed Dec 2, 2021
1 parent e342ada commit 280a81d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
24 changes: 12 additions & 12 deletions som_generationkwh/i18n/es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Som Energia\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2021-12-01 15:57+0000\n"
"PO-Revision-Date: 2021-12-02 09:32+0000\n"
"POT-Creation-Date: 2021-12-02 10:44+0000\n"
"PO-Revision-Date: 2021-12-02 09:45+0000\n"
"Last-Translator: Som Energia <itcrowd@somenergia.coop>\n"
"Language-Team: Spanish (Spain) (http://trad.gisce.net/projects/p/somenergia/language/es_ES/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1308,6 +1308,13 @@ msgstr "Import limit inversió per la campanya"
msgid "Info"
msgstr "Info"

#. module: som_generationkwh
#: help:generationkwh.emission,state:0
msgid ""
"Gives the state of the emission. Only emission in open state accepts new "
"investments."
msgstr "Gives the state of the emission. Only emission in open state accepts new investments."

#. module: som_generationkwh
#: model:poweremail.templates,def_body_text:som_generationkwh.aportacio_mail_pagament
#, python-format
Expand Down Expand Up @@ -1583,11 +1590,6 @@ msgstr "Previsualitzación de resultados"
msgid "Mostra factures"
msgstr "Muestra facturas"

#. module: som_generationkwh
#: field:wizard.generationkwh.investment.transfer,transfer_date:0
msgid "Transfer Date"
msgstr "Fecha de transferecia"

#. module: som_generationkwh
#: constraint:product.template:0
msgid ""
Expand Down Expand Up @@ -1904,11 +1906,9 @@ msgid "Aportacions al capital social"
msgstr "Aportaciones al capital social"

#. module: som_generationkwh
#: help:generationkwh.emission,state:0
msgid ""
"Gives the state of the emission. Only emission in open state accepts new "
"investments."
msgstr "Gives the state of the emission. Only emission in open state accepts new investments."
#: field:wizard.generationkwh.investment.transfer,transfer_date:0
msgid "Data de transferència"
msgstr "Fecha de transferencia"

#. module: som_generationkwh
#: field:generationkwh.emission,end_date:0
Expand Down
22 changes: 11 additions & 11 deletions som_generationkwh/i18n/som_generationkwh.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 5.0.14\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2021-12-01 15:57+0000\n"
"PO-Revision-Date: 2021-12-01 15:57+0000\n"
"POT-Creation-Date: 2021-12-02 10:44+0000\n"
"PO-Revision-Date: 2021-12-02 10:44+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -1384,6 +1384,13 @@ msgstr ""
msgid "Info"
msgstr ""

#. module: som_generationkwh
#: help:generationkwh.emission,state:0
msgid ""
"Gives the state of the emission. Only emission in open state accepts new "
"investments."
msgstr ""

#. module: som_generationkwh
#: model:poweremail.templates,def_body_text:som_generationkwh.aportacio_mail_pagament
#, python-format
Expand Down Expand Up @@ -1686,11 +1693,6 @@ msgstr ""
msgid "Mostra factures"
msgstr ""

#. module: som_generationkwh
#: field:wizard.generationkwh.investment.transfer,transfer_date:0
msgid "Transfer Date"
msgstr ""

#. module: som_generationkwh
#: constraint:product.template:0
msgid "Error: The default UOM and the purchase UOM must be in the same category."
Expand Down Expand Up @@ -2021,10 +2023,8 @@ msgid "Aportacions al capital social"
msgstr ""

#. module: som_generationkwh
#: help:generationkwh.emission,state:0
msgid ""
"Gives the state of the emission. Only emission in open state accepts new "
"investments."
#: field:wizard.generationkwh.investment.transfer,transfer_date:0
msgid "Data de transferència"
msgstr ""

#. module: som_generationkwh
Expand Down
2 changes: 1 addition & 1 deletion som_generationkwh/wizard/wizard_investment_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _check_transmission_date(self, cursor, uid, ids):
_columns = {
'state': fields.char('State', size=16),
'info': fields.text('Info'),
'transfer_date': fields.date('Transfer Date', required=True),
'transfer_date': fields.date('Data de transferència', required=True),
'partner_id_alt': fields.many2one(
'res.partner',
'Titular',
Expand Down
1 change: 0 additions & 1 deletion som_generationkwh/wizard/wizard_investment_transfer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<field name="arch" type="xml">
<form string="Transferir aportació">
<field name="state" invisible="1"/>
<field name="invoices" invisible="1"/>
<field name="info" nolabel="1" size="300" width="300" height ="200" colspan="4" readonly="1"/>
<group colspan="4" col="4" attrs="{}">
<field name="partner_id_alt" colspan="4" readonly="0"/>
Expand Down

0 comments on commit 280a81d

Please sign in to comment.