| 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/13.0/account_cutoff_accrual_base |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, OCA Transbot, JordiMForgeFlow, oca-travis, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:19 |
| 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 | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
res_config_settings_view_form |
accrual.base.account.config.form | res.config.settings | div | Inherits account_cutoff_base.res_config_settings_view_form |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | field | Inherits account.view_tax_form |
No new fields.
Public methods (0)No public methods.
price_origin
Char
readonly=True
price_unit
Float
digits='Product Price'
help="Price per unit (discount included) in the default unit of measure of the product in the currency of the 'Currency' field."
readonly=True
string='Unit Price'
quantity
Float
digits='Product Unit of Measure'
readonly=True
string='Quantity'
No public methods.
account_accrued_expense_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Expense Tax Account'
account_accrued_revenue_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Revenue Tax Account'
No public methods.
accrual_taxes
Boolean
default=True
string='Accrual On Taxes'
default_accrued_expense_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Expenses'
default_accrued_revenue_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Revenues'
No public methods.
accrual_taxes
Boolean
readonly=False
related='company_id.accrual_taxes'
dft_accrued_expense_account_id
Many2one
readonly=False
related='company_id.default_accrued_expense_account_id'
dft_accrued_revenue_account_id
Many2one
readonly=False
related='company_id.default_accrued_revenue_account_id'
No public methods.
| 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/12.0/account_cutoff_accrual_base |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, eLBati, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
res_config_settings_view_form |
accrual.base.account.config.form | res.config.settings | field | Inherits account_cutoff_base.res_config_settings_view_form |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | field | Inherits account.view_tax_form |
No new fields.
Public methods (0)No public methods.
price_origin
Char
readonly=True
price_unit
Float
digits=dp.get_precision('Product Price')
help="Price per unit (discount included) in the default unit of measure of the product in the currency of the 'Currency' field."
readonly=True
string='Unit Price'
quantity
Float
digits=dp.get_precision('Product Unit of Measure')
readonly=True
string='Quantity'
No public methods.
account_accrued_expense_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Expense Tax Account'
account_accrued_revenue_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Revenue Tax Account'
No public methods.
accrual_taxes
Boolean
string='Accrual On Taxes'
default_accrual_expense_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Default Journal for Accrued Expenses'
default_accrual_revenue_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Default Journal for Accrued Revenues'
default_accrued_expense_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Expenses'
default_accrued_expense_return_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Expenses Returns'
default_accrued_revenue_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Revenues'
default_accrued_revenue_return_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Revenues Returns'
No public methods.
accrual_taxes
Boolean
readonly=False
related='company_id.accrual_taxes'
dft_accrual_expense_journal_id
Many2one
readonly=False
related='company_id.default_accrual_expense_journal_id'
dft_accrual_revenue_journal_id
Many2one
readonly=False
related='company_id.default_accrual_revenue_journal_id'
dft_accrued_expense_account_id
Many2one
readonly=False
related='company_id.default_accrued_expense_account_id'
dft_accrued_expense_return_account_id
Many2one
readonly=False
related='company_id.default_accrued_expense_return_account_id'
dft_accrued_revenue_account_id
Many2one
readonly=False
related='company_id.default_accrued_revenue_account_id'
dft_accrued_revenue_return_account_id
Many2one
readonly=False
related='company_id.default_accrued_revenue_return_account_id'
No public methods.
| 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/11.0/account_cutoff_accrual_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), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul (ACSONE), Patrick Tombez, Bhavesh Odedra, OCA Transbot, oca-travis, Weblate, oleksandrpaziuk |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-closing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
view_company_form |
accrual.base.company.form | res.company | xpath | Inherits account_cutoff_base.view_company_form |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | field | Inherits account.view_tax_form |
No new fields.
Public methods (0)No public methods.
price_unit
Float
digits=dp.get_precision('Product Price')
help='Price per unit (discount included)'
readonly=True
string='Unit Price'
quantity
Float
digits=dp.get_precision('Product UoS')
readonly=True
string='Quantity'
No public methods.
account_accrued_expense_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Expense Tax Account'
account_accrued_revenue_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Revenue Tax Account'
No public methods.
default_accrual_expense_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Default Journal for Accrued Expenses'
default_accrual_revenue_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Default Journal for Accrued Revenues'
default_accrued_expense_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Expenses'
default_accrued_revenue_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Revenues'
No public methods.
| 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/10.0/account_cutoff_accrual_base |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base odoo/odoo: - account_accountant - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
view_account_config_settings |
accrual.base.account.config.form | account.config.settings | field | Inherits account_cutoff_base.view_account_config_settings |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | field | Inherits account.view_tax_form |
accrual_taxes
Boolean
related='company_id.accrual_taxes'
default_accrual_expense_journal_id
Many2one
related='company_id.default_accrual_expense_journal_id'
default_accrual_revenue_journal_id
Many2one
related='company_id.default_accrual_revenue_journal_id'
default_accrued_expense_account_id
Many2one
related='company_id.default_accrued_expense_account_id'
default_accrued_expense_return_account_id
Many2one
related='company_id.default_accrued_expense_return_account_id'
default_accrued_revenue_account_id
Many2one
related='company_id.default_accrued_revenue_account_id'
default_accrued_revenue_return_account_id
Many2one
related='company_id.default_accrued_revenue_return_account_id'
No public methods.
No new fields.
Public methods (0)No public methods.
price_unit
Float
digits=dp.get_precision('Product Price')
help='Price per unit (discount included)'
readonly=True
string='Unit Price'
quantity
Float
digits=dp.get_precision('Product Unit of Measure')
readonly=True
string='Quantity'
No public methods.
account_accrued_expense_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Expense Tax Account'
account_accrued_revenue_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Accrued Revenue Tax Account'
No public methods.
accrual_taxes
Boolean
string='Accrual On Taxes'
default_accrual_expense_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Default Journal for Accrued Expenses'
default_accrual_revenue_journal_id
Many2one → account.journal
comodel_name='account.journal'
string='Default Journal for Accrued Revenues'
default_accrued_expense_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Expenses'
default_accrued_expense_return_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Expenses Returns'
default_accrued_revenue_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Revenues'
default_accrued_revenue_return_account_id
Many2one → account.account
comodel_name='account.account'
domain=[('deprecated', '=', False)]
string='Default Account for Accrued Revenues Returns'
No public methods.
| 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/9.0/account_cutoff_accrual_base |
| VERSION | |
| VERSION | 0.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 |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base odoo/odoo: - account_accountant - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
view_company_form |
accrual.base.company.form | res.company | field | Inherits account_cutoff_base.view_company_form |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | group | Inherits account.view_tax_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
| 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/8.0/account_cutoff_accrual_base |
| VERSION | |
| VERSION | 0.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 |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, Adrien Peiffer (ACSONE), oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base OCA/account-financial-tools: - account_reversal odoo/odoo: - account_accountant - account_voucher - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_form |
account.cutoff.picking.form | account.cutoff | button | Inherits account_cutoff_base.account_cutoff_form |
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
view_company_form |
accrual.base.company.form | res.company | xpath | Inherits account_cutoff_base.view_company_form |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | group | Inherits account.view_tax_form |
No new fields.
Public methods (1)generate_accrual_lines(self)
price_source
Selection
readonly=True
string='Price Source'
args: [('sale', 'Sale Order'), ('purchase', 'Purchase Order'), ('invoice', 'Invoice')]
price_unit
Float
digits=dp.get_precision('Product Price')
help='Price per unit without taxes (discount included)'
readonly=True
string='Unit Price'
quantity
Float
digits=dp.get_precision('Product Unit of Measure')
readonly=True
string='Quantity'
No public methods.
account_accrued_expense_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'closed')]
string='Accrued Expense Tax Account'
args: 'account.account'
account_accrued_revenue_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'closed')]
string='Accrued Revenue Tax Account'
args: 'account.account'
No public methods.
default_accrual_expense_journal_id
Many2one → account.journal
string='Default Journal for Accrued Expenses'
args: 'account.journal'
default_accrual_revenue_journal_id
Many2one → account.journal
string='Default Journal for Accrued Revenues'
args: 'account.journal'
default_accrued_expense_account_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'closed')]
string='Default Account for Accrued Expenses'
args: 'account.account'
default_accrued_revenue_account_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'closed')]
string='Default Account for Accrued Revenues'
args: 'account.account'
No public methods.
| 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/7.0/account_cutoff_accrual_base |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Alexandre Fayolle, Pedro M. Baeza, Rudolf Schnapka |
| WEBSITE | |
| WEBSITE | http://www.akretion.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-closing: - account_cutoff_base odoo/odoo: - account_accountant - account_voucher - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module contains objets, fields and menu entries that are used by other
accrual modules. So you need to install other accrual modules to get the
additionnal functionalities:
* the module 'account_cutoff_accrual_picking' will manage accrued expenses and
revenues based on pickings.
* a not-developped-yet module will manage accrued expenses and revenues based
on timesheets.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
for any help or question about this module.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_cutoff_line_form |
accrual.account_cutoff_line | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_form |
account_cutoff_line_tree |
accrual.account_cutoff_line_tree | account.cutoff.line | field | Inherits account_cutoff_base.account_cutoff_line_tree |
view_company_form |
accrual.base.company.form | res.company | field | Inherits account_cutoff_base.view_company_form |
view_tax_form |
account.cutoff.accrual.view_tax_form | account.tax | group | Inherits account.view_tax_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.