diff --git a/README.md b/README.md index dd98d9dd6e19..5889c6a5991a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [delivery_total_weight_from_packaging](delivery_total_weight_from_packaging/) | 14.0.1.0.1 | | Include packaging weight on move, transfer and package. [procurement_auto_create_group_carrier](procurement_auto_create_group_carrier/) | 14.0.1.1.1 | | Procurement Auto Create Group Carrier [product_cost_price_avco_sync](product_cost_price_avco_sync/) | 14.0.1.0.1 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Set product cost price from updated moves -[product_expiry_simple](product_expiry_simple/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Simpler and better alternative to the official product_expiry module +[product_expiry_simple](product_expiry_simple/) | 14.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Simpler and better alternative to the official product_expiry module [product_supplierinfo_for_customer_picking](product_supplierinfo_for_customer_picking/) | 14.0.1.4.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) [![PicchiSeba](https://github.com/PicchiSeba.png?size=30px)](https://github.com/PicchiSeba) | This module makes the product customer code visible in the stock moves of a picking. [product_supplierinfo_picking](product_supplierinfo_picking/) | 14.0.1.0.0 | | This module makes the product supplier code visible in the stock moves of a picking. [purchase_stock_picking_invoice_link](purchase_stock_picking_invoice_link/) | 14.0.1.1.0 | | Adds link between purchases, pickings and invoices diff --git a/product_expiry_simple/README.rst b/product_expiry_simple/README.rst index 8f82c8f0cc49..5af6855eb738 100644 --- a/product_expiry_simple/README.rst +++ b/product_expiry_simple/README.rst @@ -7,7 +7,7 @@ Product Expiry Simple !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a29dd2d0801fae3be93a32b651afccc2219a87c17a081e358957fdb888f25640 + !! source digest: sha256:587381d08d08ee17be86c389b8d25c76f414f3e9a245573d69bc5e93bb577a05 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_expiry_simple/__manifest__.py b/product_expiry_simple/__manifest__.py index a215556223b0..152a912d72c6 100644 --- a/product_expiry_simple/__manifest__.py +++ b/product_expiry_simple/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Product Expiry Simple", - "version": "14.0.1.0.0", + "version": "14.0.1.1.0", "category": "Product", "license": "AGPL-3", "summary": "Simpler and better alternative to the official product_expiry module", diff --git a/product_expiry_simple/static/description/index.html b/product_expiry_simple/static/description/index.html index d86451b26e28..bc5fa5d1c761 100644 --- a/product_expiry_simple/static/description/index.html +++ b/product_expiry_simple/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@

Product Expiry Simple

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a29dd2d0801fae3be93a32b651afccc2219a87c17a081e358957fdb888f25640 +!! source digest: sha256:587381d08d08ee17be86c389b8d25c76f414f3e9a245573d69bc5e93bb577a05 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runboat

This module is similar to the official product_expiry module that adds support for Expiry Dates on products, but it is both simpler and better:

@@ -417,7 +417,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.