TIP: You can type at any time to perform a new search.
Account Fiscal Position Partner Type
account_fiscal_position_partner_type · OCA/account-fiscal-rule
- Repository
- OCA/account-fiscal-rule · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Accounting & Finance
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-fiscal-rule
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Odoo Community Association (OCA), Sygel Technology
- Maintainers
- Odoo Community Association (OCA), Sygel Technology
- Committers
- LauraCForgeFlow, Weblate, ThiagoMForgeFlow, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_eu_oss_oca
- Description
This module adds the concept of type applied to fiscal positions and partners. The idea is to categorize them for not applying fiscal positions that doesn't belong to the same type.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_position_form_fiscal_position_type |
view.account.position.form.fiscal.position.type | account.fiscal.position | form | Inherits account.view_account_position_form |
view_company_form_fiscal_position_type |
view.company.form.fiscal.position.type | res.company | form | Inherits base.view_company_form |
view_partner_form_fiscal_position_type |
view.partner.form.fiscal.position.type | res.partner | form | Inherits account.partner_view_buttons |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
fiscal_position_typeSelectiondefault=<expr>selection=[('b2c', 'End customer (B2C)'), ('b2b', 'Company (B2B)')]string='Type'
-
search(self, domain, offset=0, limit=None, order=None)@api.model
New fields (1)
-
default_fiscal_position_typeSelectionselection='_selection_fiscal_position_type'string='Default Partner Fiscal Position Type'
No public methods.
New fields (1)
-
fiscal_position_typeSelectiondefault=<expr>selection='_selection_fiscal_position_type'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 18 days ago
- Last activity
- 18 days ago
- Repository
- OCA/account-fiscal-rule
- Pull request
- [19.0] [MIG] account_fiscal_position_partner_type: Migration to 19.0 (#607)