~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to kit/kit_creation_view.xml

  • Committer: chloups208
  • Date: 2012-05-11 11:09:33 UTC
  • mto: This revision was merged to the branch mainline in revision 821.
  • Revision ID: chloups208@chloups208-laptop-20120511110933-2wnfbu5n1b9jnkph
uf-996 the name of the domain field was wrong

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
                        <field name="res_model">kit.creation</field>
209
209
                        <field name="view_type">form</field>
210
210
                        <field name="view_mode">tree,form</field>
211
 
                        <field name="domain">[('composition_product_id', '=', active_id)]</field>
 
211
                        <field name="domain">[('product_id_kit_creation', '=', active_id)]</field>
212
212
                        <field name="context">{}</field>
213
213
                        <field name="search_view_id" ref="view_kit_creation_filter" />
214
214
                </record>