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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

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