24
27
super(Selection, self).__init__(string=string, help=help,
25
28
required=required, readonly=readonly, domain=domain, states=states,
26
29
select=select, on_change=on_change, on_change_with=on_change_with,
27
depends=depends, order_field=order_field, context=context,
29
31
if hasattr(selection, 'copy'):
30
32
self.selection = selection.copy()