Skip to Content
Menú
This question has been flagged
1 Respondre
1255 Vistes

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
Descartar
Autor

_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

Best Answer

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
Descartar
Related Posts Respostes Vistes Activitat
2
d’oct. 24
1829
1
de jul. 22
2241
0
de febr. 25
1037
1
d’ag. 19
2872
2
de des. 18
3240