Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
[MISC] fix pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatnm0612 committed Jun 5, 2023
1 parent 2bc27fc commit e759671
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 32 deletions.
12 changes: 4 additions & 8 deletions spp_area/data/area_kind_data.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<data noupdate="1">
<record id="admin_area_kind" model="spp.area.kind">
<field name="name">Admin Area</field>
</record>
</data>

<odoo noupdate="1">
<record id="admin_area_kind" model="spp.area.kind">
<field name="name">Admin Area</field>
</record>
</odoo>
24 changes: 10 additions & 14 deletions spp_idpass/data/id_pass.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<!-- ID Type: ID Pass -->
<record id="id_type_idpass" model="g2p.id.type">
<field name="name">ID PASS Lite</field>
<field name="target_type">both</field>
</record>

<!-- ID Type: ID Pass -->
<record id="id_type_idpass" model="g2p.id.type">
<field name="name">ID PASS Lite</field>
<field name="target_type">both</field>
</record>

<record id="id_template_idpass" model="spp.id.pass">
<field name="name">ID PASS Template</field>
<field name="id_type" ref="id_type_idpass" />
</record>

</data>
<record id="id_template_idpass" model="spp.id.pass">
<field name="name">ID PASS Template</field>
<field name="id_type" ref="id_type_idpass" />
</record>
</odoo>
14 changes: 5 additions & 9 deletions spp_idqueue/data/id_pass.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<data noupdate="1">
<!-- ID Template: Batch Print -->
<record id="id_template_batch_print" model="spp.id.pass">
<field name="name">ID Batch Print</field>
</record>
</data>

<odoo noupdate="1">
<!-- ID Template: Batch Print -->
<record id="id_template_batch_print" model="spp.id.pass">
<field name="name">ID Batch Print</field>
</record>
</odoo>
2 changes: 1 addition & 1 deletion spp_scan_id_document/tests/test_registrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ def test_scan_id_document_details_vals(self):
vals.get("gender"),
vals.get("birth_place"),
],
)
)

0 comments on commit e759671

Please sign in to comment.