[FIX] accounting: remove duplicated entries in the list

Introduced at 484e96508a
The line number 2 was added twice

Closes #315
This commit is contained in:
Luis Torres 2019-01-03 10:52:35 +00:00 committed by Martin Trigaux
parent 6f0357964a
commit 875556c005

View File

@ -297,8 +297,6 @@ process in Odoo, this considerations to understand the behavior are important.
`30% Advance End of Following Month`, this is an installments term,
then the attribute `MetodoPago` will be `PPD`.
2. To test a regular signed payment just create an invoice with payment term
`30% Advance End of Following Month` and then pay it.
2. To test a normal signed payment just create an invoice with payment term
`30% Advance End of Following Month` and then register a payment to it.
3. You must print the payment in order to retrieve the PDF properly.