mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 02:52:02 +02:00
29 lines
1 KiB
XML
29 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
|
|
<!-- demo data mgmtsystem.action -->
|
|
<record id="demo_immediate" model="mgmtsystem.action">
|
|
<field name="name">Add a comment to the revision</field>
|
|
<field name="type_action">immediate</field>
|
|
</record>
|
|
|
|
<record id="demo_corrective" model="mgmtsystem.action">
|
|
<field
|
|
name="name"
|
|
>Explain Administrator to add comments to the procedure when making changes.</field>
|
|
<field name="type_action">correction</field>
|
|
</record>
|
|
|
|
<record id="demo_preventive" model="mgmtsystem.action">
|
|
<field
|
|
name="name"
|
|
>Explain in the new-employee training manual that they need to add comments to the procedure when making changes</field>
|
|
<field name="type_action">prevention</field>
|
|
</record>
|
|
|
|
<record id="demo_improvement" model="mgmtsystem.action">
|
|
<field name="name">Manage your quality management system with OpenERP :o)</field>
|
|
<field name="type_action">improvement</field>
|
|
</record>
|
|
|
|
</odoo>
|