TIP: You can type at any time to perform a new search.
Point of Sale Payment Report
pos_report_order_payment · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Point of Sale
- Folder size
- 0.18 MB
- License
- AGPL-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), Druidoo, Moka Tourisme
- Maintainers
- Odoo Community Association (OCA), Druidoo, Moka Tourisme
- Committers
- Ivàn Todorovich, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_report_pos_order_payment_graph |
report.pos.order.payment | graph | New | |
view_report_pos_order_payment_pivot |
report.pos.order.payment | pivot | New | |
view_report_pos_order_payment_search |
report.pos.order.payment | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (18)
-
company_idMany2one → res.companyreadonly=Truestring='Company' args: 'res.company' -
config_idMany2one → pos.configreadonly=Truestring='Point of Sale' args: 'pos.config' -
dateDatetimereadonly=Truestring='Order Date' -
invoicedBooleanreadonly=True -
journal_idMany2one → account.journalreadonly=Truestring='Journal' args: 'account.journal' -
location_idMany2one → stock.locationreadonly=Truestring='Location' args: 'stock.location' -
order_idMany2one → pos.orderreadonly=Truestring='Order' args: 'pos.order' -
partner_idMany2one → res.partnerreadonly=Truestring='Customer' args: 'res.partner' -
payment_amountFloatreadonly=Truestring='Paid Amount' -
payment_journal_idMany2one → account.journalreadonly=Truestring='Payment Journal' args: 'account.journal' -
pos_categ_idMany2one → pos.categoryreadonly=Truestring='PoS Category' args: 'pos.category' -
pricelist_idMany2one → product.pricelistreadonly=Truestring='Pricelist' args: 'product.pricelist' -
product_categ_idMany2one → product.categoryreadonly=Truestring='Product Category' args: 'product.category' -
product_idMany2one → product.productreadonly=Truestring='Product' args: 'product.product' -
product_tmpl_idMany2one → product.templatereadonly=Truestring='Product Template' args: 'product.template' -
session_idMany2one → pos.sessionreadonly=Truestring='Session' args: 'pos.session' -
stateSelectionreadonly=Truestring='Status' args: [('draft', 'New'), ('paid', 'Paid'), ('done', 'Posted'), ('invoiced', 'Invoiced'), ('cancel', 'Cancelled')] -
user_idMany2one → res.usersreadonly=Truestring='Salesperson' args: 'res.users'
-
init(self)@api.model_cr