mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 04:12:04 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue