TIP: You can type at any time to perform a new search.
POS Self-Order / Online Payment
pos_online_payment_self_order · odoo/odoo
🛠 Migration considerations
- Raw `cr.execute()` INSERT/UPDATE/DELETE bypasses the ORM (no compute/constrains/tracking/mail): `SELECT id FROM pos_order WHERE id = %s FOR UPDATE NOWAIT` - re-check the table/column names still match after upgrading. migration-raw-sql-write · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Sales/Point of Sale
- Folder size
- 0.36 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-21 16:14:25
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, David Monnom (moda), Pedram (PEBR), Dylan Kiss (dyki), Sarah Bellefroid, Adrien Guilliams (adgu), reka-odoo, manv-afk, aamo-odoo, Joseph (jcb), parp-odoo, Loukas Wets (lowe), paan-odoo, David Monnom, Bastien PIERRE, Krzysztof Magusiak (krma), Ajit Singh, Guillaume V, Hadi El Yakhni, Traina Ludo, rpka-odoo, Stephane Vanmeerhaeghe (stva), Léopold Cantraine, abhk-odoo, jipr-odoo
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_menu |
res.config.settings.view.form.inherit.pos_online_payment.view | res.config.settings | form | Inherits point_of_sale.res_config_settings_view_form |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | PaymentPortalSelfOrder.pos_order_pay |
inherited | http | ALL | |
| (inherited route override) | PaymentPortalSelfOrder.pos_order_pay_confirmation |
inherited | http | ALL | sudo |
Models touched (6)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
self_order_online_payment_method_idMany2one → pos.payment.methoddomain=[('is_online_payment', '=', True)]help='The online payment method to use when a customer pays a self-order online.'readonly=Falsestore=Truestring='Self Online Payment' args: 'pos.payment.method'
-
has_valid_self_payment_method(self)
New fields (1)
-
use_self_order_online_paymentBooleancompute='_compute_use_self_order_online_payment'readonly=Truestore=True
-
create(self, vals_list)@api.model_create_multi -
get_and_set_online_payments_data(self, next_online_payment_amount=False) -
get_order_to_print(self) -
write(self, vals)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
pos_self_order_online_payment_method_idMany2onereadonly=Falserelated='pos_config_id.self_order_online_payment_method_id'
No public methods.
Loading…
Loading…