Skip to content

Commit 7df243d

Browse files
committed
[BOT] post-merge updates
1 parent 04ffae4 commit 7df243d

File tree

4 files changed

+25
-15
lines changed

4 files changed

+25
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ addon | version | maintainers | summary
8282
[product_pricelist_fixed_currency_rate](product_pricelist_fixed_currency_rate/) | 16.0.1.0.0 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | Set a fixed currency rate between pricelists
8383
[product_pricelist_item_list_view](product_pricelist_item_list_view/) | 16.0.1.1.0 | <a href='https://github.com/LoisRForgeFlow'><img src='https://github.com/LoisRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='LoisRForgeFlow'/></a> | View and search the list of pricelist items
8484
[product_pricelist_item_uom](product_pricelist_item_uom/) | 16.0.1.0.0 | <a href='https://github.com/SirAionTech'><img src='https://github.com/SirAionTech.png' width='32' height='32' style='border-radius:50%;' alt='SirAionTech'/></a> | Set UoM in Pricelist Rules.
85-
[product_pricelist_margin](product_pricelist_margin/) | 16.0.1.0.1 | | This module shows the product's cost and margin from the pricelists.
85+
[product_pricelist_margin](product_pricelist_margin/) | 16.0.1.1.0 | | This module shows the product's cost and margin from the pricelists.
8686
[product_pricelist_revision](product_pricelist_revision/) | 16.0.1.0.1 | | Product Pricelist Revision
8787
[product_pricelist_simulation](product_pricelist_simulation/) | 16.0.1.1.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Simulate the product price for all pricelists
8888
[product_pricelist_simulation_margin](product_pricelist_simulation_margin/) | 16.0.1.0.1 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Add margin of product price for all pricelists

product_pricelist_margin/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
Product Pricelist Margin
37
========================
@@ -7,13 +11,13 @@ Product Pricelist Margin
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:dc8510564853288111a4571a059483243935dbb40389835c1fec35080582945e
14+
!! source digest: sha256:7b234b56f2c0afd0135431de8a0a9aa26b407ffef5945e4e80b6cb1cf0368148
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%2Fproduct--attribute-lightgray.png?logo=github

product_pricelist_margin/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Product Pricelist Margin",
55
"summary": "This module shows the product's cost and margin from the pricelists.",
6-
"version": "16.0.1.0.1",
6+
"version": "16.0.1.1.0",
77
"category": "Product",
88
"website": "https://github.com/OCA/product-attribute",
99
"author": "Camptocamp, Odoo Community Association (OCA)",

product_pricelist_margin/static/description/index.html

Lines changed: 17 additions & 11 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>Product Pricelist Margin</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="product-pricelist-margin">
364-
<h1 class="title">Product Pricelist Margin</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="product-pricelist-margin">
370+
<h1>Product Pricelist Margin</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:dc8510564853288111a4571a059483243935dbb40389835c1fec35080582945e
375+
!! source digest: sha256:7b234b56f2c0afd0135431de8a0a9aa26b407ffef5945e4e80b6cb1cf0368148
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/product-attribute/tree/16.0/product_pricelist_margin"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_margin"><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/product-attribute&amp;target_branch=16.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/product-attribute/tree/16.0/product_pricelist_margin"><img alt="OCA/product-attribute" src="https://img.shields.io/badge/github-OCA%2Fproduct--attribute-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_pricelist_margin"><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/product-attribute&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module shows the product’s cost and margin from the pricelists.
374379
The margin is calculated as the difference between the price and the cost, expressed as a percentage of the price.
375380
The price is based on the computation applied from the current pricelist item. This allows the user to make price simulations while editing the pricelist item.</p>
@@ -387,7 +392,7 @@ <h1 class="title">Product Pricelist Margin</h1>
387392
</ul>
388393
</div>
389394
<div class="section" id="usage">
390-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
391396
<ul class="simple">
392397
<li>Go to “Sale &gt; Products &gt; Pricelists”</li>
393398
<li>Open a pricelist form</li>
@@ -396,30 +401,30 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
396401
</ul>
397402
</div>
398403
<div class="section" id="bug-tracker">
399-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
404+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
400405
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/product-attribute/issues">GitHub Issues</a>.
401406
In case of trouble, please check there if your issue has already been reported.
402407
If you spotted it first, help us to smash it by providing a detailed and welcomed
403408
<a class="reference external" href="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_pricelist_margin%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
404409
<p>Do not contact contributors directly about support or help with technical issues.</p>
405410
</div>
406411
<div class="section" id="credits">
407-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
412+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
408413
<div class="section" id="authors">
409-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
414+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
410415
<ul class="simple">
411416
<li>Camptocamp</li>
412417
</ul>
413418
</div>
414419
<div class="section" id="contributors">
415-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
420+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
416421
<ul class="simple">
417422
<li>Nguyen Minh Chien &lt;<a class="reference external" href="mailto:chien&#64;trobz.com">chien&#64;trobz.com</a>&gt;</li>
418423
<li>Telmo Santos &lt;<a class="reference external" href="mailto:telmo.santos&#64;camptocamp.com">telmo.santos&#64;camptocamp.com</a>&gt;</li>
419424
</ul>
420425
</div>
421426
<div class="section" id="maintainers">
422-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
427+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
423428
<p>This module is maintained by the OCA.</p>
424429
<a class="reference external image-reference" href="https://odoo-community.org">
425430
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -432,5 +437,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
432437
</div>
433438
</div>
434439
</div>
440+
</div>
435441
</body>
436442
</html>

0 commit comments

Comments
 (0)