Need help
I am using odoo 10. in module lunch I would like when click to select order, I want to get product from sales and not only product from lunch or product created in lunch to appear also in product of sales. anyone can help?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
2
Trả lời
2661
Lượt xem
I changed
product_id = fields.Many2one('lunch.product', 'Product', required=True)
by this
product_id = fields.Many2one('product.product', 'Product', required=True)
but no effect after I updated my module getting Internal server error
Hi,
in the lunch module the product form is created separately does not inherit module product
if you want to change that you have to change this line: (\addons\\lunch\models/lunch.py)
product_id = fields.Many2one('lunch.product', 'Product', required=True)
by this
product_id = fields.Many2one('product.product', 'Product', required=True)
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký