Hi ,I have added a new field discount in purchase order (odoo 10 ) but i want to carry forward that discount value in invoice form .All other values are being carried automatically by inbuilt module .So can someone help me to solve this problem .
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
3506
瀏覽次數
Take a look at https://www.odoo.com/apps/modules/9.0/purchase_discount/
This module, for version 9, does what you want. Check out the code in models/account_invoice_line.py that overrides the NEW method of account.invoice.line to look at the related purchase.order.line and set the discount.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
0
3月 24
|
1148 | ||
|
2
8月 25
|
1548 | ||
|
1
7月 25
|
637 | ||
|
2
7月 25
|
909 | ||
|
2
5月 25
|
871 |