oca-technical/odoo-bringout-oca-management-system-mgmtsystem_action/mgmtsystem_action/demo/mgmtsystem_action.xml
2025-08-29 15:43:03 +02:00

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>