تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
796 أدوات العرض




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

الصورة الرمزية
إهمال

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
سبتمبر 25
244
2
سبتمبر 25
340
0
سبتمبر 25
140
4
سبتمبر 25
1281
3
سبتمبر 25
397