TIP: You can type at any time to perform a new search.
Account Cut-off Accrual Order Base
account_cutoff_accrual_order_base · OCA/account-closing
- Repository
- OCA/account-closing · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Accounting & Finance
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-closing
- Last tracking update
- 2026-08-07 08:09:27
- Authors
- Akretion, Odoo Community Association (OCA), BCIM
- Maintainers
- Akretion, Odoo Community Association (OCA), BCIM
- Committers
- Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- openupgradelib
- System dependencies
- None
- Required by
- account_cutoff_accrual_purchase, account_cutoff_accrual_sale
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_form |
account.cutoff | form | Inherits account_cutoff_base.account_cutoff_form | |
account_cutoff_line_form |
account.cutoff.line | form | Inherits account_cutoff_base.account_cutoff_line_form | |
account_cutoff_line_tree |
account.cutoff.line | tree | Inherits account_cutoff_base.account_cutoff_line_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
order_line_modelSelectionreadonly=Trueselection=[]
-
get_lines(self)
New fields (8)
-
amountMonetarycompute='_compute_amount'store=True -
cutoff_amountMonetarycompute='_compute_cutoff_amount'store=True -
invoice_line_idsOne2many → account.move.linecompute='_compute_invoice_lines'string='Invoice Lines' args: 'account.move.line' -
invoiced_qtyFloatreadonly=True args: 'Invoiced Quantity' -
order_line_modelSelectionrelated='parent_id.order_line_model' -
product_idMany2one → product.productcomodel_name='product.product'readonly=Truestring='Product' -
quantityFloatcompute='_compute_quantity'store=True -
received_qtyFloatreadonly=True args: 'Received Quantity'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
unlink(self)
New fields (1)
-
is_cutoff_accrual_excludedBooleaninverse=<expr>readonly=Truestring='Do not generate cut-off entries'
No public methods.