Skip to content

Commit

Permalink
[FIX] mgmtsystem_nonconformity: utf8-warning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarRetes committed Sep 25, 2024
1 parent 612d5ca commit aed17ea
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/data/mail_message_subtype.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<!-- Not used at the moment. To use them override the _track_subtype method -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="badly_defined_need" model="mgmtsystem.nonconformity.cause">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="nc_origin_qc" model="mgmtsystem.nonconformity.origin">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="nonconformity_severity_maj" model="mgmtsystem.nonconformity.severity">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="stage_draft" model="mgmtsystem.nonconformity.stage">
<field name="name">Draft</field>
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/data/sequence.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="seq_mgmtsystem_nonconformity" model="ir.sequence">
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/demo/mgmtsystem_nonconformity.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="demo_nonconformity" model="mgmtsystem.nonconformity">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="demo_cause" model="mgmtsystem.nonconformity.cause">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<record id="demo_origin" model="mgmtsystem.nonconformity.origin">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<!-- Management System Non Conformity Report Pivot View -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">

<!-- Rule -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">

<t
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/views/mgmtsystem_action.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<!-- Actions: add link to NCs -->
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/views/mgmtsystem_cause.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Cause -->

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<menuitem
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record model="ir.ui.view" id="mgmtsystem_nonconformity_stage_tree_view">
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/views/mgmtsystem_origin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<!-- Origin -->
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_nonconformity/views/mgmtsystem_severity.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Severity -->

Expand Down

0 comments on commit aed17ea

Please sign in to comment.