ITA - Fattura elettronica - Cassa previdenziale

l10n_it_fatturapa_out_welfare
REPOSITORY
REPOSITORYOCA/l10n-italy
GIT
GIThttps://github.com/OCA/l10n-italy.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-italy/tree/12.0/l10n_it_fatturapa_out_welfare
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYLocalization/Italy
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), TAKOBI
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), TAKOBI
COMMITTERS
COMMITTERSSergio Zanchetta, oca-travis, Weblate, OCA-git-bot, Simone Rubino
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-italy
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/account-financial-tools:
    - account_fiscal_year
OCA/l10n-italy:
    - l10n_it_fatturapa
    - l10n_it_account
    - l10n_it_fiscalcode
    - l10n_it_ipa
    - l10n_it_rea
    - l10n_it_account_tax_kind
    - l10n_it_esigibilita_iva
    - l10n_it_fiscal_payment_term
    - l10n_it_split_payment
    - l10n_it_fiscal_document_type
    - l10n_it_fatturapa_out
    - l10n_it_fatturapa_out_wt
    - l10n_it_withholding_tax
    - l10n_it_withholding_tax_causali
    - l10n_it_causali_pagamento
OCA/partner-contact:
    - partner_firstname
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - base_vat
    - document
    - base_iban
    - test_mail
    - test_performance
    - mail_bot
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES asn1crypto
pyxb
codicefiscale
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
invoice_form Add Welfare Fund Type Amount to Invoice Form View account.invoice xpath Inherits account.invoice_form
view_invoice_line_form Add Welfare Fund Type Amount to Invoice Line Form View account.invoice.line field Inherits account.view_invoice_line_form
view_invoice_line_tree Add Welfare Fund Type Amount to Invoice Line Tree View account.invoice.line field Inherits account.view_invoice_line_tree
welfare_fund_type_amount_view_form Form View for Welfare Fund Type Amount welfare.fund.type.amount form New
welfare_fund_type_amount_view_search Search View for Welfare Fund Type Amount welfare.fund.type.amount search New
welfare_fund_type_amount_view_tree Tree View for Welfare Fund Type Amount welfare.fund.type.amount tree New
Models touched (4)

New fields (1)
  • should_regenerate_welfare_lines Boolean
    compute='_compute_should_regenerate_welfare_lines' store=True
Public methods (2)
  • action_invoice_open(self)
  • button_regenerate_welfare_lines(self)
    Delete existing grouping Welfare Lines and create new ones.

New fields (4)
  • welfare_fund_type_amount_ids Many2many → welfare.fund.type.amount
    comodel_name='welfare.fund.type.amount' help='Welfare Amounts to be applied on this Invoice Line.' string='Welfare Fund Type Amounts'
  • welfare_grouped_invoice_line_ids Many2many → account.invoice.line
    column1='grouped_line' column2='grouping_line' comodel_name='account.invoice.line' help='Invoice Lines whose Welfare Amount is represented by this Line.' relation='welfare_group_invoice_line_rel' string='Grouped Welfare Invoice Lines'
  • welfare_grouping_fund_type_amount_id Many2one → welfare.fund.type.amount
    comodel_name='welfare.fund.type.amount' help='Welfare Amount represented by this Invoice Line.' string='Grouped Welfare Amount'
  • welfare_grouping_invoice_line_ids Many2many → account.invoice.line
    column1='grouping_line' column2='grouped_line' comodel_name='account.invoice.line' help="Invoice Lines that represent this Line's Welfare Amount." relation='welfare_group_invoice_line_rel' string='Grouping Welfare Invoice Lines'
Public methods (1)
  • welfare_group_lines(self)
    Group Invoice Lines in `self` based on their Welfare Amount.

New fields (4)
  • administration_reference Char
  • amount Float
    required=True
  • name Char
    compute='_compute_name' store=True
  • welfare_fund_type_id Many2one → welfare.fund.type
    comodel_name='welfare.fund.type' required=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (2)
  • setDatiCassaPrevidenziale(self, invoice, body)
    Set in `body` and return all the nodes DatiCassaPrevidenziale, their values are based on `invoice`.
  • setDatiGeneraliDocumento(self, invoice, body)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/l10n-italy
PULL REQUEST
PULL REQUEST[10.0][MIG] l10n_it_fatturapa_out_welfare (#4831)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/l10n-italy
PULL REQUEST
PULL REQUEST[16.0] [MIG] l10n_it_fatturapa_out_welfare (#4410)