odoo/addons/account_budget_crossover/crossovered_budget_report.xml

45 lines
1.2 KiB
XML

<?xml version="1.0"?>
<terp>
<data>
<!-- Reports on crossovered.budget -->
<report id="report_crossovered_budget"
string="Print Budgets"
model="crossovered.budget"
name="crossovered.budget.report"
rml="account_budget_crossover/report/crossovered_budget_report.rml"
auto="False"
menu="False" />
<wizard
string="Print Budgets"
model="crossovered.budget"
name="wizard.crossovered.budget"
id="wizard_crossovered_budget_menu"
keyword="client_print_multi" />
<wizard
string="Print Summary of Budgets"
model="crossovered.budget"
name="wizard.crossovered.budget.summary"
id="wizard_crossovered_budget_menu_1"
keyword="client_print_multi" />
<!-- Reports on account.analytic.account -->
<wizard
id="account_analytic_account_budget_report"
string="Print Budgets"
model="account.analytic.account"
name="wizard.analytic.account.budget.report"
keyword="client_print_multi"/>
<report id="account_analytic_account_budget"
string="Print Budgets"
model="account.analytic.account"
name="account.analytic.account.budget"
rml="account_budget_crossover/report/analytic_account_budget_report.rml"
auto="False"
menu="False"/>
</data>
</terp>