콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

I haven't been able to find a way to automate finance charges in Odoo and I was looking to create an automated action to create a new invoice line or create a new invoice for my finance charge. For example, if an invoice isn't paid 5 days after its due date, I want to create a new invoice that is 2% of the invoice that is past due. What is the python expression I need to be able to do this in an automated action? 

Here is the screengrab of the automated action I have so far: https://imgur.com/a/CLdy9KP

아바타
취소
베스트 답변

Hi Cameron,

You need to write cron job.

In that you need to check which are the invoice dues, based on the reference of those invoices, create new invoices with whatever % you want to charge for that invoice. partner detail you will get it from the due invoice itself.

You have to add new product (for Penalty charged to customer for invoice dues ) as service type, that will be used as product in the line for auto generated invoice for penalty.

If you want ready made solution for this, then get app from here

I hope this idea will help you to understand how you need to move forward.

Best Regards,

Anil Kesariya



아바타
취소
베스트 답변

Hi Cameron, please find this module in OCA  https://www.odoo.com/apps/modules/10.0/skit_dunning/

아바타
취소
관련 게시물 답글 화면 활동
3
7월 20
10385
1
4월 20
14528
1
7월 18
6033
2
4월 25
17829
6
3월 24
10344