testinfo=self.env['product.attribute.value'].search([('product_ids.product_tmpl_id','=',2047)])
        for id in testinfo:
            print id.name
            print id.price_extra
            print id.attribute_id.name

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-08-28
相关资源
相似解决方案