Bill No. of receipt in openERP database table?

While generating receipt from openERP it also contains the bill no. on the reciept. Does the bill no. save in any database table? If so, which table saves the bill no. in openERP database?

Kindly share the snapshot.

When there is any number is generating in the OpenERP is storing to its respective table. i.e in below screenshot you can see that sale order has the number and it is storing to sale.order table. in this case the field name is “name” so in other case that fields might change but that will surely store in that respective database with respective field name.

Let me know if any further clarification is needed.

1 Like

This is exactly what happens. As you can see in the screenshot, the field name is the column name, and the model is the corresponding table.