[REM] point_of_sale: Remove the conflict
[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="pos_users_product_re"
27                         string="User's Product"
28                         model="account.bank.statement"
29                         name="pos.user.product"
30                         auto="False"
31                         multi="True"
32                         rml="point_of_sale/report/pos_users_product.rml"
33                          />
34
35                 <report
36                         id="account_statement"
37                         string="Statement"
38                         model="account.bank.statement"
39                         name="account.statement"
40                         auto="False"
41                         multi="True"
42                         rml="point_of_sale/report/account_statement.rml"
43                          />
44
45                 <report
46                         id="all_closed_cashbox_of_the_day"
47                         string="All Closed CashBOx"
48                         model="account.bank.statement"
49                         name="all.closed.cashbox.of.the.day"
50                         auto="False"
51                         multi="True"
52                         menu = 'False'
53                         rml="point_of_sale/report/all_closed_cashbox_of_the_day.rml"
54                          />
55
56         </data>
57 </openerp>