Add shopoob application and new property in shop capability
This commit is contained in:
parent
e835e61d0a
commit
965e5a1b1d
4 changed files with 225 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class Order(BaseObject):
|
|||
shipping = DecimalField('Shipping price')
|
||||
discount = DecimalField('Discounts')
|
||||
tax = DecimalField('Tax')
|
||||
total = DecimalField('Total')
|
||||
|
||||
def __repr__(self):
|
||||
return u"<Order id=%r date=%r>" % (self.id, self.date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue