TIP: You can type at any time to perform a new search.
Romania - Nondeductible VAT
l10n_ro_nondeductible_vat · OCA/l10n-romania
- Repository
- OCA/l10n-romania · module folder · Try on Runboat
- Module version
- 0.4.0
- Category
- Localization
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-romania
- Last tracking update
- 2026-08-07 09:06:35
- Authors
- Odoo Community Association (OCA), NextERP Romania, Dakai Soft SRL
- Maintainers
- Odoo Community Association (OCA), NextERP Romania, Dakai Soft SRL
- Committers
- Mihai Fekete, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to register non deductible VAT from Invoices or Stock Operations.
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_tag_view_form |
Tags | account.account.tag | form | Inherits account.account_tag_view_form |
account_tax_repartition_line_tree |
account.tax.repartition.line Tree | account.tax.repartition.line | list | Inherits account.tax_repartition_line_tree |
view_account_form |
account.account.form | account.account | form | Inherits account.view_account_form |
view_inventory_line_add_nondeductible_vat_tree |
view_inventory_line_add_nondeductible_vat_tree | stock.quant | tree | Inherits stock.view_stock_quant_tree_inventory_editable |
view_move_form |
account.account.form | account.move | form | Inherits account.view_move_form |
view_move_line_tree |
account.move.line.tree | account.move.line | tree | Inherits account.view_move_line_tree |
view_picking_add_nondeductible_vat_form |
view_picking_add_nondeductible_vat_form | stock.picking | form | Inherits stock.view_picking_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (9)
New fields (1)
-
l10n_ro_nondeductible_account_idMany2one → account.accountstring='Romania - Nondeductible Account' args: 'account.account'
No public methods.
New fields (1)
-
l10n_ro_nondeductible_tag_idMany2one → account.account.tagstring='Romania - Nondeductible Tag' args: 'account.account.tag'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (3)
-
display_typeSelectionondelete={'non_deductible_tax_ro': 'cascade'}selection_add=[('non_deductible_tax_ro', 'Romania - Non Deductible Tax')] -
l10n_ro_non_deductible_line_idMany2one → account.move.linecopy=Falseindex=Trueondelete='set null'string='Romania - Non Deductible Line' args: 'account.move.line' -
l10n_ro_nondeductible_percentSelectioncompute='_compute_l10n_ro_nondeductible_amount'inverse='_inverse_l10n_ro_nondeductible_amount'readonly=Falsestore=Truestring='Romania - Non Deductible Percent' args: [('0', 'Deductible'), ('50', '50% Nondeductible'), ('100', 'Nondeductible')]
-
create(self, vals_list)@api.model_create_multi
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
l10n_ro_is_nondeductibleBooleancompute='_compute_is_l10n_ro_nondeductible'store=Truestring='Romania - Is Nondeductible'
No public methods.
New fields (1)
-
l10n_ro_exclude_from_stockBooleanstring='Romania - Exclude From Stock'
No public methods.
New fields (3)
-
l10n_ro_nondeductible_percentSelectiondefault='0'string='Romania - Non Deductible Percent' args: [('0', 'Deductible'), ('50', '50% Nondeductible'), ('100', 'Nondeductible')] -
l10n_ro_nondeductible_tax_idMany2one → account.taxcopy=Falsedomain=[('l10n_ro_is_nondeductible', '=', True)]string='Romania - Non Deductible Tax' args: 'account.tax' -
l10n_ro_nondeductible_usageBooleancompute='_compute_l10n_ro_nondeductible_usage'string='Romania - Allow Non Deductible'
No public methods.
New fields (2)
-
l10n_ro_nondeductible_percentSelectiondefault='50'string='Deductibility' args: [('0', 'Deductible'), ('50', '50% Nondeductible'), ('100', 'Nondeductible')] -
l10n_ro_nondeductible_tax_idMany2one → account.taxcopy=Falsedomain=[('l10n_ro_is_nondeductible', '=', True)]string='Non Deductible Tax' args: 'account.tax'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…