Skip to content

Commit

Permalink
add priority
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Sep 11, 2024
1 parent 551be46 commit 9ffd22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oscar_odin/resources/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class Product(OscarCatalogue):
is_discountable: bool = True
is_public: bool = True
parent: Optional[ParentProduct]
priority: int

# Price information
price: Decimal = DecimalField(null=True)
Expand Down

0 comments on commit 9ffd22a

Please sign in to comment.