I'm an Odoo noob and I just imported some products from Drupal Commerce into Odoo. Drupal Commerce likes working with cents instead of euros. So I want to programmatically drop 2 zeros from all prices. How can I do that? Ideally some python code from the interface itself or some other form of scripting which is not directly working on SQL.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
8352
화면
Is fixing the file and importing again an option for you? If not:
- Either export the products from the database (using the "help with import" option), change the file and re-import that file.
or
- Find the product_product table in postgres and write some script to alter the prices.
In order to prevent your database from clogging or becoming messy, I would opt for the re-importing of the products.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
8월 25
|
939 | ||
|
3
10월 24
|
4358 | ||
|
3
3월 24
|
5512 | ||
|
2
3월 24
|
3737 | ||
|
0
9월 21
|
3024 |