Hello, I am new developing with odoo. Now in my module i can select a product. Now i need a button that catch all the information of this product and convert the data into a xml file.
Please, I need the help fast.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, I am new developing with odoo. Now in my module i can select a product. Now i need a button that catch all the information of this product and convert the data into a xml file.
Please, I need the help fast.
In product page change your view from kanban to list , then select your product , action item will be appear at top , from there you can export all data you need about that product in two formats one is excel and the other is CSV.
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 | |
---|---|---|---|---|
|
1
thg 4 22
|
18364 | ||
|
0
thg 1 22
|
2492 | ||
|
0
thg 3 15
|
3788 | ||
|
3
thg 12 23
|
4989 | ||
|
1
thg 6 23
|
3628 |
Behind Odoo is a quite complex ORM. In ERP systems, the product core entity is usually the most complicated. Look at www.useopenerp.com to get an idea. So your first step is to decide what you consider to be "product data".
I want to get the rows of product.product table that matches with the selected product