| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-closing |
| GIT | |
| GIT | https://github.com/OCA/account-closing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-closing/tree/16.0/account_cutoff_accrual_order_base |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, BCIM |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, BCIM |
| COMMITTERS | |
| COMMITTERS | Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base 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 |
openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_form |
account.cutoff | field | Inherits account_cutoff_base.account_cutoff_form | |
account_cutoff_line_form |
account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form | |
account_cutoff_line_tree |
account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
order_line_model
Selection
readonly=True
selection=[]
get_lines(self)
amount
Monetary
compute='_compute_amount'
store=True
cutoff_amount
Monetary
compute='_compute_cutoff_amount'
store=True
invoice_line_ids
One2many → account.move.line
compute='_compute_invoice_lines'
string='Invoice Lines'
args: 'account.move.line'
invoiced_qty
Float
readonly=True
args: 'Invoiced Quantity'
order_line_model
Selection
related='parent_id.order_line_model'
product_id
Many2one → product.product
comodel_name='product.product'
readonly=True
string='Product'
quantity
Float
compute='_compute_quantity'
store=True
received_qty
Float
readonly=True
args: 'Received Quantity'
No public methods.
No new fields.
Public methods (1)unlink(self)
is_cutoff_accrual_excluded
Boolean
inverse=<expr>
readonly=True
string='Do not generate cut-off entries'
No public methods.