Skip to content

Commit 0937fbd

Browse files
committed
Merge PR #4209 into 16.0
Signed-off-by MarcoCalcagni
2 parents 5195c45 + aad471d commit 0937fbd

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

l10n_it_fatturapa_in_purchase/README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
102102
mission is to support the collaborative development of Odoo features and
103103
promote its widespread use.
104104

105+
.. |maintainer-MarcoCalcagni| image:: https://github.com/MarcoCalcagni.png?size=40px
106+
:target: https://github.com/MarcoCalcagni
107+
:alt: MarcoCalcagni
108+
.. |maintainer-Borruso| image:: https://github.com/Borruso.png?size=40px
109+
:target: https://github.com/Borruso
110+
:alt: Borruso
111+
112+
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
113+
114+
|maintainer-MarcoCalcagni| |maintainer-Borruso|
115+
105116
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_fatturapa_in_purchase>`_ project on GitHub.
106117

107118
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

l10n_it_fatturapa_in_purchase/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"author": "Agile Business Group, " "Odoo Community Association (OCA)",
1313
"website": "https://github.com/OCA/l10n-italy",
1414
"license": "AGPL-3",
15+
"maintainers": ["MarcoCalcagni", "Borruso"],
1516
"depends": [
1617
"l10n_it_fatturapa_in",
1718
"purchase",

l10n_it_fatturapa_in_purchase/static/description/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
432432
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
433433
mission is to support the collaborative development of Odoo features and
434434
promote its widespread use.</p>
435+
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
436+
<p><a class="reference external image-reference" href="https://github.com/MarcoCalcagni"><img alt="MarcoCalcagni" src="https://github.com/MarcoCalcagni.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/Borruso"><img alt="Borruso" src="https://github.com/Borruso.png?size=40px" /></a></p>
435437
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_fatturapa_in_purchase">OCA/l10n-italy</a> project on GitHub.</p>
436438
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
437439
</div>

l10n_it_fatturapa_in_purchase/views/invoice_view.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
position="attributes"
3939
>
4040
<attribute name="invisible" />
41+
<attribute name="optional">show</attribute>
4142
<attribute
4243
name="attrs"
4344
>{'column_invisible': [('parent.move_type', 'not in', ('in_invoice', 'in_refund'))]}</attribute>

0 commit comments

Comments
 (0)