42 lines
1.3 KiB
Python
42 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Multi-Company Product & Category Settings Sync',
|
|
'version': '19.0.1.0.0',
|
|
'summary': 'Automatically share and synchronize product and product category settings from parent company to branch companies recursively.',
|
|
'description': """
|
|
Multi-Company Product & Category Settings Sync
|
|
================================================
|
|
Synchronizes the following settings from a parent company to all active branch companies recursively:
|
|
|
|
- Product Category:
|
|
|
|
- Valuation & Costing Methods
|
|
- Income & Expense accounts
|
|
- Stock Valuation, Stock Input, Stock Output accounts (excluding stock journal to keep it branch-specific)
|
|
|
|
- Product Template:
|
|
|
|
- Income, Expense, and Price Difference accounts
|
|
- Customers and Vendors taxes (mapped by name and amount)
|
|
- Routes (mapped by name)
|
|
- Stock Inventory and Production locations (mapped by path)
|
|
|
|
- Bill of Materials (BOM):
|
|
|
|
- Automatically replicates BOM recipe structures and ingredient component lines for compatible shared products.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'category': 'Sales/Sales',
|
|
'depends': [
|
|
'product',
|
|
'account',
|
|
'stock',
|
|
'mrp',
|
|
],
|
|
'data': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|