feat: disabling accounting for deals and groups
This commit is contained in:
@@ -101,6 +101,7 @@ class DealSchema(BaseSchema):
|
||||
is_deleted: bool
|
||||
is_completed: bool
|
||||
is_locked: bool
|
||||
is_accounted: bool
|
||||
client: ClientSchema
|
||||
comment: str
|
||||
shipping_warehouse: Optional[Union[ShippingWarehouseSchema, str]] = None
|
||||
@@ -120,6 +121,7 @@ class DealGeneralInfoSchema(BaseSchema):
|
||||
name: str
|
||||
is_deleted: bool
|
||||
is_completed: bool
|
||||
is_accounted: bool
|
||||
comment: str
|
||||
shipping_warehouse: Optional[str] = None
|
||||
delivery_date: Optional[datetime.datetime] = None
|
||||
|
||||
Reference in New Issue
Block a user