* Cédric Krier <[email protected]> [17.09 16:53]: > On 13/09/12 07:18 +0000, [email protected] wrote: > > Please review this at http://codereview.tryton.org/517002/ > > Could you give some documentation about this module.
You mean developer-level documentation? It simply adds two objects: Dunning procedure and dunning level. Every dunning procedure can have multiple dunning levels. For each dunning level the text to be printed on the dunning letter and the days after the maturity date can be specified. The objects to be dunned are move lines (not invoices) so it adds some fields on the move lines: One which specifies the dunning procedure to be used, one that keeps track of the current dunning level and the date of the last dunning level advancement. That idea was taken from Open ERP, but I think it would be better to have a separate object for that, in order to keep track of all the level advancements and not just the last one. -- [email protected] mailing list
