[Fix] stock:remove the file name from terp
[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 <<<<<<< TREE
34                         rml="point_of_sale/report/all_closed_cashbox_of_the_day.rml"
35                          /-->
36 =======
37                         rml="point_of_sale/report/all_closed_cashbox_of_the_day.rml"
38                          />
39 >>>>>>> MERGE-SOURCE
40                 <report
41                         id="pos_users_product_re"
42                         string="User's Product"
43                         model="account.bank.statement"
44                         name="pos.user.product"
45                         auto="False"
46                         multi="True"
47                         rml="point_of_sale/report/pos_users_product.rml"
48                          />
49
50                 <report
51                         id="account_statement"
52                         string="Statement"
53                         model="account.bank.statement"
54                         name="account.statement"
55                         auto="False"
56                         multi="True"
57                         rml="point_of_sale/report/account_statement.rml"
58                          />
59
60                 <report
61                         id="all_closed_cashbox_of_the_day"
62                         string="All Closed CashBOx"
63                         model="account.bank.statement"
64                         name="all.closed.cashbox.of.the.day"
65                         auto="False"
66                         multi="True"
67                         menu = 'False'
68                         rml="point_of_sale/report/all_closed_cashbox_of_the_day.rml"
69                          />
70
71         </data>
72 </openerp>