~luc-demeyer/openobject-addons/7.0-account_financial_report_webkit-fixes

« back to all changes in this revision

Viewing changes to account_financial_report/report/account_balance_2_cols.py

  • Committer: Nhomar Hernandez
  • Author(s): Vauxoo
  • Date: 2012-02-10 13:44:05 UTC
  • mfrom: (6.1.3 account-financial-report)
  • Revision ID: nhomar@vauxoo.com-20120210134405-kr3h62o36qx4pljb

[MERGE] Added field parent_id in search view of account.account.
Modified financial report of 4,2 and simple columns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        inf_type = {
80
80
            'bgen' : '               Balance General',
81
81
            'bcom' : '       Balance de Comprobacion',            
82
 
            'edogp': 'Estado de Ganancias y Perdidas' 
 
82
            'edogp': 'Estado de Ganancias y Perdidas',
 
83
            'bdl'  : 'Diario Legal'
83
84
        }
84
85
        return inf_type[form['inf_type']]
85
86