Hi,
I have added Many2one field in product.packaging called products,
products_pack = fields.Many2one('product.product',string="Product Name")
so i want to drop down only the products that in stock.move.line products for the
products_pack field.
plase help me if anyone knows the answer for this! :)