Adapt tests to centimeters capitalization

issue10973
This commit is contained in:
Raimon Esteve 2021-11-25 09:46:12 +01:00
parent e9b1e6aa85
commit 6114d0b5b8
1 changed files with 1 additions and 1 deletions

View File

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