TIP: You can type at any time to perform a new search.
Point of Sale - Session Summary
pos_session_summary · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Point Of Sale
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.lalouve.net/
- Last tracking update
- 2026-08-07 07:10:00
- Authors
- Odoo Community Association (OCA), La Louve
- Maintainers
- Odoo Community Association (OCA), La Louve
- Committers
- Sylvain LE GAL, OCA Transbot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_pos_session_form |
pos.session | form | Inherits point_of_sale.view_pos_session_form | |
view_pos_session_tree |
pos.session | tree | Inherits point_of_sale.view_pos_session_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
total_entry_encoding_cashMonetarycompute='_compute_total_entries'help='Total of cash inputs or outputs.'multi='total_entries'store=True args: 'Cash Moves' -
total_entry_encoding_salesMonetarycompute='_compute_total_entries'help='Total of sale transaction lines.'multi='total_entries'store=True args: 'Sale Transactions Subtotal'
No public methods.
New fields (2)
-
order_qtyIntegercompute='_compute_orders'multi='orders'store=Truestring='Orders Qty' -
total_amountMonetarycompute='_compute_orders'multi='orders'store=Truestring='Transactions Total'
No public methods.