Skip to content

Commit fd1480d

Browse files
committed
[BOT] post-merge updates
1 parent 8b37427 commit fd1480d

File tree

3 files changed

+32
-19
lines changed

3 files changed

+32
-19
lines changed

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_account_stamp](l10n_it_account_stamp/) | 14.0.1.2.0 | | Gestione automatica dell'imposta di bollo
3232
[l10n_it_account_tax_kind](l10n_it_account_tax_kind/) | 14.0.1.1.1 | | Gestione natura delle aliquote IVA
3333
[l10n_it_amount_to_text](l10n_it_amount_to_text/) | 14.0.1.0.0 | | Localizza le valute in italiano per amount_to_text
34-
[l10n_it_appointment_code](l10n_it_appointment_code/) | 14.0.1.0.1 | | Aggiunge la tabella dei codici carica da usare nelle dichiarazioni fiscali italiane
34+
[l10n_it_appointment_code](l10n_it_appointment_code/) | 14.0.1.0.2 | | Aggiunge la tabella dei codici carica da usare nelle dichiarazioni fiscali italiane
3535
[l10n_it_asset_history_import](l10n_it_asset_history_import/) | 14.0.1.0.0 | | Cespiti: importazione storico dati
3636
[l10n_it_asset_history_import_queue](l10n_it_asset_history_import_queue/) | 14.0.1.0.0 | <a href='https://github.com/GSLabit'><img src='https://github.com/GSLabit.png' width='32' height='32' style='border-radius:50%;' alt='GSLabit'/></a> | Cespiti: importazione storico dati in background
3737
[l10n_it_ateco](l10n_it_ateco/) | 14.0.1.1.0 | | ITA - Codici Ateco

l10n_it_appointment_code/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 - Codici carica
37
===================
@@ -7,13 +11,13 @@ ITA - Codici carica
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3f8e1d80c649848393a41a400faacf3589311132ac38bd687577b00bce987135
14+
!! source digest: sha256:3f60be6e2f5dc511ab957fb08d4f89eb43551c66632dc78e5c024e8f7bde3c85
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-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github

l10n_it_appointment_code/static/description/index.html

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
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 - Codici carica</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="ita-codici-carica">
363-
<h1 class="title">ITA - Codici carica</h1>
363+
<div class="document">
364364

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-codici-carica">
370+
<h1>ITA - Codici carica</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:3f8e1d80c649848393a41a400faacf3589311132ac38bd687577b00bce987135
375+
!! source digest: sha256:3f60be6e2f5dc511ab957fb08d4f89eb43551c66632dc78e5c024e8f7bde3c85
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_appointment_code"><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-14-0/l10n-italy-14-0-l10n_it_appointment_code"><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=14.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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_appointment_code"><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-14-0/l10n-italy-14-0-l10n_it_appointment_code"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p><strong>Italiano</strong></p>
373379
<p>Tabella dei codici carica da usare nelle dichiarazioni fiscali italiane.</p>
374380
<p><strong>English</strong></p>
@@ -388,7 +394,7 @@ <h1 class="title">ITA - Codici carica</h1>
388394
</ul>
389395
</div>
390396
<div class="section" id="configuration">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
392398
<p><strong>Italiano</strong></p>
393399
<p>La tabella viene aggiunta nell’area <em>Fatturazione</em>, ed è raggiungibile nella
394400
sezione <em>Configurazione</em>. Occorre avere i privilegi di <em>Responsabile fatturazione</em>.</p>
@@ -397,7 +403,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397403
Billing Manager privileges are needed.</p>
398404
</div>
399405
<div class="section" id="usage">
400-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
401407
<p><strong>Italiano</strong></p>
402408
<p>Installando il modulo vengono precaricati i codici disponibili.
403409
È possibile aggiungere nuovi codici o modificare quelli esistenti.
@@ -408,23 +414,23 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
408414
It is not possible to have more than one element with the same code.</p>
409415
</div>
410416
<div class="section" id="bug-tracker">
411-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
417+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
412418
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-italy/issues">GitHub Issues</a>.
413419
In case of trouble, please check there if your issue has already been reported.
414420
If you spotted it first, help us to smash it by providing a detailed and welcomed
415421
<a class="reference external" href="https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_appointment_code%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
416422
<p>Do not contact contributors directly about support or help with technical issues.</p>
417423
</div>
418424
<div class="section" id="credits">
419-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
425+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
420426
<div class="section" id="authors">
421-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
427+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
422428
<ul class="simple">
423429
<li>Openforce di Camilli Alessandro</li>
424430
</ul>
425431
</div>
426432
<div class="section" id="contributors">
427-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
433+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
428434
<ul class="simple">
429435
<li>Alessandro Camilli &lt;<a class="reference external" href="mailto:alessandrocamilli&#64;openforce.it">alessandrocamilli&#64;openforce.it</a>&gt;</li>
430436
<li>Gianmarco Conte &lt;<a class="reference external" href="mailto:gconte&#64;dinamicheaziendali.it">gconte&#64;dinamicheaziendali.it</a>&gt;</li>
@@ -433,9 +439,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
433439
</ul>
434440
</div>
435441
<div class="section" id="maintainers">
436-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
442+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
437443
<p>This module is maintained by the OCA.</p>
438-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
444+
<a class="reference external image-reference" href="https://odoo-community.org">
445+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
446+
</a>
439447
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
440448
mission is to support the collaborative development of Odoo features and
441449
promote its widespread use.</p>
@@ -444,5 +452,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
444452
</div>
445453
</div>
446454
</div>
455+
</div>
447456
</body>
448457
</html>

0 commit comments

Comments
 (0)