gsinghpal
7e302b0a27
feat: implement price, inventory, image sync and conflict resolution
...
- Replace _sync_products placeholder with price comparison logic that
detects Odoo vs WC changes and creates woo.conflict on both-changed
- Replace _sync_inventory placeholder to push Odoo stock levels to WC
- Add _sync_product_from_wc webhook handler for inbound price updates
- Add action_sync_images on woo.product.map with hash-based comparison
- Add conflict resolution methods: action_use_odoo, action_use_woo,
action_bulk_resolve_odoo, action_bulk_resolve_woo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 21:01:57 -04:00
gsinghpal
9c2c043de9
feat: implement order sync lifecycle (WC→Odoo SO/invoice, shipping push, completion push)
...
- Replace _sync_orders placeholder with full WC order import pipeline
- Add _sync_order_from_wc, _find_or_create_customer, _prepare_sale_order_vals,
_prepare_order_line_vals, _prepare_shipping_line_vals helpers
- Add push methods on woo.order: action_push_shipping, action_push_completed,
action_push_invoice_pdf, action_push_delivery_pdf, _push_messages_to_wc
- Override stock.picking button_validate to auto-create shipment records and
push tracking/delivery PDFs to WooCommerce
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 21:01:48 -04:00
gsinghpal
116c0b03bf
feat: add cron jobs, sync engine scaffolding, log cleanup, and email templates
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 20:41:04 -04:00
gsinghpal
7b085a87a1
feat: extend sale.order, stock.picking, account.move, res.partner with WooCommerce fields
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 20:10:08 -04:00
gsinghpal
fdd67c9e51
feat: add all remaining models (product map, order, shipment, customer, sync log, conflict, tax/pricelist map, returns)
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 20:08:49 -04:00
gsinghpal
cd710065c6
feat: add woo.instance and woo.shipping.carrier models with default carriers
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 20:08:41 -04:00
gsinghpal
45775fa295
feat: scaffold fusion_woocommerce Odoo module and fusion-woodoo WP plugin directories
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-31 20:00:15 -04:00