Skip to Content
Menu
This question has been flagged
3 Replies
3410 Views

I created a custom field using the gui in product.product 

I want this field to show in the columns of Invoice Lines when creating an invoice for customer. 

I would appreciate if some one can show me how to do that.

 

Avatar
Discard
Best Answer

You can't do it because your custom field model is different from Invoice Lines (account.invoice.line).
 

Avatar
Discard

Apology Ben, to avoid confusion, I would like to say that Abhisek's answer shows how you can do that with related field. It is possible.

Don't apologize bro, just use up/down vote ;) And help clearing the confusion.

Author Best Answer

Anyone? I am sure the experts at the community would give a minute or two to answer a newbie question.

Thanks in Advance

Avatar
Discard
Best Answer

We have an option here. If your created field is in the model product.product, then you should add a related field in the invoice model ie, in account.invoice in which the value is directly get from the product.product model. Please try using related fields.

Avatar
Discard