feat: add editable WC SKU and Odoo SKU columns with bidirectional sync

Both SKU fields are inline-editable. Arrow buttons sync individual SKUs.
Bulk buttons sync all SKUs Odoo→WC or WC→Odoo.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-01 13:32:26 -04:00
parent 1a1a37b3e3
commit 3179cc1f7b
5 changed files with 230 additions and 12 deletions

View File

@@ -643,3 +643,8 @@ html[style*="color-scheme: dark"] {
outline: none;
box-shadow: 0 0 0 2px var(--woo-accent-glow);
}
.woo-edit-input-text {
text-align: left;
width: 120px;
}