~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to sandwich/sandwich_view.xml

  • Committer: Sofia (Open ERP)
  • Date: 2008-12-31 13:23:48 UTC
  • mto: (3387.2.5 trunk-extra-addons)
  • mto: This revision was merged to the branch mainline in revision 3390.
  • Revision ID: sso@tinyerp.com-20081231132348-g3ujqinjk1snn74m
security rules assigned to objects
bugfixed for the following objects :-
 - marketing
 - network
 - productivity_analysis
 - sale_supplier_direct_delivery
 - sandwich
 - esale_osc

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                                <form string="Product order lines">
94
94
                                        <field name="product_type_id" select="1" on_change="onchange_user_id(user_id,product_type_id)"/>
95
95
                                        <field name="user_id" select="1" on_change="onchange_user_id(user_id,product_type_id)"/>
96
 
                                        <field name="product_id" select="1" onchange="onchange_product_id(product_id)" domain="[('product_type_id','=',product_type_id)]"/>
 
96
                                        <field name="product_id" select="1" on_change="onchange_product_id(product_id)" domain="[('product_type_id','=',product_type_id)]"/>
97
97
                                        <field name="quantity" select="1"/>
98
98
                                        <field name="name" select="1"/>
99
99
                                        <field name="date" select="1"/>