This question has been flagged
1 Reply
2111 Views

 Hi,

This is probably easy, but I haven't been able to figure this out by myself so far.

I want to add our company products to the product data base in Odoo. I also need a long description of our products in order to add them in our Sale Orders, but I don't need this description in our Invoices. We basically only want a 1-line-description for our invoices. How is this possible?

Thanks for your help!

Avatar
Discard
Best Answer

Add a new field in product table for giving 1-line-description . And add that field to invoice_line in account.invoice by replacing old description field.

Avatar
Discard