Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.03 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-07 08:22:58
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to set up an account in tax repartition lines based
on a default account set up in the tax group.

Some countries like the US use tax integrations such as Tax Cloud, Tax
Jar, etc.. that create taxes as a result of an API call to those
applications. In those cases a default account for tax should be
proposed for those new taxes.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_tax_group_tree account.tax.group.tree account.tax.group tree Inherits account.view_tax_group_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • property_repartition_line_account_id Many2one → account.account
    company_dependent=True string='Default account to use in repartition lines' args: 'account.account'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals)
    @api.model

Loading…