Fix tests.

Fix xpath tag in the view form.
This commit is contained in:
Juanjo Garcia
2019-10-30 15:59:52 +01:00
parent f8151726cd
commit f00c085d5d
2 changed files with 2 additions and 3 deletions

View File

@@ -76,7 +76,6 @@ Create product::
>>> template.name = 'product'
>>> template.default_uom = unit
>>> template.type = 'service'
>>> template.purchasable = True
>>> template.salable = True
>>> template.list_price = Decimal('10')
>>> template.account_category = account_category