Skip to content

Commit

Permalink
[FIX] account: fix help tooltip
Browse files Browse the repository at this point in the history
The pro-forma state doesn't exist anymore on invoices
  • Loading branch information
fmdl authored and qdp-odoo committed Mar 19, 2018
1 parent 3730a0d commit 6dcfaae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/account/models/account_invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def _compute_payments(self):
], string='Status', index=True, readonly=True, default='draft',
track_visibility='onchange', copy=False,
help=" * The 'Draft' status is used when a user is encoding a new and unconfirmed Invoice.\n"
" * The 'Pro-forma' status is used when the invoice does not have an invoice number.\n"
" * The 'Open' status is used when user creates invoice, an invoice number is generated. It stays in the open status till the user pays the invoice.\n"
" * The 'Paid' status is set automatically when the invoice is paid. Its related journal entries may or may not be reconciled.\n"
" * The 'Cancelled' status is used when user cancel invoice.")
Expand Down

0 comments on commit 6dcfaae

Please sign in to comment.