Skip to Content
Menu
This question has been flagged
4 Replies
4860 Rodiniai

Why I can't use api extending res.partner?

Portretas
Atmesti

What have you tried? What is the error? Post some code and more information please.

Autorius

I tried to make something simple so I can understand how to do it. @api.one def convert_opportunity_to_customer(self): osv.except_osv('Warning!', '!!!!!!!!!!!!!!!!!!!!!') _logger.error(self, 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA') raise Exception(self) # return True

Autorius

I do not get error it does not compute the method

Best Answer

Hi Simon,

Have you done the following imports:

from openerp.osv import osv
import logging
_logger = logging.getLogger(__name__)

Portretas
Atmesti
Best Answer

Simon,

You can definitely extend the model and its methods!

What errors did you receive?

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
geg. 22
2459
0
spal. 20
3876
2
birž. 18
3607
1
geg. 22
2657
5
spal. 19
9705