TIP: You can type at any time to perform a new search.
Account Cut-off Prepaid
account_cutoff_prepaid · OCA/account-closing
- Repository
- OCA/account-closing · module folder · Try on Runboat
- Module version
- 2.0.0
- Category
- Accounting & Finance
- Folder size
- 0.46 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/account-closing
- Last tracking update
- 2026-08-07 07:38:29
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Alexis de Lattre, GitHub, JordiMForgeFlow, Weblate, OCA Transbot, OCA-git-bot, oca-travis, jim.hoefnagels
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_filter |
prepaid.account.cutoff.prepaid.search | account.cutoff | search | Inherits account_cutoff_base.account_cutoff_filter |
account_cutoff_form |
account.cutoff.prepaid.form | account.cutoff | form | Inherits account_cutoff_base.account_cutoff_form |
account_cutoff_line_form |
account.cutoff.line.prepaid.form | account.cutoff.line | form | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
account.cutoff.line.prepaid.tree | account.cutoff.line | tree | Inherits account_cutoff_base.account_cutoff_line_tree |
account_cutoff_tree |
account.cutoff.prepaid.tree | account.cutoff | tree | Inherits account_cutoff_base.account_cutoff_tree |
res_config_settings_view_form |
accrual.base.account.config.form | res.config.settings | form | Inherits account_cutoff_base.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (4)
-
end_dateDate -
forecastBooleanhelp='The Forecast mode allows the user to compute the prepaid revenue/expense between 2 dates in the future.'readonly=Truetracking=True -
source_journal_idsMany2many → account.journalcolumn1='cutoff_id'column2='journal_id'default=<expr>readonly=Truestates={'draft': [('readonly', False)]}string='Source Journals' args: 'account.journal' -
start_dateDate
-
forecast_disable(self) -
forecast_enable(self) -
get_lines(self)
New fields (7)
-
end_dateDatereadonly=True -
move_dateDaterelated='move_line_id.move_id.date'string='Entry Date' -
move_idMany2onerelated='move_line_id.move_id'string='Journal Entry' -
move_line_idMany2one → account.move.linestring='Journal Item' args: 'account.move.line' -
prepaid_daysIntegerhelp='In regular mode, this is the number of days after the cut-off date. In forecast mode, this is the number of days between the start date and the end date.'readonly=True -
start_dateDatereadonly=True -
total_daysIntegerreadonly=True args: 'Total Days'
No public methods.
New fields (2)
-
default_prepaid_expense_account_idMany2one → account.accountdomain=[('deprecated', '=', False)]string='Default Account for Prepaid Expense' args: 'account.account' -
default_prepaid_revenue_account_idMany2one → account.accountdomain=[('deprecated', '=', False)]string='Default Account for Prepaid Revenue' args: 'account.account'
No public methods.
New fields (2)
-
dft_prepaid_expense_account_idMany2onereadonly=Falserelated='company_id.default_prepaid_expense_account_id' -
dft_prepaid_revenue_account_idMany2onereadonly=Falserelated='company_id.default_prepaid_revenue_account_id'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…