~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to vertical_integration/account_report.xml

UF-385 [ADD] Added consumption_calculation module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<openerp>
3
 
    <data>
4
 
        <report id="hq_ocg"
5
 
        string="Export to HQ system"
6
 
        model="account.move.line"
7
 
        name="hq.ocg"
8
 
        target_filename="Export to HQ System_${instance_id.code}_%(year)s%(month)s%(day)s"
9
 
        report_type="txt"
10
 
        auto="False"
11
 
        menu="False"/>
12
 
 
13
 
        <report id="hq_oca"
14
 
        string="Export to HQ system"
15
 
        model="account.move.line"
16
 
        name="hq.oca"
17
 
        target_filename="Export to HQ System_${instance_id.code}_%(year)s%(month)s%(day)s"
18
 
        report_type="txt"
19
 
        auto="False"
20
 
        menu="False"/>
21
 
 
22
 
    <!-- Sequence for Finance export -->
23
 
 
24
 
        <record id="seq_type_finance_export" model="ir.sequence.type">
25
 
            <field name="name">Finance export - OCB</field>
26
 
            <field name="code">finance.ocb.export</field>
27
 
        </record>
28
 
 
29
 
        <record id="seq_finance_export" model="ir.sequence">
30
 
            <field name="name">Cash Register</field>
31
 
            <field name="code">finance.ocb.export</field>
32
 
            <field name="prefix"></field>
33
 
            <field name="padding">3</field>
34
 
            <field name="number_next">1</field>
35
 
            <field name="number_increment">1</field>
36
 
        </record>
37
 
 
38
 
    </data>
39
 
</openerp>