Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.1
Category
Point of Sale
Folder size
0.03 MB
License
LGPL-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), KMEE
Maintainers
Odoo Community Association (OCA), KMEE
Committers
Ivàn Todorovich, Weblate, Luis Felipe Mileo, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_picking_form stock_picking_invoice_link.stock.picking.form stock.picking form Inherits stock.view_picking_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • pos_order_ids One2many → pos.order
    comodel_name='pos.order' copy=False inverse_name='picking_id' readonly=True string='POS order'
Public methods (1)
  • action_view_pos_orders(self)
    This function returns an action that display existing pos orders of given stock pickings. It can either be a in a list or in a form view, if there is only one order to show.

Loading…