# -*- coding: utf-8 -*- { 'name': 'Fusion - Sale Order to Purchase Order', 'author': 'Fusion Products', 'version': '19.0.1.0.0', 'images': ['static/description/icon.png'], 'summary': 'Create Purchase Orders directly from Sale Orders with vendor assignment and cost price mapping.', 'description': """ Fusion - Sale Order to Purchase Order ====================================== Quickly create and manage Purchase Orders from Sale Orders. Assign vendors per product line, auto-map cost prices, and track the link between SO and PO in both directions. """, 'depends': ['base', 'sale_management', 'purchase'], 'license': 'OPL-1', 'data': [ 'security/ir.model.access.csv', 'wizard/fusion_purchase_order_wiz.xml', 'wizard/fusion_match_sale_order_wiz.xml', 'views/fusion_so_to_po_views.xml', ], 'installable': True, 'auto_install': False, 'category': 'Sales', }