Point of Sale Payment Report

pos_report_order_payment
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/12.0/pos_report_order_payment
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYPoint of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Druidoo, Moka Tourisme
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Druidoo, Moka Tourisme
COMMITTERS
COMMITTERSIvàn Todorovich, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - stock_account
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (18)
  • 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'
Public methods (1)
  • init(self)
    @api.model_cr