Subversion Repositories SmartDukaan

Rev

Rev 7330 | Rev 7367 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7330 Rev 7351
Line 212... Line 212...
212
    recommendedPrice = Field(Float)
212
    recommendedPrice = Field(Float)
213
    minPrice = Field(Float)
213
    minPrice = Field(Float)
214
    maxPrice = Field(Float)
214
    maxPrice = Field(Float)
215
    minAdvancePrice = Field(Float)
215
    minAdvancePrice = Field(Float)
216
    freebieItemId = Field(Integer)
216
    freebieItemId = Field(Integer)
-
 
217
    absoluteMinPrice = Field(Float)
217
    bestDealText = Field(String(100))
218
    bestDealText = Field(String(100))
218
    using_options(shortnames=True)
219
    using_options(shortnames=True)
219
    using_table_options(mysql_engine="InnoDB")    
220
    using_table_options(mysql_engine="InnoDB")    
220
 
221
 
221
class Amazonlisted(Entity):
222
class Amazonlisted(Entity):