first commit
This commit is contained in:
27
modules/analytic_invoice/tryton.cfg
Normal file
27
modules/analytic_invoice/tryton.cfg
Normal file
@@ -0,0 +1,27 @@
|
||||
[tryton]
|
||||
version=7.8.0
|
||||
depends:
|
||||
account_invoice
|
||||
analytic_account
|
||||
extras_depend:
|
||||
account_asset
|
||||
account_invoice_defer
|
||||
xml:
|
||||
invoice.xml
|
||||
asset.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
invoice.InvoiceLine
|
||||
invoice.AnalyticAccountEntry
|
||||
|
||||
[register account_asset]
|
||||
model:
|
||||
asset.Asset
|
||||
wizard:
|
||||
asset.UpdateAsset
|
||||
|
||||
[register account_invoice_defer]
|
||||
model:
|
||||
invoice.InvoiceDeferred
|
||||
|
||||
Reference in New Issue
Block a user