跳至內容
選單
此問題已被標幟
1 回覆
1597 瀏覽次數

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
2247
0
2月 21
4811
5
3月 20
18238
3
2月 23
5880
6
1月 24
14248