I spent hours doing this and don't want to do it again.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
1
회신
3451
화면
Create a Server Action like this:

for record in records:
product_template = env['product.template'].search([('id','=',record.res_id)])
for variant in product_template.product_variant_ids:
new_attachment = record.copy()
new_attachment['res_id'] = variant.id
new_attachment['res_model'] = 'product.product'
And make sure to click CREATE CONTEXTUAL ACTION so you can select the relevant attachments and have them copied from the product.template to the product.variant:

Then you can re-select all the attachments and DELETE them (if applicable).
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
0
11월 23
|
1708 | ||
|
|
3
5월 25
|
2467 | ||
|
|
3
11월 24
|
9541 | ||
|
|
3
9월 24
|
6772 | ||
|
|
0
12월 17
|
4508 |