| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/pos |
| GIT | |
| GIT | https://github.com/OCA/pos.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/pos/tree/12.0/pos_report_order_payment |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Point of Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Druidoo, Moka Tourisme |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Druidoo, Moka Tourisme |
| COMMITTERS | |
| COMMITTERS | Ivàn Todorovich, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/pos |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - point_of_sale - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - http_routing - digest - web_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 |
company_id
Many2one → res.company
readonly=True
string='Company'
args: 'res.company'
config_id
Many2one → pos.config
readonly=True
string='Point of Sale'
args: 'pos.config'
date
Datetime
readonly=True
string='Order Date'
invoiced
Boolean
readonly=True
journal_id
Many2one → account.journal
readonly=True
string='Journal'
args: 'account.journal'
location_id
Many2one → stock.location
readonly=True
string='Location'
args: 'stock.location'
order_id
Many2one → pos.order
readonly=True
string='Order'
args: 'pos.order'
partner_id
Many2one → res.partner
readonly=True
string='Customer'
args: 'res.partner'
payment_amount
Float
readonly=True
string='Paid Amount'
payment_journal_id
Many2one → account.journal
readonly=True
string='Payment Journal'
args: 'account.journal'
pos_categ_id
Many2one → pos.category
readonly=True
string='PoS Category'
args: 'pos.category'
pricelist_id
Many2one → product.pricelist
readonly=True
string='Pricelist'
args: 'product.pricelist'
product_categ_id
Many2one → product.category
readonly=True
string='Product Category'
args: 'product.category'
product_id
Many2one → product.product
readonly=True
string='Product'
args: 'product.product'
product_tmpl_id
Many2one → product.template
readonly=True
string='Product Template'
args: 'product.template'
session_id
Many2one → pos.session
readonly=True
string='Session'
args: 'pos.session'
state
Selection
readonly=True
string='Status'
args: [('draft', 'New'), ('paid', 'Paid'), ('done', 'Posted'), ('invoiced', 'Invoiced'), ('cancel', 'Cancelled')]
user_id
Many2one → res.users
readonly=True
string='Salesperson'
args: 'res.users'
init(self)