feat(flow-engine): add Odoo node executors
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -24,3 +24,13 @@ from app.nodes.validation import (
|
||||
ValidatePhoneExecutor,
|
||||
ValidateRegexExecutor,
|
||||
)
|
||||
from app.nodes.odoo import (
|
||||
OdooSearchPartnerExecutor,
|
||||
OdooCreatePartnerExecutor,
|
||||
OdooGetBalanceExecutor,
|
||||
OdooSearchOrdersExecutor,
|
||||
OdooGetOrderExecutor,
|
||||
OdooSearchProductsExecutor,
|
||||
OdooCheckStockExecutor,
|
||||
OdooCreateLeadExecutor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user