Replies: 1 comment 4 replies
-
You are using flectra with odoo? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello guys, i need help to fix my problem.
here is my problem, i have model instaled on the system, but i just update the model and every time and try to update the model
i always got this error message File "C:\Users\IT UW\odoo14\flectra\flectra\fields.py", line 509, in _setup_related_full
field = target._fields[name]
KeyError: 'type_kk' - - -
here is the xml code
product.product.form product.product form`
and this is the py code
`
from flectra import api, fields, models, _
from datetime import datetime
class InMrpProductProduct(models.Model):
_name = 'product.product'
_inherit = 'product.product'
`
can you guys help me to fix this problem?
thankyou :)
Beta Was this translation helpful? Give feedback.
All reactions