feat: add category mapping model and AI settings on woo.instance

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>
This commit is contained in:
gsinghpal
2026-04-01 14:30:02 -04:00
parent 3179cc1f7b
commit 3493c43916
7 changed files with 210 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
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