1

In odoo I can work with either lots or unique serial number. But I want to unique serial number to each and every items in a single lot. Then I will transfer that lot. So, is it possible to add serial number to the lot item?

Manan
  • 394
  • 4
  • 15

1 Answers1

0

For me, I solved this problem a while ago on odoo-12 using a customized code [ to ensure that the serial number is unique to each lot]

WhiteReve
  • 81
  • 6
  • did you create new model and made relation? E.g: lot_model one2many examplemodel. If yes, can you give any hint with the model _name? – Manan Jun 26 '21 at 12:25