Using V15 on Odoo.sh
I'm trying to modify the description used on the line items of the customer invoice. The current behavior seems to be to capture and display the product name and append the sales description.
I would like it to capture and display sales description and if sales description is not set to capture and display product name.
Is there a way to make this change via studio.
The 'label' that is used on the invoice is the same as the journal entry. Thinking about creating a field 'invoice label' and using an automation rule to populate upon creation. Thinking I need to use python to apply some logic as to how it gets populated.