Browse Source
[IMP] use refund() to resale order (in 'refund' mode) ; [ADD] a note on PoS Order(s) to know the history of the payments
pull/480/head
[IMP] use refund() to resale order (in 'refund' mode) ; [ADD] a note on PoS Order(s) to know the history of the payments
pull/480/head
Sylvain LE GAL
5 years ago
5 changed files with 230 additions and 11 deletions
-
4pos_payment_change/__manifest__.py
-
18pos_payment_change/i18n/fr.po
-
187pos_payment_change/i18n/pos_payment_change.pot
-
26pos_payment_change/models/pos_order.py
-
6pos_payment_change/wizards/pos_payment_change_wizard.py
@ -0,0 +1,187 @@ |
|||||
|
# Translation of Odoo Server. |
||||
|
# This file contains the translation of the following modules: |
||||
|
# * pos_payment_change |
||||
|
# |
||||
|
msgid "" |
||||
|
msgstr "" |
||||
|
"Project-Id-Version: Odoo Server 12.0\n" |
||||
|
"Report-Msgid-Bugs-To: \n" |
||||
|
"POT-Creation-Date: 2020-04-27 10:48+0000\n" |
||||
|
"PO-Revision-Date: 2020-04-27 10:48+0000\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_payment_change |
||||
|
#: code:addons/pos_payment_change/models/pos_order.py:78 |
||||
|
#, python-format |
||||
|
msgid " (Refund Order: %s ; Resale Order: %s)" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model_terms:ir.ui.view,arch_db:pos_payment_change.view_pos_config_form |
||||
|
msgid "<span class=\"o_form_label\">Payment Change Policy</span>" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__amount |
||||
|
msgid "Amount" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model_terms:ir.ui.view,arch_db:pos_payment_change.view_pos_payment_change_wizard_form |
||||
|
msgid "Cancel" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.actions.act_window,name:pos_payment_change.action_pos_payment_change_wizard |
||||
|
#: model_terms:ir.ui.view,arch_db:pos_payment_change.view_pos_order_form |
||||
|
#: model_terms:ir.ui.view,arch_db:pos_payment_change.view_pos_payment_change_wizard_form |
||||
|
msgid "Change Payments" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__create_uid |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__create_uid |
||||
|
msgid "Created by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__create_date |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__create_date |
||||
|
msgid "Created on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: code:addons/pos_payment_change/wizards/pos_payment_change_wizard.py:54 |
||||
|
#, python-format |
||||
|
msgid "Differences between the two values for the POS Order '%s':\n" |
||||
|
"\n" |
||||
|
" * Total of all the new payments %s;\n" |
||||
|
" * Total of the POS Order %s;\n" |
||||
|
"\n" |
||||
|
"Please change the payments." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__display_name |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__display_name |
||||
|
msgid "Display Name" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__id |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__id |
||||
|
msgid "ID" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__new_journal_id |
||||
|
msgid "Journal" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard____last_update |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line____last_update |
||||
|
msgid "Last Modified on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__write_uid |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__write_uid |
||||
|
msgid "Last Updated by" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__write_date |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__write_date |
||||
|
msgid "Last Updated on" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__order_id |
||||
|
msgid "Order" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_config__payment_change_policy |
||||
|
msgid "Payment Change Policy" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,help:pos_payment_change.field_pos_config__payment_change_policy |
||||
|
msgid "Payment Change Policy when users want to change the payment lines of a given PoS Order.\n" |
||||
|
"* 'Refund and Resale': Odoo will refund the current Pos Order to cancel it, and create a new PoS Order with the correct payment lines.\n" |
||||
|
"* 'Update Payments': Odoo will change payment lines.\n" |
||||
|
"\n" |
||||
|
"Note : In some countries the 'Update Payments' Option is not allowed by law, because orders history shouldn't not be altered." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__line_ids |
||||
|
#: model_terms:ir.ui.view,arch_db:pos_payment_change.view_pos_payment_change_wizard_form |
||||
|
msgid "Payment Lines" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model,name:pos_payment_change.model_pos_payment_change_wizard |
||||
|
msgid "PoS Payment Change Wizard" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model,name:pos_payment_change.model_pos_payment_change_wizard_line |
||||
|
msgid "PoS Payment Change Wizard Line" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model,name:pos_payment_change.model_pos_config |
||||
|
msgid "Point of Sale Configuration" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model,name:pos_payment_change.model_pos_order |
||||
|
msgid "Point of Sale Orders" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: selection:pos.config,payment_change_policy:0 |
||||
|
msgid "Refund and Resale" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: code:addons/pos_payment_change/models/pos_order.py:43 |
||||
|
#, python-format |
||||
|
msgid "The payments of the Order %s (Ref: %s) has been changed by %s at %s." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard__amount_total |
||||
|
#: model_terms:ir.ui.view,arch_db:pos_payment_change.view_pos_payment_change_wizard_form |
||||
|
msgid "Total" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: code:addons/pos_payment_change/models/pos_config.py:43 |
||||
|
#, python-format |
||||
|
msgid "Unable to use the 'Update Payments' options for companies that have unalterable accounting." |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: selection:pos.config,payment_change_policy:0 |
||||
|
msgid "Update Payments" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: model:ir.model.fields,field_description:pos_payment_change.field_pos_payment_change_wizard_line__wizard_id |
||||
|
msgid "Wizard" |
||||
|
msgstr "" |
||||
|
|
||||
|
#. module: pos_payment_change |
||||
|
#: code:addons/pos_payment_change/models/pos_order.py:96 |
||||
|
#, python-format |
||||
|
msgid "You can not change payments of the POS '%s' because the associated session '%s' has been closed!" |
||||
|
msgstr "" |
||||
|
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue