hello everyone
I have created a form on a website page so that users can enter their product information, after submitting the form I want to save all the information as a new product. How do I do that?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hello everyone
I have created a form on a website page so that users can enter their product information, after submitting the form I want to save all the information as a new product. How do I do that?
Hi
You can add a controller to do that
1.In website form add the action and method as post-
action="/create/product" method="POST"
2.Add a controller
@http.route('/create/product', type="http", auth="public", website=True)
def create_product(self, **kw):
request.env['product.patient'].sudo().create(kw)
Make sure that the fields in the website form is same as product,otherwise add them as a dict instead of kw
Hello,
it is very simple with the help of Studio. You can go to the inventory => Products. Then click on the studio icon and go the website tab. Then click on the form and prepare the form in the website.
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ýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 9 25
|
512 | ||
|
1
thg 10 25
|
650 | ||
|
2
thg 6 25
|
2180 | ||
|
0
thg 3 25
|
2055 | ||
|
0
thg 2 25
|
1554 |