Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,29 @@
<?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>