Skip to content

Commit

Permalink
[REF] pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed May 24, 2024
1 parent dab7342 commit 6dd3394
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
7 changes: 3 additions & 4 deletions purchase_report_hide_date/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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.
Expand Down Expand Up @@ -275,7 +274,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: gray; } /* line numbers */
pre.code .ln { color: grey; } /* 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 }
Expand All @@ -301,7 +300,7 @@
span.pre {
white-space: pre }

span.problematic, pre.problematic {
span.problematic {
color: red }

span.section-subtitle {
Expand Down
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/CONFIGURE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This module does not require any special configuration.
This module does not require any special configuration.
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/CONTEXT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The module was created for the following reason:

• Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report.
• Some company products have a lot of taxes, this causes the product's tax column to break the formatting in the purchase order report.
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This module removes the product taxes in the purchase order report.
This module removes the product taxes in the purchase order report.
2 changes: 1 addition & 1 deletion purchase_report_hide_taxes/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To use this module, you need to:

1. Go to "Purchase"
2. Print the purchase order report and verify if the product taxes has been removed.
2. Print the purchase order report and verify if the product taxes has been removed.
7 changes: 3 additions & 4 deletions purchase_report_hide_taxes/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@

/*
:Author: David Goodger ([email protected])
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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.
Expand Down Expand Up @@ -275,7 +274,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: gray; } /* line numbers */
pre.code .ln { color: grey; } /* 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 }
Expand All @@ -301,7 +300,7 @@
span.pre {
white-space: pre }

span.problematic, pre.problematic {
span.problematic {
color: red }

span.section-subtitle {
Expand Down

0 comments on commit 6dd3394

Please sign in to comment.