22 lines
720 B
Python

# -*- coding: utf-8 -*-
{
'name': 'C2C Intercompany Sync',
'version': '1.0',
'category': 'Sales/Sales',
'summary': 'Automates PO to SO creation across C2C companies',
'description': """
Handles intercompany rules for C2C architecture:
- When Company B confirms a PO to Company A, an SO is automatically created in Company A.
- Synchronizes Delivery from A and Receipt in B.
- Generates corresponding invoices on both sides.
""",
'author': 'Antigravity',
'depends': ['sale_management', 'purchase', 'stock', 'account'],
'data': [
'views/res_company_views.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}