changes
This commit is contained in:
@@ -2,11 +2,23 @@
|
||||
|
||||
{
|
||||
'name': 'Payment Provider: Clover',
|
||||
'version': '19.0.1.0.0',
|
||||
'version': '19.0.1.12.0',
|
||||
'category': 'Accounting/Payment Providers',
|
||||
'sequence': 365,
|
||||
'summary': "Clover payment processing for ecommerce, terminal, and manual card payments.",
|
||||
'description': " ",
|
||||
'description': """
|
||||
Clover payment provider for Odoo 19.
|
||||
|
||||
Supports:
|
||||
- Online card payments via Clover.js iframe (PCI-compliant, customer
|
||||
card never touches Odoo)
|
||||
- In-person terminal payments via Cloud REST Pay Display
|
||||
- Back-office manual card collection (server-side tokenization)
|
||||
- Referenced + non-referenced refunds, voids, and credits
|
||||
- Multi-card surcharge (Visa/Mastercard/Amex/Debit/Other)
|
||||
- Webhook signature verification (HMAC-SHA256)
|
||||
- Payment receipt PDF generation and email delivery
|
||||
""",
|
||||
'depends': ['payment', 'account_payment', 'sale'],
|
||||
'data': [
|
||||
'security/security.xml',
|
||||
|
||||
Reference in New Issue
Block a user