Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting & Finance
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing/tree/14.0/account_receipt_base
Last tracking update
2026-08-07 07:47:28
Authors
Odoo Community Association (OCA), TAKOBI
Maintainers
Odoo Community Association (OCA), TAKOBI
Committers
Simone Rubino, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_receipt_sale
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
partner_view_buttons Add Receipts Button to Partner Form View res.partner Inherits account.partner_view_buttons
view_account_invoice_report_search Add Receipt to Invoices Statistics Search View account.invoice.report search Inherits account.view_account_invoice_report_search
view_account_position_form Add Receipts to Account Fiscal Position Form View account.fiscal.position form Inherits account.view_account_position_form
view_move_form_inherit Add Receipts to Account Move Form View account.move form Inherits account.view_move_form
view_partner_property_form Add Receipts flag to Partner Form View res.partner form Inherits account.view_partner_property_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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')