diff --git a/README.md b/README.md index 314b2c5..a9adc2a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [delivery_line_sale_line_position](delivery_line_sale_line_position/) | 16.0.1.1.0 | | Adds the sale line position to the delivery report lines [stock_account_valuation_report](stock_account_valuation_report/) | 16.0.1.0.0 | | Improves logic of the Inventory Valuation Report [stock_average_daily_sale](stock_average_daily_sale/) | 16.0.1.0.0 | | Allows to gather delivered products average on daily basis -[stock_card_report](stock_card_report/) | 16.0.1.0.0 | | Add stock card report on Inventory Reporting. +[stock_card_report](stock_card_report/) | 16.0.1.0.1 | | Add stock card report on Inventory Reporting. [stock_picking_batch_report](stock_picking_batch_report/) | 16.0.1.0.0 | | Stock Picking Batch Report [stock_picking_operations_multilang](stock_picking_operations_multilang/) | 16.0.1.0.0 | | Stock Picking Operations Multilang [stock_picking_report_custom_description](stock_picking_report_custom_description/) | 16.0.1.0.0 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Show moves description in picking reports diff --git a/stock_card_report/README.rst b/stock_card_report/README.rst index c786294..477c12e 100644 --- a/stock_card_report/README.rst +++ b/stock_card_report/README.rst @@ -7,7 +7,7 @@ Stock Card Report !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8356238311401bcf9756a9bf152b332bba56fba1def3f5a49a35fe1da35074fa + !! source digest: sha256:0d50cdbe492deb05b6e97f18a030c8463b97ec862e381536dae9d8b2b704709e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_card_report/__manifest__.py b/stock_card_report/__manifest__.py index 6fc9b1f..d90ba75 100644 --- a/stock_card_report/__manifest__.py +++ b/stock_card_report/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Card Report", "summary": "Add stock card report on Inventory Reporting.", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-reporting", "author": "Ecosoft, Odoo Community Association (OCA)", diff --git a/stock_card_report/static/description/index.html b/stock_card_report/static/description/index.html index 9def826..681188f 100644 --- a/stock_card_report/static/description/index.html +++ b/stock_card_report/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8356238311401bcf9756a9bf152b332bba56fba1def3f5a49a35fe1da35074fa +!! source digest: sha256:0d50cdbe492deb05b6e97f18a030c8463b97ec862e381536dae9d8b2b704709e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Stock Card Report is the report that display movement (in/out) of a product in a specified location and date range.

@@ -421,7 +421,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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.