Skip to content

Commit d081f4b

Browse files
committed
[BOT] post-merge updates
1 parent 439a688 commit d081f4b

File tree

4 files changed

+34
-21
lines changed

4 files changed

+34
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ addon | version | maintainers | summary
9797
[product_stock_state](product_stock_state/) | 16.0.1.0.1 | <a href='https://github.com/sebastienbeau'><img src='https://github.com/sebastienbeau.png' width='32' height='32' style='border-radius:50%;' alt='sebastienbeau'/></a> <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> <a href='https://github.com/kevinkhao'><img src='https://github.com/kevinkhao.png' width='32' height='32' style='border-radius:50%;' alt='kevinkhao'/></a> | Compute the state of a product's stockthe stock level and sale_ok field
9898
[product_supplierinfo_archive](product_supplierinfo_archive/) | 16.0.1.0.0 | <a href='https://github.com/GuillemCForgeFlow'><img src='https://github.com/GuillemCForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='GuillemCForgeFlow'/></a> <a href='https://github.com/AlvaroTForgeFlow'><img src='https://github.com/AlvaroTForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='AlvaroTForgeFlow'/></a> <a href='https://github.com/OriolVForgeFlow'><img src='https://github.com/OriolVForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='OriolVForgeFlow'/></a> | Add the active field to the product supplier info
9999
[product_supplierinfo_code](product_supplierinfo_code/) | 16.0.1.0.0 | | Allows to get main supplierinfo product_code on product level
100-
[product_supplierinfo_for_customer](product_supplierinfo_for_customer/) | 16.0.1.0.4 | | Allows to define prices for customers in the products
100+
[product_supplierinfo_for_customer](product_supplierinfo_for_customer/) | 16.0.1.0.5 | | Allows to define prices for customers in the products
101101
[product_supplierinfo_import_by_barcode](product_supplierinfo_import_by_barcode/) | 16.0.3.0.0 | | Import supplier pricelists
102102
[product_supplierinfo_import_by_barcode_margin](product_supplierinfo_import_by_barcode_margin/) | 16.0.1.0.0 | | Import supplier pricelists by barcode and margins
103103
[product_supplierinfo_revision](product_supplierinfo_revision/) | 16.0.1.0.0 | | Product Supplierinfo Revision

product_supplierinfo_for_customer/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 Supplierinfo for Customers
37
==================================
@@ -7,13 +11,13 @@ Product Supplierinfo for Customers
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:bc9bbead5178bc5f8993cbd9ba9bd1f5184194f1756a43b403e7850254d76b40
14+
!! source digest: sha256:5f463e7f1a286a1de31fc9500a912fffa4647c6ebbe51e7f82975ae662d1ba67
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
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_supplierinfo_for_customer/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"name": "Product Supplierinfo for Customers",
88
"summary": "Allows to define prices for customers in the products",
9-
"version": "16.0.1.0.4",
9+
"version": "16.0.1.0.5",
1010
"development_status": "Production/Stable",
1111
"author": "AvanzOSC, Tecnativa, Odoo Community Association (OCA)",
1212
"website": "https://github.com/OCA/product-attribute",

product_supplierinfo_for_customer/static/description/index.html

Lines changed: 26 additions & 17 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>Product Supplierinfo for Customers</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="product-supplierinfo-for-customers">
363-
<h1 class="title">Product Supplierinfo for Customers</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="product-supplierinfo-for-customers">
370+
<h1>Product Supplierinfo for Customers</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:bc9bbead5178bc5f8993cbd9ba9bd1f5184194f1756a43b403e7850254d76b40
375+
!! source digest: sha256:5f463e7f1a286a1de31fc9500a912fffa4647c6ebbe51e7f82975ae662d1ba67
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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_supplierinfo_for_customer"><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_supplierinfo_for_customer"><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="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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_supplierinfo_for_customer"><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_supplierinfo_for_customer"><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>
372378
<p>This modules allows to use supplier info structure, available in
373379
<em>Inventory</em> tab of the product form, also for defining customer information,
374380
allowing to define prices per customer and product.</p>
@@ -388,46 +394,46 @@ <h1 class="title">Product Supplierinfo for Customers</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>For these prices to be used in sale prices calculations, you will have
393399
to create a pricelist with a rule with option “Based on” with the value
394400
“Partner Prices: Take the price from the customer info on the ‘product form’)”.</p>
395401
</div>
396402
<div class="section" id="usage">
397-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
403+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
398404
<p>There’s a new section on <em>Sales</em> tab of the product form called “Customers”,
399405
where you can define records for customers with the same structure of the
400406
suppliers.</p>
401407
<p>There’s a new option on pricelist items that allows to get the prices from the
402408
supplierinfo at the product form.</p>
403409
</div>
404410
<div class="section" id="known-issues-roadmap">
405-
<h1><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h1>
411+
<h2><a class="toc-backref" href="#toc-entry-3">Known issues / Roadmap</a></h2>
406412
<ul class="simple">
407413
<li>Product prices through this method are only guaranteed on the standard sale
408414
order workflow. Other custom flows maybe don’t reflect the price.</li>
409415
<li>The minimum quantity will neither apply on sale orders.</li>
410416
</ul>
411417
</div>
412418
<div class="section" id="bug-tracker">
413-
<h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
419+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
414420
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/product-attribute/issues">GitHub Issues</a>.
415421
In case of trouble, please check there if your issue has already been reported.
416422
If you spotted it first, help us to smash it by providing a detailed and welcomed
417423
<a class="reference external" href="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_supplierinfo_for_customer%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
418424
<p>Do not contact contributors directly about support or help with technical issues.</p>
419425
</div>
420426
<div class="section" id="credits">
421-
<h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
427+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
422428
<div class="section" id="authors">
423-
<h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
429+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
424430
<ul class="simple">
425431
<li>AvanzOSC</li>
426432
<li>Tecnativa</li>
427433
</ul>
428434
</div>
429435
<div class="section" id="contributors">
430-
<h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
436+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
431437
<ul class="simple">
432438
<li>Oihane Crucelaegui &lt;<a class="reference external" href="mailto:oihanecrucelaegi&#64;avanzosc.es">oihanecrucelaegi&#64;avanzosc.es</a>&gt;</li>
433439
<li>Aaron Henriquez &lt;<a class="reference external" href="mailto:ahenriquez&#64;forgeflow.com">ahenriquez&#64;forgeflow.com</a>&gt;</li>
@@ -440,9 +446,11 @@ <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
440446
</ul>
441447
</div>
442448
<div class="section" id="maintainers">
443-
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
449+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
444450
<p>This module is maintained by the OCA.</p>
445-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
451+
<a class="reference external image-reference" href="https://odoo-community.org">
452+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
453+
</a>
446454
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
447455
mission is to support the collaborative development of Odoo features and
448456
promote its widespread use.</p>
@@ -451,5 +459,6 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
451459
</div>
452460
</div>
453461
</div>
462+
</div>
454463
</body>
455464
</html>

0 commit comments

Comments
 (0)