Payment Provider: Worldline SIPS

payment_sips
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/payment_sips
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Providers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Denis Ledoux, Fabien Meghazi, 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)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - onboarding
    - web
    - base
    - portal
    - web_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
payment_provider_form Sips Provider Form payment.provider group Inherits payment.payment_provider_form
redirect_form redirect_form ir.ui.view qweb New
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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/16.0/payment_sips
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Providers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSMartin Trigaux, Fabien Meghazi, Xavier Morel, Jeremy Kersten, Christophe Monniez, Victor Feyens, pedrambiria, thcl-odoo, Antoine Vandevenne (anv), Valentin Vallaeys (vava), Horacio Tellez, Martin Trigaux (mat)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - portal
    - web
    - base
    - web_editor
    - bus
    - http_routing
    - mail
    - base_setup
    - web_tour
    - auth_signup
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
payment_provider_form Sips Provider Form payment.provider group Inherits payment.payment_provider_form
redirect_form redirect_form ir.ui.view qweb New
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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/15.0/payment_sips
VERSION
VERSION 2.0
CATEGORY
CATEGORYAccounting/Payment Acquirers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Xavier Morel, Jeremy Kersten, Laurent Smet, Xavier-Do, Adrien Widart, pedrambiria, Nicolas (vin), thcl-odoo, Antoine Vandevenne (anv), Valentin Vallaeys (vava)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:25:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
payment_acquirer_form Sips Acquirer Form payment.acquirer xpath Inherits payment.payment_acquirer_form
redirect_form redirect_form ir.ui.view qweb New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (7)
  • provider 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.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/14.0/payment_sips
VERSION
VERSION 1.1
CATEGORY
CATEGORYAccounting/Payment Acquirers
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Nicolas Martinelli, Richard Mathot, Damien Bouvy, Barad Mahendra, Yannick Tivisse, Laurent Smet, Adrian Torres, Xavier-Do, fw-bot, Adrien Widart, thcl-odoo, Valentin Vallaeys (vava)
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:14:27
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Implements the Worldline SIPS API for payment acquirers.
Other SIPS providers may be compatible, though this is
not guaranteed.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_form sips_form ir.ui.view qweb New
Models touched (2)

New fields (7)
  • provider Selection
    ondelete={'sips': 'set default'} selection_add=[('sips', 'Sips')]
  • sips_key_version Integer
    default=2 required_if_provider='sips' args: 'Secret Key Version'
  • sips_merchant_id Char
    groups='base.group_user' required_if_provider='sips' args: 'Merchant ID'
  • sips_prod_url Char
    default='https://payment-webinit.sips-services.com/paymentInit' required_if_provider='sips' args: 'Production url'
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'Secret Key'
  • sips_test_url Char
    default='https://payment-webinit.simu.sips-services.com/paymentInit' required_if_provider='sips' args: 'Test url'
  • sips_version Char
    default='HP_2.31' required_if_provider='sips' args: 'Interface Version'
