first commit
This commit is contained in:
93
modules/stock/tryton.cfg
Normal file
93
modules/stock/tryton.cfg
Normal file
@@ -0,0 +1,93 @@
|
||||
[tryton]
|
||||
version=7.8.0
|
||||
depends:
|
||||
company
|
||||
currency
|
||||
ir
|
||||
party
|
||||
product
|
||||
res
|
||||
xml:
|
||||
stock.xml
|
||||
product.xml
|
||||
location.xml
|
||||
shipment.xml
|
||||
move.xml
|
||||
inventory.xml
|
||||
party.xml
|
||||
configuration.xml
|
||||
period.xml
|
||||
message.xml
|
||||
res.xml
|
||||
stock_reporting.xml
|
||||
stock_reporting_margin.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
ir.Cron
|
||||
res.User
|
||||
party.Party
|
||||
party.PartyLocation
|
||||
party.PartyDeliveredToWarehouse
|
||||
party.Address
|
||||
party.ContactMechanism
|
||||
product.Template
|
||||
product.Product
|
||||
product.ProductByLocationContext
|
||||
product.ProductQuantitiesByWarehouse
|
||||
product.ProductQuantitiesByWarehouseContext
|
||||
product.ProductQuantitiesByWarehouseMove
|
||||
product.RecomputeCostPriceStart
|
||||
product.CostPriceRevision
|
||||
product.ModifyCostPriceStart
|
||||
configuration.Configuration
|
||||
configuration.ConfigurationSequence
|
||||
configuration.ConfigurationLocation
|
||||
location.Location
|
||||
location.WarehouseWasteLocation
|
||||
location.ProductsByLocationsContext
|
||||
location.ProductsByLocations
|
||||
location.LocationLeadTime
|
||||
move.Move
|
||||
shipment.ShipmentIn
|
||||
shipment.ShipmentInReturn
|
||||
shipment.ShipmentOut
|
||||
shipment.ShipmentOutReturn
|
||||
shipment.ShipmentInternal
|
||||
shipment.AssignPartial
|
||||
period.Period
|
||||
period.Cache
|
||||
inventory.Inventory
|
||||
inventory.InventoryLine
|
||||
inventory.CountSearch
|
||||
inventory.CountQuantity
|
||||
stock_reporting.InventoryContext
|
||||
stock_reporting.Inventory
|
||||
stock_reporting.InventoryRangeContext
|
||||
stock_reporting.InventoryMove
|
||||
stock_reporting.InventoryDaily
|
||||
stock_reporting.InventoryTurnoverContext
|
||||
stock_reporting.InventoryTurnover
|
||||
stock_reporting_margin.Context
|
||||
stock_reporting_margin.Main
|
||||
stock_reporting_margin.MainTimeseries
|
||||
stock_reporting_margin.Product
|
||||
stock_reporting_margin.ProductTimeseries
|
||||
stock_reporting_margin.Category
|
||||
stock_reporting_margin.CategoryTimeseries
|
||||
stock_reporting_margin.CategoryTree
|
||||
wizard:
|
||||
party.Replace
|
||||
party.Erase
|
||||
product.OpenProductQuantitiesByWarehouse
|
||||
product.OpenProductQuantitiesByWarehouseMove
|
||||
product.RecomputeCostPrice
|
||||
product.ModifyCostPrice
|
||||
shipment.Assign
|
||||
inventory.Count
|
||||
report:
|
||||
shipment.DeliveryNote
|
||||
shipment.PickingList
|
||||
shipment.SupplierRestockingList
|
||||
shipment.CustomerReturnRestockingList
|
||||
shipment.InteralShipmentReport
|
||||
Reference in New Issue
Block a user