Account Accrual Base

account_cutoff_accrual_base
REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/13.0/account_cutoff_accrual_base
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA Transbot, JordiMForgeFlow, oca-travis, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-closing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-closing:
    - account_cutoff_base
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/12.0/account_cutoff_accrual_base
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, eLBati, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino
WEBSITE
WEBSITEhttps://github.com/OCA/account-closing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (7)
  • 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'
Public methods (0)

No public methods.

New fields (7)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/11.0/account_cutoff_accrual_base
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), Patrick Tombez, Bhavesh Odedra, OCA Transbot, oca-travis, Weblate, oleksandrpaziuk
WEBSITE
WEBSITEhttps://github.com/OCA/account-closing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (4)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/10.0/account_cutoff_accrual_base
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (5)

New fields (7)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (7)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/9.0/account_cutoff_accrual_base
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE)
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/8.0/account_cutoff_accrual_base
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Alexandre Fayolle, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, Adrien Peiffer (ACSONE), oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • generate_accrual_lines(self)
    @api.multi
    This method is inherited by the modules that depend on this one

New fields (3)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (4)
  • 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'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-closing
GIT
GIThttps://github.com/OCA/account-closing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-closing/tree/7.0/account_cutoff_accrual_base
VERSION
VERSION 0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Alexandre Fayolle, Pedro M. Baeza, Rudolf Schnapka
WEBSITE
WEBSITEhttp://www.akretion.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.