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

I am using Odoo 8.


I have invoices that are already validated that I need to add to a contract.


Is this possible?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Whenever you Validate an Invoice, It generates Accounting Entries to the relevant Journals (or Ledgers). So You need to rollback them first and then use it in the Contract. You can create a function for reverse the effects of Validating Invoice and bring the invoice back in draft state and then add it to the Contract.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

No, you can not add already validated invoice to your contract, but you can add draft invoice to your contract by changing "Source Document" (by default field invisible, auto filled)... 

 

Thanks.

อวตาร
ละทิ้ง