Skip to content

Commit

Permalink
[IMP] account_statement_import_base: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviedoanhduy committed Nov 6, 2024
1 parent ebb7c15 commit 971ba1a
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions account_statement_import_base/views/account_bank_statement_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@
Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).
-->
<odoo>

<record id="account_bank_statement_line_form" model="ir.ui.view">
<field name="model">account.bank.statement.line</field>
<field
<record id="account_bank_statement_line_form" model="ir.ui.view">
<field name="model">account.bank.statement.line</field>
<field
name="inherit_id"
ref="account_statement_base.account_bank_statement_line_form"
/>
<field name="arch" type="xml">
<group name="tech-fields" position="inside">
<field name="unique_import_id" />
</group>
<group name="tech-fields" position="after">
<group name="raw_data" string="Raw Data">
<field name="raw_data" nolabel="1" colspan="2" />
<field name="arch" type="xml">
<group name="tech-fields" position="inside">
<field name="unique_import_id" />
</group>
</group>
</field>
</record>

<group name="tech-fields" position="after">
<group name="raw_data" string="Raw Data">
<field name="raw_data" nolabel="1" colspan="2" />
</group>
</group>
</field>
</record>
</odoo>

0 comments on commit 971ba1a

Please sign in to comment.