~openbig/bigconsulting/bank_statement

« back to all changes in this revision

Viewing changes to account_invoice_cash_discount/account_invoice_cash_discount_wizard.xml

  • Committer: gpa
  • Date: 2010-09-15 09:58:34 UTC
  • Revision ID: gpa@tinyerp.com-20100915095834-2n079gcdtlxkhz9s
added wizard to compute the line

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
            name="account.move.line.discount.reconcile"
15
15
            menu="True" 
16
16
            id="account.wizard_reconcile"/>
 
17
        <wizard
 
18
            string="Compute Period Wise Write-off Entry"
 
19
            model="account.move.line"
 
20
            name="account_period_write_calculation"
 
21
            menu="True" 
 
22
            id="wizard_period_writeoff_calculation"/>
 
23
            
 
24
        <menuitem 
 
25
            action="wizard_period_writeoff_calculation" 
 
26
            id="menu_period_writeoff_calculation" 
 
27
            parent="account.menu_finance" 
 
28
            type="wizard"/>
 
29
            
17
30
        </data>
18
31
</openerp>