Activity log for bug #1167796

Date Who What changed Old value New value Message
2013-04-11 09:11:00 Sébastien Alix bug added bug
2013-04-11 09:11:38 Sébastien Alix description As described here: https://answers.launchpad.net/oerplib/+question/226449 For instance, 'get()' method provided by the "collections.Mapping" (which the 'oerplib.service.osv.Model' class inherits from) conflicts with the 'get()' method of the 'ir.sequence' model. To avoid any problems, it should be convenient to drop "collections.Mapping" inheritance. As described here: https://answers.launchpad.net/oerplib/+question/226449 For instance, 'get()' method provided by the "collections.Mapping" (which the 'oerplib.service.osv.Model' class inherits from) conflicts with the 'get()' method of the 'ir.sequence' model: >>> oerp.get('ir.sequence').get('stock.lot.serial') # Crash To avoid any problems, it should be convenient to drop "collections.Mapping" inheritance.
2013-04-11 22:32:31 Sébastien Alix oerplib: status New Fix Committed
2013-04-12 06:33:25 Sébastien Alix oerplib: status Fix Committed Fix Released