Skip to Content
  • pos session pay invoice and France legislation
    Hello
    
    I would need the feature of 
    https://github.com/acsone/pos/tree/14.0/pos_session_pay_invoice and I 
    noticed the module has not been ported to odoo >> 14.0 Before I start 
    the work do you know if there was a good reason or just a lack of interest?
    
    Second question, l10n_fr related: do you know of potential issues with 
    this module in the context of the French legislation regarding point of 
    sale?
    
    
    
    -- 
    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 - 05:45 - 9 Aug 2023
  • Proposing myself as Procurement & Purchase + Logistics PSC

    Hello Contributors,

     

    I’m an active contributor trying to maintain repos and helping other contributors.

     

    I’ve been working and implementing in distribution firms since 2011 and contributing to design, functional processes and QA in many OCA purchase and stock modules actually.

     

    In this moment Moduon Team is working and maintaining (migration to 16 too) around 60 OCA modules in this Repos Purchase* and Stock*

     

    I'd like to become a PSC member for:

     

    https://github.com/orgs/OCA/teams/logistics-maintainers

    https://github.com/orgs/OCA/teams/procurement-purchase-maintainers

     

    In order to help, contribute and speed up the PRs of this repos.

     

    This is my Github profile: https://github.com/rafaelbn

     

    Thanks!

     

    Best regards,

     

    ---

    Rafael Blasco

    Linkedin

    Multiplicador B Corp

     


    by "Rafael Blasco" <rblasco@rbnpro.com> - 03:31 - 8 Aug 2023
  • access rights issue

    In odoo 15 multi company

     

    If   user access to more than company as accountant

     

    But I want him to access accounting model for one company

     

    Sent from Mail for Windows

     


    by "samir mahmoud" <samir2010ksa@hotmail.com> - 02:52 - 8 Aug 2023
  • Finance: Odoo integration with FP&A (Financial Planning and Analysis)
    Dear Contributors,
    
    Have to integrated Odoo with any FP&A (Financial Planning and Analysis)
    software?
    
    Customer is watching around:
    
    - Abacum - https://www.abacum.io/
    -  Plika - https://getplika.com/
    - Cube - https://www.cubesoftware.com/
    
    Maybe, do you know and Odoo set of modules to cover these needs?
    
    Thank you
    Regards,
    Rafael
    

    by Rafael Blasco (Moduon) - 10:51 - 6 Aug 2023
  • [14.0]Task calendar : change start/end date
    Hi,

    I'm struggling with odoo calendar view for task.
    AFAICS, only the deadline is used there
    My customer would like to be able to change either start or end date. I explained that Odoo is mainly focused on setting dates on the project and not on the task but he still want to have this feature.
    Any proposal?

    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 - 12:31 - 5 Aug 2023
  • Functionnal : How would you deal with cleaning process
    Hi community,

    I have a customer whose business is to wash stuff : glasses, plates, plastic box, fork and knives.
    They are selling the washing process and manage the stock with consignation.

    I'm looking for something simple and what I can imagine is to deal with a logistic route representing all the steps of the quality control, washing, delivery...

    AFAICS, working with manufacturing will add too much complexity

    Any feedback / drawbacks from the community ?

    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 - 12:26 - 5 Aug 2023
  • API connection limit
    Hello,

    I would like to implement 100+ connections in Odoo. Is there a way to handle multiple connections without having an impact on Odoo speed? Is there a limit to how many connections can be made?


    by bhoomi2889 - 09:42 - 4 Aug 2023
  • Compute and Onchange after create
    I am building an API in Odoo 16.0. As we know, there are fields that can be computed (compute) and others that change their value (onchange) depending on the change in another one. Well, what I need to know is if there is a standard way for after creating the object ("model.create") to launch all these computations without having to worry about calling these methods

    by Fernando La Chica - 04:26 - 4 Aug 2023
  • pricelist issue

    I have a situation in a multi company environment where I want one of my user to have access to both of my companies A & B.

     

    Moreover, this user must have access to the accounting of company A but not B.

     

    Is it possible in Odoo to define application access rights per company ?

     

    How can I achieve this ? By using record rules ? If so, how ?

     

    Sent from Mail for Windows

     


    by "samir mahmoud" <samir2010ksa@hotmail.com> - 11:46 - 31 Jul 2023
  • Tier partial invoicing
    Dear all
    We have a case where product

    --------------------------------
    Cyril VINH-TUNG
    INVITU
    Computer & Network Engineering
    BP 32 - 98713 Papeete - French Polynesia
    Tél: +689 40 46 11 99
    contact@invitu.com
    www.invitu.com

    by Cyril VINH-TUNG - 11:41 - 28 Jul 2023
  • Overtime calculation in Odoo 15 and OCA

    Hello community,

    we are currently looking on overtime calculation in Odoo 15.0. Odoo 15.0 introduced a new model (hr.attendance.overtime) and mechanisms for an overtime calculation. First I want to share our knowledge with digging into it. There are currently some core bugs with the overtime calculation:

    • The resource.calendar from hr.contract is not used for overtime calculation as you would expect if hr_attendance and hr_contract is installed. Causes wrong calculations if you edit attendance before a resource calendar (e.g. somebody forgot to logout and you are validating the attendance)
    • Overtime ignores dates without attendance completly despite it's an actual working day. E.g. if you have to work for 8h and login for 1min you have -7:59h overtime. If you don't login it's +/-0h. This isn't fully consistent.

    We are currently trying to develop fixes for these core bugs. The bugs are present from 15.0 to master. We can share the PRs when they are ready.

    Following are additional observations regarding the state of the OCA modules in regard to overtime and attendance:

    •  hr_attendance_sheet and hr_attendance_validation: (up to 14.0)
      •  There is a big intersection in the feature sets of both modules. Both are creating a kind of sheet and a multiple step process to verify/approve attendances. They also add features like overtime calculation etc. based on the sheets.
      • A simple migration PR[1] is maybe not worth it because of the core changes in the overtime calculation. E.g. if an approval process is needed shouldn't only approved attendances count towards your overtime?
    • hr_holidays_public: (already 15.0)
      • This module works fine especially the automatic holiday generation with the modules built on top. The module has problems in the overtime calculation. The holidays reduce the days when you request additional holidays. But such a holiday is getting ignored for the overtime calculation. E.g. if you work on a holiday for 9h instead of the regular 8h you get 1h overtime with OCA holiday but 9h for core holiday. It's also not possible to use half holidays (e.g. the 24.12. or 31.12. in Germany). The module also ignores the holidays of the Odoo core. Are there any reasons to stick to the extra model we are not seeing?
      • In 15.0 Odoo core has a own model for public holidays. So just going on we community solution might result in a growing divergence from the core. The feature to generate public holidays is still very comfortable. A new approach could be to rebuild this to create entries of Odoo core model.
    • hr_attendance_report_theoretical_time
      • Here a intersection to the Odoo core overtime calculation in Odoo 15.0 exists, since it comes with some reports (pivot tables).


    Is currently somebody else working on it and can share information or experience with overtime in Odoo 15.0 onwards?

    Best Regards,

    Florian

    [1] https://github.com/OCA/hr-attendance/pull/114

    -- 
    Mit freundlichen Grüßen
    
    Florian Kantelberg
    Softwareentwickler
    
    initOS GmbH
    Innungsstraße 7
    21244 Buchholz i.d.N.
    
    Tel.: +49 (0) 4181 1350344
    Fax: +49 (0) 4181 1350310
    
    Email: florian.kantelberg@initos.com
    Internet: https://www.initos.com
    
    Geschäftsführung:
    Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke
    
    Sitz der Gesellschaft: Buchholz i.d.N.
    Amtsgericht: Tostedt, HRB 205226
    USt-IdNr: DE 815580155
    Steuer-Nr: 15/200/53247

    by Florian Kantelberg - 01:50 - 28 Jul 2023
  • Inventory barcodes
    Hello, we have built most of our system logic and code on barcodes in the inventory page, we use it to activate methods, once barcode is activated it is called form/list_barcode_scanned to enable functionalities. 

    While trying to upgrade from V15 to V16, I have realised that the odoo code of barcodes changed and we no longer have a way to use our old modules.

    I would like to ask if it's possible to enable barcode scanning in any page in inventory(if barcode is scanned while one is on list or form view, to call said model method). So far I have figured out that  barcode/barcode_handlers.js barcodeGenericHandlers is responsible for barcode behaviour, but I haven't found a proper way to inherit it and change it's behaviour to fit our needs


    by martynas.greicius - 08:31 - 26 Jul 2023
  • OCA Days 2023 - can you help?
    Hello OCA Community.

    I hope this finds you all well.

    We are gearing for a great OCA Days 2023 but we would love some help from you.

    CODESPRINT:
    This was an area that last year we felt could certainly use more attention - we want to make this great for you! Would anyone be keen to join a workgroup to help make this part of the event a success? You can either email events@odoo-community.org or reply directly to this email and we'll get things rolling.

    TALKS and PRESENTATIONS:
    Now is the time to share your talk proposals - deadline for this is 15th September. Have you got a cool new module, an update of an existing module, a case study, training, tutorials, discussion topics.....? Submit your proposals here: https://odoo-community.org/event/oca-days-2023-liege-2023-11-06-2023-11-08-143/track_proposal
    Remember this year we will also have a functional track so please share your topics!

    REGISTRATIONS ARE OPEN:
    Did you know it is the same price to become a member and register for the OCA Days as it is to register for just the non-member ticket? 
    You can still become a 2023 member and then just book your member event registration for the OCA Days. If you aren't sure if you have bought a membership this year, please get in touch with me (membership@odoo-community.org)

    We can't wait to see everyone to celebrate 10 years of the OCA! Lets continue to share knowledge and learn as a community. Making Odoo mightier, together.

    Take care,
    Rebecca
    --
    Rebecca Gellatly
    General Secretary
    Odoo Community Association

    by Rebecca Gellatly - 05:00 - 26 Jul 2023
  • Regular postgres VACUUM command
    Hello,

    I'm faced with an Odoo database that is quite active and has some very big tables. I also notice that sometimes, indexes go unused and the query plans go haywire (30 secs where it could be 70ms if using a certain index)

    I've learned that this could be because Postgres misestimates the size of the tables, and i should run ANALYZE on the table. VACUUM ANALYZE and other VACUUM commands can remedy this, when run regularly.

    I would have expected some kind of OCA module that has scheduled actions for this, but I havent found any.

    How would you / have you handle(d) this situation? Would a new OCA module be of use?

    by Tom Blauwendraat - 08:51 - 25 Jul 2023
  • Calendar widget: restrict choice to certain dates

    Hello all,

    I need to restrict the possible dates on the calendar widget: certain dates need to be selectable and others can't; and it should be visually clear which is which. As an example use case, I want to prevent the user from being able to schedule the delivery of a sales order for the weekend, during a holiday, before the lead time has passed, or according to other conditions etc.

    I can (and will) block the wrong choice of date server-side, but the user would have to proceed by trial and error if they don't have any feedback about which dates are actually valid and selectable.

    I was wondering if anybody knew of a similar module or had already developed something similar.

    Thank you for your time!

    --

    Alessandro Uffreduzzi

    Developer

    alessandro.uffreduzzi@pytech.it

    PyTech Srl

    Sede legale: Via Barozzi 40/8 - 41124 Modena

    Sede operativa: Via P. Giardini 472/L - 41124 Modena

    P.IVA 03988700369

    www.pytech.it

    PyTech
          Logo

    by Alessandro Uffreduzzi - 03:21 - 25 Jul 2023
  • Compare Purchase Requests for Quotations in Odoo 15
    Hello everyone,
    
    In version 16, Odoo incorporates the Alternatives functionality in 
    purchase Requests for Quotation. This functionality gives the 
    possibility of comparing product lines of each Quotations to be able to 
    decide from whom it is convenient to order each product.
    Now my query, do you know of any OCA module for Odoo 15 that provides 
    this functionality?
    
    Any help is welcome
    
    Thank you so much.
    
    

    by Juan Pablo Garza - 02:56 - 22 Jul 2023
  • Bulk return of serials from multiple partner locations to wh/stock
    Hi,

    I have a situation where a lot of lots/serials go to a lot of customers/partners and I have partial returns and need to create backorders.

    As it is, I have to go to the serial and - based on the traceability - see which outgoing shipment put it in that location, start an Incoming shipment by clicking Return, leave only the serial that I care about and create backorders for the rest.

    This workflow is overwhelming for the warehouse staff due to the volume of movements and I am looking for an alternative workflow, ideally:

    1) New Incoming Transfer
    2) Add the serials that need to come in stock added one per line
    3) Have Odoo find the outgoing shipments for these shipments, create a return incoming shipment only for the serials selected (and a backorder for the rest)
    4) Process the incoming shipment

    This is what I am roughly looking for, I see https://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_return_request which somewhat does what I want but not exactly since it requires me to add a From: location, among other things.

    Any ideas/directions will be appreciated

    Cheers


    --
    George Daramouskas
    Odoo Development, https://bitwise.solutions

    by George Daramouskas - 07:30 - 20 Jul 2023
  • https://github.com/OCA/multi-company
    Hi,

    Do you think the module "product_multi_company" will be updated for v16 ?
    I would be really useful for us.

    Thank you

    Romain Eracle

    --
    Romain Eracle
    Business Analyst - Chef de projet
    Expert certifié Odoo

    Je serai absent du 21 au 24 juillet ainsi que du 10 au 23 août 2023

    Dootix
    Agile software development
    Rue de Battentin 21 l  CH - 1630 Bulle
    Général : +41 26 918 50 64

    Ils l'ont fait, pourquoi pas vous ? Découvrez l'histoire de nos clients en vidéo.

    by Romain Eracle - 09:26 - 18 Jul 2023
  • Multiple payment methods and journals in one provider
    Hello everyone,
    
    For payment providers it is possible to connect a Payment Journal to a 
    provider (e.g. Buckaroo, a Dutch payment provider can be coupled with 
    the bank journal Buckaroo) but I would like to know if it is possible to 
    connect multiple payment journals to payment methods within one payment 
    provider. For example: Buckaroo supports multiple payment methods (VISA, 
    MasterCard, AMEX, iDEAL, PayPal, etc.) but on this moment I can only 
    connect this to one payment journal. Would it possible to connect the 
    payment method VISA (within Buckaroo) with a payment journal VISA for 
    example?
    
    I have tried to duplicate the payment provider and connect it via 
    Incoming Payment in the bank configuration but that does not work; it 
    only shows one provider there.
    
    I try to do this in v16.
    
    Any help is welcome!
    
    Thanks & regards,
    
    Wytze Jan Riedstra
    codeNext
    
    
    

    by Wytze Jan Riedstra - 07:51 - 17 Jul 2023
  • Nested packages functionality in v15
    Hello! 

    We have a client that would like to have nested packages to track their inventory (ie, a package that can contain other packages that contain products). I reckon this used to be a base functionality of Odoo that has since been removed. Does anyone have or know of a module that supports this functionality for v15?

    Thank you!

    by Samuel Macias Oropeza - 06:31 - 17 Jul 2023