摘要:
# 取单价为最近时间的单价sql="select price_unit from sale_price_list where partner_id=%d and product_id=%d order by write_date desc limit 1"%(partner_id,product_i 阅读全文
摘要:
def action_partner_account_state(self,cr,uid,context=None): cr.execute(""" select id from res_partner where is_company='t' and customer='t' and active 阅读全文