diff --git a/README.md b/README.md index 0ddad4c..6ddaa02 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [pingen](pingen/) | 16.0.1.0.1 | [![ajaniszewska-dev](https://github.com/ajaniszewska-dev.png?size=30px)](https://github.com/ajaniszewska-dev) [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | pingen.com integration [pingen_env](pingen_env/) | 16.0.1.0.0 | [![ajaniszewska-dev](https://github.com/ajaniszewska-dev.png?size=30px)](https://github.com/ajaniszewska-dev) | pingen.com server environment [printer_zpl2](printer_zpl2/) | 16.0.1.1.0 | | Add a ZPL II label printing feature -[printing_simple_configuration](printing_simple_configuration/) | 16.0.1.0.1 | | Allow to set printing configuration in company or in warehouse +[printing_simple_configuration](printing_simple_configuration/) | 16.0.1.1.0 | [![bealdav](https://github.com/bealdav.png?size=30px)](https://github.com/bealdav) | Allow to set printing configuration in company or in warehouse [//]: # (end addons) diff --git a/printing_simple_configuration/README.rst b/printing_simple_configuration/README.rst index af11aad..6e998ee 100644 --- a/printing_simple_configuration/README.rst +++ b/printing_simple_configuration/README.rst @@ -7,7 +7,7 @@ Printing Simple Configuration !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9501c27e436ec6c45e66ca740389f3b32a4ad7540cc0e5dc1adfafb6592e042d + !! source digest: sha256:72a741ccbd6b6b8d8267b9adb2981e6f9b2f63844d22fa0f68e60bddfffe2542 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -82,6 +82,14 @@ 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. +.. |maintainer-bealdav| image:: https://github.com/bealdav.png?size=40px + :target: https://github.com/bealdav + :alt: bealdav + +Current `maintainer `__: + +|maintainer-bealdav| + This module is part of the `OCA/report-print-send `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/printing_simple_configuration/__manifest__.py b/printing_simple_configuration/__manifest__.py index f64e948..10ae973 100644 --- a/printing_simple_configuration/__manifest__.py +++ b/printing_simple_configuration/__manifest__.py @@ -1,7 +1,7 @@ { "name": "Printing Simple Configuration", "summary": "Allow to set printing configuration in company or in warehouse", - "version": "16.0.1.0.1", + "version": "16.0.1.1.0", "category": "Generic Modules/Base", "website": "https://github.com/OCA/report-print-send", "author": "Akretion,Odoo Community Association (OCA)", diff --git a/printing_simple_configuration/static/description/index.html b/printing_simple_configuration/static/description/index.html index 114ffd2..9127042 100644 --- a/printing_simple_configuration/static/description/index.html +++ b/printing_simple_configuration/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:9501c27e436ec6c45e66ca740389f3b32a4ad7540cc0e5dc1adfafb6592e042d +!! source digest: sha256:72a741ccbd6b6b8d8267b9adb2981e6f9b2f63844d22fa0f68e60bddfffe2542 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/report-print-send Translate me on Weblate Try me on Runboat

Allow to set printer config definition attached to a company or a warehouse.

@@ -414,10 +414,14 @@ 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.

+

Current maintainer:

+

bealdav

This module is part of the OCA/report-print-send project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.