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 IDNameModelTypeStatus
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_id Many2one → withholding.tax.move.payment
    readonly=True args: 'withholding.tax.move.payment', 'WT Payment Move'
Public methods (2)
  • check_unlink(self)
  • unlink(self)

New fields (13)
  • account_id Many2one → account.account
    string='Account' args: 'account.account'
  • amount Float
    compute='_compute_total' args: 'WT Amount'
  • company_id Many2one → res.company
    default=<expr> required=True string='Company' args: 'res.company'
  • date Date
  • date_payment Date
    args: 'Payment Date'
  • date_start Date
    readonly=True args: 'Start Date'
  • date_stop Date
    readonly=True args: 'Stop Date'
  • description Html
  • journal_id Many2one → account.journal
    string='Journal' args: 'account.journal'
  • line_ids One2many → withholding.tax.move
    string='Lines' args: 'withholding.tax.move', 'wt_move_payment_id'
  • move_id Many2one → account.move
    string='Account Move' args: 'account.move'
  • name Char
  • state Selection
    copy=False default='draft' readonly=True args: [('draft', 'Draft'), ('confirmed', 'Confirmed')], 'Status'
Public methods (5)
  • 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_ids Many2many → withholding.tax.move
    default=_default_wt_moves readonly=True args: 'withholding.tax.move', 'wiz_wt_move_payment_create_rel', 'wizard_id', 'wt_move_id', 'WT Moves'
Public methods (1)
  • generate(self)

Loading…

Loading…

Loading…

Loading…

Loading…