Skip to Content
  • OCA module contributors and migrations
    Hi,

    This is about what counts as valid "contribution", that is, what you need to do to be added in the CONTRIBUTORS.rst file.

    In some (most?) cases, a migration is not a huge amount of work. In some cases, it can represent a lot of work.

    So it is arguable whether you should add yourself during migration commits.

    In discussions on Github, I have seen differing opinions on this subject. Some think it "cheapens" the contributor list that you add yourself if you just did a migration commit.

    I would lean towards adding yourself in any case a contributor anyways, since even if it's small it is still work, and should be recognized. Commit history is still there if you're interested in how much anyone contributed.

    Maybe there is already a consensus that I'm not aware of ? What do you think ?


    by "Kevin Khao" <kevin.khao@akretion.com.br> - 04:46 - 13 Jul 2021
  • Oracle to Odoo migration

    Hi Colleagues,

    I am looking for a successful project of migration from Oracle to Odoo.

    We are on the point of decision making and the Finance team would like to get a reference call with a such customer.

    Might be anybody can share the customer contacts details with whom we can arrange a call.  

    Thank you!

    Alexey

     

     


    by Alexey - 05:51 - 12 Jul 2021
  • MS Power BI Users Database

    Hi,

     

    We’d like to know if you’re interested in acquiring the Opt-in contacts of below-mentioned technologies users which will help you grab new clients for your business.

     

    ·         Microsoft Power BI

    ·         Tableau Desktop

    ·         Qlik Sense

    ·         SAP BusinessObjects BI Suite

    ·         Sisense

    ·         Microstrategy

    ·         TIBCO Spotfire

    ·         IBM Cognos Analytics and more

     

    Data can be filtered depending on the requirements (e.g. Job title, Verticals, Geography, etc.)

     

    Please review and let me know your interest and I will provide you with detailed information.

     

    Looking forward to hearing from you.

     

    Regards,

    Laura Bishop

    Demand Generation Head

     

    Not interested reply with “Opt-Out”


    by "Laura Bishop" <laura.bishop@infradatabase.com> - 06:01 - 8 Jul 2021
  • Import data from incoming email
    Hi,

    Do we have a module in OCA that can help importing data send as an email attachment?

    Thank you

     --
    Yves Goldberg
    --


    by Yves Goldberg - 01:11 - 8 Jul 2021
  • Re: Odoo automatic code documentation
    Dear, Tom, Daniel and David,

    Many thanks for your replies. 

    Generally it does work this way, and it nicely reveals which coding  artist is doing what amount of documentation to the extent of readability for the other developers. 

    However, we went into an issue, when it comes to recursions: here the running of the Python code is frequently running into an endless loop.

    Is there any kind of switch in odoo, that prevents this behavior like "maximum depth of recursion loops"


    Best, Joe


    -------- Ursprüngliche Nachricht --------
    Von: Daniel Reis <dreis@opensourceintegrators.com>
    Datum: 24.06.21 15:17 (GMT+01:00)
    An: Contributors <contributors@odoo-community.org>
    Betreff: Re: Odoo automatic code documentation

    Hello,

    Try "cd /path/to/odoo && pip install ."
    You will then be able to "import odoo"

    Thanks
    Daniel

    On 24/06/2021 09:42, Joerg Lorenz wrote:
    Hi Guys, today we are asking for your insightfullness.
    Our quest:  how the python code of odoo can be automatically documented from the code itself. 

    But the approach with the various toos that there are fails:  

    We have tested: 
    • pdoc, a simple Python 3 command line tool and library to auto-generate API documentation for Python modules. Supports Numpydoc / Google-style docstrings, doctests, reST directives, PEP 484 type annotations, custom templates ...

    • pdoc3, a fork of pdoc for Python 3 with support for Numpydoc / Google-style docstrings, doctests, LaTeX math, reST directives, PEP 484 type annotations, custom templates ...

    • PyDoc, a documentation browser (in HTML) and/or an off-line reference manual. Also in the standard library as pydoc.

    • pydoctor, a replacement for now inactive Epydoc, born for the needs of Twisted project.

    and all of them fail.  It has to do that odoo as such is not a python module itself and thus cannot be imported. 

    problem in models/res_company.py - <type 'exceptions.ImportError'>: No module named odoo

    If anyone has some experience, ideas, or pointer towards a solution, it would be highly appreaciated. 

    Best, Joe

    _______________________________________________
    Mailing-List: https://odoo-community.org/groups/contributors-15
    Post to: mailto:contributors@odoo-community.org
    Unsubscribe: https://odoo-community.org/groups?unsubscribe


    --
    Daniel Reis
    Managing Director
    M: +351 919991307
    E: DReis@OpenSourceIntegrators.com
    Av. Republica 3000, Edificio Estoril Office, B Piso 3 - 34 • 2649-517 Alcabideche, Portugal


    _______________________________________________
    Mailing-List: https://odoo-community.org/groups/contributors-15
    Post to: mailto:contributors@odoo-community.org
    Unsubscribe: https://odoo-community.org/groups?unsubscribe


    by "joergl" <joergl@itis.de> - 12:00 - 7 Jul 2021
  • l10n-italy 14.0 on apps.odoo.com

    Hi all,

    is it possible to check if there are problems or conflicts with l10n-italy 14.0 and apps.odoo.com ?

    thank you

    --
    Andrea Cometa - Presidente Associazione Odoo Italia
    Apulia Software srl - Responsabile Commerciale ed Amministrativo
    Taranto / Milano / Potenza
    Tel: 0999915404 http://www.apuliasoftware.it
    a.cometa@apuliasoftware.it pec: apulia.software@pec.it
    linkedin: http://it.linkedin.com/in/andreacometa

    by Andrea Cometa - 10:25 - 7 Jul 2021
  • We found our Communication Agency!
    Hello Community,

    The board has a great news to share: 
    We found our Communication Agency!

    To discover who will share this adventure with us, read this article on our blog.
    We'll come back to you soon to get you on board.

    Have a nice day and enjoy your week-end!
    Virginie
    0477/64.17.20

    by Virginie Dewulf. - 08:06 - 2 Jul 2021
  • Odoo automatic code documentation
    Hi Guys, today we are asking for your insightfullness.
    Our quest:  how the python code of odoo can be automatically documented from the code itself. 

    But the approach with the various toos that there are fails:  

    We have tested: 
    • pdoc, a simple Python 3 command line tool and library to auto-generate API documentation for Python modules. Supports Numpydoc / Google-style docstrings, doctests, reST directives, PEP 484 type annotations, custom templates ...

    • pdoc3, a fork of pdoc for Python 3 with support for Numpydoc / Google-style docstrings, doctests, LaTeX math, reST directives, PEP 484 type annotations, custom templates ...

    • PyDoc, a documentation browser (in HTML) and/or an off-line reference manual. Also in the standard library as pydoc.

    • pydoctor, a replacement for now inactive Epydoc, born for the needs of Twisted project.

    and all of them fail.  It has to do that odoo as such is not a python module itself and thus cannot be imported. 

    problem in models/res_company.py - <type 'exceptions.ImportError'>: No module named odoo

    If anyone has some experience, ideas, or pointer towards a solution, it would be highly appreaciated. 

    Best, Joe

    by Joerg Lorenz. - 10:41 - 24 Jun 2021
  • OCA Codesprint 2021/2022 - help us choose the dates
    Dear OCA Contributors,

    I hope this finds you all well.

    We are getting ourselves geared for the OCA Days 2021 - 28th- 29th October.
    With the caliber of talks given during the online event in 2020 we found that the codesprint side of things wasn't as well attended due to people not wanting to miss out on the presentations.

    There has been discussion within the OCA Board about delaying the codesprint to help accommodate the busy time. We wanted to get a gauge from you, the Community, as to which dates/time of year  people think would work.

    We are conscious when having 3 events (Odoo XP, OCA Days Talks and OCA Days Codesprint) of interest so close together, it can be difficult for attendees to juggle these events with work. High on our list of criteria is trying to find a time slot close enough (but not too close to the other events) that it wouldn't interfere with expected outcomes within your companies and mean a high attendance at the codesprint.

    A quick survey has been set up below - please take a minute (it is less than a minute really) to complete to help.
    We appreciate your time in helping us get the best dates for the next OCA codesprint.

    Warmest regards,
    Rebecca
    --
    Rebecca Gellatly
    General Secretary
    Odoo Community Association

    by Rebecca Gellatly - 02:30 - 22 Jun 2021
  • Proposing dalonsod as PSC for Helpdesk
    Hi!

    https://github.com/dalonsod has been actively developing the helpdesk repository for some time, being probably the most active user in contributions and reviews (https://github.com/OCA/helpdesk/issues?q=dalonsod)
    So I think he would be an active member and add a lot of value to the maintenance of the  helpdesk repository.



    by dariodafoz - 03:16 - 18 Jun 2021
  • Hardware revisions in Odoo
    Dear OCA friends,

    I've been searching recently for some community modules to handle hardware revisions in Odoo. Surprisingly, I haven't found any serious module to handle hardware revisions. The only OCA module I found is this one, but it's very limited :

    Did I miss something?

    I wrote a draft specification of a potential new module to handle hardware revision :
    The main difficulty in this specification is: we want a hardware revision on BOMs, but do we want a hardware revision on BOM lines ? If yes, how do we apply this constraint ?

    I would be happy to have your input and experience on this topic.

    --
    Alexis de Lattre

    by Alexis de Lattre - 12:50 - 16 Jun 2021
  • Full text search
    Hello everyone,

    I remember some discussion about implementing full text search for Odoo, but I can't find any module or work in progress.

    Do you have any pointers?

    Thanks!

    --

    by Lorenzo Battistini. - 11:26 - 15 Jun 2021
  • Odoo Customer List.

    Hello,

     

    I would like to know if you are interested in acquiring Odoo Customer List.

    Information fields: Names, Title, Email, Phone, Company Name, Company URL, Company physical address, SIC Code, Industry and Specialty (Revenue and Employee).

     

    Let me know if you are interested and I will get back to you with the counts and pricing.                                

                                                                                                                     

    Shanika Rathnayake

    Marketing Executive

     

    Please get back to me with your target market criteria in the subject line.

                                                                                                                                                                              

     

     

                   

     

     

     

     

     

     

     

                                            


    by "Shanika Rathnayake" <shanika.rathnayake@instantleads.tech> - 07:51 - 10 Jun 2021
  • European Union One-Stop-Shop
    Hi Community,

    As you know, a major tax change will be implemented shortly (1st of July) that will affect all EU countries.

    More info:
    https://ec.europa.eu/taxation_customs/business/vat/oss_en

    For the newest versions, (from V14) Odoo is planning a "kind of solution", but what happens with older versions? Is any European partner working on this?

    Some of the Spanish partners started this project, and we were wondering if anybody else will do the same. The main idea is to "join our efforts" and offer a global solution according to the ideology proposed by OCA.

    Regards,
    --

    Harald Panten López

    CEO

    Sygel Technology S.L

    +34 637 88 42 41
    harald.panten@sygel.es
    https://www.sygel.es
    C/ Àlaba 61, 5ª planta, 08005, Barcelona

    by Harald Panten Lopez - 12:26 - 10 Jun 2021
  • Transfer/Migrate Product with Variants Keeping External Identifier for product.product

    Hello everyone

    I need to transfer products with variants from one Odoo database to another and have one requirement:

    To keep the exact external identifier for both product.template and product.product records. 

    I need specially to preserve the external identifier for product.product (Product Variants) because later on I'll have to transfer stock moves and, yes, what is referenced in stock moves, sales, purchases, is product.product (and not product.template).

    I've successfully exported products with variants (exported "attribute_line_ids/attribute_id/id" and "attribute_line_ids/value_ids/id") and import them in the destination database and everything is OK, products with variants are replicated but at the end variants (product.product records) have no external identifier, and I need them.

    Can someone help, please?

    Regards

    --
    ALIEN GROUP LDA

    Aires Silvestre

    COO | Odoo Consultant

    em.aires.silvestre@alien-group.com

    tm.+244 913 728 650

    Código QR

    Rua Doutor Agostinho Neto, 156, Bairro Azul, Luanda - Angola, Tel: +244 913 728 600 | +244 913 728 650,
    Website: www.alien-group.com, Email: geral@alien-group.com

    Não imprima este email caso não seja estritamente necessário. A Terra agradece-lhe!


    by Aires Silvestre - 09:56 - 10 Jun 2021
  • Proposing myself as PSC for Document
    Hello, I'm recently quite active on the dms repo, and I see it could use an extra maintainer. I propose myself.


    Thanks everyone!

    by Jairo Llopis - 08:31 - 10 Jun 2021
  • where can I list/edit bankaccounts in V14 in the community edition?
    Hi there
    
    I would like to edit an existing bank account for a V14 community installation.
    
    I can not find out where to do this, and the documentation I find online 
    assumes, that Accounting is installed, which only is available for the 
    enterprise version.
    
    
    thanks
    
    Robert
    
    
    
    

    by Robert Rottermann - 02:56 - 4 Jun 2021
  • where can I list/edit bankaccounts in V14 in the community edition?
    Hi there
    
    I would like to edit an existing bank account for a V14 community installation.
    
    I can not find out where to do this, and the documentation I find online 
    assumes, that Accounting is installed, which only is available for the 
    enterprise version.
    
    
    thanks
    
    Robert
    
    
    

    by robert - 02:56 - 4 Jun 2021
  • recurring report
    Hi,

    I am looking to provide an interface to generate reports periodically.

    context:
    From an agreement, manage the generation and sending of monthly or quarterly report to a party set in the agreement. 

    Do we have something that could help in OCA?

    thank you

     --
    Yves Goldberg
    odooOfficial Partner - OCA delegate
    Open Source ERP, CRM & CMS
    T +972 (3) 720 8818
    +972 (55) 966 1405
    +32 (2) 588 2500
     
     
    --


    by Yves Goldberg - 08:30 - 2 Jun 2021
  • Access to runbot1, runbot1-2 and runbot1-3
    Hello everyone,
    
    Our hoster informed me this morning that a network switch fault is 
    causing an outage on one of the runbot servers of the OCA. I redirected 
    the web frontend to a different server, but builds on runbot1, runbot1-2 
    and runbot1-3 could be unreachable until the equipment is replaced.
    
    I'm sorry for the inconvenience and will post an update when I get more 
    information from the hoster.
    
    
    -- 
    Alexandre Fayolle
    Senior Software Engineer
    Tel : +33 4 58 48 20 30
    
    Camptocamp France SAS
    18 rue du Lac Saint André
    73 370 Le Bourget-du-Lac
    France
    
    http://www.camptocamp.com
    

    by Alexandre Fayolle - 08:25 - 31 May 2021