Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting/Accounting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-financial-tools
Last tracking update
2026-08-17 18:05:57
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Thomas Binsfeld, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Allow defining allowed journals on fiscal positions. Related invoices
can only use one of the allowed journals on the fiscal position.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_fiscal_position_form_view account.fiscal.position.form (in account_fiscal_position_allowed_journal) account.fiscal.position form Inherits account.view_account_position_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • allowed_journal_ids Many2many → account.journal
    comodel_name='account.journal' string='Allowed journals'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_post(self)

Loading…