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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
You can't do it because your custom field model is different from Invoice Lines (account.invoice.line).
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.
Anyone? I am sure the experts at the community would give a minute or two to answer a newbie question.
Thanks in Advance
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up