Skip to content

Commit

Permalink
[IMP] crm_lead_code: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HeliconiaSolutions committed Nov 25, 2024
1 parent 82c5b1c commit b560b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crm_lead_code/views/crm_lead_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<field name="inherit_id" ref="crm.crm_case_kanban_view_leads" />
<field name="arch" type="xml">
<field name="name" position="before">
<field name="code" /><span class="p-1" />
<field name="code" />
<span class="p-1" />
</field>
</field>
</record>
Expand Down

0 comments on commit b560b57

Please sign in to comment.