Skip to content
Snippets Groups Projects
Unverified Commit 743743db authored by Fabrice Henrion's avatar Fabrice Henrion Committed by Damien Bouvy
Browse files

[IMP] payment: wording for auto_confirm selections

parent 6b4ca998
No related branches found
No related tags found
No related merge requests found
......@@ -71,9 +71,9 @@ class PaymentAcquirer(models.Model):
help="Make this payment acquirer available (Customer invoices, etc.)")
auto_confirm = fields.Selection([
('none', 'No automatic confirmation'),
('authorize', 'Authorize the amount and confirm the SO on acquirer confirmation'),
('confirm_so', 'Confirm the SO on acquirer confirmation'),
('generate_and_pay_invoice', 'On acquirer confirmation, confirm the SO, generate the invoice and pay it')],
('authorize', 'Authorize the amount and confirm the SO on acquirer confirmation (capture manually)'),
('confirm_so', 'Authorize & capture the amount and confirm the SO on acquirer confirmation'),
('generate_and_pay_invoice', 'Authorize & capture the amount, confirm the SO and auto-validate the invoice on acquirer confirmation')],
string='Order Confirmation', default='confirm_so', required=True)
journal_id = fields.Many2one(
'account.journal', 'Payment Journal',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment