Repository
odoo/odoo · module folder
Module version
2.0
Category
Accounting/Payment Providers
Folder size
0.21 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-08 22:19:31
Authors
Maintainers
None
Committers
Fabien Meghazi, Odoo Translation Bot, Denis Ledoux, Jeremy Kersten, Odoo Online, Tiffany Chang (tic), Gorash, Pierre Paridans, pedrambiria, Antoine Vandevenne (anv), niyasraphy, Louis Wicket (wil), Valentin Vallaeys (vava), Valeriya(vchu), Anita (anko), Louis (wil)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
payment_provider_form Sips Provider Form payment.provider form Inherits payment.payment_provider_form
redirect_form redirect_form ir.ui.view qweb New
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) SipsController.sips_return_from_checkout public http POST csrf off sudo
(inherited route override) SipsController.sips_webhook public http POST csrf off sudo
Models touched (2)

New fields (7)
  • code Selection
    ondelete={'sips': 'set default'} selection_add=[('sips', 'Sips')]
  • sips_key_version Integer
    default=2 required_if_provider='sips' string='Secret Key Version'
  • sips_merchant_id Char
    help='The ID solely used to identify the merchant account with Sips' required_if_provider='sips' string='Merchant ID'
  • sips_prod_url Char
    default='https://payment-webinit.sips-services.com/paymentInit' required_if_provider='sips' string='Production URL'
  • sips_secret Char
    groups='base.group_system' required_if_provider='sips' size=64 string='SIPS Secret Key'
  • sips_test_url Char
    default='https://payment-webinit.simu.sips-services.com/paymentInit' required_if_provider='sips' string='Test URL'
  • sips_version Char
    default='HP_2.31' required_if_provider='sips' string='Interface Version'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…