Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
3226 Vizualizări

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

Imagine profil
Abandonează

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

Cel mai bun răspuns

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

 

Imagine profil
Abandonează
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 Cel mai bun răspuns

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 

Imagine profil
Abandonează

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