~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-fixed-asset

« back to all changes in this revision

Viewing changes to ar_account/wizard/wizard_cash_payment.xml

  • Committer: Andhitia Rama
  • Date: 2015-08-21 01:19:50 UTC
  • Revision ID: andhitia.r@gmail.com-20150821011950-3xsh8pwrd00ybdsc
Perbaikan beberapa error log pd console

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
            <field name="value" eval="'ir.actions.act_window,' + str(ref('action_account_wizardCashPayment'))" />
42
42
            <field name="key">action</field>
43
43
            <field name="model">account.invoice</field>
44
 
                        <field name="context">{'voucher_type' : 'Cash Payment', 'search_default_draft' : 1, 'search_default_confirm' : 1, 'search_default_waiting' : 1, 'search_default_ready' : 1, 'search_default_proforma' : 1}</field>
45
 
                        <field name="domain">[('voucher_type_id.name','=','Cash Payment')]</field>
 
44
                        <!-- <field name="context">{'voucher_type' : 'Cash Payment', 'search_default_draft' : 1, 'search_default_confirm' : 1, 'search_default_waiting' : 1, 'search_default_ready' : 1, 'search_default_proforma' : 1}</field> -->
 
45
                        <!-- <field name="domain">[('voucher_type_id.name','=','Cash Payment')]</field> -->
46
46
        </record>
47
47
        
48
48
    </data>