Skip to content

Commit 59286d6

Browse files
committed
[BOT] post-merge updates
1 parent 364939e commit 59286d6

4 files changed

Lines changed: 29 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addon | version | maintainers | summary
3131
[l10n_it_bill_of_entry](l10n_it_bill_of_entry/) | 18.0.1.0.0 | | ITA - Bolle doganali
3232
[l10n_it_central_journal_reportlab](l10n_it_central_journal_reportlab/) | 18.0.1.0.0 | <a href='https://github.com/MarcoCalcagni'><img src='https://github.com/MarcoCalcagni.png' width='32' height='32' style='border-radius:50%;' alt='MarcoCalcagni'/></a> <a href='https://github.com/Borruso'><img src='https://github.com/Borruso.png' width='32' height='32' style='border-radius:50%;' alt='Borruso'/></a> | ITA - Libro giornale - Reportlab
3333
[l10n_it_currency_rate_update_boi](l10n_it_currency_rate_update_boi/) | 18.0.1.0.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Update exchange rates using www.bancaditalia.it
34-
[l10n_it_delivery_note](l10n_it_delivery_note/) | 18.0.1.0.1 | <a href='https://github.com/MarcoCalcagni'><img src='https://github.com/MarcoCalcagni.png' width='32' height='32' style='border-radius:50%;' alt='MarcoCalcagni'/></a> <a href='https://github.com/aleuffre'><img src='https://github.com/aleuffre.png' width='32' height='32' style='border-radius:50%;' alt='aleuffre'/></a> <a href='https://github.com/renda-dev'><img src='https://github.com/renda-dev.png' width='32' height='32' style='border-radius:50%;' alt='renda-dev'/></a> | Crea, gestisce e fattura i DDT partendo dalle consegne
34+
[l10n_it_delivery_note](l10n_it_delivery_note/) | 18.0.1.0.2 | <a href='https://github.com/MarcoCalcagni'><img src='https://github.com/MarcoCalcagni.png' width='32' height='32' style='border-radius:50%;' alt='MarcoCalcagni'/></a> <a href='https://github.com/aleuffre'><img src='https://github.com/aleuffre.png' width='32' height='32' style='border-radius:50%;' alt='aleuffre'/></a> <a href='https://github.com/renda-dev'><img src='https://github.com/renda-dev.png' width='32' height='32' style='border-radius:50%;' alt='renda-dev'/></a> | Crea, gestisce e fattura i DDT partendo dalle consegne
3535
[l10n_it_edi_doi_extension](l10n_it_edi_doi_extension/) | 18.0.1.0.0 | | Declaration of Intent for Italy (OCA)
3636
[l10n_it_edi_extension](l10n_it_edi_extension/) | 18.0.1.1.0 | | E-invoice base feature
3737
[l10n_it_edi_related_document](l10n_it_edi_related_document/) | 18.0.1.0.0 | | Related Documents for EDI

l10n_it_delivery_note/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
============================
26
ITA - Documento di trasporto
37
============================
@@ -7,13 +11,13 @@ ITA - Documento di trasporto
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3ff430763309d1b8ffd4b1637a37c3e3e0211c88e36d22f3fa0dfddab0b163d3
14+
!! source digest: sha256:753bc8923c5e2c74bdf2aa5a6ed885b0b88fe7ade1f5ae47799d32a84344e1f1
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github

l10n_it_delivery_note/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Marco Calcagni, Gianmarco Conte, Link IT Europe Srl, "
1414
"Odoo Community Association (OCA)",
1515
"website": "https://github.com/OCA/l10n-italy",
16-
"version": "18.0.1.0.1",
16+
"version": "18.0.1.0.2",
1717
"category": "Localization/Italy",
1818
"license": "AGPL-3",
1919
"maintainers": ["MarcoCalcagni", "aleuffre", "renda-dev"],

