first commit
This commit is contained in:
64
modules/account_payment/tryton.cfg
Normal file
64
modules/account_payment/tryton.cfg
Normal file
@@ -0,0 +1,64 @@
|
||||
[tryton]
|
||||
version=7.8.2
|
||||
depends:
|
||||
account
|
||||
company
|
||||
currency
|
||||
ir
|
||||
party
|
||||
res
|
||||
extras_depend:
|
||||
account_dunning
|
||||
account_invoice
|
||||
account_statement
|
||||
account_statement_rule
|
||||
xml:
|
||||
payment.xml
|
||||
account.xml
|
||||
party.xml
|
||||
message.xml
|
||||
|
||||
[register]
|
||||
model:
|
||||
payment.Journal
|
||||
payment.Group
|
||||
payment.Payment
|
||||
account.MoveLine
|
||||
account.CreateDirectDebitStart
|
||||
account.PayLineStart
|
||||
account.PayLineAskJournal
|
||||
account.Configuration
|
||||
account.ConfigurationPaymentSequence
|
||||
account.ConfigurationPaymentGroupSequence
|
||||
party.Party
|
||||
party.PartyPaymentDirectDebit
|
||||
party.PartyReceptionDirectDebit
|
||||
wizard:
|
||||
payment.ProcessPayment
|
||||
account.CreateDirectDebit
|
||||
account.PayLine
|
||||
account.MoveCancel
|
||||
account.MoveLineGroup
|
||||
account.MoveLineReschedule
|
||||
account.MoveLineDelegate
|
||||
party.Replace
|
||||
party.Erase
|
||||
|
||||
[register account_dunning]
|
||||
model:
|
||||
account.Dunning
|
||||
|
||||
[register account_invoice]
|
||||
model:
|
||||
account.Invoice
|
||||
payment.Payment_Invoice
|
||||
|
||||
[register account_statement]
|
||||
model:
|
||||
account.Statement
|
||||
account.StatementLine
|
||||
|
||||
[register account_statement_rule]
|
||||
model:
|
||||
account.StatementRule
|
||||
account.StatementRuleLine
|
||||
Reference in New Issue
Block a user