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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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'.
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.
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
3
říj 25
|
363 | ||
Add pdf file to quote
Vyřešeno
|
|
1
zář 25
|
549 | |
error when adding the sales app
Vyřešeno
|
|
2
zář 25
|
647 | |
|
3
zář 25
|
671 | ||
|
3
srp 25
|
698 |
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.