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
1414Default cascading style sheet for the HTML output of Docutils.
15+ Despite the name, some widely supported CSS2 features are used.
1516
1617See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718customize this style sheet.
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 */
278279pre .code , code { background-color : # eeeeee }
279280pre .code .comment , code .comment { color : # 5C6576 }
280281pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
300301span .pre {
301302 white-space : pre }
302303
303- span .problematic {
304+ span .problematic , pre . problematic {
304305 color : red }
305306
306307span .section-subtitle {
@@ -368,7 +369,7 @@ <h1 class="title">Product Optional Product Quantity</h1>
368369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370!! source digest: sha256:19c5748e08443684d61807c9a609fcd25cd03d10eb4a7420bd715a19eefb771f
370371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371- < 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/16.0/product_optional_product_quantity "> < 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-16-0/product-attribute-16-0-product_optional_product_quantity "> < 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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372+ < 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/18.0/product_optional_product_quantity "> < 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-18-0/product-attribute-18-0-product_optional_product_quantity "> < 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372373< p > This module implements core functionality for the optional product
373374quantity multipliers. You can depend on this module to implement further
374375user features.</ p >
@@ -381,7 +382,8 @@ <h1 class="title">Product Optional Product Quantity</h1>
381382< li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-4 "> Bug Tracker</ a > </ li >
382383< li > < a class ="reference internal " href ="#credits " id ="toc-entry-5 "> Credits</ a > < ul >
383384< li > < a class ="reference internal " href ="#authors " id ="toc-entry-6 "> Authors</ a > </ li >
384- < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-7 "> Maintainers</ a > </ li >
385+ < li > < a class ="reference internal " href ="#contributors " id ="toc-entry-7 "> Contributors</ a > </ li >
386+ < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-8 "> Maintainers</ a > </ li >
385387</ ul >
386388</ li >
387389</ ul >
@@ -413,7 +415,7 @@ <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
413415< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/product-attribute/issues "> GitHub Issues</ a > .
414416In case of trouble, please check there if your issue has already been reported.
415417If you spotted it first, help us to smash it by providing a detailed and welcomed
416- < a class ="reference external " href ="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_optional_product_quantity%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
418+ < a class ="reference external " href ="https://github.com/OCA/product-attribute/issues/new?body=module:%20product_optional_product_quantity%0Aversion:%2018 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
417419< p > Do not contact contributors directly about support or help with technical issues.</ p >
418420</ div >
419421< div class ="section " id ="credits ">
@@ -424,14 +426,25 @@ <h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
424426< li > Cetmix</ li >
425427</ ul >
426428</ div >
429+ < div class ="section " id ="contributors ">
430+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h2 >
431+ < ul class ="simple ">
432+ < li > < a class ="reference external " href ="https://www.heliconia.io "> Heliconia Solutions Pvt. Ltd.</ a > < ul >
433+ < li > Bhavesh Heliconia</ li >
434+ </ ul >
435+ </ li >
436+ </ ul >
437+ </ div >
427438< div class ="section " id ="maintainers ">
428- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
439+ < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Maintainers</ a > </ h2 >
429440< p > This module is maintained by the OCA.</ p >
430- < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
441+ < a class ="reference external image-reference " href ="https://odoo-community.org ">
442+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
443+ </ a >
431444< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
432445mission is to support the collaborative development of Odoo features and
433446promote its widespread use.</ p >
434- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/product-attribute/tree/16 .0/product_optional_product_quantity "> OCA/product-attribute</ a > project on GitHub.</ p >
447+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/product-attribute/tree/18 .0/product_optional_product_quantity "> OCA/product-attribute</ a > project on GitHub.</ p >
435448< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
436449</ div >
437450</ div >
0 commit comments