Point of Sale - Session Summary

pos_session_summary
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/9.0/pos_session_summary
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPoint Of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), La Louve
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), La Louve
COMMITTERS
COMMITTERSSylvain LE GAL, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://www.lalouve.net/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_pos_session_form pos.session field Inherits point_of_sale.view_pos_session_form
view_pos_session_tree pos.session field Inherits point_of_sale.view_pos_session_tree
Models touched (2)

New fields (2)
  • total_entry_encoding_cash Monetary
    compute='_compute_total_entries' help='Total of cash inputs or outputs.' multi='total_entries' store=True args: 'Cash Moves'
  • total_entry_encoding_sales Monetary
    compute='_compute_total_entries' help='Total of sale transaction lines.' multi='total_entries' store=True args: 'Sale Transactions Subtotal'
Public methods (0)

No public methods.

New fields (2)
  • order_qty Integer
    compute='_compute_orders' multi='orders' store=True string='Orders Qty'
  • total_amount Monetary
    compute='_compute_orders' multi='orders' store=True string='Transactions Total'
Public methods (0)

No public methods.