摘要:
SELECT sale_order.name, SUM(sale_order_line.price_total) as total_amount FROM sale_order JOIN sale_order_line AS sale_order_line ON sale_order.id = sa 阅读全文
摘要:
在odoo中 为什么在模型中,有的字段,用SQL有的可以查到,有的字段却报错。 select source_fact_no,confirmation_date from sale_order_line [42703] ERROR: column "confirmation_date" does no 阅读全文