Archives
- By thread 1472
-
By date
- August 2019 59
- September 2019 118
- October 2019 165
- November 2019 97
- December 2019 35
- January 2020 58
- February 2020 204
- March 2020 121
- April 2020 172
- May 2020 50
- June 2020 158
- July 2020 85
- August 2020 94
- September 2020 193
- October 2020 277
- November 2020 100
- December 2020 159
- January 2021 38
- February 2021 87
- March 2021 146
- April 2021 73
- May 2021 90
- June 2021 86
- July 2021 123
- August 2021 50
- September 2021 68
- October 2021 66
- November 2021 74
- December 2021 75
- January 2022 98
- February 2022 77
- March 2022 68
- April 2022 31
- May 2022 59
- June 2022 87
- July 2022 141
- August 2022 38
- September 2022 73
- October 2022 152
- November 2022 39
- December 2022 50
- January 2023 93
- February 2023 49
- March 2023 106
- April 2023 47
- May 2023 69
- June 2023 92
- July 2023 64
- August 2023 103
- September 2023 91
- October 2023 101
- November 2023 94
- December 2023 46
- January 2024 75
- February 2024 79
- March 2024 104
- April 2024 63
- May 2024 40
- June 2024 160
- July 2024 80
- August 2024 70
- September 2024 62
- October 2024 121
- November 2024 117
- December 2024 89
- January 2025 59
- February 2025 104
- March 2025 96
- April 2025 107
- May 2025 52
- June 2025 72
- July 2025 60
- August 2025 81
- September 2025 124
- October 2025 63
- November 2025 57
- December 2025 33
- January 2026 63
- February 2026 48
Contributors
contributors@odoo-community.org
-
Re: Migration Quality Management System module
Hello Andrea,
We at Open Source Integrators have been maintaining these modules too, and have been doing module migration work to other customers also.
Let me know if we can support you with this.
Thank you
Daniel
--
DANIEL REIS
MANAGING PARTNER>> Schedule time on my calendar.
M: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office Center, 2649-517 Cascais
On 28/10/2025 18:07, ARXI | Andrea Almeida wrote:
Hello dears,
I hope you are doing well.
We want to know if you have the module of Quality Management System in the version 19.0. Can you expect migrate soon?
I look forward to hearing from you.
Thank you so much
--
Melhores Cumprimentos | Best Regards www.arxi.pt 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.
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.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Daniel Reis - 02:55 - 29 Oct 2025 -
Help understanding “Send by Email” button visibility on invoices V18
Hi everyone,
I’m trying to understand why the “Send by Email” button doesn’t appear on my bills — it stays invisible regardless of their status.
I’ve checked the technical condition in the code (state != 'posted' or is_being_sent or invoice_pdf_report_id or move_type not in ('out_invoice', 'out_refund')), but I’d like to understand the functional logic — what needs to be configured in Odoo to make it visible in the standard flow?
I managed to make the “Send by Email” button visible, but I’m now facing a blocking message: “You can only generate sales documents.”
This action used to work in previous Odoo versions (it’s part of a self-billing process).
Do you have any recommendations or know if there’s a module or standard approach for handling this in Odoo 18?
Thanks in advance for your help,
Nazaire
(Odoo version: 18)
by Nazaire ADJAKOUN - 10:21 - 28 Oct 2025-
Re: Help understanding “Send by Email” button visibility on invoices V18
Hi Nazaire,
The button (and action behind) only makes sense for Customer invoices (and refunds), which is why it is not visible for Supplier Bills (because of the move_type not in ('out_invoice', 'out_refund')).
You are supposed to receive supplier bills from your supplier, adding them in Odoo is useful for margin analysis, payment follow-up, accounting, etc. but it does not make sense to send Supplier Bill with Odoo format back to Supplier (at least in normal workflow).
Best Regards,
Rémi
Le 28/10/2025 à 22:22, Nazaire ADJAKOUN a écrit :
Hi everyone,
I’m trying to understand why the “Send by Email” button doesn’t appear on my bills — it stays invisible regardless of their status.
I’ve checked the technical condition in the code (state != 'posted' or is_being_sent or invoice_pdf_report_id or move_type not in ('out_invoice', 'out_refund')), but I’d like to understand the functional logic — what needs to be configured in Odoo to make it visible in the standard flow?
I managed to make the “Send by Email” button visible, but I’m now facing a blocking message: “You can only generate sales documents.”
This action used to work in previous Odoo versions (it’s part of a self-billing process).
Do you have any recommendations or know if there’s a module or standard approach for handling this in Odoo 18?
Thanks in advance for your help,
Nazaire
(Odoo version: 18)_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Rémi Cazenave - 02:06 - 4 Nov 2025 -
Re: Help understanding “Send by Email” button visibility on invoices V18
HelloI think you might ask the question to Odoo's forum as it looks like a general Odoo question.But if you think it's related to an OCA module, then it's better to create an issue in the right github's repoYou might test on runbot.odoo.com for standard odoo or on runboat that you can find in any OCA'a repo.Best regards--------------------------------
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.comLe mar. 28 oct. 2025, 11:22, Nazaire ADJAKOUN <notifications@odoo-community.org> a écrit :Hi everyone,
I’m trying to understand why the “Send by Email” button doesn’t appear on my bills — it stays invisible regardless of their status.
I’ve checked the technical condition in the code (state != 'posted' or is_being_sent or invoice_pdf_report_id or move_type not in ('out_invoice', 'out_refund')), but I’d like to understand the functional logic — what needs to be configured in Odoo to make it visible in the standard flow?
I managed to make the “Send by Email” button visible, but I’m now facing a blocking message: “You can only generate sales documents.”
This action used to work in previous Odoo versions (it’s part of a self-billing process).
Do you have any recommendations or know if there’s a module or standard approach for handling this in Odoo 18?
Thanks in advance for your help,
Nazaire
(Odoo version: 18)_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Cyril VINH-TUNG - 06:31 - 29 Oct 2025
-
-
Re: Migration Quality Management System module
Hello Andrea,
Thank you for your message and for your interest in the OCA’s Quality Management System module.
At the moment, the Quality Management System (QMS) modules have not yet been migrated to Odoo 19.0. Migrations are carried out progressively by community contributors, depending on available time, priorities, and sponsorship.
You can follow the migration status or contribute directly on the OCA GitHub repositories — typically under https://github.com/OCA/management-system. If your organization needs this migration soon, one option is to sponsor or financially support the maintainers to prioritize and accelerate the work.
Your support helps sustain the open-source ecosystem and ensures timely updates for everyone in the community.
Best regards,
El mar, 28 oct 2025 a las 19:07, ARXI | Andrea Almeida (<notifications@odoo-community.org>) escribió:Hello dears,
I hope you are doing well.
We want to know if you have the module of Quality Management System in the version 19.0. Can you expect migrate soon?
I look forward to hearing from you.
Thank you so much
--
Melhores Cumprimentos | Best Regards www.arxi.pt 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.
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.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Enric Tobella AlomarCEO & Founder
by Enric Tobella Alomar - 08:40 - 28 Oct 2025 -
Migration Quality Management System module
Hello dears,
I hope you are doing well.
We want to know if you have the module of Quality Management System in the version 19.0. Can you expect migrate soon?
I look forward to hearing from you.
Thank you so much
--
Melhores Cumprimentos | Best Regards www.arxi.pt 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.
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 - 07:06 - 28 Oct 2025 -
Quick Question On SEMA Show 2025
Hello,
Are you interested in Purchasing SEMA Show 2025 Attendees List?
QUALIFIED BUYERS:-
ü REPAIR/SERVICE/INSTALLATION
ü RETAILER/JOBBER
ü WHOLESALER/DISTRIBUTOR/WD
ü BUILDER/FABRICATOR/CONVERTER
ü VEHICLE DEALER
ü OTHER and many more…
If Yes, I am happy to share counts and cost details.
Thanks,
Bev Carpenter| Event Coordinator & Marketing
by "Bev Carpenter" <bev.carpenter.us@gmail.com> - 07:10 - 24 Oct 2025 -
Request for Support to Merge Approved PR – OCA Localization Colombia
Hi team,
I hope you’re doing well. I wanted to kindly follow up regarding my pull request that has already been approved in the Localization Colombia repository but has not yet been merged.
https://github.com/OCA/l10n-colombia/pull/22
Would it be possible for someone with merge rights to review and complete the merge?
This contribution aims to support the ongoing improvements in the localization, and I’d really appreciate your help to get it integrated.
Thank you very much for your time and support!
Best regards,
by Yan Chirino - 05:45 - 24 Oct 2025 -
base_custom_info
Hi community,We've been using the base_custom_info module and some of its add-ons for partners and products for several versions.
Organizations like Antiun, Tecnativa, and Moduon seem to have been using it since v8 and more.
We find the features it offers interesting (that's why we use it).
I am wondering why not available in v16 (a) and 18 :1 - due to a lack of time and interest in migrating it, OR2 - you have other options for adding simple information about partners and products(a) closed PR for 16Nouveau
Votre avis est important pour nous ⭐Découvrir
by Bruno Joliveau - 01:25 - 22 Oct 2025-
Re: base_custom_info
Indeed.
It probably won't be that hard to add Properties to a model.
The hardest part fro me is to read and consume that data in your custom code.
Also not documented and requiring trial & error + reverse engineering t figure out...
Regards
Daniel
On 23/10/2025 13:02, Ronald Portier wrote:
Hi,
This of course begs the question how a model can be made to support Properties.
I did find out by scanning the Odoo Source tree, starting of with grepping for 'Add Properties'. Anyway it is needed to add a field.Properties field to hold the properties. To define the possible properties, you will need a PropertiesDefinition field. Look-up the source in odoo/fields.py and see example use in addons/project/models/project.task.py.
Looking at the orm API documentation, this feature is indeed totally undocumented:
https://www.odoo.com/documentation/18.0/developer/reference/backend/orm.html#fields
Kind regards, Ronald
On 23-10-2025 09:31, Christian Zöllner wrote:
Hi,
You can find the option to create properties in the action menu of a record. For example: Open a project task and then click on the gear icon. There you will find the option “Add Properties.”
Not every model supports properties, though.
Best RegardsChristian
Von: "Ronald Portier" <notifications@odoo-community.org>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Mittwoch, 22. Oktober 2025 14:56:55
Betreff: Re: base_custom_info
But how to use it then @bruno. Nowhere in the Odoo (CE) interface can I find anything to configure this, let alone how to add these property fields programmatically.
This is the documentation I see:
https://www.odoo.com/documentation/18.0/applications/essentials/property_fields.html
It is all configured via Studio.
On 22-10-2025 14:27, Bruno Joliveau wrote:
You do not need Studio or Odoo EE for Properties Field @RonaldAvailable feature in Odoo CE
Bruno JoliveauArchitecte solutions - Président+1 514-317-7944
Nouveau
Votre avis est important pour nous ⭐Découvrir
Le mer. 22 oct. 2025 à 08:17, Ronald Portier <notifications@odoo-community.org> a écrit :
Hi,
I never encountered the Odoo properties field, but looking it up I understand from the documentation that these properties can only be configured through studio and not programmatically. Is that a correct conclusion?
In that case base_custom_info would still be very useful. Actually it seems to exactly satisfy a requirement that one of my customers has.
Kind regards, Ronald
On 22-10-2025 05:51, Enric Tobella Alomar wrote:
Hi Bruno,
Well, I presume that with the new Properties Field from odoo, the needs of this module have disminished.
Personally, I prefer to use Properties Field than this extra module.
Kind regards,
El mié, 22 oct 2025 a las 1:26, Bruno Joliveau (<notifications@odoo-community.org>) escribió:
Hi community,
We've been using the base_custom_info module and some of its add-ons for partners and products for several versions.
Organizations like Antiun, Tecnativa, and Moduon seem to have been using it since v8 and more.
We find the features it offers interesting (that's why we use it).
I am wondering why not available in v16 (a) and 18 :1 - due to a lack of time and interest in migrating it, OR2 - you have other options for adding simple information about partners and products
(a) closed PR for 16
Nouveau
Votre avis est important pour nous ⭐Découvrir _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Enric Tobella AlomarCEO & Founder
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
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 PARTNER>> Schedule time on my calendar.
M: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office Center, 2649-517 Cascais
by Daniel Reis - 02:16 - 23 Oct 2025 -
Re: base_custom_info
Hi,
This of course begs the question how a model can be made to support Properties.
I did find out by scanning the Odoo Source tree, starting of with grepping for 'Add Properties'. Anyway it is needed to add a field.Properties field to hold the properties. To define the possible properties, you will need a PropertiesDefinition field. Look-up the source in odoo/fields.py and see example use in addons/project/models/project.task.py.
Looking at the orm API documentation, this feature is indeed totally undocumented:
https://www.odoo.com/documentation/18.0/developer/reference/backend/orm.html#fields
Kind regards, Ronald
On 23-10-2025 09:31, Christian Zöllner wrote:
Hi,
You can find the option to create properties in the action menu of a record. For example: Open a project task and then click on the gear icon. There you will find the option “Add Properties.”
Not every model supports properties, though.
Best RegardsChristian
Von: "Ronald Portier" <notifications@odoo-community.org>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Mittwoch, 22. Oktober 2025 14:56:55
Betreff: Re: base_custom_info
But how to use it then @bruno. Nowhere in the Odoo (CE) interface can I find anything to configure this, let alone how to add these property fields programmatically.
This is the documentation I see:
https://www.odoo.com/documentation/18.0/applications/essentials/property_fields.html
It is all configured via Studio.
On 22-10-2025 14:27, Bruno Joliveau wrote:
You do not need Studio or Odoo EE for Properties Field @RonaldAvailable feature in Odoo CE
Bruno JoliveauArchitecte solutions - Président+1 514-317-7944
Nouveau
Votre avis est important pour nous ⭐Découvrir
Le mer. 22 oct. 2025 à 08:17, Ronald Portier <notifications@odoo-community.org> a écrit :
Hi,
I never encountered the Odoo properties field, but looking it up I understand from the documentation that these properties can only be configured through studio and not programmatically. Is that a correct conclusion?
In that case base_custom_info would still be very useful. Actually it seems to exactly satisfy a requirement that one of my customers has.
Kind regards, Ronald
On 22-10-2025 05:51, Enric Tobella Alomar wrote:
Hi Bruno,
Well, I presume that with the new Properties Field from odoo, the needs of this module have disminished.
Personally, I prefer to use Properties Field than this extra module.
Kind regards,
El mié, 22 oct 2025 a las 1:26, Bruno Joliveau (<notifications@odoo-community.org>) escribió:
Hi community,
We've been using the base_custom_info module and some of its add-ons for partners and products for several versions.
Organizations like Antiun, Tecnativa, and Moduon seem to have been using it since v8 and more.
We find the features it offers interesting (that's why we use it).
I am wondering why not available in v16 (a) and 18 :1 - due to a lack of time and interest in migrating it, OR2 - you have other options for adding simple information about partners and products
(a) closed PR for 16
Nouveau
Votre avis est important pour nous ⭐Découvrir _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Enric Tobella AlomarCEO & Founder
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Ronald Portier - 02:01 - 23 Oct 2025 -
Re: base_custom_info
Hi,You can find the option to create properties in the action menu of a record. For example: Open a project task and then click on the gear icon. There you will find the option “Add Properties.”Not every model supports properties, though.Best RegardsChristianVon: "Ronald Portier" <notifications@odoo-community.org>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Mittwoch, 22. Oktober 2025 14:56:55
Betreff: Re: base_custom_infoBut how to use it then @bruno. Nowhere in the Odoo (CE) interface can I find anything to configure this, let alone how to add these property fields programmatically.
This is the documentation I see:
https://www.odoo.com/documentation/18.0/applications/essentials/property_fields.html
It is all configured via Studio.
On 22-10-2025 14:27, Bruno Joliveau wrote:
You do not need Studio or Odoo EE for Properties Field @RonaldAvailable feature in Odoo CE
Bruno JoliveauArchitecte solutions - Président+1 514-317-7944
Nouveau
Votre avis est important pour nous ⭐Découvrir
Le mer. 22 oct. 2025 à 08:17, Ronald Portier <notifications@odoo-community.org> a écrit :
Hi,
I never encountered the Odoo properties field, but looking it up I understand from the documentation that these properties can only be configured through studio and not programmatically. Is that a correct conclusion?
In that case base_custom_info would still be very useful. Actually it seems to exactly satisfy a requirement that one of my customers has.
Kind regards, Ronald
On 22-10-2025 05:51, Enric Tobella Alomar wrote:
Hi Bruno,
Well, I presume that with the new Properties Field from odoo, the needs of this module have disminished.
Personally, I prefer to use Properties Field than this extra module.
Kind regards,
El mié, 22 oct 2025 a las 1:26, Bruno Joliveau (<notifications@odoo-community.org>) escribió:
Hi community,
We've been using the base_custom_info module and some of its add-ons for partners and products for several versions.
Organizations like Antiun, Tecnativa, and Moduon seem to have been using it since v8 and more.
We find the features it offers interesting (that's why we use it).
I am wondering why not available in v16 (a) and 18 :1 - due to a lack of time and interest in migrating it, OR2 - you have other options for adding simple information about partners and products
(a) closed PR for 16
Nouveau
Votre avis est important pour nous ⭐Découvrir _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Enric Tobella AlomarCEO & Founder
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Christian Zöllner - 09:20 - 23 Oct 2025 -
Re: base_custom_info
But how to use it then @bruno. Nowhere in the Odoo (CE) interface can I find anything to configure this, let alone how to add these property fields programmatically.
This is the documentation I see:
https://www.odoo.com/documentation/18.0/applications/essentials/property_fields.html
It is all configured via Studio.
On 22-10-2025 14:27, Bruno Joliveau wrote:
You do not need Studio or Odoo EE for Properties Field @Ronald
Bruno JoliveauArchitecte solutions - Président+1 514-317-7944
Nouveau
Votre avis est important pour nous ⭐Découvrir
Le mer. 22 oct. 2025 à 08:17, Ronald Portier <notifications@odoo-community.org> a écrit :
Hi,
I never encountered the Odoo properties field, but looking it up I understand from the documentation that these properties can only be configured through studio and not programmatically. Is that a correct conclusion?
In that case base_custom_info would still be very useful. Actually it seems to exactly satisfy a requirement that one of my customers has.
Kind regards, Ronald
On 22-10-2025 05:51, Enric Tobella Alomar wrote:
Hi Bruno,
Well, I presume that with the new Properties Field from odoo, the needs of this module have disminished.
Personally, I prefer to use Properties Field than this extra module.
Kind regards,
El mié, 22 oct 2025 a las 1:26, Bruno Joliveau (<notifications@odoo-community.org>) escribió:
Hi community,
We've been using the base_custom_info module and some of its add-ons for partners and products for several versions.
Organizations like Antiun, Tecnativa, and Moduon seem to have been using it since v8 and more.
We find the features it offers interesting (that's why we use it).
I am wondering why not available in v16 (a) and 18 :1 - due to a lack of time and interest in migrating it, OR2 - you have other options for adding simple information about partners and products
(a) closed PR for 16
Nouveau
Votre avis est important pour nous ⭐Découvrir _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Enric Tobella AlomarCEO & Founder
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Ronald Portier - 02:41 - 22 Oct 2025 -
Re: base_custom_info
You do not need Studio or Odoo EE for Properties Field @Ronald
Bruno JoliveauArchitecte solutions - Président+1 514-317-7944
Nouveau
Votre avis est important pour nous ⭐Découvrir Le mer. 22 oct. 2025 à 08:17, Ronald Portier <notifications@odoo-community.org> a écrit :Hi,
I never encountered the Odoo properties field, but looking it up I understand from the documentation that these properties can only be configured through studio and not programmatically. Is that a correct conclusion?
In that case base_custom_info would still be very useful. Actually it seems to exactly satisfy a requirement that one of my customers has.
Kind regards, Ronald
On 22-10-2025 05:51, Enric Tobella Alomar wrote:
Hi Bruno,
Well, I presume that with the new Properties Field from odoo, the needs of this module have disminished.
Personally, I prefer to use Properties Field than this extra module.
Kind regards,
El mié, 22 oct 2025 a las 1:26, Bruno Joliveau (<notifications@odoo-community.org>) escribió:
Hi community,
We've been using the base_custom_info module and some of its add-ons for partners and products for several versions.
Organizations like Antiun, Tecnativa, and Moduon seem to have been using it since v8 and more.
We find the features it offers interesting (that's why we use it).
I am wondering why not available in v16 (a) and 18 :1 - due to a lack of time and interest in migrating it, OR2 - you have other options for adding simple information about partners and products
(a) closed PR for 16
Nouveau
Votre avis est important pour nous ⭐Découvrir _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Enric Tobella AlomarCEO & Founder
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Bruno Joliveau - 02:25 - 22 Oct 2025
-
-
peppol compliance
hello,Has anyone developed a PEPPOL Access Point integration module for Odoo 18 CE? If not, I'm looking for resources and documentation to develop it.tél 0032499164133elkafil abdrahmanLIBERTYSOFT
by elkafil@gmail.com - 03:31 - 21 Oct 2025-
Re: peppol compliance
Hi, Odoo's own PEPPOL module actually works in CE as well.
On 10/21/25 15:32, abdrahman elkafil wrote:
hello,
Has anyone developed a PEPPOL Access Point integration module for Odoo 18 CE? If not, I'm looking for resources and documentation to develop it.
tél 0032499164133elkafil abdrahman
LIBERTYSOFT
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Tom Blauwendraat - 03:51 - 21 Oct 2025
-
-
Restrictions per warehouse and filtering location at reception
Hello,
We are using version 17.0 and our customer has 3 warehouses with ~300 locations each.
The 1st requirement is to resctrict Inventory User to a warehouse so they only see operation types, locations and pickings of that warehouse. Any module you would suggest? What do you use?
The 2nd one is when the Inventory User processes a reception and wants to reassign some products to a different location than the one suggested by Odoo based on the putaway rules. By default Odoo shows the whole list of locations on the popup window of the stock move of the reception. With 300 locations in the warehouse, the reception process is very cumbersome. We would like to use the storing rules to filter the list. What do you think? Any other ideas?
Thank you!
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
by Maxime Chambreuil - 11:56 - 20 Oct 2025-
Re: Restrictions per warehouse and filtering location at reception
Thank you Pierre. Very useful.
Have a great day.
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
De: Pierre Verkest <notifications@odoo-community.org>
Enviado: martes, 21 de octubre de 2025 1:31 a. m.
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Restrictions per warehouse and filtering location at receptionFor the security part you can see those 2 PRs in version 14 and 16 (we may port it to version 17 as well)
regards,Pierre
Le mar. 21 oct. 2025 à 05:11, Maxime Chambreuil <notifications@odoo-community.org> a écrit :
Thank you Rachid and Aly,
I am available to download and test your modules tomorrow.
Regards,
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
De: AMIRI <notifications@odoo-community.org>
Enviado: lunes, 20 de octubre de 2025 7:16 p. m.
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Restrictions per warehouse and filtering location at receptionHello Maxime,
Thank you for your message.
I actually have a solution that fully addresses both of your customer’s needs on Odoo 17.
- Warehouse restriction for Inventory Users
- Filtered location selection on receptions
If you’d like, I can share a short demo or give you access to a test database to see both features in action.
Would you be open to a quick call or demo session this week?
Best regards,
Rachid AMIRI
Le lun. 20 oct. 2025 à 22:57, Maxime Chambreuil <notifications@odoo-community.org> a écrit :
Hello,
We are using version 17.0 and our customer has 3 warehouses with ~300 locations each.
The 1st requirement is to resctrict Inventory User to a warehouse so they only see operation types, locations and pickings of that warehouse. Any module you would suggest? What do you use?
The 2nd one is when the Inventory User processes a reception and wants to reassign some products to a different location than the one suggested by Odoo based on the putaway rules. By default Odoo shows the whole list of locations on the popup window of the stock move of the reception. With 300 locations in the warehouse, the reception process is very cumbersome. We would like to use the storing rules to filter the list. What do you think? Any other ideas?
Thank you!
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Cordialement
------------------------------------------------------------------------------------
M. Rachid AMIRI
Consulting & digital services
Mobile: +213.551.44.62.44
Email: rachid.amiri@gmail.com
------------------------------------------------------------------------------------_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Maxime Chambreuil - 09:55 - 21 Oct 2025 -
Re: Restrictions per warehouse and filtering location at reception
For the security part you can see those 2 PRs in version 14 and 16 (we may port it to version 17 as well)regards,PierreLe mar. 21 oct. 2025 à 05:11, Maxime Chambreuil <notifications@odoo-community.org> a écrit :Thank you Rachid and Aly,
I am available to download and test your modules tomorrow.
Regards,
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
De: AMIRI <notifications@odoo-community.org>
Enviado: lunes, 20 de octubre de 2025 7:16 p. m.
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Restrictions per warehouse and filtering location at receptionHello Maxime,
Thank you for your message.
I actually have a solution that fully addresses both of your customer’s needs on Odoo 17.
- Warehouse restriction for Inventory Users
- Filtered location selection on receptions
If you’d like, I can share a short demo or give you access to a test database to see both features in action.
Would you be open to a quick call or demo session this week?
Best regards,
Rachid AMIRI
Le lun. 20 oct. 2025 à 22:57, Maxime Chambreuil <notifications@odoo-community.org> a écrit :
Hello,
We are using version 17.0 and our customer has 3 warehouses with ~300 locations each.
The 1st requirement is to resctrict Inventory User to a warehouse so they only see operation types, locations and pickings of that warehouse. Any module you would suggest? What do you use?
The 2nd one is when the Inventory User processes a reception and wants to reassign some products to a different location than the one suggested by Odoo based on the putaway rules. By default Odoo shows the whole list of locations on the popup window of the stock move of the reception. With 300 locations in the warehouse, the reception process is very cumbersome. We would like to use the storing rules to filter the list. What do you think? Any other ideas?
Thank you!
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Cordialement
------------------------------------------------------------------------------------
M. Rachid AMIRI
Consulting & digital services
Mobile: +213.551.44.62.44
Email: rachid.amiri@gmail.com
------------------------------------------------------------------------------------_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Pierre Verkest - 09:26 - 21 Oct 2025 -
Re: Restrictions per warehouse and filtering location at reception
Thank you Rachid and Aly,
I am available to download and test your modules tomorrow.
Regards,
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
De: AMIRI <notifications@odoo-community.org>
Enviado: lunes, 20 de octubre de 2025 7:16 p. m.
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Restrictions per warehouse and filtering location at receptionHello Maxime,
Thank you for your message.
I actually have a solution that fully addresses both of your customer’s needs on Odoo 17.
- Warehouse restriction for Inventory Users
- Filtered location selection on receptions
If you’d like, I can share a short demo or give you access to a test database to see both features in action.
Would you be open to a quick call or demo session this week?
Best regards,
Rachid AMIRI
Le lun. 20 oct. 2025 à 22:57, Maxime Chambreuil <notifications@odoo-community.org> a écrit :
Hello,
We are using version 17.0 and our customer has 3 warehouses with ~300 locations each.
The 1st requirement is to resctrict Inventory User to a warehouse so they only see operation types, locations and pickings of that warehouse. Any module you would suggest? What do you use?
The 2nd one is when the Inventory User processes a reception and wants to reassign some products to a different location than the one suggested by Odoo based on the putaway rules. By default Odoo shows the whole list of locations on the popup window of the stock move of the reception. With 300 locations in the warehouse, the reception process is very cumbersome. We would like to use the storing rules to filter the list. What do you think? Any other ideas?
Thank you!
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Cordialement
------------------------------------------------------------------------------------
M. Rachid AMIRI
Consulting & digital services
Mobile: +213.551.44.62.44
Email: rachid.amiri@gmail.com
------------------------------------------------------------------------------------_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Maxime Chambreuil - 04:51 - 21 Oct 2025 -
Re: Restrictions per warehouse and filtering location at reception
Hello Maxime,
Thank you for your message.
I actually have a solution that fully addresses both of your customer’s needs on Odoo 17.- Warehouse restriction for Inventory Users
- Filtered location selection on receptions
If you’d like, I can share a short demo or give you access to a test database to see both features in action.
Would you be open to a quick call or demo session this week?
Best regards,Rachid AMIRILe lun. 20 oct. 2025 à 22:57, Maxime Chambreuil <notifications@odoo-community.org> a écrit :Hello,
We are using version 17.0 and our customer has 3 warehouses with ~300 locations each.
The 1st requirement is to resctrict Inventory User to a warehouse so they only see operation types, locations and pickings of that warehouse. Any module you would suggest? What do you use?
The 2nd one is when the Inventory User processes a reception and wants to reassign some products to a different location than the one suggested by Odoo based on the putaway rules. By default Odoo shows the whole list of locations on the popup window of the stock move of the reception. With 300 locations in the warehouse, the reception process is very cumbersome. We would like to use the storing rules to filter the list. What do you think? Any other ideas?
Thank you!
MAXIME CHAMBREUIL
DIRECTOR INTERNACIONALT: +52 (800) 953-2012 #5200
M: +52 (442) 114-9164 | WhatsApp
C: MChambreuil@OpenSourceIntegrators.comAv. Antea 1032, Piso 4 Local 8, Colonia Jurica
Santiago de Querétaro, Querétaro, 76100, México
Analizar. Optimizar. Automatizar. Transicionar.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Cordialement
------------------------------------------------------------------------------------
M. Rachid AMIRI
Consulting & digital services
Mobile: +213.551.44.62.44
Email: rachid.amiri@gmail.com
------------------------------------------------------------------------------------
by Rachid AMIRI - 02:26 - 21 Oct 2025
-
-
OCA Zone at Odoo XP 2026 - are you in? Let us know this week.
Hi all.I have spoken with Pauline at Odoo about the OCA Zone at Odoo Experience for 2026.
They are keen to give us space to make this work if we can get things organised quickly - they will be opening bookings for booths in a week or two!! So we need to go back to them ASAP with the companies who will be in the OCA Zone next year so we can get our spot on the floorplan. They need to know the numbers to make it work - let me know now.Dates of Odoo Experience will be within the last two weeks of September - more details to come.
Criteria to join:- You need to be an OCA Sponsor
- You can become an OCA sponsor here
You need to let me know what size booth you will book by this Friday 17th Oct:- Standard: 3000EUR
- Double: 5500EUR
- Premium Double - end of a row: 6500EUR
- There has been a price increase - all these prices are 500EUR more than this year.
What happens next:- I give your details to Odoo and they invoice you directly
Any questions please get in touch.Rebecca--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly (OCA) - 10:45 - 15 Oct 2025-
Re: OCA Zone at Odoo XP 2026 - are you in? Last chance.
HI all,
I need to go back to Odoo tomorrow (NZ time) with the number of booths for the OCA Zone.
If you haven't reached out to me already please do so TODAY (Europe Time).
Warmest regards,RebeccaOn Wed, 15 Oct 2025 at 21:36, Rebecca Gellatly <rebecca@odoo-community.org> wrote:Hi all.I have spoken with Pauline at Odoo about the OCA Zone at Odoo Experience for 2026.
They are keen to give us space to make this work if we can get things organised quickly - they will be opening bookings for booths in a week or two!! So we need to go back to them ASAP with the companies who will be in the OCA Zone next year so we can get our spot on the floorplan. They need to know the numbers to make it work - let me know now.Dates of Odoo Experience will be within the last two weeks of September - more details to come.
Criteria to join:- You need to be an OCA Sponsor
- You can become an OCA sponsor here
You need to let me know what size booth you will book by this Friday 17th Oct:- Standard: 3000EUR
- Double: 5500EUR
- Premium Double - end of a row: 6500EUR
- There has been a price increase - all these prices are 500EUR more than this year.
What happens next:- I give your details to Odoo and they invoice you directly
Any questions please get in touch.Rebecca--Rebecca GellatlyGeneral SecretaryOdoo Community Association--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly (OCA) - 10:40 - 22 Oct 2025
-
The OCA will be at the Open Source Experience (Paris, 10th December): looking for volunteers on our booth
Hello OCA contributors,We have a good news to share: our request has been accepted by the Salon of the Open Source Experience event to have a booth in the Associations Village for one day (the 10th December).The event takes place in Paris, France.We are looking for a dozen of volunteers to help on the booth for the whole day (the idea is to split the day in shifts so that you can of course go and listen to conferences in parallel).📅 Save the date: December 10, 2025
The event is free: https://www.opensource-experience.com/en/
📍 Where: Open Source Experience, Paris - Adress: Cité des Sciences et de l’Industrie, 30 av Corentin Cariou 75019 PARISWith the booth, we have a total of 8 badges for the volunteers (we don't exactly know what it gives you in addition to a regular entry pass, maybe coffee?!). You don't want to miss that ;)If you want to join as a volunteer or know more about it, please, send an email to me or Dora who will be in Paris for the event.
by Virginie Dewulf (OCA) - 04:56 - 14 Oct 2025 -
Odoo in-house contributor
Hello Community,
We are a Mexican company located in Guadalajara Mexico, we manufacture and sale working uniforms.
We are currently using Odoo v15, and wanting to upgrade to 19. We are exploring the option of having an “Odoo in-house contributor” to assist with: the version upgrade including hypercare, daily support and continuous improvement.
Is there a pool of expert candidates that I could have access to?
Thanks in advance for your guidance
Regards!
by procesos@bibo.com.mx - 01:45 - 14 Oct 2025-
Re: Odoo in-house contributor
Hi ProcesosWe are a odoo integrator located in Guadalajara, if you are interested contact us at ivancandelas@nxscore.mxIván Candelas
El lun, 13 de oct de 2025, 17:47, procesos <notifications@odoo-community.org> escribió:Hello Community,
We are a Mexican company located in Guadalajara Mexico, we manufacture and sale working uniforms.
We are currently using Odoo v15, and wanting to upgrade to 19. We are exploring the option of having an “Odoo in-house contributor” to assist with: the version upgrade including hypercare, daily support and continuous improvement.
Is there a pool of expert candidates that I could have access to?
Thanks in advance for your guidance
Regards!
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Ivan Candelas - 04:11 - 14 Oct 2025 -
Re: Odoo in-house contributor
Hello Procesos,
Share your contact details so that interested people can contact you directly.
In case you are considering complementing that with the support of an experienced Odoo integrator in Mexico you're welcome to drop me an email at dreis@OpenSourceIntegrators.com.
Thank you
Daniel
On 14/10/2025 00:47, procesos wrote:
Hello Community,
We are a Mexican company located in Guadalajara Mexico, we manufacture and sale working uniforms.
We are currently using Odoo v15, and wanting to upgrade to 19. We are exploring the option of having an “Odoo in-house contributor” to assist with: the version upgrade including hypercare, daily support and continuous improvement.
Is there a pool of expert candidates that I could have access to?
Thanks in advance for your guidance
Regards!
_______________________________________________
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 PARTNER>> Schedule time on my calendar.
M: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office Center, 2649-517 Cascais
by Daniel Reis - 09:16 - 14 Oct 2025
-
-
Generate Readme.rst from md files with maintainer-tools
Hi everyone,
surely I'm doing something wrong but I'm not able to generate Readme.rst from readme md files, since v17.0.
I update locally the maintainer-tools repo and use the command
$>
oca-gen-addon-readme --repo-name=REPO_NAME --branch=BRANCH --addon-dir=MODULE_DIR_PATHNo error messages but no Readme.* generated.
There's a way to check/fix this?
Is it possible to update the md readme files and let something magically create the Readme.rst file in the OCA repository?
Thanks
Stefano Consolarowww.mymage.it
by Stefano Consolaro - 02:30 - 13 Oct 2025-
Re: Generate Readme.rst from md files with maintainer-tools
I think I also needed Pandoc lib locally installed when faced the very issue you are talking about.On Mon, Oct 13, 2025, 8:32 AM Stefano Consolaro <notifications@odoo-community.org> wrote:Hi everyone,
surely I'm doing something wrong but I'm not able to generate Readme.rst from readme md files, since v17.0.
I update locally the maintainer-tools repo and use the command
$>
oca-gen-addon-readme --repo-name=REPO_NAME --branch=BRANCH --addon-dir=MODULE_DIR_PATHNo error messages but no Readme.* generated.
There's a way to check/fix this?
Is it possible to update the md readme files and let something magically create the Readme.rst file in the OCA repository?
Thanks
Stefano Consolaro_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Ing. Rolando Pérez Rebollo - 07:10 - 13 Oct 2025 -
Re: Generate Readme.rst from md files with maintainer-tools
Hello Stefano,In fact, if you activate pre-commit locally, this is done automatically from fragments.Le lun. 13 oct. 2025 à 14:31, Stefano Consolaro <notifications@odoo-community.org> a écrit :Hi everyone,
surely I'm doing something wrong but I'm not able to generate Readme.rst from readme md files, since v17.0.
I update locally the maintainer-tools repo and use the command
$>
oca-gen-addon-readme --repo-name=REPO_NAME --branch=BRANCH --addon-dir=MODULE_DIR_PATHNo error messages but no Readme.* generated.
There's a way to check/fix this?
Is it possible to update the md readme files and let something magically create the Readme.rst file in the OCA repository?
Thanks
Stefano Consolaro_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Denis Roussel. - 02:41 - 13 Oct 2025 -
Re: Generate Readme.rst from md files with maintainer-tools
Install pre-commit and let things happen automatically. https://github.com/OCA/maintainer-tools/wiki/Install-pre-commit
by Pedro M. Baeza - 02:36 - 13 Oct 2025
-
-
Please review security fix to the Python odoorpc package
Hey,I've submitted a PR to fix an issue where odoorpc logs a password when running in debug mode. It has been hanging about for 2 weeks, any chance of a review and hopefully a merge?Cheers,Andrew--
Andrew Ruthven
Chief Information Security Officer, Manager Infrastructure and Security Team
Aotearoa New Zealand's cloud provider
e andrew.ruthven@catalystcloud.nz
Level 6, Catalyst House, 150 Willis St, Wellington 6011
Confidentiality Notice: This email is intended for the named recipients only. It may contain privileged, confidential or copyright information. If you are not the named recipient, any use, reliance upon, disclosure or copying of this email or its attachments is unauthorised. If you have received this email in error, please reply via email or call +64 4 499 2267.
by "Andrew Ruthven" <andrew.ruthven@catalystcloud.nz> - 11:41 - 12 Oct 2025 -
New contributor
Hello,
My name is Jhon Romero, and I would like to contribute to OCA. My GitHub username is JhonRomero26.
by romerogonzaga21 - 08:00 - 11 Oct 2025-
Re: New contributor
Fantastic! Please read the contributor guidelines on odoo-community.org, and after that, open your first PR :)
11 okt. 2025 20:02:14 Jhon Alexander Romero Gonzaga <notifications@odoo-community.org>:
Hello,
My name is Jhon Romero, and I would like to contribute to OCA. My GitHub username is JhonRomero26._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Tom Blauwendraat - 08:46 - 11 Oct 2025
-
-
New module! Limiting number of records that a user can create in an Odoo model
Hi,
I migrated a module to limit the number of records to version 18 (original version is 15):For example, with the module it's possible to don't allow to create more than a maximum number of usersThis is the pull request:I added the names of the original authors in the manifest and the CONTRIBUTORS. I tried to contact them. Is it necessary to sign the OCA CLA for them? The issue here is that I contacted the company and the author using 2 different emails but the email is always returned (not delivered). I can not contact to them.I am considering to close the pull request, to refactor and to create my own version.What is the best option?Cheers,Miguel.Sent with Proton Mail secure email.
by Miguel Martinez Lopez - 03:06 - 10 Oct 2025 -
[Odoo 19.0] Reverting the removal of Partner Title model
Hello,
I am currently working on the Odoo 19.0 migration of the Japan localization module (link), which relies on the partner title feature. I noticed that the
res.partner.titlemodel has been removed in Odoo 19.0 (https://github.com/odoo/odoo/pull/187357).For our localization needs, I would like to bring this model back. My proposal is:
-
If there is interest from others in using this model in Odoo 19.0, I will create a new module for it under the partner-contact repository.
-
Otherwise, I will simply add it within the Japan localization module itself.
Please let me know if anyone else would like to make use of this model so I can decide the best approach.
Best regards,
Aung Ko Ko Lin
by Aung Ko Ko Lin - 04:25 - 9 Oct 2025-
Re: [Odoo 19.0] Reverting the removal of Partner Title model
+1. It will be needed for sure. "partner-contact" is the best repo IMO.
From: Peter Niederlag <notifications@odoo-community.org>
Sent: 09 October 2025 3:22 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: [Odoo 19.0] Reverting the removal of Partner Title modelHi, +1 for partner-contact on OCA side. greets, Peter On 09.10.25 04:27, Aung Ko Ko Lin (QRTL) wrote: > Hello, > I am currently working on the Odoo 19.0 migration of the Japan localization module ( link [1] ), which relies on the /partner title/ feature. I noticed that the res.partner.title model has been removed in Odoo 19.0 ( https://github.com/odoo/odoo/pull/187357 [2] ). > For our localization needs, I would like to bring this model back. My proposal is: > > If there is interest from others in using this model in Odoo 19.0, I will create a new module for it under the *partner-contact* repository. > > Otherwise, I will simply add it within the Japan localization module itself. > > Please let me know if anyone else would like to make use of this model so I can decide the best approach. > > Best regards, > Aung Ko Ko Lin > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [3] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [4] > > > > [1] https://github.com/OCA/l10n-japan/tree/18.0/l10n_jp_partner_title_qweb > [2] https://github.com/odoo/odoo/pull/187357 > [3] https://odoo-community.org/groups/contributors-15 > [4] https://odoo-community.org/groups?unsubscribe > mit freundlichen Grüßen, Peter Niederlag -- Dipl. Ökonom Peter Niederlag Geschäftsführender Gesellschafter Lösungen für digitale Zeiten Agile DevOps, Cloud, TYPO3, Odoo und Linux Datenbetrieb Technologie UG(haftungsbeschränkt) Lipper Hellweg 146, 33605 Bielefeld Geschäftsführer: Peter Niederlag HRB 41826 Amtsgericht Bielefeld Fon 0521 / 446 958 60 Fax 0521 / 446 958 69
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Ruchir Shukla. - 12:01 - 9 Oct 2025 -
Re: [Odoo 19.0] Reverting the removal of Partner Title model
Hi, +1 for partner-contact on OCA side. greets, Peter On 09.10.25 04:27, Aung Ko Ko Lin (QRTL) wrote: > Hello, > I am currently working on the Odoo 19.0 migration of the Japan localization module ( link [1] ), which relies on the /partner title/ feature. I noticed that the res.partner.title model has been removed in Odoo 19.0 ( https://github.com/odoo/odoo/pull/187357 [2] ). > For our localization needs, I would like to bring this model back. My proposal is: > > If there is interest from others in using this model in Odoo 19.0, I will create a new module for it under the *partner-contact* repository. > > Otherwise, I will simply add it within the Japan localization module itself. > > Please let me know if anyone else would like to make use of this model so I can decide the best approach. > > Best regards, > Aung Ko Ko Lin > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [3] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [4] > > > > [1] https://github.com/OCA/l10n-japan/tree/18.0/l10n_jp_partner_title_qweb > [2] https://github.com/odoo/odoo/pull/187357 > [3] https://odoo-community.org/groups/contributors-15 > [4] https://odoo-community.org/groups?unsubscribe > mit freundlichen Grüßen, Peter Niederlag -- Dipl. Ökonom Peter Niederlag Geschäftsführender Gesellschafter Lösungen für digitale Zeiten Agile DevOps, Cloud, TYPO3, Odoo und Linux Datenbetrieb Technologie UG(haftungsbeschränkt) Lipper Hellweg 146, 33605 Bielefeld Geschäftsführer: Peter Niederlag HRB 41826 Amtsgericht Bielefeld Fon 0521 / 446 958 60 Fax 0521 / 446 958 69
by Peter Niederlag - 11:50 - 9 Oct 2025 -
Re: [Odoo 19.0] Reverting the removal of Partner Title model
HelloWe have 2 approaches concerning partner titles at OCA :andPlease input your povBest regards--------------------------------
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.comLe mer. 8 oct. 2025, 16:27, Aung Ko Ko Lin (QRTL) <notifications@odoo-community.org> a écrit :Hello,
I am currently working on the Odoo 19.0 migration of the Japan localization module (link), which relies on the partner title feature. I noticed that the
res.partner.titlemodel has been removed in Odoo 19.0 (https://github.com/odoo/odoo/pull/187357).For our localization needs, I would like to bring this model back. My proposal is:
-
If there is interest from others in using this model in Odoo 19.0, I will create a new module for it under the partner-contact repository.
-
Otherwise, I will simply add it within the Japan localization module itself.
Please let me know if anyone else would like to make use of this model so I can decide the best approach.
Best regards,
Aung Ko Ko Lin
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Cyril VINH-TUNG - 09:40 - 9 Oct 2025 -
-
Re: [Odoo 19.0] Reverting the removal of Partner Title model
partner-contact. It has more sense there. I am sure that other people will need that :DEl jue, 9 oct 2025 a las 7:51, Daniel Reis (<notifications@odoo-community.org>) escribió:I think it should go in oca/partner-contact.
--Daniel
From: Aung Ko Ko Lin (QRTL) <notifications@odoo-community.org>
Sent: Thursday, October 9, 2025 3:27:16 AM
To: Contributors <contributors@odoo-community.org>
Subject: [Odoo 19.0] Reverting the removal of Partner Title modelHello,
I am currently working on the Odoo 19.0 migration of the Japan localization module (link), which relies on the partner title feature. I noticed that the
res.partner.titlemodel has been removed in Odoo 19.0 (https://github.com/odoo/odoo/pull/187357).For our localization needs, I would like to bring this model back. My proposal is:
-
If there is interest from others in using this model in Odoo 19.0, I will create a new module for it under the partner-contact repository.
-
Otherwise, I will simply add it within the Japan localization module itself.
Please let me know if anyone else would like to make use of this model so I can decide the best approach.
Best regards,
Aung Ko Ko Lin
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Enric Tobella AlomarCEO & Founder
by Enric Tobella Alomar - 08:11 - 9 Oct 2025 -
-
Re: [Odoo 19.0] Reverting the removal of Partner Title model
I think so as well, especially because the change of Odoo doesn't seem to be explicitely justfied anywhere in the PR.
I am quite sure that this res.partner.title model is useful and after all used beyond the Japanase scope.
Best Frederik
Am 09.10.25 um 07:51 schrieb Daniel Reis:
I think it should go in oca/partner-contact.
--Daniel
From: Aung Ko Ko Lin (QRTL) <notifications@odoo-community.org>
Sent: Thursday, October 9, 2025 3:27:16 AM
To: Contributors <contributors@odoo-community.org>
Subject: [Odoo 19.0] Reverting the removal of Partner Title modelHello,
I am currently working on the Odoo 19.0 migration of the Japan localization module (link), which relies on the partner title feature. I noticed that the
res.partner.titlemodel has been removed in Odoo 19.0 (https://github.com/odoo/odoo/pull/187357).For our localization needs, I would like to bring this model back. My proposal is:
-
If there is interest from others in using this model in Odoo 19.0, I will create a new module for it under the partner-contact repository.
-
Otherwise, I will simply add it within the Japan localization module itself.
Please let me know if anyone else would like to make use of this model so I can decide the best approach.
Best regards,
Aung Ko Ko Lin
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
-- Dr.-Ing. Frederik Kramer Geschäftsführer initOS GmbH Innungsstraße 7 21244 Buchholz i.d.N. Tel: +49 (0) 4181 13503 12 Fax: +49 (0) 4181 13503 10 Mobil: +49 (0) 179 3901819 Email: frederik.kramer@initos.com Internet: 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.: DE815580155 Steuer-Nr: 15/200/53247
by Frederik Kramer. - 08:11 - 9 Oct 2025 -
-
-
Row number
Hi dear all,
Odoo doesn’t use row number and row selection in forms like Sales,Purchases,Accounting and etc… i want to know why odoo doesn’t suppirt it? Is it have technical issues or reasons to handle it?Regards.
by Amir Akbari - 04:46 - 7 Oct 2025-
Re: Row number
Hi Amir, you should ask this to the company Odoo :-D this mailing list is just for OCA contributors (github.com/OCA) not Odoo (github.com/odoo) That being said, OCA has developed some add-on modules that add sequencing to certain form views. For example this one: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_line_sequence You can see with Runboat: try me -Tom On 10/7/25 16:47, Amir Akbari wrote: > > Hi dear all, > > Odoo doesn’t use row number and row selection in forms like > Sales,Purchases,Accounting and etc… i want to know why odoo doesn’t > suppirt it? Is it have technical issues or reasons to handle it? > Regards. > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe >
by Tom Blauwendraat - 04:55 - 7 Oct 2025
-
-
OCA OWL Training
Dear contributors,
Don't miss this opportunity to enhance your frontend skills with a hands-on OWL (Odoo Web Library) training!
⏰ Starts October 13
13 hours spread over 2 weeks
Register now: https://odoo-community.org/event/online-training-owl-2025-2025-10-13-2025-10-24-189/register
Limited seats
Have a good day!
by Julie LeBrun (OCA) - 03:31 - 7 Oct 2025 -
respecting the privacy of mass mailing recipients
hello,
i was quite surprised when i found out that it is not possible to disable open and click tracking in odoo mass mailing. i understand that people are interested in measuring the effectiveness of their marketing campaigns, but i think that this kind of individual tracking is very privacy-invasive as it is possible to know, for each recipient, whether or not they opened the message (and when) and on which links they clicked (and when).
personally, i hate receiving messages like these where all urls are obfuscated (and thus you cannot inspect them before clicking them) and loading images will report this individual event to the sender. this is why i never load the images and never click on these links, and i’m probably not the only one. on the other hand, i also receive mass mailing messages from privacy-respecting organizations that don’t include any tracking mechanism and i’m grateful for these.
i think it is important to allow to respect your recipient’s privacy. this is why i created the
mass_mailing_disable_trackingmodule (oca/social#1681) (readme here). what do you think?kind regards,
hugues
by hugues - 04:21 - 5 Oct 2025
