TIP: You can type at any time to perform a new search.
ITA - Contabilità base
l10n_it_account · OCA/l10n-italy
- Repository
- OCA/l10n-italy · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Hidden
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-italy
- Last tracking update
- 2026-08-07 08:42:51
- Authors
- Odoo Community Association (OCA), Agile Business Group, Abstract
- Maintainers
- Odoo Community Association (OCA), Agile Business Group, Abstract
- Committers
- eLBati, Simone Rubino, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- openupgradelib
- System dependencies
- None
- Required by
- l10n_it_account_vat_period_end_settlement, l10n_it_edi_extension, l10n_it_edi_pec, l10n_it_financial_statements_report, l10n_it_vat_registries
- Description
**Italiano** Modulo di supporto per la contabilità. Usato da moduli come l10n_it_vat_registries e account_vat_period_end_statement Nota: lo script di migrazione non è stato testato. **English** Accounting-related modules helpers. Used by modules like l10n_it_vat_registries and account_vat_period_end_statement Notice: the migration script hasn't been tested.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
l10n_it_account.internal_layout |
l10n_it_account.internal_layout | ir.ui.view | qweb | New |
minimal_layout |
minimal_layout | ir.ui.view | qweb | Inherits web.minimal_layout |
res_config_settings_view_form |
res.config.settings.inherit.view.form | res.config.settings | form | Inherits account.res_config_settings_view_form |
view_partner_property_form |
res.partner.inherit.view.form | res.partner | form | Inherits account.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (5)
-
credit_balanceFloatcompute='_compute_credit_balance' -
debit_balanceFloatcompute='_compute_debit_balance' -
deductible_balanceFloatcompute='_compute_deductible_balance' -
parent_tax_idsMany2many → account.taxstring='Parent Taxes' args: 'account.tax', 'account_tax_filiation_rel', 'child_tax', 'parent_tax' -
undeductible_balanceFloatcompute='_compute_undeductible_balance'
-
compute_balance(self, tax_or_base='tax', financial_type=None, account_ids=None, exclude_account_ids=None) -
get_move_lines_domain(self, tax_or_base='tax', financial_type=None, account_ids=None, exclude_account_ids=None)
New fields (0)
No new fields.
Public methods (1)-
lang_install(self)
New fields (0)
No new fields.
Public methods (2)-
toggle_active(self) -
update_menu_finance_it_translation(self)In Odoo the inheritance mechanism is not yet implemented for menus. Changing a menu item name doesn't create a new string to be translated but overwrites the source string of the original module to which the menu belongs to. This is a workaround that allows the translated string to be modified in the same way.
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
- 196 days ago
- Last activity
- 49 days ago
- Repository
- OCA/l10n-italy
- Pull request
- [19.0][MIG] l10n_it_account: Migration to 19.0 (#5072)