Skip to content

Commit

Permalink
Merge pull request #40 from django-oscar/add_priority
Browse files Browse the repository at this point in the history
add priority
  • Loading branch information
specialunderwear authored Sep 11, 2024
2 parents d96400f + 9ffd22a commit a40f6cf
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 a40f6cf

Please sign in to comment.