first commit
This commit is contained in:
59
modules/web_shop/tryton.cfg
Normal file
59
modules/web_shop/tryton.cfg
Normal file
@@ -0,0 +1,59 @@
|
||||
[tryton]
|
||||
version=7.8.1
|
||||
depends:
|
||||
account
|
||||
company
|
||||
country
|
||||
currency
|
||||
ir
|
||||
product
|
||||
sale
|
||||
stock
|
||||
web_user
|
||||
extras_depend:
|
||||
account_tax_rule_country
|
||||
product_attribute
|
||||
product_image
|
||||
sale_price_list
|
||||
sale_shipment_cost
|
||||
xml:
|
||||
web.xml
|
||||
product.xml
|
||||
sale.xml
|
||||
message.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
web.Shop
|
||||
web.Shop_Warehouse
|
||||
web.Shop_Country
|
||||
web.Shop_Product
|
||||
web.Shop_ProductCategory
|
||||
web.User
|
||||
product.Template
|
||||
product.Product
|
||||
product.ProductURL
|
||||
product.Category
|
||||
sale.Sale
|
||||
|
||||
[register account_tax_rule_country]
|
||||
model:
|
||||
web.Shop_TaxRuleCountry
|
||||
|
||||
[register product_attribute]
|
||||
model:
|
||||
web.ShopAttribute
|
||||
web.Shop_Attribute
|
||||
product.Attribute
|
||||
|
||||
[register product_image]
|
||||
model:
|
||||
product.Image
|
||||
|
||||
[register sale_price_list]
|
||||
model:
|
||||
web.Shop_PriceList
|
||||
|
||||
[register sale_shipment_cost]
|
||||
model:
|
||||
web.Shop_ShipmentCost
|
||||
Reference in New Issue
Block a user