diff --git a/account_payment_order_return/README.rst b/account_payment_order_return/README.rst index d46b13182..0399d7fcd 100644 --- a/account_payment_order_return/README.rst +++ b/account_payment_order_return/README.rst @@ -14,13 +14,13 @@ Account Payment Order Return :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github - :target: https://github.com/OCA/bank-payment/tree/11.0/account_payment_order_return + :target: https://github.com/OCA/bank-payment/tree/12.0/account_payment_order_return :alt: OCA/bank-payment .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/bank-payment-11-0/bank-payment-11-0-account_payment_order_return + :target: https://translation.odoo-community.org/projects/bank-payment-12-0/bank-payment-12-0-account_payment_order_return :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/97/11.0 + :target: https://runbot.odoo-community.org/runbot/173/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -46,7 +46,7 @@ Usage #. Go to Invoicing > Payments > Debit Orders. #. Create a new record. -#. Click on button "Create Payment Lines fron Journal Items" to open the +#. Click on button "Create Payment Lines from Journal Items" to open the wizard. #. Click on the "Include move lines from returns " check. #. Fill other options. @@ -58,7 +58,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -78,6 +78,8 @@ Contributors * Luis M. Ontalba * Vicent Cubells +* Kitti U. + Maintainers ~~~~~~~~~~~ @@ -91,6 +93,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/bank-payment `_ project on GitHub. +This module is part of the `OCA/bank-payment `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_payment_order_return/__manifest__.py b/account_payment_order_return/__manifest__.py index 340d1c779..1235bcb13 100644 --- a/account_payment_order_return/__manifest__.py +++ b/account_payment_order_return/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Account Payment Order Return', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Banking addons', 'author': 'Tecnativa, ' 'Odoo Community Association (OCA)', diff --git a/account_payment_order_return/i18n/account_payment_order_return.pot b/account_payment_order_return/i18n/account_payment_order_return.pot index a341cc9df..4f3089979 100644 --- a/account_payment_order_return/i18n/account_payment_order_return.pot +++ b/account_payment_order_return/i18n/account_payment_order_return.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" @@ -14,7 +14,7 @@ msgstr "" "Plural-Forms: \n" #. module: account_payment_order_return -#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create_include_returned +#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create__include_returned msgid "Include move lines from returns" msgstr "" diff --git a/account_payment_order_return/i18n/ca.po b/account_payment_order_return/i18n/ca.po index 1429d2a60..a4b86a0aa 100644 --- a/account_payment_order_return/i18n/ca.po +++ b/account_payment_order_return/i18n/ca.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_payment_order_return -#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create_include_returned +#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create__include_returned msgid "Include move lines from returns" msgstr "" diff --git a/account_payment_order_return/i18n/de.po b/account_payment_order_return/i18n/de.po index fc7c33734..ed15bf989 100644 --- a/account_payment_order_return/i18n/de.po +++ b/account_payment_order_return/i18n/de.po @@ -19,7 +19,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_payment_order_return -#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create_include_returned +#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create__include_returned msgid "Include move lines from returns" msgstr "" diff --git a/account_payment_order_return/i18n/es.po b/account_payment_order_return/i18n/es.po index f158231b6..75c6fce94 100644 --- a/account_payment_order_return/i18n/es.po +++ b/account_payment_order_return/i18n/es.po @@ -17,7 +17,7 @@ msgstr "" "Plural-Forms: \n" #. module: account_payment_order_return -#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create_include_returned +#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create__include_returned msgid "Include move lines from returns" msgstr "Incluir efectos devueltos" diff --git a/account_payment_order_return/i18n/fr.po b/account_payment_order_return/i18n/fr.po index 89dff4c89..194674b5c 100644 --- a/account_payment_order_return/i18n/fr.po +++ b/account_payment_order_return/i18n/fr.po @@ -20,7 +20,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_payment_order_return -#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create_include_returned +#: model:ir.model.fields,field_description:account_payment_order_return.field_account_payment_line_create__include_returned msgid "Include move lines from returns" msgstr "Inclure les écritures depuis les retours" diff --git a/account_payment_order_return/readme/CONTRIBUTORS.rst b/account_payment_order_return/readme/CONTRIBUTORS.rst index 60be6ab84..e6b32b377 100644 --- a/account_payment_order_return/readme/CONTRIBUTORS.rst +++ b/account_payment_order_return/readme/CONTRIBUTORS.rst @@ -2,3 +2,5 @@ * Luis M. Ontalba * Vicent Cubells + +* Kitti U. diff --git a/account_payment_order_return/readme/USAGE.rst b/account_payment_order_return/readme/USAGE.rst index a8591d03d..826c26df4 100644 --- a/account_payment_order_return/readme/USAGE.rst +++ b/account_payment_order_return/readme/USAGE.rst @@ -1,6 +1,6 @@ #. Go to Invoicing > Payments > Debit Orders. #. Create a new record. -#. Click on button "Create Payment Lines fron Journal Items" to open the +#. Click on button "Create Payment Lines from Journal Items" to open the wizard. #. Click on the "Include move lines from returns " check. #. Fill other options. diff --git a/account_payment_order_return/static/description/index.html b/account_payment_order_return/static/description/index.html index 450f2d9ec..8c7c5664a 100644 --- a/account_payment_order_return/static/description/index.html +++ b/account_payment_order_return/static/description/index.html @@ -3,7 +3,7 @@ - + Account Payment Order Return