mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 00: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,30 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="demo_nonconformity" model="mgmtsystem.nonconformity">
|
||||
<field name="partner_id" ref="base.res_partner_3" />
|
||||
<field name="create_date">2010-12-03</field>
|
||||
<field name="name">Demo Nonconformity</field>
|
||||
<field name="responsible_user_id" ref="base.user_demo" />
|
||||
<field name="manager_user_id" ref="base.user_root" />
|
||||
<field name="user_id" ref="base.user_demo" />
|
||||
<field
|
||||
name="description"
|
||||
>The procedure has changed with no comments on the revision.</field>
|
||||
<field
|
||||
name="analysis"
|
||||
>Administrator didn't know he had to add a comment when changing the procedure.</field>
|
||||
<field name="origin_ids" eval="[(6,0,[ref('demo_origin')])]" />
|
||||
<field
|
||||
name="procedure_ids"
|
||||
eval="[(6,0,[ref('document_page_procedure.document_page_procedure')])]"
|
||||
/>
|
||||
<field name="cause_ids" eval="[(6,0,[ref('demo_cause')])]" />
|
||||
<field name="immediate_action_id" ref="mgmtsystem_action.demo_immediate" />
|
||||
<field
|
||||
name="action_ids"
|
||||
eval="[(6, 0, [ref('mgmtsystem_action.demo_immediate'), ref('mgmtsystem_action.demo_corrective'), ref('mgmtsystem_action.demo_preventive')])]"
|
||||
/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
|
||||
<record id="demo_cause" model="mgmtsystem.nonconformity.cause">
|
||||
<field name="name">Lack of expertise</field>
|
||||
<field
|
||||
name="description"
|
||||
>The cause of the nonconformity is a lack of expertise of the person.</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
|
||||
<record id="demo_origin" model="mgmtsystem.nonconformity.origin">
|
||||
<field name="name">Internal Audit</field>
|
||||
<field
|
||||
name="description"
|
||||
>The nonconformity was discovered during an internal audit.</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue