- Add ajax_search_wc_customers() – searches user_login, user_email,
display_name AND first_name/last_name meta so any query returns hits
- Add ajax_unlink_customer() to remove an existing Odoo link
- Replace placeholder Customers tab with two-panel UI:
Step 1 search WC customers → Step 2 search Odoo partners independently
(WC email and Odoo email do not need to match)
- Results table shows current link status; inline Link/Unlink actions
update the row in-place without page reload
- Admin JS fully wired: both search inputs respond to Enter key and button
- Add two-panel layout CSS and results table styles
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Odoo JSON-RPC client (no Composer, uses wp_remote_post)
- Admin settings page under WooCommerce with connection test
- Customer linking: search Odoo partners from WP user profile
- My Account: Odoo Invoices tab with PDF proxy download
- My Account: Book a Meeting tab (slot calculator + calendar.event)
- WC order → Odoo sale.order auto-sync on processing status
- Products matched by SKU; partner auto-created from billing info
- Uninstall cleanup (options, user meta, order meta, DB table)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>