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.

67 line
2.5KB

  1. ##############################################################################
  2. # This file is part of GoodERP
  3. #
  4. # This program is distributed in the hope that it will be useful,
  5. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  6. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  7. # GNU Affero General Public License for more details.
  8. #
  9. # You should have received a copy of the GNU Affero General Public License
  10. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  11. #
  12. ##############################################################################
  13. {
  14. "name": "GoodERP 库存模块",
  15. "version": '18.1',
  16. "author": 'ZhengXiang',
  17. "website": "http://www.osbzr.com",
  18. "category": "gooderp",
  19. "depends": ['core', 'goods', 'money', 'barcodes', 'partner_address'],
  20. "description":
  21. '''
  22. 该模块实现了 GoodERP 中 仓库管理的功能。
  23. 通过创建或者处理销售发货单/销售退货单,来完成出/入库。
  24. 通过创建或者处理采购入库单/采购退货单,来完成入/出库。
  25. 通过创建其他出入库单,来完成其他出入库的流程。
  26. 通过创建组装/拆卸单,来完成商品的生产。
  27. 通过创建盘点单,完成仓库中商品的实际库存数量与账面库存数量的比较和调整。
  28. 仓库管理的报表有:
  29. 库存余额表;
  30. 商品收发明细表;
  31. 批次余额表;
  32. 库存调拨;
  33. 库龄报表。
  34. ''',
  35. "data": [
  36. 'data/warehouse_data.xml',
  37. 'data/sequence.xml',
  38. 'security/groups.xml',
  39. 'security/ir.model.access.csv',
  40. 'security/rules.xml',
  41. 'wizard/save_bom_view.xml',
  42. 'wizard/stock_transceive_wizard_view.xml',
  43. 'wizard/stock_receipt_delivery_wizard_view.xml',
  44. 'wizard/non_active_report_wizard.xml',
  45. 'view/warehouse_view.xml',
  46. 'view/inventory_view.xml',
  47. 'view/production_view.xml',
  48. 'view/res_company.xml',
  49. 'view/qc_rule.xml',
  50. 'view/goods_reference_black_list_view.xml',
  51. 'report/report_data.xml',
  52. 'report/stock_balance_view.xml',
  53. 'report/stock_receipt_delivery_view.xml',
  54. 'report/stock_transceive_view.xml',
  55. 'report/lot_status_view.xml',
  56. 'view/warehouse_action.xml',
  57. 'view/warehouse_menu.xml',
  58. ],
  59. 'demo': [
  60. 'data/warehouse_demo.xml',
  61. ],
  62. 'license': 'AGPL-3',
  63. }
上海开阖软件有限公司 沪ICP备12045867号-1