Skip to content

Commit

Permalink
*: Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Oct 28, 2023
1 parent e63b48f commit 6b30938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions base_external_dbsource/views/base_external_dbsource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="model">base.external.dbsource</field>
<field name="type">tree</field>
<field name="arch" type="xml">
<tree string="External DB Sources">
<tree>
<field name="name" />
<field name="connector" />
<field name="conn_string" />
Expand All @@ -17,7 +17,7 @@
<field name="name">base.external.dbsource.form</field>
<field name="model">base.external.dbsource</field>
<field name="arch" type="xml">
<form string="External DB Source">
<form>
<sheet>
<group>
<group>
Expand Down
4 changes: 2 additions & 2 deletions base_global_discount/views/global_discount_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<record id="global_discount_view_tree" model="ir.ui.view">
<field name="model">global.discount</field>
<field name="arch" type="xml">
<tree string="Global Discounts" editable="bottom">
<tree editable="bottom">
<field name="sequence" widget="handle" />
<field name="name" />
<field name="discount" />
Expand All @@ -17,7 +17,7 @@
<record id="global_discount_view_form" model="ir.ui.view">
<field name="model">global.discount</field>
<field name="arch" type="xml">
<form string="Global Discounts">
<form>
<sheet>
<group col="4">
<field name="name" />
Expand Down
2 changes: 1 addition & 1 deletion base_import_match/views/base_import_match_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<field name="name">Import match tree view</field>
<field name="model">base_import.match</field>
<field name="arch" type="xml">
<tree string="Import Match">
<tree>
<field name="name" />
<field name="sequence" invisible="True" />
</tree>
Expand Down

0 comments on commit 6b30938

Please sign in to comment.