Adapt tests to centimeters capitalization

issue10973
This commit is contained in:
Raimon Esteve 2021-11-25 09:40:51 +01:00
parent 176b59c834
commit 990c2d807f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Create product::
Create Components::
>>> meter, = ProductUom.find([('name', '=', 'Meter')])
>>> centimeter, = ProductUom.find([('name', '=', 'centimeter')])
>>> centimeter, = ProductUom.find([('symbol', '=', 'cm')])
>>> templateA = ProductTemplate()
>>> templateA.name = 'component A'
>>> templateA.default_uom = meter