Skip to content

Commit

Permalink
Merge branch '14.0' of https://github.com/OCA/l10n-italy.git into 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboscolo committed Feb 15, 2024
2 parents ac977cc + 0f6a0c8 commit 2824446
Show file tree
Hide file tree
Showing 982 changed files with 33,653 additions and 30,766 deletions.
6 changes: 2 additions & 4 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.14.2
_commit: v1.17.2
_src_path: gh:oca/oca-addons-repo-template
ci: GitHub
dependency_installation_mode: PIP
generate_requirements_txt: true
github_check_license: true
github_ci_extra_env: {}
Expand All @@ -11,6 +10,7 @@ github_enable_makepot: true
github_enable_stale_action: true
github_enforce_dev_status_compatibility: true
include_wkhtmltopdf: false
odoo_test_flavor: Both
odoo_version: 14.0
org_name: Odoo Community Association (OCA)
org_slug: OCA
Expand All @@ -19,6 +19,4 @@ repo_description: Addons concerning Odoo Italian Localization.
repo_name: Odoo Italia Modules
repo_slug: l10n-italy
repo_website: https://github.com/OCA/l10n-italy
travis_apt_packages: []
travis_apt_sources: []

1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ globals:
odoo: readonly
openerp: readonly
owl: readonly
luxon: readonly

