Repository
OCA/pos · module folder · Try on Runboat
Module version
3.1.0
Category
Point of Sale
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 07:31:55
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Ivàn Todorovich, Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_invoice_form account.invoice form Inherits account.invoice_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (1)
  • pos_pending_payment Boolean
    copy=False help='Indicates an invoice for which there are pending payments in the Point of Sale. \nThe invoice will be marked as paid when the session will be closed.' oldname='forbid_payment' readonly=True string='PoS - Pending Payment'
Public methods (1)
  • action_cancel(self)
    @api.multi

New fields (0)

No new fields.

Public methods (1)
  • post(self)
    @api.multi

New fields (0)

No new fields.

Public methods (2)
  • action_pos_order_invoice(self)
    @api.multi
  • create_from_ui(self, orders)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • action_pos_session_close(self)
    @api.multi