Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Point Of Sale
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:42:55
Authors
Odoo Community Association (OCA), Creu Blanca
Maintainers
Odoo Community Association (OCA), Creu Blanca
Committers
sygel, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This modules allows to pay an existing Supplier Invoice / Customer
Refund, or to collect payment for an existing Customer Invoice, from
within a POS Session.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_cash_pay_invoice_form cash.pay.invoice form Inherits account_cash_invoice.view_cash_pay_invoice_form
view_pos_config_kanban pos.config.kanban.view pos.config kanban Inherits point_of_sale.view_pos_config_kanban
view_pos_session_form pos.session.form.view pos.session form Inherits point_of_sale.view_pos_session_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • pos_payment_method_domain Binary
    compute='_compute_pos_payment_method_domain'
  • pos_payment_method_id Many2one → pos.payment.method
    string='Payment Method' args: 'pos.payment.method'
  • pos_session_id Many2one → pos.session
    args: 'pos.session'
Public methods (2)
  • action_pay_invoice(self)
  • default_get(self, fields_list)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • search_paid_order_ids(self, config_id, domain, limit, offset)
    @api.model
    Orders paid without reference are filtered so that there is no error when exporting them. (odoo/odoo/blob/16.0/addons/point_of_sale/models/pos_order.py#L1107)

New fields (0)

No new fields.

Public methods (3)
  • button_show_wizard_pay_in_invoice(self)
  • button_show_wizard_pay_out_invoice(self)
  • button_show_wizard_pay_out_refund(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…