Pos Invoice Journal

pos_invoice_journal
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/8.0/pos_invoice_journal
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), Alex Comba, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_config_form_view pos.config.form (in pos_invoice_journal) pos.config xpath Inherits point_of_sale.view_pos_config_form
Models touched (2)

New fields (1)
  • invoice_journal_id Many2one → account.journal
    comodel_name='account.journal' default=_default_invoice_journal domain=[('type', '=', 'sale')] help='When choosing to invoice the pos order, this is the Accounting Journal used to post sales entries.' string='Invoice Journal'
Public methods (0)

No public methods.

New fields (1)
  • invoice_journal_id Many2one → account.journal
    comodel_name='account.journal' readonly=True related='session_id.config_id.invoice_journal_id' store=True string='Invoice Journal'
Public methods (1)
  • action_invoice(self)
    @api.multi