Adapt tests to centimeters capitalization

issue10973
This commit is contained in:
Raimon Esteve 2021-11-25 09:45:58 +01:00
parent b266686645
commit e86abb73a0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Create Components::
>>> component1.save()
>>> meter, = ProductUom.find([('name', '=', 'Meter')])
>>> centimeter, = ProductUom.find([('name', '=', 'centimeter')])
>>> centimeter, = ProductUom.find([('symbol', '=', 'cm')])
>>> template2 = ProductTemplate()
>>> template2.name = 'component 2'
>>> template2.default_uom = meter