Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5179 Prikazi

Good day

I am running openerp 7. I have been capturing my quotes for over a year, now however I cannot see any quote over 999. I am approx 1030 but cannot see the latest 30 not matter how i sort or filter etc.

Any feedback welcome

Thanks

Avatar
Opusti

All I can tell you is that the first customer database I checked had 5753 sales orders and I was able to see them all, 80 at time.

Best Answer

Hi;

Verify in the configuration under Settings --> Technical ---> sequences & Identifiers ---> Sequences the value Number Padding of the Sale Journal Sequence (SAJ) (increase this value).

It seems to me that you are using an old version of v7.0 , if it's true, there is a fix for this issue.

Edit your sale.py file (.../openerp/addons/sales/sale.py), around line 248, change the line _order = "name desc" by _order = 'date_order desc, id desc'.

sale.py

Update your sale module.

Before doing that, do a backup of your OpenERP installation and your Datbase (Just in case ...).

This is, just a fix, the solution is to update your OpenERP instance.

Avatar
Opusti
Avtor

Hi Thanks for your answer. But no joy. It's very odd, I can search for SO1000 and it will return it for me, but in list view it just wont show anything higher than SO999. I tried padding at 4 and 5 and refreshing but still only SO999 shows

Related Posts Odgovori Prikazi Aktivnost
1
okt. 25
91
0
okt. 25
976
3
okt. 25
504
1
sep. 25
598
2
sep. 25
721