← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 677398] [NEW] [6.0 trunk] Invoice number not correct

 

Public bug reported:

On the invoice views, the shown number is not the invoice number : it's
the number of the related move.

To fix that, you must replace all occurencies of the 'number' field of
an invoice by the 'internal_number' on all views of invoices.

The second bug is the computation of this internal number. It exists a
sequence to create this internal number, but it's not use by the system
now.

I attach a patch to correct these two problems but i think that the
field 'number' is used instead of the field 'internal_number' which is
more comprehensive for people.

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: account invoice number sequence

-- 
[6.0 trunk] Invoice number not correct
https://bugs.launchpad.net/bugs/677398
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: New

Bug description:
On the invoice views, the shown number is not the invoice number : it's the number of the related move.

To fix that, you must replace all occurencies of the 'number' field of an invoice by the 'internal_number' on all views of invoices.

The second bug is the computation of this internal number. It exists a sequence to create this internal number, but it's not use by the system now.

I attach a patch to correct these two problems but i think that the field 'number' is used instead of the field 'internal_number' which is more comprehensive for people.







Follow ups

References