跳至內容
選單
此問題已被標幟
3477 瀏覽次數

def _get_date_end(self, pricelist_id):
        pool = pooler.get_pool(self.cr.dbname)
        pricelist = pool.get('product.pricelist.version').read(self.cr, self.uid, [pricelist_id], ['date_end'], context=self.localcontext)[0]
        return pricelist['date_end']  

 

<para style="8_left">[[ formatLang (get_date_end(data['form']['price_list']), date=True) ]]</para>

That works at simple price lists, but not if the price list based on another price list.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
6
9月 15
15147
0
6月 15
3934
1
3月 15
7034
1
3月 15
4433
1
6月 25
626