GoodERP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.4KB

  1. ##############################################################################
  2. #
  3. # OpenERP, Open Source Management Solution
  4. # Copyright (C) 2014 上海开阖软件有限公司 (http://www.osbzr.com).
  5. # All Rights Reserved
  6. #
  7. # This program is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation, either version 3 of the License, or
  10. # (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program. If not, see http://www.gnu.org/licenses/.
  19. #
  20. ##############################################################################
  21. {
  22. 'name': 'GOODERP 销售模块',
  23. 'author': 'jeff@osbzr.com,flora@osbzr.com',
  24. 'website': 'https://www.osbzr.com',
  25. 'category': 'gooderp',
  26. 'description':
  27. '''
  28. 该模块可以方便的管理销售。
  29. 通过创建销售订单,审核后将销售订单行中的商品销售给客户,来完成销售功能。
  30. 通过创建销售退货订单,审核后将退货订单行中的商品退回,来完成销售退货功能。
  31. 通过创建销售变更单,选择原始销售订单,审核后将销售变更单行中的商品调整到原始销售订单行,来完成销售调整功能。
  32. 销售管理的报表有:
  33. 销售订单跟踪表;
  34. 销售明细表;
  35. 销售汇总表(按商品、按客户、按销售人员);
  36. 销售收款一览表;
  37. 销售前十商品。
  38. ''',
  39. 'version': '18.0',
  40. 'depends': ['warehouse', 'partner_address', 'staff'],
  41. 'data': [
  42. 'data/sell_data.xml',
  43. 'security/groups.xml',
  44. 'security/rules.xml',
  45. 'views/sell_view.xml',
  46. 'views/customer_view.xml',
  47. 'views/approve_multi_sale_order_view.xml',
  48. 'report/customer_statements_view.xml',
  49. 'report/sell_order_track_view.xml',
  50. 'report/sell_order_detail_view.xml',
  51. 'report/sell_summary_goods_view.xml',
  52. 'report/sell_summary_partner_view.xml',
  53. 'report/sell_summary_staff_view.xml',
  54. 'report/sell_receipt_view.xml',
  55. 'report/sell_top_ten_view.xml',
  56. 'report/sell_summary_view.xml',
  57. 'wizard/customer_statements_wizard_view.xml',
  58. 'wizard/sell_order_track_wizard_view.xml',
  59. 'wizard/sell_order_detail_wizard_view.xml',
  60. 'wizard/sell_summary_goods_wizard_view.xml',
  61. 'wizard/sell_summary_partner_wizard_view.xml',
  62. 'wizard/sell_summary_staff_wizard_view.xml',
  63. 'wizard/sell_receipt_wizard_view.xml',
  64. 'wizard/sell_top_ten_wizard_view.xml',
  65. 'security/ir.model.access.csv',
  66. #'report/report_data.xml',
  67. #'data/home_page_data.xml'
  68. ],
  69. 'demo': [
  70. 'data/sell_demo.xml',
  71. ],
  72. 'installable': True,
  73. 'auto_install': False,
  74. }
上海开阖软件有限公司 沪ICP备12045867号-1