first commit
This commit is contained in:
87
modules/sale/tryton.cfg
Normal file
87
modules/sale/tryton.cfg
Normal file
@@ -0,0 +1,87 @@
|
||||
[tryton]
|
||||
version=7.8.1
|
||||
depends:
|
||||
account
|
||||
account_invoice
|
||||
account_invoice_stock
|
||||
account_product
|
||||
company
|
||||
country
|
||||
currency
|
||||
ir
|
||||
party
|
||||
product
|
||||
res
|
||||
stock
|
||||
xml:
|
||||
sale.xml
|
||||
configuration.xml
|
||||
sale_reporting.xml
|
||||
party.xml
|
||||
stock.xml
|
||||
product.xml
|
||||
invoice.xml
|
||||
message.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
ir.Cron
|
||||
party.Party
|
||||
party.PartyCustomerCurrency
|
||||
party.PartySaleMethod
|
||||
product.Configuration
|
||||
product.DefaultLeadTime
|
||||
product.Template
|
||||
product.ProductLeadTime
|
||||
product.Product
|
||||
product.SaleContext
|
||||
stock.Move
|
||||
stock.ShipmentOut
|
||||
stock.ShipmentOutReturn
|
||||
invoice.Invoice
|
||||
invoice.Line
|
||||
configuration.Configuration
|
||||
configuration.ConfigurationSequence
|
||||
configuration.ConfigurationSaleMethod
|
||||
configuration.ConfigurationQuotation
|
||||
sale.Sale
|
||||
sale.SaleIgnoredInvoice
|
||||
sale.SaleRecreatedInvoice
|
||||
sale.SaleLine
|
||||
sale.SaleLineTax
|
||||
sale.SaleLineIgnoredMove
|
||||
sale.SaleLineRecreatedMove
|
||||
sale.HandleShipmentExceptionAsk
|
||||
sale.HandleInvoiceExceptionAsk
|
||||
sale.ReturnSaleStart
|
||||
sale_reporting.Context
|
||||
sale_reporting.Main
|
||||
sale_reporting.MainTimeseries
|
||||
sale_reporting.Customer
|
||||
sale_reporting.CustomerTimeseries
|
||||
sale_reporting.CustomerCategory
|
||||
sale_reporting.CustomerCategoryTimeseries
|
||||
sale_reporting.CustomerCategoryTree
|
||||
sale_reporting.Product
|
||||
sale_reporting.ProductTimeseries
|
||||
sale_reporting.ProductCategory
|
||||
sale_reporting.ProductCategoryTimeseries
|
||||
sale_reporting.ProductCategoryTree
|
||||
sale_reporting.RegionTree
|
||||
sale_reporting.Country
|
||||
sale_reporting.CountryTimeseries
|
||||
sale_reporting.Subdivision
|
||||
sale_reporting.SubdivisionTimeseries
|
||||
sale_reporting.CountryTree
|
||||
wizard:
|
||||
party.Replace
|
||||
party.Erase
|
||||
sale.HandleShipmentException
|
||||
sale.HandleInvoiceException
|
||||
sale.ReturnSale
|
||||
sale.ModifyHeader
|
||||
sale.OpenProduct
|
||||
sale_reporting.OpenRegionTree
|
||||
sale_reporting.OpenCountryTree
|
||||
report:
|
||||
sale.SaleReport
|
||||
Reference in New Issue
Block a user