Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3220 Lượt xem

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

Ảnh đại diện
Huỷ bỏ

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

Câu trả lời hay nhất

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

 

Ảnh đại diện
Huỷ bỏ
Tác giả

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

Tác giả Câu trả lời hay nhất

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 

Ảnh đại diện
Huỷ bỏ

on which field you want onchange?

Tác giả

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