Public methods (2)
  • sips_form_generate_values(self, values)
  • sips_get_form_action_url(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/payment_sips
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Payment
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Thibault Delavallée, Christophe Simonis, Nicolas Martinelli, Richard Mathot, Damien Bouvy, Odoo Online, Jorge Pinna Puissant, Adrian Torres, Xavier-Do, Victor Feyens, Sébastien Theys, fw-bot, Adrien Widart, thcl-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Works with Worldline keys version 2.0, contains implementation of
payments acquirer using Worldline SIPS.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_form sips_form ir.ui.view qweb New
Models touched (2)

New fields (6)
  • provider Selection
    selection_add=[('sips', 'Sips')]
  • sips_merchant_id Char
    groups='base.group_user' help='Used for production only' required_if_provider='sips' args: 'Merchant ID'
  • sips_prod_url Char
    default='https://payment-webinit.sips-services.com/paymentInit' required_if_provider='sips' args: 'Production url'
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'Secret Key'
  • sips_test_url Char
    default='https://payment-webinit.simu.sips-services.com/paymentInit' required_if_provider='sips' args: 'Test url'
  • sips_version Char
    default='HP_2.3' required_if_provider='sips' args: 'Interface Version'
Public methods (2)
  • sips_form_generate_values(self, values)
  • sips_get_form_action_url(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/payment_sips
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Richard Mathot, qdp-odoo, Damien Bouvy, Toufik Benjaa, Jorge Pinna Puissant, Adrian Torres, Xavier-Do, Adrien Widart, sri-odoo
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Works with Worldline keys version 2.0, contains implementation of
payments acquirer using Worldline SIPS.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_form sips_form ir.ui.view qweb New
Models touched (2)

New fields (6)
  • provider Selection
    selection_add=[('sips', 'Sips')]
  • sips_merchant_id Char
    groups='base.group_user' help='Used for production only' required_if_provider='sips' args: 'Merchant ID'
  • sips_prod_url Char
    default='https://payment-webinit.sips-atos.com/paymentInit' required_if_provider='sips' args: 'Production url'
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'Secret Key'
  • sips_test_url Char
    default='https://payment-webinit.simu.sips-atos.com/paymentInit' required_if_provider='sips' args: 'Test url'
  • sips_version Char
    default='HP_2.3' required_if_provider='sips' args: 'Interface Version'
Public methods (2)
  • sips_form_generate_values(self, values)
    @api.multi
  • sips_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/payment_sips
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Xavier Morel, Goffin Simon, Nicolas Martinelli, qdp-odoo, Jeremy Kersten, GitHub, Damien Bouvy, Odoo Online, tbe-odoo, Andreas Perhab
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Works with Worldline keys version 2.0, contains implementation of
payments acquirer using Worldline SIPS.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_form sips_form ir.ui.view qweb New
Models touched (3)

New fields (6)
  • provider Selection
    selection_add=[('sips', 'Sips')]
  • sips_merchant_id Char
    groups='base.group_user' help='Used for production only' required_if_provider='sips' args: 'Merchant ID'
  • sips_prod_url Char
    default='https://payment-webinit.sips-atos.com/paymentInit' groups='base.group_no_one' required_if_provider='sips' args: "Prod's url"
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'Secret Key'
  • sips_test_url Char
    default='https://payment-webinit.simu.sips-atos.com/paymentInit' groups='base.group_no_one' required_if_provider='sips' args: "Test's url"
  • sips_version Char
    default='HP_2.3' groups='base.group_no_one' required_if_provider='sips' args: 'Interface Version'
Public methods (2)
  • sips_form_generate_values(self, values)
    @api.multi
  • sips_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/payment_sips
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Joren Van Onder, Julien Legros, qdp-odoo, Jeremy Kersten, Martin Geubelle, Denis Vermylen (dve), Jorge Pinna Puissant
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Works with Worldline keys version 2.0, contains implementation of
payments acquirer using Worldline SIPS.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_acquirer_button sips_acquirer_button ir.ui.view qweb New
Models touched (2)

New fields (3)
  • provider Selection
    selection_add=[('sips', 'Sips')]
  • sips_merchant_id Char
    groups='base.group_user' required_if_provider='sips' args: 'SIPS API User Password'
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'SIPS Secret'
Public methods (2)
  • sips_form_generate_values(self, values)
    @api.multi
  • sips_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/payment_sips
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Christophe Simonis, Goffin Simon, Damien Bouvy, Yannick Tivisse
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Works with Worldline keys version 2.0, contains implementation of
payments acquirer using Worldline SIPS.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_acquirer_button sips_acquirer_button ir.ui.view qweb New
Models touched (2)

New fields (2)
  • sips_merchant_id Char
    groups='base.group_user' required_if_provider='sips' args: 'SIPS API User Password'
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'SIPS Secret'
Public methods (2)
  • sips_form_generate_values(self, values)
    @api.multi
  • sips_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/payment_sips
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSEezee-It
MAINTAINERS
MAINTAINERSEezee-It
COMMITTERS
COMMITTERSMartin Trigaux, Thibault Delavallée
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:38
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Worldline SIPS Payment Acquirer for online payments

Works with Worldline keys version 2.0, contains implementation of
payments acquirer using Worldline SIPS.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
acquirer_form_sips acquirer.form.sips payment.acquirer xpath Inherits payment.acquirer_form
sips_acquirer_button sips_acquirer_button ir.ui.view qweb New
Models touched (2)

New fields (2)
  • sips_merchant_id Char
    groups='base.group_user' required_if_provider='sips' args: 'SIPS API User Password'
  • sips_secret Char
    groups='base.group_user' required_if_provider='sips' size=64 args: 'SIPS Secret'
Public methods (2)
  • sips_form_generate_values(self, partner_values, tx_values)
    @api.multi
  • sips_get_form_action_url(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.