[IMP] point_of_sale:convert wizard into osv_memory
[odoo/odoo.git] / addons / point_of_sale / statement_report.xml
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="point_of_sale/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="point_of_sale/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="point_of_sale/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="point_of_sale/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="point_of_sale/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>