Sylvain LE GAL
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
pos_to_weight_by_product_uom/models/uom_uom.py
|
@ -4,7 +4,7 @@ |
|
|
from odoo import fields, models |
|
|
from odoo import fields, models |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class UomtUom(models.Model): |
|
|
|
|
|
|
|
|
class UomUom(models.Model): |
|
|
_inherit = 'uom.uom' |
|
|
_inherit = 'uom.uom' |
|
|
|
|
|
|
|
|
to_weigh = fields.Boolean( |
|
|
to_weigh = fields.Boolean( |
|
|