Skip to content

Commit 73bea52

Browse files
committed
[BOT] post-merge updates
1 parent e3156f3 commit 73bea52

4 files changed

Lines changed: 34 additions & 24 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addon | version | maintainers | summary
2525
[l10n_es_genci_account](l10n_es_genci_account/) | 16.0.1.0.1 | | Gestión tarifas GENCI
2626
[l10n_es_genci_account_grouped_by_picking](l10n_es_genci_account_grouped_by_picking/) | 16.0.1.0.0 | | Agrupa las líneas de la tasa GENCI por albarán
2727
[l10n_es_genci_purchase](l10n_es_genci_purchase/) | 16.0.1.1.0 | | Gestión tarifas GENCI - Compras
28-
[l10n_es_genci_sale](l10n_es_genci_sale/) | 16.0.1.0.0 | | Gestión tarifas GENCI - Ventas
28+
[l10n_es_genci_sale](l10n_es_genci_sale/) | 16.0.2.0.0 | | Gestión tarifas GENCI - Ventas
2929
[l10n_es_genci_stock_picking_report_valued](l10n_es_genci_stock_picking_report_valued/) | 16.0.1.0.0 | | Show GENCI amount in valued stock pickings
3030

3131
[//]: # (end addons)

l10n_es_genci_sale/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
Tasa Genci - Ventas
37
===================
@@ -7,13 +11,13 @@ Tasa Genci - Ventas
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:e4aea25eee0b989b88080701da55611e229f46cb64bbf52427cb1f494752a4d4
14+
!! source digest: sha256:41f8a0f18e8ca4d4b0b9f9742e97af701f5f2dcd6c3ab917559f3430d3da4bae
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-sygel--technology%2Fsy--l10n--spain-lightgray.png?logo=github

l10n_es_genci_sale/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Tasa Genci - Ventas",
66
"summary": "Gestión tarifas GENCI - Ventas",
7-
"version": "16.0.1.0.0",
7+
"version": "16.0.2.0.0",
88
"license": "AGPL-3",
99
"author": "Sygel",
1010
"website": "https://github.com/sygel-technology/sy-l10n-spain",

l10n_es_genci_sale/static/description/index.html

Lines changed: 26 additions & 20 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>Tasa Genci - Ventas</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,23 +360,28 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="tasa-genci-ventas">
364-
<h1 class="title">Tasa Genci - Ventas</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="tasa-genci-ventas">
370+
<h1>Tasa Genci - Ventas</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:e4aea25eee0b989b88080701da55611e229f46cb64bbf52427cb1f494752a4d4
375+
!! source digest: sha256:41f8a0f18e8ca4d4b0b9f9742e97af701f5f2dcd6c3ab917559f3430d3da4bae
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/sygel-technology/sy-l10n-spain/tree/16.0/l10n_es_genci_sale"><img alt="sygel-technology/sy-l10n-spain" src="https://img.shields.io/badge/github-sygel--technology%2Fsy--l10n--spain-lightgray.png?logo=github" /></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/sygel-technology/sy-l10n-spain/tree/16.0/l10n_es_genci_sale"><img alt="sygel-technology/sy-l10n-spain" src="https://img.shields.io/badge/github-sygel--technology%2Fsy--l10n--spain-lightgray.png?logo=github" /></a></p>
373378
<p>This module extends <tt class="docutils literal">l10n_es_genci_account</tt> to integrate GENCI
374379
functionality into the Sales workflow.</p>
375380
<p>It automatically creates GENCI rate lines in sale orders when products
376381
subject to GENCI are added, and ensures correct transfer of GENCI
377382
amounts to customer invoices.</p>
378383
<div class="section" id="key-features">
379-
<h1>Key Features</h1>
384+
<h2>Key Features</h2>
380385
<ul class="simple">
381386
<li>“Apply GENCI” checkbox on sale orders to control GENCI application</li>
382387
<li>Automatic creation of GENCI lines based on product rules and
@@ -389,17 +394,17 @@ <h1>Key Features</h1>
389394
<p><strong>Table of contents</strong></p>
390395
</div>
391396
<div class="section" id="installation">
392-
<h1>Installation</h1>
397+
<h2>Installation</h2>
393398
<p>To install this module, you need to:</p>
394399
<ul class="simple">
395400
<li>Only install</li>
396401
</ul>
397402
</div>
398403
<div class="section" id="usage">
399-
<h1>Usage</h1>
404+
<h2>Usage</h2>
400405
</div>
401406
<div class="section" id="prerequisites">
402-
<h1>Prerequisites</h1>
407+
<h2>Prerequisites</h2>
403408
<p>Before using this module, ensure that the base module
404409
<strong>``l10n_es_genci_account``</strong> is properly configured:</p>
405410
<ul class="simple">
@@ -418,14 +423,14 @@ <h1>Prerequisites</h1>
418423
<strong>``l10n_es_genci_account``</strong> module documentation.</p>
419424
</div>
420425
<div class="section" id="create-a-sale-order">
421-
<h1>1. Create a Sale Order</h1>
426+
<h2>1. Create a Sale Order</h2>
422427
<ol class="arabic simple">
423428
<li>Go to <strong>Sales → Orders → Quotations → Create</strong></li>
424429
<li>Select a partner that has <strong>“Subject to GENCI”</strong> enabled</li>
425430
</ol>
426431
</div>
427432
<div class="section" id="apply-genci-checkbox">
428-
<h1>2. Apply GENCI Checkbox</h1>
433+
<h2>2. Apply GENCI Checkbox</h2>
429434
<ul class="simple">
430435
<li>The <strong>“Apply GENCI”</strong> checkbox appears in the order header <em>(only when
431436
company GENCI is enabled)</em></li>
@@ -435,15 +440,15 @@ <h1>2. Apply GENCI Checkbox</h1>
435440
</ul>
436441
</div>
437442
<div class="section" id="add-products">
438-
<h1>3. Add Products</h1>
443+
<h2>3. Add Products</h2>
439444
<ul class="simple">
440445
<li>Add products that are configured as <strong>“Subject to GENCI”</strong></li>
441446
<li>Products must have a valid GENCI rule assigned</li>
442447
<li>The rule’s validity dates must include the order date</li>
443448
</ul>
444449
</div>
445450
<div class="section" id="automatic-genci-line-creation">
446-
<h1>4. Automatic GENCI Line Creation</h1>
451+
<h2>4. Automatic GENCI Line Creation</h2>
447452
<p>GENCI lines are automatically generated when:</p>
448453
<ul class="simple">
449454
<li>You save the order</li>
@@ -456,7 +461,7 @@ <h1>4. Automatic GENCI Line Creation</h1>
456461
</ul>
457462
</div>
458463
<div class="section" id="application-logic">
459-
<h1>Application Logic</h1>
464+
<h2>Application Logic</h2>
460465
<p><strong>Conditions for GENCI Application</strong></p>
461466
<ul class="simple">
462467
<li>Company has GENCI enabled</li>
@@ -467,7 +472,7 @@ <h1>Application Logic</h1>
467472
</ul>
468473
</div>
469474
<div class="section" id="known-issues-roadmap">
470-
<h1>Known issues / Roadmap</h1>
475+
<h2>Known issues / Roadmap</h2>
471476
<p>Pending Features:</p>
472477
<ul class="simple">
473478
<li><strong>Product GENCI flag type</strong> The <tt class="docutils literal">genci_subject</tt> field on products is
@@ -488,23 +493,23 @@ <h1>Known issues / Roadmap</h1>
488493
</ul>
489494
</div>
490495
<div class="section" id="bug-tracker">
491-
<h1>Bug Tracker</h1>
496+
<h2>Bug Tracker</h2>
492497
<p>Bugs are tracked on <a class="reference external" href="https://github.com/sygel-technology/sy-l10n-spain/issues">GitHub Issues</a>.
493498
In case of trouble, please check there if your issue has already been reported.
494499
If you spotted it first, help us to smash it by providing a detailed and welcomed
495500
<a class="reference external" href="https://github.com/sygel-technology/sy-l10n-spain/issues/new?body=module:%20l10n_es_genci_sale%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
496501
<p>Do not contact contributors directly about support or help with technical issues.</p>
497502
</div>
498503
<div class="section" id="credits">
499-
<h1>Credits</h1>
504+
<h2>Credits</h2>
500505
<div class="section" id="authors">
501-
<h2>Authors</h2>
506+
<h3>Authors</h3>
502507
<ul class="simple">
503508
<li>Sygel</li>
504509
</ul>
505510
</div>
506511
<div class="section" id="contributors">
507-
<h2>Contributors</h2>
512+
<h3>Contributors</h3>
508513
<ul class="simple">
509514
<li><a class="reference external" href="https://www.sygel.es">Sygel</a>:<ul>
510515
<li>Ángel Rivas</li>
@@ -514,11 +519,12 @@ <h2>Contributors</h2>
514519
</ul>
515520
</div>
516521
<div class="section" id="maintainers">
517-
<h2>Maintainers</h2>
522+
<h3>Maintainers</h3>
518523
<p>This module is part of the <a class="reference external" href="https://github.com/sygel-technology/sy-l10n-spain/tree/16.0/l10n_es_genci_sale">sygel-technology/sy-l10n-spain</a> project on GitHub.</p>
519524
<p>You are welcome to contribute.</p>
520525
</div>
521526
</div>
522527
</div>
528+
</div>
523529
</body>
524530
</html>

0 commit comments

Comments
 (0)