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

« back to all changes in this revision

Viewing changes to l10n_es_partner_data/data/data_partner_functions.xml

  • Committer: Borja L.S.
  • Date: 2010-10-18 10:04:25 UTC
  • Revision ID: git-v1:271c47a993616dbba60585d48b8b98d603199d93
[REF] *: Refactorización para portar a 6.0 - Paso 1.

- Se han renombrado los módulos para usar la nomenclatura propuesta
  por OpenERP: l10n_es para el módulo base de localización (plan de 
  cuentas), l10n_es_* para el resto de módulos.

- Se eliminan los módulos extra_addons/* que deberían moverse a 
  los extra-addons genéricos (no son específicos de España).

- Se renombran los __terp__.py por __openerp__.py

Show diffs side-by-side

added added

removed removed

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