l10n_it_delivery_note/static/description/index.html

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>ITA - Documento di trasporto</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="ita-documento-di-trasporto">
364-
<h1 class="title">ITA - Documento di trasporto</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="ita-documento-di-trasporto">
370+
<h1>ITA - Documento di trasporto</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:3ff430763309d1b8ffd4b1637a37c3e3e0211c88e36d22f3fa0dfddab0b163d3
375+
!! source digest: sha256:753bc8923c5e2c74bdf2aa5a6ed885b0b88fe7ade1f5ae47799d32a84344e1f1
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_delivery_note"><img alt="OCA/l10n-italy" src="https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-italy-18-0/l10n-italy-18-0-l10n_it_delivery_note"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-italy/tree/18.0/l10n_it_delivery_note"><img alt="OCA/l10n-italy" src="https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-italy-18-0/l10n-italy-18-0-l10n_it_delivery_note"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-italy&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p><strong>English</strong></p>
374379
<p>This module manage the Italian DDT (Delivery note).</p>
375380
<p>From a picking is possible to generate a Delivery Note and group more
@@ -417,7 +422,7 @@ <h1 class="title">ITA - Documento di trasporto</h1>
417422
</ul>
418423
</div>
419424
<div class="section" id="configuration">
420-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
425+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
421426
<p>To configure this module, go to:</p>
422427
<ol class="arabic">
423428
<li><p class="first"><em>Inventory → Configuration → Settings - Delivery Notes</em></p>
@@ -450,9 +455,9 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
450455
</ol>
451456
</div>
452457
<div class="section" id="usage">
453-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
458+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
454459
<div class="section" id="funzionalita-base">
455-
<h2><a class="toc-backref" href="#toc-entry-3">Funzionalità base</a></h2>
460+
<h3><a class="toc-backref" href="#toc-entry-3">Funzionalità base</a></h3>
456461
<p>Quando un prelievo viene validato compare una scheda DDT.</p>
457462
<p>Nella scheda fare clic su “Crea nuovo”, si apre un procedura guidata
458463
dove scegliere il tipo di DDT, quindi confermare. Immettere i dati
@@ -469,7 +474,7 @@ <h2><a class="toc-backref" href="#toc-entry-3">Funzionalità base</a></h2>
469474
e la data.</p>
470475
</div>
471476
<div class="section" id="funzionalita-avanzata">
472-
<h2><a class="toc-backref" href="#toc-entry-4">Funzionalità avanzata</a></h2>
477+
<h3><a class="toc-backref" href="#toc-entry-4">Funzionalità avanzata</a></h3>
473478
<p>Vengono attivate varie funzionalità aggiuntive:</p>
474479
<ul class="simple">
475480
<li>più prelievi per un DDT</li>
@@ -486,32 +491,32 @@ <h2><a class="toc-backref" href="#toc-entry-4">Funzionalità avanzata</a></h2>
486491
righe nota.</p>
487492
</div>
488493
<div class="section" id="accesso-da-portale">
489-
<h2><a class="toc-backref" href="#toc-entry-5">Accesso da portale</a></h2>
494+
<h3><a class="toc-backref" href="#toc-entry-5">Accesso da portale</a></h3>
490495
<p>Gli utenti portal hanno la possibilità di scaricare i report dei DDT di
491496
cui loro o la loro azienda padre sono impostati come destinatari o
492497
indirizzo di spedizione.</p>
493498
</div>
494499
</div>
495500
<div class="section" id="bug-tracker">
496-
<h1><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h1>
501+
<h2><a class="toc-backref" href="#toc-entry-6">Bug Tracker</a></h2>
497502
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-italy/issues">GitHub Issues</a>.
498503
In case of trouble, please check there if your issue has already been reported.
499504
If you spotted it first, help us to smash it by providing a detailed and welcomed
500505
<a class="reference external" href="https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_delivery_note%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
501506
<p>Do not contact contributors directly about support or help with technical issues.</p>
502507
</div>
503508
<div class="section" id="credits">
504-
<h1><a class="toc-backref" href="#toc-entry-7">Credits</a></h1>
509+
<h2><a class="toc-backref" href="#toc-entry-7">Credits</a></h2>
505510
<div class="section" id="authors">
506-
<h2><a class="toc-backref" href="#toc-entry-8">Authors</a></h2>
511+
<h3><a class="toc-backref" href="#toc-entry-8">Authors</a></h3>
507512
<ul class="simple">
508513
<li>Marco Calcagni</li>
509514
<li>Gianmarco Conte</li>
510515
<li>Link IT Europe Srl</li>
511516
</ul>
512517
</div>
513518
<div class="section" id="contributors">
514-
<h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
519+
<h3><a class="toc-backref" href="#toc-entry-9">Contributors</a></h3>
515520
<ul>
516521
<li><p class="first">Riccardo Bellanova &lt;<a class="reference external" href="mailto:r.bellanova&#64;apuliasoftware.it">r.bellanova&#64;apuliasoftware.it</a>&gt;</p>
517522
</li>
@@ -557,7 +562,7 @@ <h2><a class="toc-backref" href="#toc-entry-9">Contributors</a></h2>
557562
</ul>
558563
</div>
559564
<div class="section" id="maintainers">
560-
<h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
565+
<h3><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h3>
561566
<p>This module is maintained by the OCA.</p>
562567
<a class="reference external image-reference" href="https://odoo-community.org">
563568
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -572,5 +577,6 @@ <h2><a class="toc-backref" href="#toc-entry-10">Maintainers</a></h2>
572577
</div>
573578
</div>
574579
</div>
580+
</div>
575581
</body>
576582
</html>

0 commit comments

Comments
 (0)