Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.0
Category
Point of Sale
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.odoo-community.org
Last tracking update
2026-08-07 07:03:07
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, Rafael Blasco
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
pos_config_view_form pos.config form Inherits point_of_sale.view_pos_config_form
pos_order_view_form pos.order form Inherits point_of_sale.view_pos_order_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • allow_store_draft_order Boolean
    help='If you check this field, users will have the possibility to let some PoS orders in a draft state, and allow the customer to paid later.\nOrder in a draft state will not generate entries during the close of the session.' string='Allow to Store Draft Orders'
Public methods (0)

No public methods.

New fields (1)
  • is_partial_paid Boolean
    compute='compute_is_partial_paid' store=True string='Is Partially Paid'
Public methods (1)
  • compute_is_partial_paid(self)
    @api.one@api.depends('state', 'statement_ids')

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals)
    @api.model
    Recover all PoS Order in 'draft' state and associate them to the new Pos Session
  • wkf_action_closing_control(self)
    @api.multi
    Remove all PoS Orders in 'draft' to the sessions we want to close. Check if there is any Partial Paid Orders