I want to inherit and edit a function so that I can make things happend with the product prices located in /shop. I already managed to do something similar with the /shop/single-product-example, by inheriting _get_combination_info inside 'product.template', but I cannot make it happen for /shop. I really do not understand a lot about website in odoo, so any help is welcomed.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
944
ビュー
Hi,
Please check the function _get_sales_prices in odoo 16 version for shop product prices
Hope it helps