Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
3215 Visninger

HI anyone please help me how to use onchange function in openerp urgent 

Avatar
Kassér

This is not a real question. Elaborate more on what you tried, what went wrong, etc. Otherwise the question will just be closed.

Bedste svar

First you have to decide where you want to give onchange function and then give attribute on_change to that field,, for Eg:- let our field is sample_field

<field name="sample_field" on_change="onchange_sample_field(arg1, arg2)"/>

Here onchange_sample_field is my function name

Next step is to define that function:-

Define what you have to do in that function,, function definition Eg:-

    def onchange_sample_field(self, cr, uid, ids, arg1, arg2, context=None):
        function body
        return result

 

Avatar
Kassér
Forfatter

I have preparing a vehicle management system , if customer have two or more vehicles, and how onchange the vehicles no for one customer

Forfatter Bedste svar

my py file

class instalment_receipt_entry(osv.osv):
    _name = 'instalment.receipt.entry'
    _columns = {      'agreement_number_id': fields.many2one('agreement.number','Agreement Number'),

                               'receipt_no':fields.char('Receipt Number',size=64),

}

and my xml file 

   <field name="agreement_number_id"/>
    <field name="receipt_no"/>

how to onchange this 

Avatar
Kassér

on which field you want onchange?

Forfatter

receipt_no this fields i want change

I want changes in the receipt_no files









Thanks and Regards
Arunagiri k

On Wed, Nov 12, 2014 at 8:29 PM, Baiju KS <baijuks@hotmail.com> wrote:

on which field you want onchange?

--
Baiju KS
Sent by OpenERP S.A. using Odoo about Forum Post False