Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
4678 Näkymät

I'm trying to override the list view for Products.  I would like to drop the "Status" column, which appears to be displaying the "state" field from product.template.  I had no problem removing the "Product Type" column, but for "Status", Odoo says:

Error: NameError: name 'state' is not defined

http://localhost:8069/web/static/lib/py.js/lib/py.js:370

The field is listed in the original view, and the column displays just fine.  Looking in the database table, I see that there are no values in the state column (all are null) for all records.  Why can't I remove the column, then?

Avatar
Hylkää

It's being called for and if it is not defined (or has been removed) you will get that error. Rather than beat your brains our trying to delete it, just hide is with the invisible attribute in the view Like Ivan suggested below.

Paras vastaus

Sometimes the field is needed for other stuff like domain, setting dynamic attributes, etc.  What you can do is to keep the field and make it invisible (put invisible="1" in the field tag).

Avatar
Hylkää
Tekijä

That's what I ended up doing. Was just wondering why Odoo would complain after removing it. Makes sense, if it's being looked at by some other piece of code.

Paras vastaus

Hello Jeff,

Suggestion of Ivan is appriaciable. But now first you need to get back that state by updating product module from settings.

Then you can apply the solution given by Ivan.

Regards.

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
maalisk. 15
3830
5
kesäk. 20
6734
0
elok. 16
3115
1
huhtik. 16
4948
1
kesäk. 15
4423