Commit ba6a4e77 authored by Jérome Perrin's avatar Jérome Perrin

missing docstraing


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37504 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4460bcf6
......@@ -32,7 +32,10 @@ from Products.ERP5Type import Permissions, PropertySheet, interfaces
from Products.ERP5.Document.AcceptSolver import AcceptSolver
class TradeModelSolver(AcceptSolver):
"""
"""Solve Divergences on Invoice Lines, and dependant trade model lines.
It consist in accepting decision from invoice lines, and adopting prevision
on trade model lines.
"""
meta_type = 'ERP5 Trade Model Solver'
portal_type = 'Trade Model Solver'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment