This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bc27fc
commit e759671
Showing
4 changed files
with
20 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,4 +72,4 @@ def test_scan_id_document_details_vals(self): | |
vals.get("gender"), | ||
vals.get("birth_place"), | ||
], | ||
) | ||
) |