I want to add new moderncv command to act like the command cventry but in double, I mean that I have the same job from a period in two differnet companies and I need the command to show it, here is the original commands
\cventry[spacing]{years}{degree/job title}{institution/employer}{localization}{optionnal: grade/...}{optional: comment/job description}
what I want is something like this
\cventrydouble[spacing]{years}{degree/job title}
{institution1/employer1}{localization1}{optionnal1: grade/...}{optional1: comment/job description}
{institution2/employer2}{localization2}{optionnal2: grade/...}{optional2: comment/job description}
and this will give final result like the original one but with \cventrydouble you will be able for the same period and same job to put two employers.
I need something close this but with better style :
\section{Experiences Professionnelles}
\cventry{2008\à 2012}{Responsable...}{}{}{}{}
\cventry{}{}{Company1}{Paris}{France}{Description company1.}
\cventry{}{}{Company2}{Paris}{France.}{Description company2\newline{}}
Sorry but I'm not allowed to show a picture, I get this message
"We're sorry, but as a spam prevention mechanism, new users aren't allowed to post images. Earn more than 10 reputation to post images."

optional1argument. – Xavier Dec 13 '12 at 18:01