Skip to content

Commit

Permalink
[IMP] pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
john-herholz-dt committed Apr 22, 2024
1 parent 2c52a17 commit d74e105
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions connector_base_product/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

/*
:Author: David Goodger ([email protected])
: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.
*/
Expand Down Expand Up @@ -109,7 +110,7 @@
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
Expand Down Expand Up @@ -333,7 +334,7 @@
}

pre.code .ln {
color: grey;
color: gray;
}

/* line numbers */
Expand Down Expand Up @@ -388,7 +389,7 @@
white-space: pre
}

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

Expand Down
4 changes: 2 additions & 2 deletions connector_base_product/views/product_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<record id="product_normal_form_view" model="ir.ui.view">
<field name="name">product.product.form</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="inherit_id" ref="product.product_normal_form_view" />
<field name="arch" type="xml">
<xpath expr="/form/sheet/notebook" position="inside">
<!-- change the invisible attribute to 0 when used
Expand All @@ -23,7 +23,7 @@
<record id="product_template_common_form" model="ir.ui.view">
<field name="name">product.template.form</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="inherit_id" ref="product.product_template_form_view" />
<field name="arch" type="xml">
<xpath expr="/form/sheet/notebook" position="inside">
<!-- change the invisible attribute to 0 when used
Expand Down

0 comments on commit d74e105

Please sign in to comment.