Maintainers
This module is maintained by the OCA.
- + + +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.
diff --git a/README.md b/README.md index 851be8172..e49f198b0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ addon | version | maintainers | summary [stock_picking_report_incoming_delivery_address](stock_picking_report_incoming_delivery_address/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) | Allow show delivery address in report when picking type is incoming [stock_picking_report_internal_delivery_address](stock_picking_report_internal_delivery_address/) | 16.0.1.0.0 | | Show delivery address when picking type is internal [stock_picking_report_qty_undelivered](stock_picking_report_qty_undelivered/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Print a summary of the undelivered quantity -[stock_picking_report_salesperson](stock_picking_report_salesperson/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Salesperson info in Stock Picking reports +[stock_picking_report_salesperson](stock_picking_report_salesperson/) | 16.0.1.1.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Salesperson info in Stock Picking reports [stock_picking_report_valued](stock_picking_report_valued/) | 16.0.1.1.2 | | Adding Valued Picking on Delivery Slip report [stock_quantity_history_location](stock_quantity_history_location/) | 16.0.1.0.1 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) [![rolandojduartem](https://github.com/rolandojduartem.png?size=30px)](https://github.com/rolandojduartem) | Provides stock quantity by location on past date [stock_report_quantity_by_location](stock_report_quantity_by_location/) | 16.0.1.0.0 | | Stock Report Quantity By Location diff --git a/stock_picking_report_salesperson/README.rst b/stock_picking_report_salesperson/README.rst index b0d1ec73c..2233b41b3 100644 --- a/stock_picking_report_salesperson/README.rst +++ b/stock_picking_report_salesperson/README.rst @@ -7,7 +7,7 @@ Stock Picking Report Salesperson !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:747f4bf259850820f9a9b4286f2a4a0ece935834a2aae3ccea23beaf633efb3c + !! source digest: sha256:54f3abc60d5d2d88f13917f60530ad5593b80aee8101e8f76134594600983f46 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png diff --git a/stock_picking_report_salesperson/__manifest__.py b/stock_picking_report_salesperson/__manifest__.py index 4e225e3e5..72f4d5971 100644 --- a/stock_picking_report_salesperson/__manifest__.py +++ b/stock_picking_report_salesperson/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Picking Report Salesperson", "summary": "Salesperson info in Stock Picking reports", - "version": "16.0.1.0.1", + "version": "16.0.1.1.0", "development_status": "Alpha", "category": "Inventory/Inventory", "website": "https://github.com/OCA/stock-logistics-reporting", diff --git a/stock_picking_report_salesperson/static/description/index.html b/stock_picking_report_salesperson/static/description/index.html index a60f5470a..0db2201d9 100644 --- a/stock_picking_report_salesperson/static/description/index.html +++ b/stock_picking_report_salesperson/static/description/index.html @@ -8,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. @@ -274,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 } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@
This module displays salesperson info (name) on Delivery Picking type @@ -426,7 +427,9 @@
This module is maintained by the OCA.
- + + +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.