Dear All,
I could see below issue while exporting Narration data into Excel from account move table in odoo15.
Actually, Narration data stored with tags in database table. When we export this, the same has been exported. Not sure how can we export the entered text alone. Below is the one example
Stored Data in Narration :
< p>< br/>< /p> or < span style=" color: rgb(73, 80, 87); font-size: 13px" >
< span style=" color: rgb(73, 80, 87); font-size: 13px" >Being Invoice No :XXX Dtd : 08/11/2022 accounted towards Shipping Line Charges payable agst inv no : 12345-2 Dtd :05.09.2022 Item :Candy, No of Container : 1*40, Qty :28.570 Container Number-123< /span>< /span>< br>< /p> data
Wants to export data as like below:
Being Invoice No :XXX Dtd : 08/11/2022 accounted towards Shipping Line Charges payable agst inv no : 12345-2 Dtd :05.09.2022 Item :Candy, No of Container : 1*40, Qty :28.570 Container Number-123
How can we achieve this?
Help regarding this will be highly appreciated.
Thanks