Repository
OCA/account-fiscal-rule · module folder · Try on Runboat
Module version
1.0.4
Category
Accounting
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-fiscal-rule
Last tracking update
2026-08-07 08:09:31
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Holger Brunn, Sylvain LE GAL, Daniel Reis, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_account_fiscal_position_form account.fiscal.position form Inherits account.view_account_position_form
view_account_fiscal_position_template_form account.fiscal.position.template form Inherits account.view_account_position_template_form
view_account_fiscal_position_template_tree account.fiscal.position.template tree Inherits account.view_account_position_template_tree
view_account_fiscal_position_tree account.fiscal.position tree Inherits account.view_account_position_tree
view_account_move_form account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • type_position_use Selection
    default='all' selection=_TYPE_POSITION_USE_SELECTION string='Position Application'
Public methods (0)

No public methods.

New fields (1)
  • type_position_use Selection
    default='all' selection=AccountFiscalPosition._TYPE_POSITION_USE_SELECTION string='Position Application'
Public methods (0)

No public methods.

New fields (2)
  • fiscal_position_id Many2one
    domain="[('id', 'in', suitable_fiscal_position_ids)]"
  • suitable_fiscal_position_ids Many2many → account.fiscal.position
    compute='_compute_suitable_journal_ids' args: 'account.fiscal.position'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
78 days ago
Last activity
78 days ago
Repository
OCA/account-fiscal-rule
Pull request
[18.0][MIG] account_fiscal_position_type (#601)