We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有些模型没有_description 比如 _name = 'wx.menu.item.base' 会在运行时报 log问题, 看能加上最好
_name = 'wx.menu.item.base'
字段同名,也会报 log警告,wx_media update_time = fields.Char('更新时间') update_time_show = fields.Char('更新时间',compute='_update_time_show')
update_time = fields.Char('更新时间') update_time_show = fields.Char('更新时间',compute='_update_time_show')
The text was updated successfully, but these errors were encountered:
感谢反馈,已处理
Sorry, something went wrong.
No branches or pull requests
有些模型没有_description
比如
_name = 'wx.menu.item.base'
会在运行时报 log问题, 看能加上最好
字段同名,也会报 log警告,wx_media
update_time = fields.Char('更新时间') update_time_show = fields.Char('更新时间',compute='_update_time_show')
The text was updated successfully, but these errors were encountered: