feat(integrations): add SaleOrder service for Odoo sales
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
13
services/integrations/app/schemas/__init__.py
Normal file
13
services/integrations/app/schemas/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from app.schemas.sale import (
|
||||
SaleOrderLine,
|
||||
SaleOrderResponse,
|
||||
SaleOrderSearchResult,
|
||||
QuotationCreate,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"SaleOrderLine",
|
||||
"SaleOrderResponse",
|
||||
"SaleOrderSearchResult",
|
||||
"QuotationCreate",
|
||||
]
|
||||
Reference in New Issue
Block a user