Skip to content

Commit dc0e272

Browse files
committed
[BOT] post-merge updates
1 parent a75f3d1 commit dc0e272

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ addon | version | maintainers | summary
4242
[product_supplierinfo_for_customer](product_supplierinfo_for_customer/) | 17.0.1.1.1 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Allows to define prices for customers in the products
4343
[product_supplierinfo_revision](product_supplierinfo_revision/) | 17.0.1.0.0 | | Product Supplierinfo Revision
4444
[sale_product_template_tags](sale_product_template_tags/) | 17.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Show product tags menu in Sale app
45+
[stock_production_lot_expired_date](stock_production_lot_expired_date/) | 17.0.1.0.1 | | Stock production lot expired date
4546
[uom_category_active](uom_category_active/) | 17.0.1.0.1 | | Add option to archive UoM categories
4647

4748
[//]: # (end addons)

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-product-attribute"
3-
version = "17.0.20241125.0"
3+
version = "17.0.20241130.0"
44
dependencies = [
55
"odoo-addon-product_category_code>=17.0dev,<17.1dev",
66
"odoo-addon-product_code_mandatory>=17.0dev,<17.1dev",
@@ -23,6 +23,7 @@ dependencies = [
2323
"odoo-addon-product_supplierinfo_for_customer>=17.0dev,<17.1dev",
2424
"odoo-addon-product_supplierinfo_revision>=17.0dev,<17.1dev",
2525
"odoo-addon-sale_product_template_tags>=17.0dev,<17.1dev",
26+
"odoo-addon-stock_production_lot_expired_date>=17.0dev,<17.1dev",
2627
"odoo-addon-uom_category_active>=17.0dev,<17.1dev",
2728
]
2829
classifiers=[

stock_production_lot_expired_date/README.rst

+8-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock production lot expired date
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:49b6c3c903b80b6392d8329b053dbe35b67a3af804270014d7a5213d8eb0ab56
10+
!! source digest: sha256:bc47c5c5d74b0944d7f634f8362e1d15e7766947209359f2be5cf54ad7151af3
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -31,10 +31,9 @@ Stock production lot expired date
3131
This module allows to facilitate the input of stock production lot
3232
expired dates:
3333

34-
- Add settings on stock to choose the base date for stock production
35-
lot
36-
- Add onchanges on stock production lot to compute expired dates from
37-
base date
34+
- Add settings on stock to choose the base date for stock production lot
35+
- Add onchanges on stock production lot to compute expired dates from
36+
base date
3837

3938
**Table of contents**
4039

@@ -70,12 +69,12 @@ Authors
7069
Contributors
7170
------------
7271

73-
- Julien Coux <julien.coux@camptocamp.com>
74-
- Hughes Damry <hughes.damry@acsone.eu>
72+
- Julien Coux <julien.coux@camptocamp.com>
73+
- Hughes Damry <hughes.damry@acsone.eu>
7574

76-
- ``Binhex Systems Solutions <https://binhex.cloud/>``\ \_:
75+
- ``Binhex Systems Solutions <https://binhex.cloud/>``\ \_:
7776

78-
- Deriman Alonso d.alonso@binhex.cloud
77+
- Deriman Alonso d.alonso@binhex.cloud
7978

8079
Maintainers
8180
-----------

stock_production_lot_expired_date/static/description/index.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
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 {
@@ -366,14 +367,13 @@ <h1 class="title">Stock production lot expired date</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:49b6c3c903b80b6392d8329b053dbe35b67a3af804270014d7a5213d8eb0ab56
370+
!! source digest: sha256:bc47c5c5d74b0944d7f634f8362e1d15e7766947209359f2be5cf54ad7151af3
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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/17.0/stock_production_lot_expired_date"><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-17-0/product-attribute-17-0-stock_production_lot_expired_date"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This module allows to facilitate the input of stock production lot
373374
expired dates:</p>
374375
<ul class="simple">
375-
<li>Add settings on stock to choose the base date for stock production
376-
lot</li>
376+
<li>Add settings on stock to choose the base date for stock production lot</li>
377377
<li>Add onchanges on stock production lot to compute expired dates from
378378
base date</li>
379379
</ul>
@@ -429,7 +429,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
429429
<div class="section" id="maintainers">
430430
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
431431
<p>This module is maintained by the OCA.</p>
432-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
432+
<a class="reference external image-reference" href="https://odoo-community.org">
433+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
434+
</a>
433435
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
434436
mission is to support the collaborative development of Odoo features and
435437
promote its widespread use.</p>

0 commit comments

Comments
 (0)