采购单优化
This commit is contained in:
@@ -474,6 +474,8 @@ class ProductionLot(models.Model):
|
|||||||
[('company_id', '=', company.id), ('product_id', '=', product.id),
|
[('company_id', '=', company.id), ('product_id', '=', product.id),
|
||||||
('name', 'ilike', product.name.split('[')[0])],
|
('name', 'ilike', product.name.split('[')[0])],
|
||||||
limit=1, order='name desc')
|
limit=1, order='name desc')
|
||||||
|
if not last_serial:
|
||||||
|
return "%s-%03d" % (product.name, 1)
|
||||||
return self.env['stock.lot'].generate_lot_names1(product.name, last_serial.name, 2)[1]
|
return self.env['stock.lot'].generate_lot_names1(product.name, last_serial.name, 2)[1]
|
||||||
now = datetime.now().strftime("%Y%m%d")
|
now = datetime.now().strftime("%Y%m%d")
|
||||||
if product.cutting_tool_model_id:
|
if product.cutting_tool_model_id:
|
||||||
|
|||||||
Reference in New Issue
Block a user