Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1318 มุมมอง

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


อวตาร
ละทิ้ง
ผู้เขียน

_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

คำตอบที่ดีที่สุด

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



อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ต.ค. 24
1951
1
ก.ค. 22
2307
0
ก.พ. 25
1136
1
ส.ค. 19
2955
2
ธ.ค. 18
3335