← Back to team overview

openerp-community team mailing list archive

Re: Odoo and community

 

Note a wrong link in the images in https://www.odoo.com/page/brand-assets

The link for the Odoo Project PNG logo actually points to the EPS file.
Just need to change the .eps with .png in the href, so it is:
https://www.odoo.com/openerp_website/static/src/img/assets/odoo_project.png

Thanks Pedro for the SVG versions.


--
  Alejandro Santana
 alejandrosantana@xxxxxxxxx

<alejandrosantana@xxxxxxxxx>
 ~
 ANUBÍA, soluciones en la nube, S.L.
www.anubia.es

<http://www.anubia.es/>
Plaza Fernando Conde Montero Ríos, 9
 36201, Vigo (Pontevedra)



2014-05-16 12:09 GMT+02:00 Alejandro Santana <alejandrosantana@xxxxxxxxx>:

> Hi.
>
> Nice to hear about new updated documentation.
> I mean: It is a must!
>
> Good documentation:
>
>    - Saves a lot developer time searching info in weird places or by
>    trial-error.
>    - Saves Odoo time fixing, reviewing bugs.
>    - Makes the community stronger, more productive and happier. Thus,
>    better community modules to fill the gap, better perception.
>    - Really enhances the "professional perception" of the whole project.
>
> Regarding the *technical memento*, I suggest to put some kind of document
> version reference of date in it. Surely it will be converted to pdf and
> distributed and/or posted in blogs and so. This one you could easily see if
> it is current or not.
>
>
> Regarding the logo...
> - svg, of course. (Surely many of us are GNU/Linux guys)
> - official guidelines (as Parthiv suggests) would be great. Nice for press
> and advertisements (in CMYK) and for blogging and web purposes (svg and png
> (different sizes)).
> - I feel no need for a mascot... yet it can still be (officially or
> unofficially) the ant, if you want to sell Odoo plushes. :)
>
>
>
> --
>   Alejandro Santana
>  alejandrosantana@xxxxxxxxx
>
> <alejandrosantana@xxxxxxxxx>
>  ~
>  ANUBÍA, soluciones en la nube, S.L.
> www.anubia.es
>
> <http://www.anubia.es/>
> Plaza Fernando Conde Montero Ríos, 9
>  36201, Vigo (Pontevedra)
>
>
>
> 2014-05-16 11:31 GMT+02:00 Parthiv Patel <parthivgls@xxxxxxxxx>:
>
>> Shouldn't there be a standard guidelines to use logo, color shades and
>> proportions as well ? Some sort of media kit like this :
>> http://www.prestashop.com/en/media-kit
>>
>>
>>
>> On Fri, May 16, 2014 at 2:08 PM, Pedro Manuel Baeza Romero <
>> pedro.baeza@xxxxxxxxx> wrote:
>>
>>> Here it is a zip with SVG files that I have converted from EPS. Take in
>>> account that this is not official.
>>>
>>> I have manually corrected colors to RGB space according branding guide
>>> [0], because as good old school marketing boys, they have provided EPS in
>>> CMYK colors for paper printing.
>>>
>>> Regards.
>>>
>>> [0] https://www.odoo.com/page/brand-assets
>>>
>>>
>>> 2014-05-16 10:07 GMT+02:00 Ana Juaristi <ajuaristio@xxxxxxxxx>:
>>>
>>> +1 to proposal. We use inkscape
>>>>
>>>>
>>>> 2014-05-16 9:29 GMT+02:00 David Beal <david.beal@xxxxxxxxxxxx>:
>>>>
>>>> Dear Odoo brand keeper,
>>>>>
>>>>> Could you provide an .svg format, the standard portable vector format.
>>>>>
>>>>> eps != linux
>>>>>
>>>>> Thanks
>>>>>
>>>>> David BEAL
>>>>> Akretion
>>>>> OpenERP Development - Integration
>>>>> +33 (0)6 67 22 86 89
>>>>> +33 (0)4 82 53 84 60
>>>>>
>>>>>
>>>>> 2014-05-15 22:57 GMT+02:00 Carlos Vásquez <
>>>>> carlos.vasquez@xxxxxxxxxxxxxxx>:
>>>>> > Hi Pedro,
>>>>> >
>>>>> > Look at https://www.odoo.com/page/brand-assets. You will find the
>>>>> logo in
>>>>> > EPS format.
>>>>> >
>>>>> > Regards,
>>>>> >
>>>>> > --
>>>>> > Carlos Vásquez
>>>>> > CTO · Director de Ingeniería
>>>>> > CLEARCORP S.A.
>>>>> >
>>>>> > carlos.vasquez@xxxxxxxxxxxxxxx
>>>>> > Cel: +(506) 8351 4484
>>>>> > CR: +(506) 4000 CORP (4000 2677)
>>>>> > US: +1 (786) 472-4267
>>>>> > skype: crvasquez
>>>>> > twitter: cvclearcorp
>>>>> >
>>>>> > 300 m. Este de la Escuela
>>>>> > Calle de Platanares
>>>>> > 11402 San Jerónimo, Moravia
>>>>> > San José, Costa Rica
>>>>> > (GoogleMaps: http://goo.gl/8YqM4S)
>>>>> >
>>>>> > http://www.clearcorp.co.cr
>>>>> >
>>>>> >
>>>>> > On 15 May 2014 14:55, Pedro Manuel Baeza Romero <
>>>>> pedro.baeza@xxxxxxxxx>
>>>>> > wrote:
>>>>> >>
>>>>> >> Hi, Antony, can you provide us with the new logo in vector format?
>>>>> >>
>>>>> >> Regards.
>>>>> >>
>>>>> >>
>>>>> >> 2014-05-15 22:09 GMT+02:00 Antony Lesuisse <al@xxxxxxxxxxx>:
>>>>> >>
>>>>> >>> All the 3 branches with their full history are in the odoo
>>>>> repository. I
>>>>> >>> will probably move /addons/* into odoo/addons/ so 'base' will be
>>>>> near all
>>>>> >>> the other modules.
>>>>> >>>
>>>>> >>> As it's now easy to move code between server and addons we will
>>>>> probably
>>>>> >>> move res.partner res.bank etc.. into a partner module.
>>>>> (res.partner will
>>>>> >>> stay in base because of res.users but will be an empty model).
>>>>> >>>
>>>>> >>> We also removed a lot of unnecessary blobs from the history, the
>>>>> full
>>>>> >>> repo is around 400Mb 1/3rd of the bzr size. Merging the 3 history
>>>>> was quite
>>>>> >>> a technical challenge, all the hard work was done by Xavier Morel
>>>>> (xmo).
>>>>> >>>
>>>>> >>>
>>>>> >>> On 05/15/2014 10:01 PM, Ovnicraft wrote:
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> On Thu, May 15, 2014 at 2:58 PM, Antony Lesuisse <al@xxxxxxxxxxx
>>>>> >>>> <mailto:al@xxxxxxxxxxx>> wrote:
>>>>> >>>>
>>>>> >>>>     Olivier will write a more detailed document about all the
>>>>> changes,
>>>>> >>>> here is
>>>>> >>>>     a short summary:
>>>>> >>>>
>>>>> >>>>     - github.com/odoo/odoo <http://github.com/odoo/odoo> is now
>>>>> the
>>>>> >>>> offcial
>>>>> >>>>
>>>>> >>>>     repo, we merged the 3 branches history.
>>>>> >>>>
>>>>> >>>>     - the github bug tracker will replace the launchpad one, we
>>>>> will use
>>>>> >>>> tags
>>>>> >>>>     to filter and sort bugs.
>>>>> >>>>
>>>>> >>>>     - translation will remain on launchpad rosetta for a little
>>>>> >>>> time(olivier
>>>>> >>>>     will synchronize manually the .pot and .po), then we will
>>>>> transition
>>>>> >>>> to an
>>>>> >>>>     other platform (probably transifex).
>>>>> >>>>
>>>>> >>>>     - we will publish a tool to convert feature branch from
>>>>> launchpad to
>>>>> >>>> a git
>>>>> >>>>     branch
>>>>> >>>>
>>>>> >>>>     - openerp namespaces will be renamed into odoo while keeping
>>>>> >>>> backward
>>>>> >>>>     compatibility
>>>>> >>>>
>>>>> >>>>     - github.com/odoo-dev/odoo <http://github.com/odoo-dev/odoo>
>>>>> is
>>>>> >>>> forked
>>>>> >>>>
>>>>> >>>>     repo that will host all the developement branch of openerp SA
>>>>> (the
>>>>> >>>> company
>>>>> >>>>     will be renamed later). All the development stays public.
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> So waiting for web addons and server from <=7.0
>>>>> >>>>
>>>>> >>>> All the best news !
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>     - runbot will be replaced by runbot
>>>>> >>>>
>>>>> >>>>
>>>>> https://code.launchpad.net/~__openerp-dev/openobject-addons/__trunk-runbot-al
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> <
>>>>> https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-runbot-al
>>>>> >
>>>>> >>>>
>>>>> >>>>     - help is now hosted by the website_forum odoo module
>>>>> >>>>
>>>>> >>>>     - mailing list will be handled by the website_mail_group
>>>>> module
>>>>> >>>>
>>>>> >>>>     - a new developer tutorial will be published tomorrow
>>>>> >>>>
>>>>> >>>>     - the reference documentation will be updated, the technical
>>>>> memento
>>>>> >>>> will
>>>>> >>>>     be converted to rst, we will keep .rst file either in the odoo
>>>>> >>>> repository
>>>>> >>>>     or in the github wiki repository
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>     On 05/15/2014 09:15 PM, Ovnicraft wrote:
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>         On Thu, May 15, 2014 at 1:44 PM, Quentin THEURET
>>>>> >>>>         <qt@xxxxxxxxxxxxxxxxxxx <mailto:qt@xxxxxxxxxxxxxxxxxxx>
>>>>> >>>>         <mailto:qt@xxxxxxxxxxxxxxxxxxx
>>>>> >>>> <mailto:qt@xxxxxxxxxxxxxxxxxxx>__>> wrote:
>>>>> >>>>
>>>>> >>>>              Hello community members,
>>>>> >>>>
>>>>> >>>>              As you should know, today, OpenERP SA changed the
>>>>> project
>>>>> >>>> name from
>>>>> >>>>              OpenERP to Odoo.
>>>>> >>>>              This is not a big deal. The problem is that OpenERP
>>>>> SA has
>>>>> >>>>         changed the
>>>>> >>>>              repository of the source code from Launchpad to
>>>>> Github :
>>>>> >>>>         https://github.com/odoo/odoo
>>>>> >>>>
>>>>> >>>>              Is something planned for the community on GitHub ?
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>         Could be better wait for comments from Olivier.
>>>>> >>>>
>>>>> >>>>         BTW, Akretion already has OCB branch on github,
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>              I don't know till when the Launchpad repository will
>>>>> be
>>>>> >>>> maintained.
>>>>> >>>>
>>>>> >>>>              Best regards,
>>>>> >>>>
>>>>> >>>>              --
>>>>> >>>>              Quentin THEURET
>>>>> >>>>
>>>>> >>>>              TeMPO Consulting
>>>>> >>>>              20, Avenue de la paix
>>>>> >>>>              67000 Strasbourg
>>>>> >>>>              France
>>>>> >>>>
>>>>> >>>>         http://www.tempo-consulting.fr
>>>>> >>>>              Tel : +33 3 88 56 82 18<tel:%2B33%203%2088%2056%2082%2018>
>>>>> >>>>         <tel:%2B33%203%2088%2056%2082%__2018>
>>>>> >>>>
>>>>> >>>>              Fax : +33 3 88 56 46 64<tel:%2B33%203%2088%2056%2046%2064>
>>>>> >>>>         <tel:%2B33%203%2088%2056%2046%__2064>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>              _________________________________________________
>>>>> >>>>              Mailing list:
>>>>> https://launchpad.net/~__openerp-community
>>>>> >>>>         <https://launchpad.net/~openerp-community>
>>>>> >>>>              Post to     : openerp-community@lists.__
>>>>> launchpad.net
>>>>> >>>>         <mailto:openerp-community@xxxxxxxxxxxxxxxxxxx>
>>>>> >>>>              <mailto:openerp-community@__lists.launchpad.net
>>>>> >>>>         <mailto:openerp-community@xxxxxxxxxxxxxxxxxxx>>
>>>>> >>>>
>>>>> >>>>              Unsubscribe :
>>>>> https://launchpad.net/~__openerp-community
>>>>> >>>>         <https://launchpad.net/~openerp-community>
>>>>> >>>>              More help   : https://help.launchpad.net/__ListHelp
>>>>> >>>>
>>>>> >>>>         <https://help.launchpad.net/ListHelp>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>         --
>>>>> >>>>         Cristian Salamea
>>>>> >>>>         @ovnicraft
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>         _________________________________________________
>>>>> >>>>         Mailing list: https://launchpad.net/~__openerp-community
>>>>> >>>>         <https://launchpad.net/~openerp-community>
>>>>> >>>>         Post to     : openerp-community@lists.__launchpad.net
>>>>> >>>>         <mailto:openerp-community@xxxxxxxxxxxxxxxxxxx>
>>>>> >>>>         Unsubscribe : https://launchpad.net/~__openerp-community
>>>>> >>>>         <https://launchpad.net/~openerp-community>
>>>>> >>>>         More help   : https://help.launchpad.net/__ListHelp
>>>>> >>>>         <https://help.launchpad.net/ListHelp>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>     _________________________________________________
>>>>> >>>>     Mailing list: https://launchpad.net/~__openerp-community
>>>>> >>>>     <https://launchpad.net/~openerp-community>
>>>>> >>>>     Post to     : openerp-community@lists.__launchpad.net
>>>>> >>>>     <mailto:openerp-community@xxxxxxxxxxxxxxxxxxx>
>>>>> >>>>     Unsubscribe : https://launchpad.net/~__openerp-community
>>>>> >>>>     <https://launchpad.net/~openerp-community>
>>>>> >>>>     More help   : https://help.launchpad.net/__ListHelp
>>>>> >>>>
>>>>> >>>>     <https://help.launchpad.net/ListHelp>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>> --
>>>>> >>>> Cristian Salamea
>>>>> >>>> @ovnicraft
>>>>> >>>
>>>>> >>>
>>>>> >>> _______________________________________________
>>>>> >>> Mailing list: https://launchpad.net/~openerp-community
>>>>> >>> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>>>>> >>> Unsubscribe : https://launchpad.net/~openerp-community
>>>>> >>> More help   : https://help.launchpad.net/ListHelp
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> _______________________________________________
>>>>> >> Mailing list: https://launchpad.net/~openerp-community
>>>>> >> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>>>>> >> Unsubscribe : https://launchpad.net/~openerp-community
>>>>> >> More help   : https://help.launchpad.net/ListHelp
>>>>> >>
>>>>> >
>>>>> >
>>>>> > _______________________________________________
>>>>> > Mailing list: https://launchpad.net/~openerp-community
>>>>> > Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>>>>> > Unsubscribe : https://launchpad.net/~openerp-community
>>>>> > More help   : https://help.launchpad.net/ListHelp
>>>>> >
>>>>>
>>>>> _______________________________________________
>>>>> Mailing list: https://launchpad.net/~openerp-community
>>>>> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>>>>> Unsubscribe : https://launchpad.net/~openerp-community
>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> CEO Avanzosc, S.L <http://www.avanzosc.es> : Office phone / Tfono
>>>> oficina: (+34) 943 02 69 02
>>>> Ana Juaristi Olalde <http://www.anajuaristi.com/>: Personal phone: 677
>>>> 93 42 59. User/usuario skype: Avanzosc
>>>> www.openerpsite.com
>>>>
>>>>
>>>> *El contenido de esta comunicación y de toda su documentación anexa es
>>>> confidencial y se dirige exclusivamente a su destinatario. El uso no
>>>> autorizado de esta información está prohibido por la legislación vigente.
>>>> Si usted no es el destinatario le rogamos nos lo indique, no comunique su
>>>> contenido a terceros y proceda a su destrucción. Disculpe las molestias que
>>>> le haya ocasionado la recepción indebida de este e-mail. Sus datos figuran
>>>> en un fichero cuyo titular es Avanzosc, S.L., a quien usted puede dirigirse
>>>> para ejercer sus derechos de acceso, rectificación, cancelación y oposición
>>>> en Julio Urkijo, 32, 20720, Azkoitia (Gipuzkoa), Tef. 943 02 69 02 -
>>>> administracion@xxxxxxxxxxxx <soporte@xxxxxxxxxxxx> *
>>>>
>>>> *Komunikazio honen edukia eta dokumentazio erantsia konfidentziala da
>>>> eta hartzaileak bakarrik jaso beharko luke. Indarrean dagoen legeriak
>>>> debekatu egiten du bertan eskainitako informazioa baimenik gabe erabiltzea.
>>>> Komunikazioa zuri iritsi bazaizu, baina zu ez bazara hartzailea, mesedez,
>>>> guri jakinarazi, eta jasotako informazioa ez inori jakinarazi eta suntsitu.
>>>> Barkatu okerreko email hau jasotzeak eragindako eragozpenak. Zure datuak
>>>> Avanzosc, S.L. enpresaren fitxategietan sartuta daude. Zure datuak atzitzea
>>>> eska dezakezu, bai eta, datuak zuzentzea, ezereztea eta tratamenduari aurka
>>>> egitea ere. Horretarako, enpresara jo dezakezu, helbide honetan: Julio
>>>> Urkijo, 32, 20720, Azkoitia (Gipuzkoa), telefonoa: 943 02 69 02 - **administracion@xxxxxxxxxxxx
>>>> <soporte@xxxxxxxxxxxx> *
>>>> *This message and all documents attached to it are confidential and
>>>> intended only for the person or entity to which it is addressed. Any use of
>>>> this information by unauthorised persons is prohibited under current
>>>> legislation. If you received this message by error, please advise us,
>>>> destroy it and refrain from communicating its contents to third parties. We
>>>> apologise for any inconvenience receiving this email improperly may cause
>>>> to you. Your personal data are included in a file owned by Avanzosc, S.L.
>>>> If you want to exercise your rights of access, correction, erasure and
>>>> objection you can contact the Controller at Julio Urkijo, 32, 20720,
>>>> Azkoitia (Gipuzkoa), T: 943 02 69 02 – administracion@xxxxxxxxxxxx
>>>> <soporte@xxxxxxxxxxxx>*
>>>>
>>>> _______________________________________________
>>>> Mailing list: https://launchpad.net/~openerp-community
>>>> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~openerp-community
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~openerp-community
>>> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>>> Unsubscribe : https://launchpad.net/~openerp-community
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Thanks & Regards,
>> Parthiv Patel
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openerp-community
>> Post to     : openerp-community@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~openerp-community
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>

Follow ups

References