跳至内容
菜单
此问题已终结
7 回复
9663 查看

Hi Experts

Its my first time to add a custom field in the form through the custom module. and i am facing this error

Field `custfield` does not exist

can you please guide me what i am doing wrong

here is my models directory codes

models\__init__.py  code

import custfield

models\custfield.py

from .import models, fields

class custfieldInherited(models.Model):

_inherit = 'fleet.vehicle'

custfield = fields.Char(string='Custom Field')


many thanks in advance.




形象
丢弃

Hi, There is init file outside the models folder, check whether model is called in that init file

编写者

Hi Niyas Raphy

init file outside the models folder have following code

import models

Please guide further what i am doing wrong.

最佳答案

Upgrade the module

形象
丢弃
编写者

how? can you guide please.

Add -u all to the command used to run the project

最佳答案

Try this :

change the line 'from .import models, fields' to

>> from odoo import  fields, models

Always Restart the server if you made a database change


形象
丢弃
编写者

thanks for the response. i have tried changing the code as you suggest but still there is no field added in the fleet.vehicle model. please note that i am working on windows. i have tried restarting services of odoo as well as operating system.

编写者 最佳答案

Hi Niyas Raphy

init file outside the models folder have following code

import models

Please guide further what i am doing wrong. 

@ Daniel John

Thanks for the reply. fleet module is already installed. In the manifest file it is also mentioned in the depends area that this custom module depends on the fleet module.


形象
丢弃
最佳答案

You need to install Fleet module first

形象
丢弃
相关帖文 回复 查看 活动
2
4月 17
10076
4
10月 20
8691
3
2月 24
10166
1
11月 23
2643
1
6月 23
3439