# Styling is handled by Prettier, so we only need to enable AST rules;
# see https://github.com/OCA/maintainer-quality-tools/pull/618#issuecomment-558576890
Expand Down
13 changes: 12 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
pre-commit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Get python version
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v1
Expand All @@ -25,6 +27,15 @@ jobs:
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure --color=always
env:
# Consider valid a PR that changes README fragments but doesn't
# change the README.rst file itself. It's not really a problem
# because the bot will update it anyway after merge. This way, we
# lower the barrier for functional contributors that want to fix the
# readme fragments, while still letting developers get README
# auto-generated (which also helps functionals when using runboat).
# DOCS https://pre-commit.com/#temporarily-disabling-hooks
SKIP: oca-gen-addon-readme
- name: Check that all files generated by pre-commit are in git
run: |
newfiles="$(git ls-files --others --exclude-from=.gitignore)"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Detect unreleased dependencies
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
for reqfile in requirements.txt test-requirements.txt ; do
if [ -f ${reqfile} ] ; then
Expand All @@ -36,10 +36,10 @@ jobs:
matrix:
include:
- container: ghcr.io/oca/oca-ci/py3.6-odoo14.0:latest
makepot: "true"
name: test with Odoo
- container: ghcr.io/oca/oca-ci/py3.6-ocb14.0:latest
name: test with OCB
makepot: "true"
services:
postgres:
image: postgres:9.6
Expand All @@ -50,7 +50,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install addons and dependencies
Expand Down
16 changes: 15 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ exclude: |
/static/(src/)?lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# Don't bother non-technical authors with formatting issues in docs
readme/.*\.(rst|md)$|
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)|
# official goverment specs
Expand Down Expand Up @@ -44,12 +46,24 @@ repos:
language: fail
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
- repo: https://github.com/oca/maintainer-tools
rev: ab1d7f6
rev: 969238e47c07d0c40573acff81d170f63245d738
hooks:
# update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons
- id: oca-fix-manifest-website
args: ["https://github.com/OCA/l10n-italy"]
- id: oca-gen-addon-readme
args:
- --addons-dir=.
- --branch=14.0
- --org-name=OCA
- --repo-name=l10n-italy
- --if-source-changed
- repo: https://github.com/OCA/odoo-pre-commit-hooks
rev: v0.0.25
hooks:
- id: oca-checks-odoo-module
- id: oca-checks-po
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
Expand Down
54 changes: 29 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,64 +21,68 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_vat_period_end_statement](account_vat_period_end_statement/) | 14.0.1.0.2 | | Allow to create the 'VAT Statement'.
[assets_management](assets_management/) | 14.0.1.2.0 | | Gestione Cespiti
[account_vat_period_end_statement](account_vat_period_end_statement/) | 14.0.1.0.3 | | Allow to create the 'VAT Statement'.
[assets_management](assets_management/) | 14.0.1.2.2 | | Gestione Cespiti
[currency_rate_update_boi](currency_rate_update_boi/) | 14.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Update exchange rates using www.bancaditalia.it
[fiscal_epos_print](fiscal_epos_print/) | 14.0.1.0.1 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | ePOS-Print XML Fiscal Printer Driver - Stampanti Epson compatibili: FP81II, FP90III
[l10n_it_abicab](l10n_it_abicab/) | 14.0.1.0.2 | [![Borruso](https://github.com/Borruso.png?size=30px)](https://github.com/Borruso) | Base Bank ABI/CAB codes
[l10n_it_account](l10n_it_account/) | 14.0.1.3.0 | | Modulo base usato come dipendenza di altri moduli contabili
[l10n_it_account_balance_eu](l10n_it_account_balance_eu/) | 14.0.1.0.0 | [![mktsrl](https://github.com/mktsrl.png?size=30px)](https://github.com/mktsrl) | ITA - Bilancio UE con XBRL
[l10n_it_account_stamp](l10n_it_account_stamp/) | 14.0.1.1.3 | | Gestione automatica dell'imposta di bollo
[l10n_it_account_tax_kind](l10n_it_account_tax_kind/) | 14.0.1.1.0 | | Gestione natura delle aliquote IVA
[l10n_it_account_stamp](l10n_it_account_stamp/) | 14.0.1.1.4 | | Gestione automatica dell'imposta di bollo
[l10n_it_account_tax_kind](l10n_it_account_tax_kind/) | 14.0.1.1.1 | | Gestione natura delle aliquote IVA
[l10n_it_appointment_code](l10n_it_appointment_code/) | 14.0.1.0.1 | | Aggiunge la tabella dei codici carica da usare nelle dichiarazioni fiscali italiane
[l10n_it_asset_history_import](l10n_it_asset_history_import/) | 14.0.1.0.0 | | Cespiti: importazione storico dati
[l10n_it_asset_history_import_queue](l10n_it_asset_history_import_queue/) | 14.0.1.0.0 | [![GSLabit](https://github.com/GSLabit.png?size=30px)](https://github.com/GSLabit) | Cespiti: importazione storico dati in background
[l10n_it_ateco](l10n_it_ateco/) | 14.0.1.1.0 | | ITA - Codici Ateco
[l10n_it_bill_of_entry](l10n_it_bill_of_entry/) | 14.0.1.0.0 | | ITA - Bolle doganali
[l10n_it_bill_of_entry](l10n_it_bill_of_entry/) | 14.0.1.0.1 | | ITA - Bolle doganali
[l10n_it_central_journal](l10n_it_central_journal/) | 14.0.1.0.1 | | ITA - Libro giornale
[l10n_it_central_journal_reportlab](l10n_it_central_journal_reportlab/) | 14.0.1.0.0 | | ITA - Libro giornale - Reportlab
[l10n_it_central_journal_reportlab](l10n_it_central_journal_reportlab/) | 14.0.1.0.4 | [![MarcoCalcagni](https://github.com/MarcoCalcagni.png?size=30px)](https://github.com/MarcoCalcagni) [![Borruso](https://github.com/Borruso.png?size=30px)](https://github.com/Borruso) | ITA - Libro giornale - Reportlab
[l10n_it_declaration_of_intent](l10n_it_declaration_of_intent/) | 14.0.1.1.7 | | Gestione dichiarazioni di intento
[l10n_it_delivery_note](l10n_it_delivery_note/) | 14.0.2.2.1 | [![MarcoCalcagni](https://github.com/MarcoCalcagni.png?size=30px)](https://github.com/MarcoCalcagni) | Crea, gestisce e fattura i DDT partendo dalle consegne
[l10n_it_delivery_note_base](l10n_it_delivery_note_base/) | 14.0.1.0.0 | [![As400it](https://github.com/As400it.png?size=30px)](https://github.com/As400it) [![Byloth](https://github.com/Byloth.png?size=30px)](https://github.com/Byloth) | Crea e gestisce tabelle principali per gestire i DDT
[l10n_it_delivery_note_batch](l10n_it_delivery_note_batch/) | 14.0.1.0.0 | [![As400it](https://github.com/As400it.png?size=30px)](https://github.com/As400it) [![TheMule71](https://github.com/TheMule71.png?size=30px)](https://github.com/TheMule71) | Crea i DDT partendo da gruppi di prelievi
[l10n_it_delivery_note_customer_code](l10n_it_delivery_note_customer_code/) | 14.0.1.1.0 | | Product Customer code and name for delivery note
[l10n_it_delivery_note](l10n_it_delivery_note/) | 14.0.3.0.1 | [![MarcoCalcagni](https://github.com/MarcoCalcagni.png?size=30px)](https://github.com/MarcoCalcagni) [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Crea, gestisce e fattura i DDT partendo dalle consegne
[l10n_it_delivery_note_base](l10n_it_delivery_note_base/) | 14.0.1.0.2 | [![MarcoCalcagni](https://github.com/MarcoCalcagni.png?size=30px)](https://github.com/MarcoCalcagni) | Crea e gestisce tabelle principali per gestire i DDT
[l10n_it_delivery_note_batch](l10n_it_delivery_note_batch/) | 14.0.1.1.0 | [![MarcoCalcagni](https://github.com/MarcoCalcagni.png?size=30px)](https://github.com/MarcoCalcagni) [![TheMule71](https://github.com/TheMule71.png?size=30px)](https://github.com/TheMule71) [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![PicchiSeba](https://github.com/PicchiSeba.png?size=30px)](https://github.com/PicchiSeba) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Crea i DDT partendo da gruppi di prelievi
[l10n_it_delivery_note_customer_code](l10n_it_delivery_note_customer_code/) | 14.0.1.2.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) [![PicchiSeba](https://github.com/PicchiSeba.png?size=30px)](https://github.com/PicchiSeba) | Product Customer code and name for delivery note
[l10n_it_delivery_note_inter_company](l10n_it_delivery_note_inter_company/) | 14.0.1.0.3 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Delivery Note Inter Company
[l10n_it_delivery_note_inter_warehouse](l10n_it_delivery_note_inter_warehouse/) | 14.0.1.0.1 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | Delivery Note Inter Warehouse
[l10n_it_delivery_note_order_link](l10n_it_delivery_note_order_link/) | 14.0.1.0.1 | [![andreampiovesana](https://github.com/andreampiovesana.png?size=30px)](https://github.com/andreampiovesana) | Crea collegamento tra i DDT e ordine di vendita/acquisto
[l10n_it_delivery_note_rma](l10n_it_delivery_note_rma/) | 14.0.1.1.0 | [![solo4games](https://github.com/solo4games.png?size=30px)](https://github.com/solo4games) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | Add Oportunity to create RMA from DN with wizard and smart button to DN view
[l10n_it_fatturapa](l10n_it_fatturapa/) | 14.0.2.1.2 | | Fatture elettroniche
[l10n_it_fatturapa_export_zip](l10n_it_fatturapa_export_zip/) | 14.0.1.0.1 | [![sergiocorato](https://github.com/sergiocorato.png?size=30px)](https://github.com/sergiocorato) | Permette di esportare in uno ZIP diversi file XML di fatture elettroniche
[l10n_it_fatturapa_in](l10n_it_fatturapa_in/) | 14.0.2.2.0 | | Ricezione fatture elettroniche
[l10n_it_fatturapa_import_zip](l10n_it_fatturapa_import_zip/) | 14.0.1.0.1 | | Permette di importare in uno ZIP diversi file XML di fatture elettroniche
[l10n_it_fatturapa_in](l10n_it_fatturapa_in/) | 14.0.2.2.1 | | Ricezione fatture elettroniche
[l10n_it_fatturapa_in_purchase](l10n_it_fatturapa_in_purchase/) | 14.0.1.0.0 | | Modulo ponte tra ricezione fatture elettroniche e acquisti
[l10n_it_fatturapa_in_rc](l10n_it_fatturapa_in_rc/) | 14.0.1.1.1 | [![sergiocorato](https://github.com/sergiocorato.png?size=30px)](https://github.com/sergiocorato) | Modulo ponte tra e-fattura in acquisto e inversione contabile
[l10n_it_fatturapa_out](l10n_it_fatturapa_out/) | 14.0.3.4.3 | | Emissione fatture elettroniche
[l10n_it_fatturapa_out_di](l10n_it_fatturapa_out_di/) | 14.0.1.0.2 | | Dichiarazioni d'intento in fatturapa
[l10n_it_fatturapa_out](l10n_it_fatturapa_out/) | 14.0.3.4.4 | | Emissione fatture elettroniche
[l10n_it_fatturapa_out_di](l10n_it_fatturapa_out_di/) | 14.0.1.0.3 | | Dichiarazioni d'intento in fatturapa
[l10n_it_fatturapa_out_rc](l10n_it_fatturapa_out_rc/) | 14.0.1.3.1 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Integrazione l10n_it_fatturapa_out e l10n_it_reverse_charge
[l10n_it_fatturapa_out_sp](l10n_it_fatturapa_out_sp/) | 14.0.1.0.4 | | Scissione pagamenti in fatturapa
[l10n_it_fatturapa_out_stamp](l10n_it_fatturapa_out_stamp/) | 14.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Modulo ponte tra emissione fatture elettroniche e imposta di bollo
[l10n_it_fatturapa_out_wt](l10n_it_fatturapa_out_wt/) | 14.0.1.0.0 | | Modulo ponte tra emissione fatture elettroniche e ritenute.
[l10n_it_fatturapa_pec](l10n_it_fatturapa_pec/) | 14.0.2.4.0 | | Invio fatture elettroniche tramite PEC
[l10n_it_fatturapa_out_stamp](l10n_it_fatturapa_out_stamp/) | 14.0.1.0.1 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Modulo ponte tra emissione fatture elettroniche e imposta di bollo
[l10n_it_fatturapa_out_triple_discount](l10n_it_fatturapa_out_triple_discount/) | 14.0.1.0.0 | | Modulo ponte tra emissione fatture elettroniche e sconto triplo
[l10n_it_fatturapa_out_wt](l10n_it_fatturapa_out_wt/) | 14.0.1.0.1 | | Modulo ponte tra emissione fatture elettroniche e ritenute.
[l10n_it_fatturapa_pec](l10n_it_fatturapa_pec/) | 14.0.2.4.2 | | Invio fatture elettroniche tramite PEC
[l10n_it_fatturapa_sale](l10n_it_fatturapa_sale/) | 14.0.1.0.3 | | Aggiunge alcuni dati per la fatturazione elettronica nell'ordine di vendita
[l10n_it_fatturapa_sdicoop](l10n_it_fatturapa_sdicoop/) | 14.0.1.0.0 | | Invio fatture elettroniche tramite SDICoop
[l10n_it_financial_statements_report](l10n_it_financial_statements_report/) | 14.0.1.0.0 | | Rendicontazione .pdf e .xls per stato patrimoniale e conto economico a sezioni contrapposte
[l10n_it_financial_statements_report](l10n_it_financial_statements_report/) | 14.0.1.1.2 | | Rendicontazione .pdf e .xls per stato patrimoniale e conto economico a sezioni contrapposte
[l10n_it_fiscal_document_type](l10n_it_fiscal_document_type/) | 14.0.1.1.1 | | ITA - Tipi di documento fiscale per dichiarativi
[l10n_it_fiscal_payment_term](l10n_it_fiscal_payment_term/) | 14.0.1.1.0 | | Condizioni di pagamento delle fatture elettroniche
[l10n_it_fiscalcode](l10n_it_fiscalcode/) | 14.0.1.0.2 | | ITA - Codice fiscale
[l10n_it_fiscalcode_sale](l10n_it_fiscalcode_sale/) | 14.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Mostra il codice fiscale del cliente nella stampa del preventivo
[l10n_it_intrastat](l10n_it_intrastat/) | 14.0.1.3.1 | | Riclassificazione merci e servizi per dichiarazioni Intrastat
[l10n_it_intrastat_statement](l10n_it_intrastat_statement/) | 14.0.1.3.0 | | Dichiarazione Intrastat per l'Agenzia delle Dogane
[l10n_it_intrastat](l10n_it_intrastat/) | 14.0.1.4.0 | | Riclassificazione merci e servizi per dichiarazioni Intrastat
[l10n_it_intrastat_statement](l10n_it_intrastat_statement/) | 14.0.1.3.2 | | Dichiarazione Intrastat per l'Agenzia delle Dogane
[l10n_it_invoices_data_communication](l10n_it_invoices_data_communication/) | 14.0.1.0.2 | | Comunicazione dati fatture (c.d. "nuovo spesometro" o "esterometro")
[l10n_it_invoices_data_communication_fatturapa](l10n_it_invoices_data_communication_fatturapa/) | 14.0.1.0.0 | | Integrazione fatturazione elettronica e comunicazione dati fatture (c.d. "nuovo spesometro")
[l10n_it_ipa](l10n_it_ipa/) | 14.0.1.0.2 | | ITA - Codice IPA
[l10n_it_location_nuts](l10n_it_location_nuts/) | 14.0.1.1.0 | | Opzioni NUTS specifiche per l'Italia
[l10n_it_mis_reports_pl_bs](l10n_it_mis_reports_pl_bs/) | 14.0.1.0.0 | [![As400it](https://github.com/As400it.png?size=30px)](https://github.com/As400it) | Modelli "MIS Builder" per il conto economico e lo stato patrimoniale
[l10n_it_mis_reports_pl_bs](l10n_it_mis_reports_pl_bs/) | 14.0.1.0.0 | [![MarcoCalcagni](https://github.com/MarcoCalcagni.png?size=30px)](https://github.com/MarcoCalcagni) | Modelli "MIS Builder" per il conto economico e lo stato patrimoniale
[l10n_it_payment_reason](l10n_it_payment_reason/) | 14.0.1.1.0 | | Aggiunge la tabella delle causali di pagamento da usare ad esempio nelle ritenute d'acconto
[l10n_it_pec](l10n_it_pec/) | 14.0.1.0.0 | | Aggiunge il campo email PEC al partner
[l10n_it_pos_fatturapa](l10n_it_pos_fatturapa/) | 14.0.1.0.0 | | Gestione dati fattura elettronica del cliente all'internodell'interfaccia del POS
[l10n_it_pos_fiscalcode](l10n_it_pos_fiscalcode/) | 14.0.1.0.1 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Gestione codice fiscale del cliente all'interno dell'interfaccia del POS
[l10n_it_rea](l10n_it_rea/) | 14.0.1.0.4 | | Gestisce i campi del Repertorio Economico Amministrativo
[l10n_it_reverse_charge](l10n_it_reverse_charge/) | 14.0.1.2.4 | | Inversione contabile
[l10n_it_riba_sale_commission](l10n_it_riba_sale_commission/) | 14.0.1.0.0 | | Modulo ponte tra provvigioni agenti e RiBa
[l10n_it_ricevute_bancarie](l10n_it_ricevute_bancarie/) | 14.0.1.4.0 | | Ricevute bancarie
[l10n_it_sdi_channel](l10n_it_sdi_channel/) | 14.0.2.3.0 | [![sergiocorato](https://github.com/sergiocorato.png?size=30px)](https://github.com/sergiocorato) | Aggiunge il canale di invio/ricezione dei file XML attraverso lo SdI
[l10n_it_reverse_charge](l10n_it_reverse_charge/) | 14.0.1.2.5 | | Inversione contabile
[l10n_it_riba_sale_commission](l10n_it_riba_sale_commission/) | 14.0.1.1.1 | [![odooNextev](https://github.com/odooNextev.png?size=30px)](https://github.com/odooNextev) | Modulo ponte tra provvigioni agenti e RiBa
[l10n_it_ricevute_bancarie](l10n_it_ricevute_bancarie/) | 14.0.1.8.1 | | Ricevute bancarie
[l10n_it_sdi_channel](l10n_it_sdi_channel/) | 14.0.2.3.2 | [![sergiocorato](https://github.com/sergiocorato.png?size=30px)](https://github.com/sergiocorato) | Aggiunge il canale di invio/ricezione dei file XML attraverso lo SdI
[l10n_it_split_payment](l10n_it_split_payment/) | 14.0.1.0.7 | | Scissione pagamenti
[l10n_it_vat_payability](l10n_it_vat_payability/) | 14.0.1.0.2 | | ITA - Esigibilità IVA
[l10n_it_vat_registries](l10n_it_vat_registries/) | 14.0.1.0.5 | | ITA - Registri IVA
Expand All @@ -88,7 +92,7 @@ addon | version | maintainers | summary
[l10n_it_website_portal_fiscalcode](l10n_it_website_portal_fiscalcode/) | 14.0.1.0.1 | | Add fiscal code to details of frontend user
[l10n_it_website_portal_ipa](l10n_it_website_portal_ipa/) | 14.0.1.0.0 | | Aggiunge l'indice PA (IPA) tra i dettagli dell'utente nel portale.
[l10n_it_website_sale_fiscalcode](l10n_it_website_sale_fiscalcode/) | 14.0.1.0.0 | | Website Sale FiscalCode
[l10n_it_withholding_tax](l10n_it_withholding_tax/) | 14.0.1.1.7 | | ITA - Ritenute d'acconto
[l10n_it_withholding_tax](l10n_it_withholding_tax/) | 14.0.1.1.8 | | ITA - Ritenute d'acconto
[l10n_it_withholding_tax_payment](l10n_it_withholding_tax_payment/) | 14.0.1.0.2 | | Gestisce le ritenute sulle fatture e sui pagamenti
[l10n_it_withholding_tax_reason](l10n_it_withholding_tax_reason/) | 14.0.1.0.2 | | ITA - Causali pagamento per ritenute d'acconto

Expand Down
Loading

0 comments on commit 2824446

Please sign in to comment.