-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by tafaRU
- Loading branch information
Showing
98 changed files
with
33,552 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
==================== | ||
ITA - Codice fiscale | ||
==================== | ||
|
||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Production/Stable | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github | ||
:target: https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_fiscalcode | ||
:alt: OCA/l10n-italy | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_fiscalcode | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/122/16.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
**Italiano** | ||
|
||
Questo modulo aggiunge al partner il campo codice fiscale e permette di calcolarne il suo valore. | ||
|
||
**English** | ||
|
||
This module extends the functionality of partner allowing you to compute its fiscal code. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
**Italiano** | ||
|
||
Installare il modulo Python: `codicefiscale <https://pypi.python.org/pypi/codicefiscale>`__. | ||
|
||
**English** | ||
|
||
Install the Python package: `codicefiscale <https://pypi.python.org/pypi/codicefiscale>`__. | ||
|
||
Usage | ||
===== | ||
|
||
**Italiano** | ||
|
||
Sulla scheda del partner fare clic sul pulsante *Calcola CF* per aprire la procedura guidata relativa al calcolo | ||
del codice fiscale. | ||
|
||
**English** | ||
|
||
Go to Partner and click "Compute FC" in order to open the wizard related to the fiscal code computation. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_fiscalcode%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* Link IT s.r.l. | ||
* Apulia Software | ||
* Odoo Italia Network | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Davide Corio | ||
* Luca Subiaco <subluca@gmail.com> | ||
* Simone Orsi <simone.orsi@domsense.com> | ||
* Mario Riva <mario.riva@agilebg.com> | ||
* Mauro Soligo <mauro.soligo@katodo.com> | ||
* Giovanni Barzan <giovanni.barzan@gmail.com> | ||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com> | ||
* Roberto Onnis <onnis.roberto@gmail.com> | ||
* Franco Tampieri | ||
* Andrea Cometa <info@andreacometa.it> | ||
* Andrea Gallina | ||
* Matteo Bilotta <mbilotta@linkgroup.it> | ||
* Giuseppe Borruso - Dinamiche Aziendali srl <gborruso@dinamicheaziendali.it> | ||
* Alex Comba <alex.comba@agilebg.com> | ||
* Marco Colombo <marco.colombo@phi.technology> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_fiscalcode>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
from . import model | ||
from . import wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>) | ||
# Copyright 2016 Andrea Gallina (Apulia Software) | ||
# Copyright 2018 Matteo Bilotta (Link IT s.r.l.) | ||
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati) | ||
# Copyright 2022 Marco Colombo (<marco.colombo@phi.technology>) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) | ||
|
||
{ | ||
"name": "ITA - Codice fiscale", | ||
"version": "16.0.1.0.0", | ||
"development_status": "Production/Stable", | ||
"category": "Localization/Italy", | ||
"author": "Link IT s.r.l., " | ||
"Apulia Software, " | ||
"Odoo Italia Network, " | ||
"Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/l10n-italy", | ||
"license": "AGPL-3", | ||
"depends": ["account"], | ||
"external_dependencies": { | ||
"python": ["codicefiscale"], | ||
}, | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"data/res.city.it.code.csv", | ||
"view/fiscalcode_view.xml", | ||
"view/report_invoice_document.xml", | ||
"wizard/compute_fc_view.xml", | ||
"view/company_view.xml", | ||
], | ||
"installable": True, | ||
} |
Oops, something went wrong.