Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] porting l10n_it_fatturapa_out_welfare #3993

Open
DigitalAutomations opened this issue Feb 26, 2024 · 3 comments
Open

[16.0] porting l10n_it_fatturapa_out_welfare #3993

DigitalAutomations opened this issue Feb 26, 2024 · 3 comments

Comments

@DigitalAutomations
Copy link

Ciao qualcuno ha in carico questa?
Oppure esiste un modo per gestire la cassa previdenziale? (es. ingegneri)

@SirAionTech
Copy link
Contributor

Nessuno ha in carico la migrazione, puoi verificare in #2967.

A quanto ne so, la cassa previdenziale si gestisce con il modulo delle ritenute:

wt_types = fields.Selection(
[
("enasarco", "Enasarco tax"),
("ritenuta", "Withholding tax"),
("inps", "Inps Tax"),
("enpam", "Enpam Tax"),
("other", "Other Tax"),
],
"Withholding tax type",
required=True,
default="ritenuta",
)
use_daticassaprev = fields.Boolean(
"DatiCassa export",
help="Setting this, while exporting e-invoice XML, "
"data will be also added to DatiCassaPrevidenziale",
)
daticassprev_tax_id = fields.Many2one("account.tax")

il modulo in oggetto serve a gestire la cassa previdenziale nelle fatture elettroniche in uscita.

Se ne parla anche in #1924 e #2766.

@francescapenso
Copy link

Grazie allora devo aver sbagliato qualcosa nella configurazione....perchè la cassa previdenzial ein alcuni casi prevee che venga calcolata l'iva anche sulla cassa

@odooNextev
Copy link
Contributor

odooNextev commented Oct 18, 2024

@DigitalAutomations ho appena finito la migrazione
Vuoi testarla?
#4410

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants