Point Of Sale - Invoicing

pos_invoicing
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/12.0/pos_invoicing
VERSION
VERSION 3.1.0
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, Ivàn Todorovich, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - account
    - analytic
    - portal
    - http_routing
    - digest
    - web_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_invoice_form account.invoice field Inherits account.invoice_form
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