Skip to Content
मेन्यू
This question has been flagged
1 Reply
5177 Views

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
Discard

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
Discard
Author

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 Replies Views Activity
0
अक्तू॰ 25
960
3
अक्तू॰ 25
486
1
सित॰ 25
590
2
सित॰ 25
686
3
सित॰ 25
725