[FIX] Schedule jobs even if their next time has passed.
[odoo/odoo.git] / addons / account_budget / account_budget_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4                 <wizard id="wizard_budget_spread" menu="False" model="account.budget.post" name="account.budget.spread" string="Spread amount"/>
5
6                 <wizard id="wizard_budget_report" keyword="client_print_multi" model="account.budget.post" name="account.budget.report" string="Budget"/>
7
8         </data>
9 </openerp>