~tempo-openerp/openobject-addons/trunk-bugfix-710644

« back to all changes in this revision

Viewing changes to point_of_sale/account_bank_statement.py

[REF]

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    """ Singer Statements """
50
50
    
51
51
    _name = 'singer.statement'
52
 
    _description = 'Statements'
 
52
    _description = 'Statement'
53
53
 
54
54
    def _sub_total(self, cr, uid, ids, name, arg, context=None):
55
55