first commit
This commit is contained in:
53
modules/account_rule/tryton.cfg
Normal file
53
modules/account_rule/tryton.cfg
Normal file
@@ -0,0 +1,53 @@
|
||||
[tryton]
|
||||
version=7.8.0
|
||||
depends:
|
||||
account
|
||||
company
|
||||
ir
|
||||
party
|
||||
extras_depend:
|
||||
account_invoice
|
||||
account_invoice_stock
|
||||
account_stock_continental
|
||||
account_stock_anglo_saxon
|
||||
product
|
||||
purchase
|
||||
purchase_shipment_cost
|
||||
sale
|
||||
sale_gift_card
|
||||
stock
|
||||
stock_consignment
|
||||
xml:
|
||||
account.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
account.Configuration
|
||||
account.AccountRule
|
||||
party.Party
|
||||
|
||||
[register account_invoice]
|
||||
model:
|
||||
account.InvoiceLine
|
||||
|
||||
[register account_invoice_stock]
|
||||
model:
|
||||
account.InvoiceLineStock
|
||||
|
||||
[register product]
|
||||
model:
|
||||
product.Category
|
||||
product.Template
|
||||
|
||||
[register purchase]
|
||||
model:
|
||||
purchase.Line
|
||||
|
||||
[register sale]
|
||||
model:
|
||||
sale.Line
|
||||
|
||||
[register stock]
|
||||
model:
|
||||
stock.Move
|
||||
account.AccountRuleStock
|
||||
Reference in New Issue
Block a user