Fix tests.
Fix xpath tag in the view form.
This commit is contained in:
parent
f8151726cd
commit
f00c085d5d
@ -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
|
||||
|
@ -3,10 +3,10 @@
|
||||
The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page[@id='sale']/group/group[@id='buttons']" position="replace_attributes">
|
||||
<xpath expr="/form/group[@id='buttons']" position="replace_attributes">
|
||||
<group col="10" colspan="2" id="buttons"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='sale']/group/group/button[@name='process']" position="after">
|
||||
<xpath expr="/form/group/button[@name='process']" position="after">
|
||||
<button name="wizard_sale_payment" icon="tryton-forward"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/notebook/page[@id='other']" position="after">
|
||||
|
Loading…
Reference in New Issue
Block a user