Category mapping between Odoo product categories and WC categories with auto-match by name and manual mapping UI. AI settings for Claude/OpenAI with customizable prompts for product content generation. GPS coordinates for image geo-tagging pulled from company settings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
444 B
Python
17 lines
444 B
Python
from . import woo_shipping_carrier
|
|
from . import woo_instance
|
|
from . import woo_category_map
|
|
from . import woo_product_map
|
|
from . import woo_order
|
|
from . import woo_shipment
|
|
from . import woo_customer
|
|
from . import woo_sync_log
|
|
from . import woo_conflict
|
|
from . import woo_tax_map
|
|
from . import woo_pricelist_map
|
|
from . import woo_return
|
|
from . import sale_order
|
|
from . import stock_picking
|
|
from . import account_move
|
|
from . import res_partner
|