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>
This commit is contained in:
gsinghpal
2026-03-31 20:10:08 -04:00
parent fdd67c9e51
commit 7b085a87a1
5 changed files with 57 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ 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