File: sale_project_data.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (64 lines) | stat: -rw-r--r-- 2,806 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <!-- Project Task export template -->
    <record id="project_task_export_template_line_sale_line_id" model="ir.exports.line">
        <field name="export_id" ref="project.project_task_export_template"/>
        <field name="name">sale_line_id</field>
    </record>

    <!-- Product template export template -->
    <record id="services_template_export_template" model="ir.exports">
        <field name="name">Services</field>
        <field name="resource">product.template</field>
    </record>

    <record id="services_template_export_template_line_id" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">id</field>
    </record>

    <record id="services_template_export_template_line_name" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">name</field>
    </record>

    <record id="services_template_export_template_line_product_tag_ids" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">product_tag_ids</field>
    </record>

    <record id="services_template_export_template_line_list_price" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">list_price</field>
    </record>

    <record id="services_template_export_template_line_type" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">type</field>
    </record>

    <record id="services_template_export_template_line_uom_id" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">uom_id</field>
    </record>

    <record id="services_template_export_template_invoice_policy" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">service_policy</field>
    </record>

    <record id="services_template_export_template_service_tracking" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">service_tracking</field>
    </record>

    <record id="services_template_export_template_project_id" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">project_id</field>
    </record>

    <record id="services_template_export_template_project_template_id" model="ir.exports.line">
        <field name="export_id" ref="services_template_export_template"/>
        <field name="name">project_template_id</field>
    </record>
</odoo>