File tree Expand file tree Collapse file tree 10 files changed +359
-131
lines changed
Expand file tree Collapse file tree 10 files changed +359
-131
lines changed Original file line number Diff line number Diff line change 1+ 3.0.2, 2023-06-06
2+ =============
3+ - Add documentation management field.
4+ - Minor code fixes.
5+
163.0.1, 2023-03-29
27=============
38- Bug fix: Fix arguments of the method _ get_default_payment_method_id.
Original file line number Diff line number Diff line change 99
1010{
1111 'name' : 'Lyra Collect Payment Provider' ,
12- 'version' : '3.0.1 ' ,
12+ 'version' : '3.0.2 ' ,
1313 'summary' : 'Accept payments with Lyra Collect secure payment gateway.' ,
1414 'category' : 'Accounting/Payment Providers' ,
1515 'author' : 'Lyra Network' ,
Original file line number Diff line number Diff line change 3131 'LANGUAGE' : 'en' ,
3232
3333 'GATEWAY_VERSION' : 'V2' ,
34- 'PLUGIN_VERSION' : '3.0.1 ' ,
34+ 'PLUGIN_VERSION' : '3.0.2 ' ,
3535 'CMS_IDENTIFIER' : 'Odoo_16' ,
3636}
3737
171171 ['SEK' , '752' , 2 ],
172172 ['USD' , '840' , 2 ],
173173]
174+
175+ LYRA_ONLINE_DOC_URI = {
176+ 'fr' : 'https://docs.lyra.com/fr/collect/plugins/' ,
177+ 'en' : 'https://docs.lyra.com/en/collect/plugins/' ,
178+ 'es' : 'https://docs.lyra.com/es-ES/collect/plugins/' ,
179+ }
180+
181+ LYRA_DOCUMENTATION = {
182+ 'fr' : 'Français' ,
183+ 'en' : 'English' ,
184+ 'es' : 'Español' ,
185+ 'de' : 'Deutsch' ,
186+ 'pt' : 'Português' ,
187+ }
Original file line number Diff line number Diff line change @@ -468,6 +468,11 @@ msgstr ""
468468msgid "NO"
469469msgstr "NEIN"
470470
471+ #. module: payment_lyra
472+ #: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
473+ msgid "MODULE INFORMATION"
474+ msgstr "MODULINFORMATIONEN"
475+
471476#. module: payment_lyra
472477#: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
473478msgid "PAYMENT GATEWAY ACCESS"
@@ -579,6 +584,13 @@ msgstr ""
579584msgid "See the transaction details for more information ({})."
580585msgstr "Weitere Informationen finden Sie in den Transaktionsdetails ({})."
581586
587+ #. module: payment_lyra
588+ #: code:addons/payment_lyra/models/payment_acquirer.py:0
589+ #: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_doc
590+ #, python-format
591+ msgid "Click to view the module configuration documentation"
592+ msgstr "Klicken Sie, um die Modul-Konfigurationsdokumentation zu finden"
593+
582594#. module: payment_lyra
583595#: code:addons/payment_lyra/models/payment_acquirer.py:0
584596#: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_site_id
Original file line number Diff line number Diff line change @@ -469,6 +469,11 @@ msgstr ""
469469msgid "NO"
470470msgstr "NO"
471471
472+ #. module: payment_lyra
473+ #: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
474+ msgid "MODULE INFORMATION"
475+ msgstr "MODULE INFORMATION"
476+
472477#. module: payment_lyra
473478#: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
474479msgid "PAYMENT GATEWAY ACCESS"
@@ -580,6 +585,13 @@ msgstr ""
580585msgid "See the transaction details for more information ({})."
581586msgstr "See the transaction details for more information ({})."
582587
588+ #. module: payment_lyra
589+ #: code:addons/payment_lyra/models/payment_acquirer.py:0
590+ #: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_doc
591+ #, python-format
592+ msgid "Click to view the module configuration documentation"
593+ msgstr "Click to view the module configuration documentation"
594+
583595#. module: payment_lyra
584596#: code:addons/payment_lyra/models/payment_acquirer.py:0
585597#: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_site_id
Original file line number Diff line number Diff line change @@ -470,6 +470,11 @@ msgstr ""
470470msgid "NO"
471471msgstr "NO"
472472
473+ #. module: payment_lyra
474+ #: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
475+ msgid "MODULE INFORMATION"
476+ msgstr "INFORMACIÓN DEL MÓDULO"
477+
473478#. module: payment_lyra
474479#: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
475480msgid "PAYMENT GATEWAY ACCESS"
@@ -581,6 +586,13 @@ msgstr ""
581586msgid "See the transaction details for more information ({})."
582587msgstr "Vea los detalles de la transacción para más información ({})."
583588
589+ #. module: payment_lyra
590+ #: code:addons/payment_lyra/models/payment_acquirer.py:0
591+ #: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_doc
592+ #, python-format
593+ msgid "Click to view the module configuration documentation"
594+ msgstr "Haga clic para ver la documentación de la configuración del módulo"
595+
584596#. module: payment_lyra
585597#: code:addons/payment_lyra/models/payment_acquirer.py:0
586598#: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_site_id
Original file line number Diff line number Diff line change @@ -463,6 +463,11 @@ msgstr ""
463463msgid "NO"
464464msgstr "NON"
465465
466+ #. module: payment_lyra
467+ #: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
468+ msgid "MODULE INFORMATION"
469+ msgstr "INFORMATIONS SUR LE MODULE"
470+
466471#. module: payment_lyra
467472#: model_terms:ir.ui.view,arch_db: payment_lyra.provider_form_lyra
468473msgid "PAYMENT GATEWAY ACCESS"
@@ -574,6 +579,13 @@ msgstr ""
574579msgid "See the transaction details for more information ({})."
575580msgstr "Voir le détail de la transaction pour plus d'information ({})."
576581
582+ #. module: payment_lyra
583+ #: code:addons/payment_lyra/models/payment_acquirer.py:0
584+ #: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_doc
585+ #, python-format
586+ msgid "Click to view the module configuration documentation"
587+ msgstr "Cliquer pour accéder à la documentation de configuration du module"
588+
577589#. module: payment_lyra
578590#: code:addons/payment_lyra/models/payment_acquirer.py:0
579591#: model:ir.model.fields,field_description: payment_lyra.field_payment_acquirer__lyra_site_id
You can’t perform that action at this time.
0 commit comments