~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to ifrs_report/model/ifrs.py

  • Committer: jose at vauxoo
  • Date: 2013-07-26 17:56:51 UTC
  • mfrom: (543.7.115 addons-vauxoo)
  • Revision ID: jose@vauxoo.com-20130726175651-kr5u1apz6qpu54qy
 
[MEGER] Merge Serie 7 to add new features in this serie 

Show diffs side-by-side

added added

removed removed

Lines of Context:
708
708
        #'sequence': lambda obj, cr, uid, context: uid,
709
709
    }
710
710
 
711
 
    def _check_description(self, cr, user, ids):
 
711
    def _check_description(self, cr, user, ids,context=None):
 
712
        context = context or {}
712
713
        for s in self.browse(cr, user, ids):
713
714
            # if s.type=='total' and s.parent_id.type!='abstract':
714
715
            #    return False