Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1237 Prikazi

Hi,

I create new module, In this module have two custom fields,

first field many2one

second field char

I create one function for inherit module,In that function used for onchange field of second field.

after i create function nothing is coming,please find the below code.


class InheritProductProduct(models.Model):

_inherit = 'product.template'

num_code = fields.Char('Num Code')

@api.onchange('categ_id')
def num_code(self):
        _logger.info(self)
for record in self:
_logger.info("RECORD :",record)


If i change category, field num_code automatically change.num_code is already in category table.


Nothing comes in log file


Avatar
Opusti
Avtor Best Answer

I FIX MYSELF, THANKS

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
sep. 25
546
1
okt. 25
670
2
jun. 25
2202
0
mar. 25
2087
0
feb. 25
1571