You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

36 lines
1.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015-Today GRAP (http://www.grap.coop)
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
-->
<openerp><data>
<record id="view_pos_change_payments_wizard_form" model="ir.ui.view">
<field name="model">pos.change.payments.wizard</field>
<field name="arch" type="xml">
<form>
<group col="4">
<field name="order_id" />
<field name="session_id" />
<field name="amount_total" />
<newline />
<field name="line_ids" colspan="4">
<tree string="Payment Lines" editable="bottom">
<field name="new_journal_id" widget="selection"/>
<field name="amount" />
</tree>
</field>
</group>
<footer>
<button name="button_change_payments" string="Change Payments"
type="object" class="oe_highlight"/>
<label string="or" />
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field>
</record>
</data></openerp>