Hi @RRomjon,
Welcome to the community
To use OpenZeppelin Contracts with upgrades with multiple inheritance we can call the __{ContractName}_init_unchained
functions. See documentation: https://docs.openzeppelin.com/contracts/4.x/upgradeable
See the example in this forum post: