mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Fix odoo warning because of duplicate field names
This commit is contained in:
@@ -150,7 +150,9 @@ class CubiscanWizardLine(models.TransientModel):
|
||||
store=False,
|
||||
)
|
||||
barcode = fields.Char("GTIN")
|
||||
packaging_id = fields.Many2one("product.packaging", readonly=True)
|
||||
packaging_id = fields.Many2one(
|
||||
"product.packaging", string="Packaging (rel)", readonly=True
|
||||
)
|
||||
packaging_type_id = fields.Many2one(
|
||||
"product.packaging.type", readonly=True, required=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user