purchase,purchase.order,inv_line_create
def inv_line_create(self, a, ol):
Replaced By
def inv_line_create(self, cr, uid, a, ol):
required cr,uid for pooling other objects in this method for implementing anglo-saxon accounting.
Replaced By
def inv_line_create(self, cr, uid, a, ol):
required cr,uid for pooling other objects in this method for implementing anglo-saxon accounting.
Comments