Base for Receipt Management

account_receipt_base
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/14.0/account_receipt_base
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Simone Rubino, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing/tree/14.0/account_receipt_base
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
partner_view_buttons Add Receipts Button to Partner Form View res.partner button Inherits account.partner_view_buttons
view_account_invoice_report_search Add Receipt to Invoices Statistics Search View account.invoice.report filter Inherits account.view_account_invoice_report_search
view_account_position_form Add Receipts to Account Fiscal Position Form View account.fiscal.position field Inherits account.view_account_position_form
view_move_form_inherit Add Receipts to Account Move Form View account.move xpath Inherits account.view_move_form
view_partner_property_form Add Receipts flag to Partner Form View res.partner group Inherits account.view_partner_property_form
Models touched (4)

New fields (1)
  • receipts Boolean
Public methods (1)
  • get_receipts_fiscal_pos(self, company_id=None)
    @api.model

New fields (1)
  • move_type Selection
    selection_add=[('out_receipt', 'Sales Receipt'), ('in_receipt', 'Purchase Receipt')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • get_receipt_types(self)
    @api.model
  • is_receipt(self)

New fields (2)
  • total_receipts_invoiced Monetary
    compute='_compute_total_receipts_invoiced' groups='account.group_account_invoice,account.group_account_readonly' string='Total Receipts Invoiced'
  • use_receipts Boolean
Public methods (2)
  • action_view_partner_receipts(self)
  • onchange_use_receipts(self)
    @api.onchange('use_receipts')