TIP: You can type at any time to perform a new search.
ITA - Ritenuta d'acconto - Pagamenti
l10n_it_withholding_tax_payment · OCA/l10n-italy
- Repository
- OCA/l10n-italy · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Localization/Italy
- Folder size
- 0.87 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-italy
- Last tracking update
- 2026-08-07 08:09:16
- Authors
- Odoo Community Association (OCA), Odoo Italia Network, Openforce
- Maintainers
- Odoo Community Association (OCA), Odoo Italia Network, Openforce
- Committers
- Simone Rubino, Weblate, OCA-git-bot, oca-ci, Borruso
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
**Italiano** Per quanto riguarda la configurazione o l'utilizzo delle ritenute seguire le istruzioni indicate nel modulo l10n_it_withholding_tax. Questo modulo permette di tenere traccia del pagamento della ritenuta d'acconto. **English** Regarding the configuration or use of withholding taxes, follow the instructions in the module l10n_it_withholding_tax. This module allows to keep track of the withholding tax payment.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_withholding_move_payment_form |
withholding.tax.move.payment.view.form | withholding.tax.move.payment | form | New |
view_withholding_move_payment_move_form |
withholding.move.payment.move.view.form | withholding.tax.move | form | Inherits l10n_it_withholding_tax.view_withholding_move_form |
view_withholding_move_payment_move_tree |
withholding.move.payment.move.view.tree | withholding.tax.move | tree | Inherits l10n_it_withholding_tax.view_withholding_move_tree |
view_withholding_move_payment_tree |
withholding.tax.move.payment.view.tree | withholding.tax.move.payment | tree | New |
wizard_wt_move_payment_create_view |
wizard.wt.move.payment.create.view | wizard.wt.move.payment.create | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
wt_move_payment_idMany2one → withholding.tax.move.paymentreadonly=True args: 'withholding.tax.move.payment', 'WT Payment Move'
-
check_unlink(self) -
unlink(self)
New fields (13)
-
account_idMany2one → account.accountstring='Account' args: 'account.account' -
amountFloatcompute='_compute_total' args: 'WT Amount' -
company_idMany2one → res.companydefault=<expr>required=Truestring='Company' args: 'res.company' -
dateDate -
date_paymentDateargs: 'Payment Date' -
date_startDatereadonly=True args: 'Start Date' -
date_stopDatereadonly=True args: 'Stop Date' -
descriptionHtml -
journal_idMany2one → account.journalstring='Journal' args: 'account.journal' -
line_idsOne2many → withholding.tax.movestring='Lines' args: 'withholding.tax.move', 'wt_move_payment_id' -
move_idMany2one → account.movestring='Account Move' args: 'account.move' -
nameChar -
stateSelectioncopy=Falsedefault='draft'readonly=True args: [('draft', 'Draft'), ('confirmed', 'Confirmed')], 'Status'
-
action_confirmed(self) -
action_set_to_draft(self) -
create_account_move(self) -
generate_from_moves(self, wt_moves) -
unlink(self)
New fields (1)
-
wt_move_idsMany2many → withholding.tax.movedefault=_default_wt_movesreadonly=True args: 'withholding.tax.move', 'wiz_wt_move_payment_create_rel', 'wizard_id', 'wt_move_id', 'WT Moves'
-
generate(self)
Loading…
Loading…
Loading…
Loading…
Loading…