Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个销售报告来显示特定时间段的销售数量。
我应该如何进行?
到目前为止,我能够创建表单视图(My_Sales_Report)并将其链接到sale.order或sale.report。我创建了“ My_Sales_Report ”作为基本视图。我在两个数据模型(即 sale.order 和 sale.report)中创建了两个自定义字段“x_data_to”和“x_data_from”。