Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
911 Lượt xem




Here I added datetime for invoice and duedate

class AccountMoveLine(models.Model):

_inherit = "account.move.line"


invoice_date = fields.Datetime(

related="move_id.invoice_date",

store=True,

copy=False,

aggregator="min",

)




and How can I update it on column in Partner Ledger Report

Ảnh đại diện
Huỷ bỏ

Adding the invoice date, as it requires customization via code.

We already have a similar customization in place for including the PO number in the Aged Receivable report.

We can follow the same approach to extend the report (both PDF and XLSX) and include the invoice date as well.

Let us know if you’d like to proceed with this customization

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 10 25
142
0
thg 10 25
94
0
thg 10 25
85
0
thg 10 25
2
1
thg 10 25
708