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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
968
瀏覽次數
Hi,
Please check the function _get_sales_prices in odoo 16 version for shop product prices
Hope it helps