Skip to Content
  • Product variant price based on calculation using attribute values

    Hello,


    the customer is manufacturing stainless steel shelves and such for kitchens. The variants are based on width and length. However there are some optional features that can be added which would need some custom calculation logic to get their price. Few examples:

    extra rim on the side: [width] * constant

    extra bottom: [width] * [length] * other_constant

    ...


    So generally taking the value(s) of attributes and using them in formula to get price for extra attribute. I have seen some commercial modules on appstore but I'd obviously rather go with OCA.


    Thank you. Best regards


        Radovan Skolnik


    by Radovan Skolnik - 12:41 - 1 Jul 2025
  • PR review (gh pr checkout 2002)
    Hello Dears,

    I hope this email finds you well,

    Kindly check this PR as I'm in a hurry for its approval if possible,

    Thanks and Best Regards.

    by "Ahmed Jamal" <ahmed.j1350@gmail.com> - 12:23 - 27 Jun 2025
  • RE: Complete Visitors List for Odoo Experience Exhibition 2025

    Hi,

    · Yes, I am Interested, send me exclusive Fee and More information

     

    Regards.

    Shamim

     

    From: Lisa Nancy <notifications@odoo-community.org>
    Sent: Tuesday, 24 June 2025 4:18 pm
    To: Contributors <contributors@odoo-community.org>
    Subject: Complete Visitors List for Odoo Experience Exhibition 2025

     


     

    Hi,

    How are you?

    Odoo Experience Exhibition 2025, a pre-registered 3,852 Attendee list is available! to fulfil your promotional efforts.
    Date: 18 - 20 Sep 2025

    Venue: Brussels Expo - Exhibition Center, Brussels, Belgium


    Could you let me know if you want to receive the Attendee List with the Exclusive fee?


    List Includes: - Industry Type, Company_Name, Contact_Name, First_Name, Middle_Name, Last_Name, Titles, Address, City, State, ZIP Code, Phone_Number, Country and Business Type etc.

    Kindly describes your response:

    · Yes, I am Interested, send me exclusive Fee and More information
    · OPT-OUT

     

     

     

    Best regards,

    Lisa Nancy


    by Muhammad Shamim Ahmed - 01:35 - 24 Jun 2025
  • Complete Visitors List for Odoo Experience Exhibition 2025

     

    Hi,

    How are you?

    Odoo Experience Exhibition 2025, a pre-registered 3,852 Attendee list is available! to fulfil your promotional efforts.
    Date: 18 - 20 Sep 2025

    Venue: Brussels Expo - Exhibition Center, Brussels, Belgium


    Could you let me know if you want to receive the Attendee List with the Exclusive fee?


    List Includes: - Industry Type, Company_NameContact_NameFirst_NameMiddle_NameLast_Name, Titles, Address, City, State, ZIP Code, Phone_Number, Country and Business Type etc.

    Kindly describes your response:

    · Yes, I am Interested, send me exclusive Fee and More information
    · OPT-OUT




    Best regards,

    Lisa Nancy


    by "Lisa Nancy" <lisa.nancy.smartleads@gmail.com> - 01:16 - 24 Jun 2025
  • Complete Visitor Directory of Odoo Experience Exhibition 2025

    Hi,

    How are you?

    Odoo Experience Exhibition 2025, a pre-registered 7,794 Attendee list is available! to fulfil your promotional efforts.

    Date: 18 - 20 Sep 2025

    Venue: Brussels Expo - Exhibition Center, Brussels, Belgium


    Could you let me know if you want to receive the Attendee List with the Exclusive fee?

    List Includes: - Contact Information, Email Address, Company Title, URL/Website, Mobile Number, Title/Designation. Etc.***

    Kindly describes your response:

    · Yes, I am Interested, send me exclusive Fee and More information
    · OPT-OUT



    Thanks & Regards,
    Amy Roy

    by "Amy Roy" <amy.roy.leadboost@gmail.com> - 12:22 - 24 Jun 2025
  • OCA/bank-payment-alternative
    Dear OCA friends,

    On March 26th 2025, Stéphane Bidoul sent an email on this mailing-list with the subject "The future of OCA/bank-payment". If you missed it, you can find it in the archives:

    After some long discussion/debate, it was decided to let the chance for an alternative OCA banking project that would use the native payment method object of the "account" module (account.payment.method.line). This project is named OCA/bank-payment-alternative and you can find it here: 

    We had to change the module names in OCA/bank-payment-alternative. Here are the new names that were chosen :

    OCA/bank-payment OCA/bank-payment-alternative
    account_payment_order account_payment_batch_oca
    account_banking_pain_base account_payment_sepa_base
    account_banking_sepa_credit_transfer account_payment_sepa_credit_transfer
    account_banking_mandate account_payment_mandate
    account_banking_mandate_sale account_payment_mandate_sale
    account_banking_sepa_direct_debit account_payment_sepa_direct_debit
    account_payment_mode native + account_payment_base_oca
    account_payment_partner native
    account_payment_sale account_payment_base_oca_sale

    Here are the main changes in the datamodel introduced by OCA/bank-payment-alternative :
    1. Adoption of the native object account.payment.method.line as "Payment Method" (replaces the OCA object account.payment.mode)
    2. Introduction of account.payment.lot, which represent the Payments Lots (corresponds to the PmtInf i.e. Payment Information block of the SEPA XML files). If your bank groups the debits/credits on your bank statement for the payments, a lot matches one debit or credit payment line on your bank account. This object is generated upon confirmation of the payment order and is used in the generation of the XML (and should soon be used in the bank statement reconcile interface)
    3. the datamodel of the mandate has been simplified: the field "format" also has the information of the "scheme" field, so "format" now has 3 possible values : basic, sepa_core or sepa_b2b. The field "scheme" has been removed. The field "type" has 2 possible values: recurrent or oneoff (instead of 3 possible values : generic, recurrent or oneoff). The field "recurrent_sequence_type" has been removed because we don't need to handle the "first" vs "recurring" sequence any more : since November 2016, "the requirement to use the sequence type ‘First’ in a first of a recurrent series of Collections is no longer mandatory" according to the European Payment Council (EPC), cf SDD Core Rulebook. The "final" sequence is now supported by the state field which has a new "final" state that can be activated via a button. The field "partner_id" is NOT a related field of partner_bank_id any more, which solves the bug "account_banking_mandate: Change in the filtering behavior of the "Bank Account" field" https://github.com/OCA/bank-payment/issues/1473 With all these simplifications on the mandate datamodel, the form view and list view of mandates are more user-friendly.
    4. The field generated_user_id has been removed from account.payment.order (the info is present in the chatter)
    5. On account.payment.method, the boolean field "payment_order_only" has been renamed to "payment_order_ok" (for consistency)
    6. The boolean field "convert_to_ascii" has been removed from account.payment.method : we consider that this option should be always on (there is a hook in the code in case you need to disable it).
    Here is a summary of the new features and improvements by order of importance :
    • Take into account the boolean field "allow_out_payment" of res.partner.bank on payment orders : when you try to confirm a payment order that has bank accounts on payment lines with allow_out_payment = False, you will get a blocking error message. The affected payment lines will be shown in red and you will have a smart button that gives access to the bank accounts that are not allowed to send money to. To enable "allow_out_payment", you need to be part of a specific group "Validate bank accounts" (XMLID account.group_validate_bank_account). As a consequence, we don't inherit the native ACL of res.partner.bank that give full rights to partner manager any more : the security is handled by "allow_out_payment".
    • by default, there is a sequence of payment orders and another sequence for debit orders. It is possible to configure a specific sequence for a payment mode.
    • add support for "Regulatory Reporting" in the SEPA XML structure (tag RgltryRptg). Needed in some countries for international non-SEPA credit transfers.
    • replace unstructured address by structured address in SEPA XML file (mandatory starting 11/2025)
    • add support for pain.008.01.08 (SDD) and pain.001.001.09 (SCT), which are now the recommended versions of the EPC
    • easier download of the banking file after generation
    • add field acc_number_scrambled on res.partner.bank for easy and direct use of scrambled account number
    • search on partner_id from account.payment.order
    • support currencies with decimal_places != 2 in ISO20022 XML file generation
    • on mandates, fields format, type, signature date and partner are not editable any more when state != draft
    • remove support for pain.001.001.02/04/05 (SCT) and pain.008.01.03/04 (SDD) which have never been selected by the EPC, to simplify the code
    • stop using safe_eval() in XML generation
    • replace all @api.onchange by computed fields
    • add sql unicity constraint on payment order number per company
    Many bugs have been fixed:
    You can have a complete list of the changes and bug fixes of OCA/bank-payment-alternative on these 2 issues:

    But, for me, the most important of OCA/bank-payment-alternative is the investment made on the quality of the code, not only on the SEPA XML generation but also on the lower-level modules.

    OCA/bank-payment-alternative will continue to focus on code quality and innovation (which involves datamodel changes when needed).
    Now that the modules are merged, the next priority should be on providing migration scripts for v17 to v18 migration.

    So, for v18, you now have the choice between OCA/bank-payment and OCA/bank-payment-alternative. Happy hacking !

    --
    Alexis de Lattre
    Akretion France - 27 rue Henri Rolland - 69100 Villeurbanne - France
    Mail : alexis.delattre@akretion.com


    by Alexis de Lattre - 03:34 - 21 Jun 2025
  • New module to upgrade Odoo from Odoo itself
    Hi all!

    I put in a module for Odoo the methods I use to migrate Odoo from v. 7.0 onwards, to migrate to one or more upper versions from inside Odoo itself.

    It works by creating a series of virtualenv, one for each version to migrate, and making some customizable fixes on the process.

    The readme of the module is here https://github.com/efatto/openupgrader/blob/14.0/openupgrader/README.rst and I would like to contribute it to OCA if possible.

    Sergio Corato

    Notes:
    1. The methods need a robust refactoring - I've started to write them when I barely knew Python - but they have worked for several years, migrating more versions like from 8.0 to 12.0.
    2.  This module needs some extra debian package to work in the default OCA container, so it's impossible to make the tests work now.

    Sergio Corato

    by Sergio Corato - 03:20 - 20 Jun 2025
  • OCA Days 2025 - Code Sprint Survey - what will you be working on? In-person or online?
    Hello OCA Contributors,

    I hope this finds you well.

    OCA Days 2025 is happening 15th-17th September in Liege, Belgium.

    Register here. Early-bird member tickets close 30th June - these are €200. From 1st of July member's tickets are €250. You can also attend as a non-member €330, but it makes sense if you are not already a member to buy a membership and save!

    This year we are trying to give the code-sprint side of things more support. Monday the 15th will be solely code sprint based (there are some awesome training sessions available as well if you want to upskill) with Tuesday and Wednesday offering the code sprint and our great talks and presentations.

    The code sprint will obviously be in-person but we are wanting to include those that can't make it to Belgium as well. With a bit of planning and preparation we will have access remotely as well.

    We had a great OCA Days 2025 workgroup meeting last week, looking at past feedback, we have identified ways we can create a great coding experience for you but we need your help.

    Please take a minute to complete this survey with what you are considering working on for the OCA Days 2025 code sprint to help us plan this event for you. We are also looking for facilitators and table leads, so let us know if you are keen to help out!

    I'll close off the survey next Tuesday 24th June so we can use the results at our next workgroup meeting on Wednesday 25th June.

    Any questions just get in touch.
    Warmest regards from New Zealand.
    Rebecca

    --
    Rebecca Gellatly
    General Secretary
    Odoo Community Association

    by Rebecca Gellatly (OCA) - 04:31 - 16 Jun 2025
  • Odoo Website Data Export/Import
    Hello OCA Contributors
    
    One of our customers created a website on odoo.com and wanted it to be 
    migrated to the new on-premise instance. As the odoo.com db already was 
    on 18.3 a database migration was not possible.
    I searched for solutions to export/import website records, but did not 
    find a suitable solution. Thus I created two scripts that help migrating 
    website data:
    
    Export website data: 
    https://github.com/Mint-System/Odoo-Build/blob/main/bin/export-website-data
    
    Import website data: 
    https://github.com/Mint-System/Odoo-Build/blob/main/bin/import-website-data
    
    With this mail I want to give some visibility to the problem and share 
    my solution.
    
    Cheeers,
    
    Janik
    
    
    -- 
    Suggest a meeting: https://apmt.day/janikvonrotz/999120f2/
    We are hiring: https://www.mint-system.ch/jobs
    
    CTO Mint System GmbH
    Tel: +41 44 244 7222
    
    

    by Janik von Rotz - 09:56 - 13 Jun 2025
  • Membership

    Hello Amir, I can confirm that you are tagged as a contributor AND an OCA member in the OCA database.
    What do you mean when you say Ñ My name and details are not available in OCA member list? Which list are you referring to?
    Regards,


    by Julie LeBrun (OCA) - 10:03 - 9 Jun 2025
  • Membership

    Hi all,

    I registered in community as a member and signed CLA but my name and details do not available in OCA member list.

    by Amir Akbari - 10:18 - 6 Jun 2025
  • A connector to MS SQL Server
    Hi, All,

    I do apologise in advance , if it is not the proper place to ask about the following:

    How do you guys pull efficiently, transactional data , regularly from MS SQL server ? 

    I can assure there should be already a connectors existing;
    Or , there is something else?
    I mean , Odoo being like a massaging broker client (pub/sub)?!

    Thanks,

    - iPhone -

    by milori2006 - 01:06 - 5 Jun 2025
  • [partner-contact] Animal module waiting for 17.0/18.0
    Hello OCA,
    the pull requests 2071 (17.0) & 1993 (18.0) are currently in open 
    status.
    
    Does anybody can check them ?
    Regards.
    
    Yann Le Doaré
    

    by Yann Le Doaré - 09:28 - 5 Jun 2025
  • OCA Apps on Odoo App Store: status (for v18 and all versions)
    Hello everyone,

    The majority of the OCA modules are available on the official Odoo App Store. 

    However, the way the App Store is built might bring issues for certain of our modules to be published (for example when a module moves from one OCA repo to another).

    As the process of publishing the OCA modules is manual and time-consuming, we won't solve all the issues. You can contact us for specific cases if this is blocking the publication of your modules depending on OCA modules (please contact support@odoo-community.org).

    (almost) All the OCA modules are available in the OCA App Store : https://odoo-community.org/shop (that will be largerly improved in the next months).

    Greetings from the Spanish OCA Days in Cartagena,
    Virginie Dewulf
    Executive Director
    +32 477 64 17 20

    by Virginie Dewulf (OCA) - 07:57 - 4 Jun 2025
  • App Icon for Milk theme (Odoo 17+)
    For anyone interested, I created an SVG color scheme based on official app icons from the new milk theme.

    There is no official guidelines about designing an icon (shape+colors) that looks like Odoo's built-in apps but the "secret sauce" is about overlapping shapes to get this color mix







    --
    Yann PAPOUIN, Ingénieur R&D | DEC

    by Yann Papouin - 10:41 - 4 Jun 2025
  • June OCA OWL Training!
    Dear contributors! 
    We are excited to share that in June, the OCA will provide a complete training on the Odoo framework "OWL"!
    We know you have been waiting for it.


    This training will be done in English.  A Spanish version of this training will be provided by the AEOdoo.

    We understand that some people from the American continent would have wanted to participate, and they will have the opportunity in the fall when we will host another session of the OWL training.

    Keep an eye out and don't hesitate to share this positive news within your community!

    --
    Julie LeBrun
    Content Creator & Training Manager

    by Julie LeBrun (OCA) - 01:02 - 2 Jun 2025
  • Debt transfer module?
    Hello!

    We have a requirement where employees report expenses they make and which later have to be reimbursed by the company. However, the vendor bill that gets generated from these expenses should belong on the actual providers of the service or good, not to the employee, which is the standard behavior.

    Do you know of any module or modules which allow us to transfer debts from the expense report?

    Thank you!

    by Samuel Macias Oropeza - 11:01 - 30 May 2025
  • OCA Zone at Odoo Experience - there is still room for you!
    Hello OCA Contributors.

    I hope this finds you all well.

    Earlier in the year I messaged about the OCA Zone at Odoo XP.
    I have heard from Odoo and we still have space for a few more to join us in our area!

    You just need to be a current OCA Sponsor. Very easy, you can become one right now, you'll see our newly updated sponsor packages here: https://odoo-community.org/get-involved/become-a-sponsor

    I will then get in touch and connect you with Odoo and they will invoice you directly for a standard booth in the OCA Zone at the Odoo XP. 

    We need to move pretty quickly on this for anyone else wanting to join, so get in touch with me ASAP and I will help get things rolling: rebecca@odoo-community.org

    We are really looking forward to having a great community environment this year and supporting each other!

    Warm regards,
    Rebecca

    --
    Rebecca Gellatly
    General Secretary
    Odoo Community Association

    by Rebecca Gellatly (OCA) - 04:31 - 26 May 2025
  • Demande de sponsoring – Projet Marathon international 2025-2027

    Bonjour,

    Je me permets de vous contacter afin de vous proposer un partenariat dans le cadre de mon projet sportif autour des marathons internationaux.

    Je suis un marathonien amateur de 37 ans, passionné par la course de fond, avec un record personnel de 2h45 établi lors du Marathon de Berlin en 2024. Mon objectif est ambitieux : descendre sous la barre des 2h40 au Marathon de Chicago en 2025. Ce défi s'inscrit dans un programme pluriannuel qui m'amènera également à participer aux prestigieux marathons de Boston et New York en 2026, ainsi qu’au Marathon de Belgrade en 2027.

    Dans cette optique, je suis à la recherche de partenaires susceptibles de m’apporter un soutien financier pour m’aider à couvrir les frais liés aux déplacements, inscriptions et logistique autour de ces compétitions.

    En contrepartie, je propose une visibilité régulière de la marque Odoo sur mes réseaux sociaux (Instagram, Facebook, Strava), ainsi qu’un flocage de votre logo sur mes équipements lors de ces événements internationaux très médiatisés.

    Je suis convaincu qu’un partenariat avec Odoo, entreprise innovante et dynamique, ferait sens dans le cadre de ce projet sportif basé sur la rigueur, la persévérance et la performance.

    Je reste à votre disposition pour discuter de cette proposition ou vous fournir un dossier plus détaillé.

    En vous remerciant par avance pour votre attention,
    Bien cordialement,

    Mason Morhet
    0479041314
    Rue Louis maréchal 119
    4360 Oreye 
    Belgique 


    by "mason morhet" <masmorhet@msn.com> - 03:35 - 24 May 2025
  • Handling 0% Tax in Invoices
    Dear Community,

    In version 18, Odoo already supports creating 0% taxes via https://github.com/odoo/odoo/pull/199144

    but it must config __keep_zero_line to True.
    I think this should add a new module account_move_zero_tax in OCA to allow this configuration more conveniently.

    Should I propose it under https://github.com/OCA/account-financial-tools or https://github.com/OCA/account-invoicing or has someone already contributed something similar?

    Thank you,
    Saran Lim.

    by saranl - 07:16 - 21 May 2025