Browse Source

[FIX] typo

pull/368/head
Sylvain LE GAL 5 years ago
committed by GitHub
parent
commit
6249640701
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pos_to_weight_by_product_uom/models/uom_uom.py

2
pos_to_weight_by_product_uom/models/uom_uom.py

@ -4,7 +4,7 @@
from odoo import fields, models
class UomtUom(models.Model):
class UomUom(models.Model):
_inherit = 'uom.uom'
to_weigh = fields.Boolean(

Loading…
Cancel
Save