feat(integrations): add Partner service for Odoo contacts
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
from app.schemas.sale import (
|
||||
SaleOrderLine,
|
||||
SaleOrderResponse,
|
||||
SaleOrderSearchResult,
|
||||
QuotationCreate,
|
||||
from app.schemas.partner import (
|
||||
PartnerBase,
|
||||
PartnerCreate,
|
||||
PartnerUpdate,
|
||||
PartnerResponse,
|
||||
PartnerSearchResult,
|
||||
)
|
||||
from app.schemas.crm import LeadCreate, LeadResponse, LeadSearchResult
|
||||
from app.schemas.product import ProductResponse, ProductSearchResult, StockInfo
|
||||
|
||||
__all__ = [
|
||||
"SaleOrderLine",
|
||||
"SaleOrderResponse",
|
||||
"SaleOrderSearchResult",
|
||||
"QuotationCreate",
|
||||
"PartnerBase",
|
||||
"PartnerCreate",
|
||||
"PartnerUpdate",
|
||||
"PartnerResponse",
|
||||
"PartnerSearchResult",
|
||||
"LeadCreate",
|
||||
"LeadResponse",
|
||||
"LeadSearchResult",
|
||||
"ProductResponse",
|
||||
"ProductSearchResult",
|
||||
"StockInfo",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user