Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
3206 Ansichten

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

Avatar
Verwerfen

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

Beste Antwort

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
Verwerfen
Autor

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

Autor Beste Antwort

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
Verwerfen

on which field you want onchange?

Autor

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