i have installed beautifulsoup4 using pip install BeautifulSoup and through normal python project it can import the module. (from bs4 import BeautifulSoup) but in odoo it get error no module name bs4 even though it is installed. does anyone have solution?