first commit
This commit is contained in:
84
modules/incoterm/tryton.cfg
Normal file
84
modules/incoterm/tryton.cfg
Normal file
@@ -0,0 +1,84 @@
|
||||
[tryton]
|
||||
version=7.8.2
|
||||
depends:
|
||||
company
|
||||
country
|
||||
ir
|
||||
party
|
||||
extras_depend:
|
||||
account_invoice
|
||||
account_invoice_stock
|
||||
carrier
|
||||
purchase
|
||||
purchase_request_quotation
|
||||
sale
|
||||
sale_opportunity
|
||||
sale_shipment_cost
|
||||
sale_shipment_grouping
|
||||
stock
|
||||
stock_package_shipping
|
||||
web_shop
|
||||
xml:
|
||||
incoterm.xml
|
||||
company.xml
|
||||
party.xml
|
||||
carrier.xml
|
||||
purchase.xml
|
||||
sale.xml
|
||||
stock.xml
|
||||
web.xml
|
||||
message.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
incoterm.Incoterm
|
||||
incoterm.Incoterm_Company
|
||||
party.Party
|
||||
party.Address
|
||||
party.Incoterm
|
||||
company.Company
|
||||
|
||||
[register account_invoice account_invoice_stock]
|
||||
model:
|
||||
account.Invoice
|
||||
account.InvoiceLine
|
||||
|
||||
[register carrier]
|
||||
model:
|
||||
carrier.Carrier
|
||||
|
||||
[register purchase]
|
||||
model:
|
||||
purchase.Purchase
|
||||
stock.ShipmentIn_Purchase
|
||||
|
||||
[register purchase_request_quotation]
|
||||
model:
|
||||
purchase.RequestQuotation
|
||||
wizard:
|
||||
purchase.RequestCreatePurchase
|
||||
|
||||
[register sale]
|
||||
model:
|
||||
sale.Sale
|
||||
stock.ShipmentOut_Sale
|
||||
|
||||
[register sale_opportunity]
|
||||
model:
|
||||
sale.Opportunity
|
||||
|
||||
[register sale_shipment_cost]
|
||||
model:
|
||||
sale.Sale_Carrier
|
||||
|
||||
[register stock]
|
||||
model:
|
||||
stock.ShipmentIn
|
||||
stock.ShipmentInReturn
|
||||
stock.ShipmentOut
|
||||
stock.ShipmentOutReturn
|
||||
|
||||
[register web_shop]
|
||||
model:
|
||||
sale.Sale_WebShop
|
||||
web.Shop
|
||||
Reference in New Issue
Block a user