| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/14.0/account_receipt_base |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), TAKOBI |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), TAKOBI |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, Simone Rubino, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing/tree/14.0/account_receipt_base |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
receipts
Boolean
get_receipts_fiscal_pos(self, company_id=None)
move_type
Selection
selection_add=[('out_receipt', 'Sales Receipt'), ('in_receipt', 'Purchase Receipt')]
No public methods.
No new fields.
Public methods (2)get_receipt_types(self)
is_receipt(self)
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
action_view_partner_receipts(self)
onchange_use_receipts(self)