Files
suite/product_catch_weight/models/product.py
2021-03-11 13:43:09 -08:00

8 lines
190 B
Python

from odoo import api, fields, models
class ProductProduct(models.Model):
_inherit = 'product.template'
catch_weight_uom_id = fields.Many2one('uom.uom', string='Catch Weight UOM')