Skip to Content
  • Partner Firstname 17.0 Migration

    Hi all, 

    my company uses the partner_firstname module in odoo 16E. We are currently in the process of upgrading to 17. Therefore, I am interested in the development roadmap for the official version 17 release of the partner_firstname module. It is not yet published on the official OCA or Odoo App Stores, however, there is a folder in the v17 Git branch of the OCA modules. Git Link

    I would appreciate any information on the timeline or wheather the Git module is still ready to be used.

    Thanks in advance!

    Friedrich Sauer


    _________________________________________


    Friedrich Sauer

    Head of Technology Operations

    _________________________________________



    Servicum GmbH

    Energiewende im Handwerk

    +49 172 1324603

    friedrich.sauer@servicum.com


    __________________________________________________

     


    by Friedrich Sauer - 03:41 - 9 Apr 2024
  • Fwd: Inquiry Regarding Migration of Apps to Odoo Version 17
    Dears

    I hope this email finds you well. I am reaching out to inquire about the migration status of the following apps to Odoo Version 17:

    1. Product Multi Company (https://apps.odoo.com/apps/modules/15.0/product_multi_company/)
    2. Sale Delivery State (https://odoo-community.org/shop/sale-delivery-state-6342#attr=11239)

    We are currently in need of these apps for our new clients, and it's crucial for us to have them compatible with the latest version of Odoo. Could you please provide an update on when these apps are expected to be migrated to Odoo Version 17?

    Your prompt response would be greatly appreciated as it will help us plan accordingly for our upcoming projects. Thank you very much for your attention to this matter.

    Looking forward to hearing from you soon.

    Best regards,

    --
    Melhores Cumprimentos | Best Regards
    Person Banner
    Website www.arxi.pt Phone +351 244 237 810
    (chamada para a rede fixa nacional)
    Linkedin Facebook
    Person
    Warning Esta mensagem contém informação de natureza confidencial e é exclusivamente dirigida ao(s) destinatário(s) indicado(s). Se por engano receber este e-mail agradecemos que não o copie nem o reenvie e que nos notifique do ocorrido através do email de resposta. Qualquer uso do seu conteúdo é um ato ilegal.
    Warning This message contains confidential information and is addressed exclusively to the designated addressee. If you received this email by mistake we appreciate that you do not copy or resend it and that you notify us of via the reply email. Any use of its content is strictly illegal.

    by Andrea Delgado - 03:27 - 3 Apr 2024
  • Stock quant history
    Dear contributors,

    Using odoo 14.0, we would like to consult physical stock in the past date  for analysis and reporting. Consulting those stock should let user  to group and/or filter by product/location/lot information.

    Odoo's stock module provide Inventory Report (which displays current stock: `stock.quant`s at now()) where users are able to click on the `Inventory at Date` button which redirect users to product view with selected date in context to re-compute quantities at that time without able to filter by lot.

    I've seen `stock_quantity_history_location` and `stock_report_quantity_by_location` in OCA/stock-logistics-reporting repo but don't fit our needs.

    Ideally we would like to recreate stock.quant for a given date according to a possible set of criteria set by the users (restricted by locations / lot / product).

    Does anyone work on something like this on any odoo version? Does it make sense to suggest a new module `stock_quant_history like this in the OCA/stock-logistics-reporting repo? Any suggestions/advice you'll like to share are welcome!

    Regards,

    --
    Pierre Verkest
    06 81 12 25 20
    Github: petrus-v - Linkedin: pierre-verkest

    by Pierre Verkest - 02:20 - 3 Apr 2024
  • Tree/List item "open modal form"

    Dear community,


    I'm looking for a module that implements a feature similar to enabling "open_form_view" on a tree/list, yet that opens the form as a modal overlay and allows editing.

    The use case: on products, there are extra fields with HTML values ("product details") that are copied to the sale order line and may be modified (alike "sale description").
    For obvious UX reasons, having HTML fields in a tree/list is not great, yet editing them somehow is still needed.

    I've considered alternative of setting  editable to False does not do the trick as that form does not have all the fields exposed that are visible in the tree/list.

    If no such thing exists, I'm considering making a base_list_item_open module that would expand or alter the open_form_view approach.

    Cheers to all,
    Alexey

    by Alexey Pelykh - 09:35 - 2 Apr 2024
  • Contribution

    Bonjour à l'équipe OCA,

    Je souhaite pouvoir rejoindre les discords OCA et commencer à contribuer !

    A vous lire,

    Bien à tous,

    --
    Cordialement,

    ak


    by Aymeric KREMER - 12:27 - 2 Apr 2024
  • subscription or contracts?
    Hi!
    I would like to use some functionality of recurring sales and/or 
    recurring invoices. Looking at [1] I see "contract*" and 
    subscription_oca. Both seem to do pretty much the same and I'm wondering 
    which one to use.
    
    Subscriptions seem to be a bit easier to use. But are there any 
    technical aspects which one solution can do but not the other?
    
    It seems that subscription_oca matches the official documentation [2] so 
    maybe it's an OCA maintained former Odoo SA implementation? And 
    contracts are an independent implementation? In this case which one has 
    the more promising future path?
    
    Best regards,
    Jan
    
    [1] https://github.com/OCA/contract/
    [2] 
    https://www.odoo.com/documentation/15.0/applications/sales/subscriptions.html
    

    by Jan Suhr - 10:21 - 29 Mar 2024
  • Group based editable tree vs form pop up edition?
    Dear Odoo experts,

    CONTEXT:
    More and more we are being contacted by companies who already use Odoo in some countries and would like to use it in Brazil too using the multi-companies approach. For service companies it's nearly possible (and a no go for industries because still too many side effects to deal with).

    As we isolated most of the fiscal craziness in the l10n_br_fiscal module with its own tables and UI, we can inject the Brazilian localization pretty smoothly in other modules (specially through our l10n_br_account module mediation).

    PROBLEM:
    What is still a problem is about half of the users in a Brazilian company need to check or even edit many fiscal parameters in orders lines or invoice lines (see screenshots).

    So we used to force the popup form based edition for these lines, that is we inherit the tree element and remove the editable="bottom" attribute. 

    This however is very invasive for the non Brazilian users (because it is slower, because they might have customized the tree view). It also causes friction with some other modules that expect the default inline tree edition.

    To fix this I recently made a POC where we would have advanced Brazilian fiscal groups where users would see use these popup forms while many users would use the default inline tree edition.

    The problem is that it was using the groups_id in ir.ui.view to enable or not the group based view selection. But this feature has been removed in Odoo v16 to make the view caching easier:

    Do you have an alternative solution to suggest for v16? As views will be cached without group consideration I imagine the selection between editable tree and form will need to happen on the client side... 
    I tried to add a groups=... on the attribute tag that overrides the editable property but it is not effective...

    Do you know a simple Javascript approach?
    Alternatively would could have a button in the tree that would open the form popup. Ideally that would be a Javascript action that doesn't require saving the form (a server side action would also have trouble finding a proper non inline form view to inherit). Such a Javascript button to switch the view could even be a generic OCA module. Any pointers on how to do it?

    Thank you.


    --
    Raphaël Valyi
    Founder and consultant


    by "Raphaël Valyi" <rvalyi@akretion.com> - 05:16 - 27 Mar 2024
  • Issues when running tests
    Hello,

    I am trying to run tests in my Odoo instance by adding --test enable but I'm having some issues. I am not used to run tests so I'm probably just missing something.

    When I try to run tests for module sale_product_multi_add by launching command:

    python3 odoo-bin -c odoo.conf -d dbname -u sale_product_multi_add --test-enable 

    tests immediately fails because `self.env.ref()` cannot read external ids for master-datas. You can see the complete log in attached .txt

    I have also tried to run the same command for module sale_product_brand_exception which also checks for master-data and I got the same error.

    It seems like an issue with the environment, but addons path is defined in odoo.conf and working well outside of tests. I have also tried to pass --addons-path parameter in the CLI command but the result didn't changed.

    I hope I have provided enough informations, if not, let me know.
    Do you have any suggestions?

    Thanks,
    Fra B.


    Privo di virus.www.avast.com

    by Francesco Ballerini - 08:57 - 26 Mar 2024
  • Manufacturing Operations - Duration UoM
    Hello, Community. 

    For some types of manufacturing the Operation Duration can be planned in days, rather than in minutes. 

    Are there any OCA modules available which will override the default Duration of the BoM / Operations? 

    Thank you.

    by Arthur Franklin Smith - 04:35 - 23 Mar 2024
  • Stock valuation based on warehouse/location - food for thought ;-)
    Hi,
    
    today I have had an interesting conversation about Odoo's shortcoming regarding stock valuation. I was told it is common practice and in some cases part of the legislation in here to have a different stock valuation in different warehouses/locations. For example I commonly purchase a certain type of notebook which I store in a warehouse A from which I also sell it. Now I have won a big contract to supply 500 of such notebooks somewhere. I contact my supplier, arrange a big discount for the 500 notebooks and have them sent to warehouse B (a project warehouse). The requirement would be that the valuation of stock in warehouse B is different (based on that heavily discounted purchase) from the one in warehouse A and these 2 shouldn't mix.
    
    Have you ever encountered such requirement? Is this common situation? I do not really need to solve this but it just got me curious. I guess it should be possible to create such a thing but that would mean patching stock_account, purchase_stock, stock_landed_costs and mrp_subcontracting_[purchase|dropshipping] and we would have possible as many stock valuation layer entries for each product as warehouses/locations that we deal with separately. Any inputs/comments would be welcome.
    
    Best regards
    
    	Radovan Skolnik
    
    
    
    

    by Radovan Skolnik - 07:01 - 20 Mar 2024
  • [POS][16.0]Any way to sell a same product in different UoM
    Hi everyone,

    I'm wondering if there is any way to have a product in the pos where you can choose the UoM you want tu use for the order.
    I' would like to prevent the creation of  a second product with different UoM and managing the inventory of 2 product.

    Anyone already faced the same issue ?

    Regards

    Vertical seprator

    Florent THOMAS

    ☎ +33 972 457 755
    florent.thomas@mind-and-go.com

    Mind & Go
    14, Rue Pierre Cartelet | 66000 PERPIGNAN

    Logo Mind And Go Facebook Mind And Go Twitter Mind And Go LinkedIn Mind And Go

    by Florent THOMAS - 11:22 - 20 Mar 2024
  • Help! Screen recording tool being discountinued
    Hi all, 

    my question is not odoo-related but very relevant for operations in my company. 

    We've been using this tool for screen recording and sharing: https://recordit.co/ 

    Unfortunately it will be discontinued by the end of the month and I'm looking for a replacement. 

    This tool was specifically user friendly as installing the desktop app (mac/win covering 99% of customers) it allowed for:

    - having a quick shortcut to screen recording
    - when recording ended, a link was automatically generated for sharing the video
    - no storage limit or preservation issues (links would still be working after months)

    Now for this last point we'd be ok with paying a premium storage plan or something like that, the important thing is to provide anyone working with us an easy way to quickly record and share screen recording. 

    What are your suggestions?

    Thanks!

    --

    Francesco Foresti
    Sicurpharma Srl
    +39 333 8123 790

    by Francesco Foresti - 11:21 - 19 Mar 2024
  • Introducing a new module: changing the title of the browser window
    Dear ladies and gentlemen,

    My name is Stefan Pannier and I work as a project manager for the company "Intero Technologies GmbH" in Stralsund. We have many developers with a wide range of experience. Many of them have been working with Odoo for several years.
    We just want to start getting more involved with the OCA. In your description says something about availability. What exactly do you mean by that?

    We would like to present a new module at the OCA and get to know this process so that we can publish other modules.

    New module:
    The new module is for the project "Web" and it is about changing the title of the browser window. The standard "Odoo" is replaced by a text of your choice. The new title can be set for each company.

    Is it the right repository?
    Does it make sense to include this module in the OCA?

    Best regards

    Stefan Pannier
    Projektmanager

     
    Tel.: +49 3831 44557-0
    E-Mail: s.pannier@intero-technologies.de
     
    Intero Technologies GmbH
    Heinrich-Heine-Ring 76
    18435 Stralsund
    twitter iconxing iconfacebook iconlinkedin icon
     
    Logo Gold
     
    Weitere Standorte der Intero Technologies GmbH
    Bessemerstraße 82
    12103 Berlin
    Simon-von-Utrecht-Straße 1
    20359 Hamburg
     
    Kleiststraße 23
    65187 Wiesbaden
    Charles-Darwin-Ring 4
    18059 Rostock
     
    Sperberweg 28
    50829 Köln
    Von-Harnack-Straße 27-28
    06712 Zeitz
     
     
     
    Geschäftsführer: Frank Löffler, Lars Lifson USt-Id: DE 251251697, AG Stralsund HRB 7076
     
    Alle Informationen zum Datenschutz gem. Art. 13 finden Sie hier. Auf Wunsch senden wir Ihnen diese Informationen gerne auch per PDF oder in gedruckter Form zu.

    by oca@intero-technologies.de - 10:26 - 19 Mar 2024
  • Modeling general business workflows
    Hello,
    
    is anyone aware of any module that would allow for some kind of general workflow? I have a requirement for something the customer calls "Personnel Requisition Request" where hiring manager initiates a request to head of department, then when approved moves to another department for filling in some data, then is set back, ...  This particular case involves hiring but I guess such need is more general.
    
    I can handle approvals with existing tier validation modules. I can build an object to represent the request. Using tasks as request and stages came to my mind. But I have a feeling that there is (could be) fomething to automate the business flow. Any ideas are welcome. Thank you very much.
    
    Best regards
    
    	Radovan Skolnik
    
    
    

    by Radovan Skolnik - 04:20 - 18 Mar 2024
  • Social Media Management in Odoo Community
    Hi,

    does OCA has any repository that allows to manage social media like facebook, linkedin or other media in the way that Odoo Enterprise does with modules like social_facebook, social_linkedin etc? 

    Thanks,
    Francesco Ballerini

    by Francesco Ballerini - 10:06 - 18 Mar 2024
  • posting journal entry for inter warehouse transfer
    Hi,

    As you know, odoo by default, will post journal entries from stock move if:
    - the stock move goes to or is from a customer location, a supplier location, a production location, and an inventory location.

    Would anybody has an idea, how to generate a journal. entry when there is an internal transfer, eg. from one warehouse to another ?

    Thanks,
    Dominique

    by dominique.k - 06:06 - 14 Mar 2024
  • Generate reports for international warehouse transfer
    Hello,

    When transferring products from one WH to another WH in different countries.
    I need to provide commercial invoice and proforma.

    How do you handle such case?

    - Add a button to generate a SO to oneself from the internal transfer.
    - Create a route on each line of a SO to oneself.
    - Create those report (commercial invoice + proforma) directly on the picking (and avoid the SO creation).
    Any insight that can help?
    Thank you
     --
    Yves Goldberg
    --


    by Yves Goldberg - 04:41 - 12 Mar 2024
  • Expert-comptable FR
    Bonjour la communauté Odoo,

    Nous sommes à la recherche d'un expert-comptable (Free-lance/indépendant) français qui maîtrise Odoo.

    A dispo pour plus de renseignements,

    Sandrine Brassel

    logo

    Sandrine BRASSEL

    Partner

    phone  +352 661 488 661

     +352 281 152 230

    email  sbrassel@doo.finance

    website  www.doo.finance

    place  4 rue du Fort Wallis L-2714 Luxembourg

    facebook  linkedin  twitter  instagram  tiktok
    DISCLAIMER: This email and any attachments are confidential and intended solely for the use of the addressee. You should not copy or disclose its contents to any other person. If you have received this email in error please notify the sender immediately. Replies to this email may be monitored.

    by sbrassel - 12:46 - 11 Mar 2024
  • Receiving in the Purchase UoM
    Hello, maybe some of you came across this need:

    I keep my Glycerine stock in Kg.
    My supplier sells it in Liters.
    I know that the density of Glycerine is 1.26, so 1 Liter = 1.26 Kg.

    I would like to:
    1. Send a Purchase Order for 100 Liters.
    2. Receive from the Supplier the 100 Liters delivered.
    3. View my stock as 126 Kg.

    Setting a Purchase UoM works for 1. and 3., but does not work for 2.
    Using Packagings does not work either.

    Any advice?


    Thank you

    --
    DANIEL REIS
    MANAGING PARTNER

    M: +351 919 991 307
    E: dreis@OpenSourceIntegrators.com
    A: Avenida da República 3000, Estoril Office B, 3º Escr.34, 2649-517 Cascais


    by Daniel Reis - 04:25 - 9 Mar 2024
  • Proposing myself as CRM/Sales/Marketing PSC member
    Dear community,
    
    My area of expertise is CRM/Sales/Marketing is limited to several modules, yet I can top it up by my other PSC membership for other repos.
    
    Kind regards,
    Alexey

    by Alexey Pelykh - 03:25 - 8 Mar 2024