Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Oct 25, 2024
1 parent c5a0118 commit aa7b303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polars_process/views/df_source.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<odoo>
<record id="df_source_form" model="ir.ui.view">
<field name="model">dataframe</field>
<field name="model">df.source</field>
<field name="arch" type="xml">
<form>
<sheet>
Expand All @@ -12,7 +12,7 @@
</group>
<group name="right">
<field name="rename" />
<field name="template_id" />
<field name="template" />
</group>
</group>
</sheet>
Expand Down Expand Up @@ -44,7 +44,7 @@
</record>

<record id="df_source_action" model="ir.actions.act_window">
<field name="name">Data source to be used with polars</field>
<field name="name">Polars data source</field>
<field name="res_model">df.source</field>
<field name="view_mode">list,form</field>
<field name="path">df-source</field>
Expand Down

0 comments on commit aa7b303

Please sign in to comment.