Correct after feedback

This commit is contained in:
Matthieu Dietrich
2016-04-29 15:36:28 +02:00
parent 14e1942412
commit 17bf64450d
6 changed files with 21 additions and 21 deletions

View File

@@ -15,7 +15,7 @@
groups="account.group_account_invoice"
attrs="{'invisible': ['|', ('used_for_completion','=',False), ('state','not in', ['draft'])]}"/>
</button>
<xpath expr="/form/sheet/notebook/page/field[@name='line_ids']/tree/field[@name='credit']" position="after">
<xpath expr="//field[@name='line_ids']/tree/field[@name='credit']" position="after">
<field name="already_completed"/>
</xpath>
<xpath expr="/form/sheet/notebook" position="inside">