跳至内容
菜单
此问题已终结
1 回复
1573 查看

Please help me in this regard I'll be thankful to you!

Usman Ghias

Please check out the video



My Contact No: 03126912440

Email: usmanghias1@gmail.com

形象
丢弃
最佳答案

Hi Usman,


We have watched your video. The displayed error is from the "report_purchaseorder_document_ext" named template that is in the "tus_purchse_extended" module. It says that at the time of checking attention_name, expects a single record but gets multiple records from the model res.partner. This is called a singleton error. To resolve this issue, you can add an iteration before checking the <span t-if="attention_name"> as mentioned below.


<t t-foreach="add the record that gets singleton error here" t-as="partner">

        add the rest of the template code here according to the iteration

</t>


Hope this helps.

   

       

           

               


           

       

   


Hope it helps

形象
丢弃
相关帖文 回复 查看 活动
0
3月 23
2230
0
2月 21
4743
5
3月 20
18184
3
2月 23
5812
6
1月 24
14170