Merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
authorssi <ssi@tinyerp.com>
Mon, 15 Nov 2010 09:11:00 +0000 (14:41 +0530)
committerssi <ssi@tinyerp.com>
Mon, 15 Nov 2010 09:11:00 +0000 (14:41 +0530)
bzr revid: ssi@tinyerp.com-20101115091100-wi1sp13as3d05g2t

1  2 
addons/caldav/caldav_view.xml
addons/hr_timesheet_invoice/hr_timesheet_invoice.py

Simple merge
@@@ -87,6 -87,6 +87,7 @@@ class account_analytic_line(osv.osv)
      _columns = {
          'invoice_id': fields.many2one('account.invoice', 'Invoice', ondelete="set null"),
          'to_invoice': fields.many2one('hr_timesheet_invoice.factor', 'Type of Invoicing', help="It allows to set the discount while making invoice"),
++        
      }
  
      def unlink(self, cursor, user, ids, context=None):