~openerp-spain-team/openerp-spain/6.0-git

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version='1.0' encoding='UTF-8'?>
<openerp>
    <data noupdate='1'>
        <record id="res_partner_function_administrativo" model="res.partner.function">
            <field eval="&quot;&quot;&quot;ADM&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Administratiu/va&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_comercial" model="res.partner.function">
            <field eval="&quot;&quot;&quot;COM&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Comercial&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_contable" model="res.partner.function">
            <field eval="&quot;&quot;&quot;COMP&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Comptable&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_consultor" model="res.partner.function">
            <field eval="&quot;&quot;&quot;CONS&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Consultor&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_director" model="res.partner.function">
            <field eval="&quot;&quot;&quot;DIR&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Director/a&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_gerente" model="res.partner.function">
            <field eval="&quot;&quot;&quot;GER&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Gerent&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_informatico" model="res.partner.function">
            <field eval="&quot;&quot;&quot;INF&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Informàtic&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_presidente" model="res.partner.function">
            <field eval="&quot;&quot;&quot;PRE&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;President&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_respcompras" model="res.partner.function">
            <field eval="&quot;&quot;&quot;RCOM&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Responsable compres&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_respinformatica" model="res.partner.function">
            <field eval="&quot;&quot;&quot;RINF&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Responsable informàtica&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_respmarqueting" model="res.partner.function">
            <field eval="&quot;&quot;&quot;RMAR&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Responsable màrqueting&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_respproduccion" model="res.partner.function">
            <field eval="&quot;&quot;&quot;RPROD&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Responsable producció&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_resprrhh" model="res.partner.function">
            <field eval="&quot;&quot;&quot;RRHH&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Responsable RRHH&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_respventas" model="res.partner.function">
            <field eval="&quot;&quot;&quot;RVEN&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Responsable vendes&quot;&quot;&quot;" name="name"/>
        </record>
        <record id="res_partner_function_secretario" model="res.partner.function">
            <field eval="&quot;&quot;&quot;SEC&quot;&quot;&quot;" name="code"/>
            <field eval="&quot;&quot;&quot;Secretari/a&quot;&quot;&quot;" name="name"/>
        </record>
    </data>
</openerp>