12
12
<field name="parent_model" invisible="1" />
13
13
<field name="search_default_not_restricted" invisible="1" />
14
14
<field name="current_id" invisible="1" />
15
<field name="product_ids" nolabel="1" colspan="4" mode="tree" domain="context.get('product_ids_domain', [])" context="{'search_default_not_restricted': search_default_not_restricted, 'wizard_id': current_id}" on_change="add_products(product_ids)">
15
<field name="product_ids" nolabel="1" colspan="4" mode="tree" domain="context.get('product_ids_domain', [])" context="{'search_default_not_restricted': search_default_not_restricted, 'wizard_id': current_id}">
16
16
<tree string="Products" editable="top">
17
17
<field name="default_code" readonly="True" />
18
18
<field name="name" readonly="True" />