跳至内容
菜单
此问题已终结
3457 查看

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
15125
0
6月 15
3906
1
3月 15
7027
1
3月 15
4427
1
6月 25
603