20 lines
485 B
XML
20 lines
485 B
XML
<form model="clinic.payment">
|
|
<field name="partner_id" />
|
|
<field name="lines" nolabel="1">
|
|
<list>
|
|
<field name="description"/>
|
|
<field name="qty"/>
|
|
<field name="price"/>
|
|
<field name="amount"/>
|
|
</list>
|
|
</field>
|
|
<group span="4">
|
|
</group>
|
|
<group span="8">
|
|
<field offset="6" name="total"/>
|
|
</group>
|
|
<foot>
|
|
<button string="POST" type="success" method="post"/>
|
|
</foot>
|
|
</form>
|