Skip to content

Commit

Permalink
[IMP] l10n_it_declaration_of_intent: adding force_declaration_of_inte…
Browse files Browse the repository at this point in the history
…nt_id in burger menu
  • Loading branch information
Borruso committed Jul 26, 2024
1 parent 2473e77 commit a1d9f3d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions l10n_it_declaration_of_intent/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@ 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.

.. |maintainer-MarcoCalcagni| image:: https://github.com/MarcoCalcagni.png?size=40px
:target: https://github.com/MarcoCalcagni
:alt: MarcoCalcagni
.. |maintainer-Borruso| image:: https://github.com/Borruso.png?size=40px
:target: https://github.com/Borruso
:alt: Borruso

Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-MarcoCalcagni| |maintainer-Borruso|

This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_declaration_of_intent>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions l10n_it_declaration_of_intent/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "Francesco Apruzzese, Sergio Corato, Glauco Prina, Lara Baggio, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"maintainers": ["MarcoCalcagni", "Borruso"],
"depends": [
"account",
"sale",
Expand Down
2 changes: 2 additions & 0 deletions l10n_it_declaration_of_intent/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
<p>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.</p>
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
<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>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-italy/tree/16.0/l10n_it_declaration_of_intent">OCA/l10n-italy</a> project on GitHub.</p>
<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>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
>
<field
name="force_declaration_of_intent_id"
optional="show"
domain="[('partner_id', '=', parent.partner_id), ('state', '!=', 'close'), ('date_start', '&lt;=', parent.invoice_date), ('date_end', '&gt;=', parent.invoice_date)]"
/>
</xpath>
Expand Down

0 comments on commit a1d9f3d

Please sign in to comment.