[IMP] Upgrade the translations
[odoo/odoo.git] / addons / account_budget / crossovered_budget_report.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4
5         <!-- Reports on crossovered.budget -->
6                 <report id="report_crossovered_budget"
7                                 string="Print Budgets"
8                                 model="crossovered.budget"
9                                 name="crossovered.budget.report"
10                                 rml="account_budget/report/crossovered_budget_report.rml"
11                                 auto="False"
12                                 menu="False" />
13
14                 <wizard
15                         string="Print Budgets"
16                         model="crossovered.budget"
17                         name="wizard.crossovered.budget"
18                         id="wizard_crossovered_budget_menu"
19                         keyword="client_print_multi" />
20
21                 <wizard
22                         string="Print Summary of Budgets"
23                         model="crossovered.budget"
24                         name="wizard.crossovered.budget.summary"
25                         id="wizard_crossovered_budget_menu_1"
26                         keyword="client_print_multi" />
27
28         <!-- Reports on account.analytic.account -->
29                 <wizard
30                         id="account_analytic_account_budget_report"
31                         string="Print Budgets"
32                         model="account.analytic.account"
33                         name="wizard.analytic.account.budget.report"
34                         keyword="client_print_multi"/>
35
36                 <report id="account_analytic_account_budget"
37                         string="Print Budgets"
38                         model="account.analytic.account"
39                         name="account.analytic.account.budget"
40                         rml="account_budget/report/analytic_account_budget_report.rml"
41                         auto="False"
42                         menu="False"/>
43
44         <!-- moved from account module -->
45                 <report auto="False"
46                         id="account_budget"
47                         menu="False"
48                         model="account.budget.post"
49                         name="account.budget"
50                         rml="account_budget/report/budget_report.rml"
51                         string="Print Budget"/>
52
53         </data>
54 </openerp>