~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to point_of_sale/statement_report.xml

  • Committer: nel at tinyerp
  • Date: 2009-11-30 08:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 4062.
  • Revision ID: nel@tinyerp.com-20091130082849-a7v30pjka68kf0oi
Add point of sale and pos_tax_include

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<openerp>
 
3
        <data>
 
4
 
 
5
                <report
 
6
                        id="pos_users_product_re"
 
7
                        string="User's Product"
 
8
                        model="account.bank.statement"
 
9
                        name="pos.user.product"
 
10
                        auto="False"
 
11
                        multi="True"
 
12
                        rml="statement/report/pos_users_product.rml"
 
13
                         />
 
14
 
 
15
                <report
 
16
                        id="account_statement"
 
17
                        string="Statement"
 
18
                        model="account.bank.statement"
 
19
                        name="account.statement"
 
20
                        auto="False"
 
21
                        multi="True"
 
22
                        rml="statement/report/account_statement.rml"
 
23
                         />
 
24
 
 
25
                <report
 
26
                        id="all_closed_cashbox_of_the_day"
 
27
                        string="All Cloded CashBOx"
 
28
                        model="account.bank.statement"
 
29
                        name="all.closed.cashbox.of.the.day"
 
30
                        auto="False"
 
31
                        multi="True"
 
32
                        menu = 'False'
 
33
                        rml="statement/report/all_closed_cashbox_of_the_day.rml"
 
34
                         />
 
35
                <report
 
36
                        id="pos_users_product_re"
 
37
                        string="User's Product"
 
38
                        model="account.bank.statement"
 
39
                        name="pos.user.product"
 
40
                        auto="False"
 
41
                        multi="True"
 
42
                        rml="statement/report/pos_users_product.rml"
 
43
                         />
 
44
 
 
45
                <report
 
46
                        id="account_statement"
 
47
                        string="Statement"
 
48
                        model="account.bank.statement"
 
49
                        name="account.statement"
 
50
                        auto="False"
 
51
                        multi="True"
 
52
                        rml="statement/report/account_statement.rml"
 
53
                         />
 
54
 
 
55
                <report
 
56
                        id="all_closed_cashbox_of_the_day"
 
57
                        string="All Cloded CashBOx"
 
58
                        model="account.bank.statement"
 
59
                        name="all.closed.cashbox.of.the.day"
 
60
                        auto="False"
 
61
                        multi="True"
 
62
                        menu = 'False'
 
63
                        rml="statement/report/all_closed_cashbox_of_the_day.rml"
 
64
                         />
 
65
 
 
66
        </data>
 
67
</openerp>