1

我已经安装了 OpenERP 并浏览了每个视图的代码。虽然“树”和“形式”是不言自明的,但我无法理解“图表”产生的差异。我已阅读这些文档部分:

  1. 图表视图
  2. 开发者手册的目录

我正在寻找“为什么和什么”而不是“如何”的答案。谢谢您的帮助。

4

2 回答 2

3

在我看来,图表视图用于做出每月增长、每月销售额等管理决策。短图表视图用于比较不同时间段的销售额、采购、增长等。

于 2012-09-09T07:19:18.933 回答
1

For me the 'graph' view is self explanatory too... For an object (example : product.product) you can have different type of views :

  • Tree : to see a list of products,
  • Form : to see the details of a product
  • Graph : to have a graphical view of products like an histogram of the actual stock
  • Gantt : ...
于 2011-08-22T07:36:28.267 回答