This commit is contained in:
gsinghpal
2026-03-09 15:21:22 -04:00
parent a3e85a23ef
commit acd3fc455e
243 changed files with 20459 additions and 4197 deletions

View File

@@ -0,0 +1,26 @@
# -*- 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',
}