Browse Source

Merge pull request #61 from coopiteasy/12.0-emc-certificate-date

[ADD] emc: add the date of certificate generation on certificate
pull/58/head
Manuel Claeys Bouuaert 4 years ago
committed by GitHub
parent
commit
ff5360ce9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      easy_my_coop/i18n/fr.po
  2. 5
      easy_my_coop/i18n/fr_BE.po
  3. 5
      easy_my_coop/i18n/nl_BE.po
  4. 5
      easy_my_coop/report/cooperator_certificat_G001.xml

5
easy_my_coop/i18n/fr.po

@ -2280,6 +2280,11 @@ msgstr ""
msgid "if this field is checked then no control will be done on the national register number and on the iban bank account. To be done in case of the id card is from abroad or in case of a passport"
msgstr ""
#. module: easy_my_coop
#: model:ir.ui.view,arch_db:easy_my_coop.cooperator_certificat_G001_document
msgid "<span> Certificate generated on </span>"
msgstr "<span> Certificat généré le </span>"
#. module: easy_my_coop
#: model_terms:ir.ui.view,arch_db:easy_my_coop.cooperator_certificat_G001_document
msgid "is recorded in the register of cooperators under number"

5
easy_my_coop/i18n/fr_BE.po

@ -2280,6 +2280,11 @@ msgstr "date effective"
msgid "if this field is checked then no control will be done on the national register number and on the iban bank account. To be done in case of the id card is from abroad or in case of a passport"
msgstr ""
#. module: easy_my_coop
#: model:ir.ui.view,arch_db:easy_my_coop.cooperator_certificat_G001_document
msgid "<span> Certificate generated on </span>"
msgstr "<span> Certificat généré le </span>"
#. module: easy_my_coop
#: model_terms:ir.ui.view,arch_db:easy_my_coop.cooperator_certificat_G001_document
msgid "is recorded in the register of cooperators under number"

5
easy_my_coop/i18n/nl_BE.po

@ -439,6 +439,11 @@ msgstr "25"
msgid "<p>Access this document <a href=\"%s\">directly in OpenERP</a></p>"
msgstr "<p>Access this document <a href=\"%s\">directly in OpenERP</a></p>"
#. module: easy_my_coop
#: model:ir.ui.view,arch_db:easy_my_coop.cooperator_certificat_G001_document
msgid "<span> Certificate generated on </span>"
msgstr "<span> Certificate generated on </span>"
#. module: easy_my_coop
#: model:ir.ui.view,arch_db:easy_my_coop.cooperator_certificat_G001_document
msgid "<span> is recorded in the register of cooperators under number </span>"

5
easy_my_coop/report/cooperator_certificat_G001.xml

@ -12,6 +12,11 @@
<span>Cooperator Certificate</span>
</h2>
<p name="certificate_generation_date" class="mt16">
<span> Certificate generated on </span>
<span t-esc="context_timestamp(datetime.datetime.now()).strftime('%d/%m/%Y')"/>
</p>
<p name="label_coop_number" class="mt16">
<span t-field="o.name"/>
is recorded in the register of cooperators under number

Loading…
Cancel
Save