Work on redoing orders and related. A lot of code clean up. I think it works pretty well.
This commit is contained in:
@@ -48,7 +48,7 @@ class Order_Line_Base(BaseModel):
|
||||
product_unit_price: Optional[int] # Copied from product record
|
||||
product_recurring: Optional[bool] # Copied from product record
|
||||
|
||||
curr_product_id_random: str # Should be the same as product_id_random above
|
||||
curr_product_id_random: Optional[str] # Should be the same as product_id_random above
|
||||
curr_product_id: Optional[int] # Should be the same as product_id above
|
||||
|
||||
# NOTE: This is reversed with for_id_random
|
||||
|
||||
Reference in New Issue
Block a user