~camptocamp/openerp-fiscal-rules/7.0-wrong-onchange-1255918

« back to all changes in this revision

Viewing changes to account_fiscal_position_rule_sale/sale_view.xml

  • Committer: Joel Grand-Guillaume
  • Author(s): renatonlima at gmail
  • Date: 2013-02-12 07:56:57 UTC
  • mfrom: (57.2.2 account_fiscal_position_rule_sale)
  • Revision ID: joel.grandguillaume@camptocamp.com-20130212075657-dob2ezerw12b0x7f
[MRG] [MIRG] migrated Views
[IMP] Code formatting according to PEP-8
[IMP] Refactored stock.picking methods

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                </field>
26
26
                <field name="partner_id" position="attributes">
27
27
                    <attribute name="on_change">
28
 
                        onchange_partner_id(partner_id, context, shop_id)
 
28
                        onchange_partner_id(partner_id, context)
 
29
                    </attribute>
 
30
                    <attribute name="context">
 
31
                        {'shop_id': shop_id}
29
32
                    </attribute>
30
33
                </field>
31
34
            </field>