摘要:
代码分析 函数 r 处理异步迭代 function r(t, e, n, r, o, i, s) { try { var a = t[i](s), // 调用迭代器方法,例如 next() u = a.value; // 获取迭代返回的值 } catch (c) { return void n(c) 阅读全文
摘要:
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 阅读全文