Comment 2 for bug 996816

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello qdp,

Sorry for the the inconvenience. My keyboard was stuck that's why I am not able to completed the comment.

let me continue.......... please ignore above example. I am writing here again!

I am giving you a one small example, I think which is more helpfull.

Class test_test(osv.osv):
    _name = test.test
    _columns = {
     'name': fields.char('Name', size=64),

     }

Class test_test_new(osv.osv):
    _name = test.test.new
    _inherit = 'test.test'
  _columns = {
        'number'
}