| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/17.0/payment_sips |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-06 01:02:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - web_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_provider_form |
Sips Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
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'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/16.0/payment_sips |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Martin 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 UPDATE | 2026-07-06 00:40:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - portal - web - base - web_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_provider_form |
Sips Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
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'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/15.0/payment_sips |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Acquirers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-06 00:25:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_acquirer_form |
Sips Acquirer Form | payment.acquirer | xpath | Inherits payment.payment_acquirer_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
No new fields.
Public methods (0)No public methods.
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'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/payment_sips |
| VERSION | |
| VERSION | 1.1 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Acquirers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Raphael 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 UPDATE | 2026-07-06 00:14:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_form |
sips_form | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/13.0/payment_sips |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Raphael 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 UPDATE | 2026-07-06 00:06:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_form |
sips_form | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/12.0/payment_sips |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:57:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_form |
sips_form | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/11.0/payment_sips |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:53:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_form |
sips_form | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/payment_sips |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:50:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_acquirer_button |
sips_acquirer_button | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/9.0/payment_sips |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Odoo 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 UPDATE | 2026-07-05 23:48:29 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_acquirer_button |
sips_acquirer_button | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/8.0/payment_sips |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Eezee-It |
| MAINTAINERS | |
| MAINTAINERS | Eezee-It |
| COMMITTERS | |
| COMMITTERS | Martin Trigaux, Thibault Delavallée |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:38 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_sips |
acquirer.form.sips | payment.acquirer | xpath | Inherits payment.acquirer_form |
sips_acquirer_button |
sips_acquirer_button | ir.ui.view | qweb | New |
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'
sips_form_generate_values(self, partner_values, tx_values)
sips_get_form_action_url(self)
No new fields.
Public methods (0)No public methods.