Skip to content

Commit 53584a6

Browse files
committed
[ADD] new module l10n_it_fatturapa_out_sp
Integration between l10n_fatturapa_out and l10n_split_payment
1 parent 6abb479 commit 53584a6

15 files changed

Lines changed: 809 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ exclude: |
2121
(l10n_it_fatturapa/data/FoglioStileAssoSoftware_v1.1.xsl)|
2222
# XML tests should not be reformatted
2323
^l10n_it_fatturapa_out/tests/data|
24-
^l10n_it_fatturapa_in/tests/data
24+
^l10n_it_fatturapa_in/tests/data|
25+
^l10n_it_fatturapa_out_sp/tests/data
2526
default_language_version:
2627
python: python3
2728
node: "14.13.0"
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
===========================================================
2+
ITA - Fattura elettronica - Emissione - Scissione Pagamenti
3+
===========================================================
4+
5+
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6+
!! This file is generated by oca-gen-addon-readme !!
7+
!! changes will be overwritten. !!
8+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9+
10+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
11+
:target: https://odoo-community.org/page/development-status
12+
:alt: Beta
13+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
14+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
15+
:alt: License: AGPL-3
16+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
17+
:target: https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_fatturapa_out_sp
18+
:alt: OCA/l10n-italy
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_fatturapa_out_sp
21+
:alt: Translate me on Weblate
22+
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23+
:target: https://runbot.odoo-community.org/runbot/122/14.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
27+
28+
**Italiano**
29+
30+
Modulo tecnico di integrazione tra l10n_it_split_payment e l10n_it_fatturapa_out
31+
32+
**English**
33+
34+
Technical module for integrating l10n_it_split_payment and l10n_it_fatturapa_out
35+
36+
**Table of contents**
37+
38+
.. contents::
39+
:local:
40+
41+
Bug Tracker
42+
===========
43+
44+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-italy/issues>`_.
45+
In case of trouble, please check there if your issue has already been reported.
46+
If you spotted it first, help us smashing it by providing a detailed and welcomed
47+
`feedback <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_fatturapa_out_sp%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48+
49+
Do not contact contributors directly about support or help with technical issues.
50+
51+
Credits
52+
=======
53+
54+
Authors
55+
~~~~~~~
56+
57+
* Marco Colombo
58+
59+
Contributors
60+
~~~~~~~~~~~~
61+
62+
* Marco Colombo <https://github.com/TheMule71>
63+
64+
Maintainers
65+
~~~~~~~~~~~
66+
67+
This module is maintained by the OCA.
68+
69+
.. image:: https://odoo-community.org/logo.png
70+
:alt: Odoo Community Association
71+
:target: https://odoo-community.org
72+
73+
OCA, or the Odoo Community Association, is a nonprofit organization whose
74+
mission is to support the collaborative development of Odoo features and
75+
promote its widespread use.
76+
77+
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_fatturapa_out_sp>`_ project on GitHub.
78+
79+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_it_fatturapa_out_sp/__init__.py

Whitespace-only changes.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Copyright 2020 Marco Colombo
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
{
4+
"name": "ITA - Fattura elettronica - Emissione - Scissione Pagamenti",
5+
"version": "14.0.1.0.0",
6+
"development_status": "Beta",
7+
"category": "Localization/Italy",
8+
"summary": "Scissione pagamenti in fatturapa",
9+
"author": "Marco Colombo," "Odoo Community Association (OCA)",
10+
"website": "https://github.com/OCA/l10n-italy" "l10n_it_fatturapa_out_sp",
11+
"license": "AGPL-3",
12+
"depends": [
13+
"l10n_it_fiscal_document_type",
14+
"l10n_it_fatturapa_out",
15+
"l10n_it_split_payment",
16+
],
17+
"data": [
18+
"view/invoice_it_template.xml",
19+
],
20+
"installable": True,
21+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Marco Colombo <https://github.com/TheMule71>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Italiano**
2+
3+
Modulo tecnico di integrazione tra l10n_it_split_payment e l10n_it_fatturapa_out
4+
5+
**English**
6+
7+
Technical module for integrating l10n_it_split_payment and l10n_it_fatturapa_out
4.72 KB
Loading

0 commit comments

Comments
 (0)