odooapps/sale_order_batch/models/product_product.py
2026-02-07 23:15:25 +01:00

7 lines
172 B
Python

from odoo import fields, models
class ProductProduct(models.Model):
_inherit = "product.product"
batch_ids = fields.Many2many("sale.order.batch", "product_ids")