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.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016-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_mass_sort_wizard_form" model="ir.ui.view">
<field name="model">mass.sort.wizard</field>
<field name="arch" type="xml">
<form string="Mass Sorting" version="7.0">
<group attrs="{'invisible': [('allow_custom_setting', '=', True)]}">
<field name="description" nolabel="1"/>
</group>
<group col="4" string="Sorting Criterias" attrs="{'invisible': [('allow_custom_setting', '=', False)]}">
<field name="line_ids" colspan="4" nolabel="1" >
<tree editable="bottom">
<field name="sequence" widget="handle"/>
<field name="field_id"/>
<field name="desc"/>
</tree>
</field>
</group>
<field name="allow_custom_setting" invisible="1"/>
<field name="one2many_model" invisible="1"/>
<footer>
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button name="button_apply" type="object" string="Confirm" class="oe_highlight"/>
</footer>
</form>
</field>
</record>
</data></openerp>