Hi how can i link sales order with product or product template table?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
1012
查看
Thank you i did the same
To connect the sale_order table and product_product, product_template table use sale_order_line table as intermediate table.
By using the following fields which is present in sale_order_line,
- order_id -> sale_order
- product_id -> product_product
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
9月 25
|
488 | ||
|
3
10月 24
|
2943 | ||
|
1
9月 25
|
451 | ||
|
4
6月 25
|
2685 | ||
|
1
6月 25
|
2130 |