Passa al contenuto
Menu
La domanda è stata contrassegnata
1 Rispondi
1308 Visualizzazioni

Hi
The adviser requested to do this (according to the photo)
In fact, all invoices and accounting documents should have a field for the current and previous number after approval and be arranged according to the due date.

Has anyone had a similar experience?


old Number
INV/0003
INV/0002
INV/0001
INV/0004
INV/0006
INV/0005

Due Date
2021/05/10
2021/05/11
2021/05/15
2021/05/18
2021/06/10
2021/06/12

Number
INV/0001
INV/0002
INV/0003
INV/0004
INV/0005
INV/0006


Avatar
Abbandona
Autore

_inherit = 'account.move.line'
I have the document number (move_name) with regex
I put it in the list with the due date
And then I sorted the documents and saved the new number in a field
It will soon be available in the Iranian Accounting Localization module
https://github.com/FadooIR/l10n-iran/tree/14.0/l10_ir_accounting

Risposta migliore

sorted_record = self.env['your_model_name'].search([], order='due_date asc')
above mention, code display the record an ascending order

sorted_record = self.env['your_model_name'].search([], order='due_date desc')

above mention, code display the record an descending order



Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
ott 24
1911
1
lug 22
2291
0
feb 25
1122
1
ago 19
2928
2
dic 18
3299