Files
Odoo-Modules/fusion_so_to_po/__manifest__.py
gsinghpal acd3fc455e changes
2026-03-09 15:21:22 -04:00

27 lines
944 B
Python

# -*- 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',
}