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
-
Scrapping returned items
Hello,
I have a use case where a customer return is being processed.
A Delivery Order was shipped, and then multiple lines of that shipment were returned into a specific Returns locations.
At the return location the items are inspected, and they can be put back into stock or scraped.
Scraping is done with the Action menu option, but that works one item at a time.
If there are many items to scrap this is painful.
As it seems like a basic request, I wonder if there is any OCA feature out there allow selecting multiple items to be scraped at the same time, similar to what the Return button already does?
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
by Daniel Reis - 11:20 - 1 Dec 2025 -
Text Maintenance in Orders
Hello OCA Members,
before developing an text module, I will ask if there is still existing in the oca environment. In general I need a text module with pre defined text per products in different languages. Here in detail:
• Creation of predefined text blocks for quotations and quotation templates per products.
• Multilingual text modules must be supported (= 1 product, multiple languages)
• Insertion of text modules into order lines like an internal note with the possibility to format the text.
• Editing of text modules in the quotation via pop-up windows, also multilingual,
• Transfer of texts from the quotation to the order(confirmation) and invoice.
Thank you!
Regards,
Matthias
by Matthias Ellmerer - 11:25 - 30 Nov 2025 -
Only 2 seats available for the Runboat training!
Dear contributors!
If you want to install Runboat in your organization, register to an hands-on training with Stéphane Bidoul next week!
Hurry! Only 2 seats available!
⏰ December 3, 2025 from 1h00 to 4h00 pm UTC
Registration, testimonials and more info: https://odoo-community.org/event/online-training-installing-runboat-in-your-organization-high-level-overview-2025-12-03-196/register
by Julie LeBrun (OCA) - 03:59 - 28 Nov 2025 -
Open Source Experience Visitor List
Greetings Exhibitor,
Checking back to see if you’d like the Open Source Experience 2025 attendee list.
The event, held 10 - 11 Dec 2025 in The Palais des Congres in Paris, Paris, France gathered 5,356 registrants, and we have each one’s full contact info.
Let me know if you’d like to use this list for your next digital push!
Thanks & Regards,
Debra
by "Debra Richman" <debra.richmaan@gmail.com> - 07:46 - 28 Nov 2025 -
Complete Visitor list for Open Source Experience 2025
--Hi,
How are you?Open Source Experience 2025, a pre-register 5,895 Attendee list is available! to fulfil your promotional efforts.
Date : 10 - 11 Dec 2025
Venue: The Palais des Congres in Paris, Paris, France
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, and title/designation. etc.
Kindly describes your response:
· Yes, I am Interested, send me Exclusive Fee and More information
· OPT-OUTBest Regards,
Anton Weber
by "Anton" <anton.weber.tradeinbox@gmail.com> - 08:20 - 27 Nov 2025 -
Re: Error in module
https://github.com/jakobkrabbe/odoo/blob/main/account_asset_management.png
Thank you for the input!
It's better than the current!
I don't have access to click the pen to edit files at GithHub, but I'm sure someone out there has and can contribute with the spelling!
I enclose the link to the image and hope it helps.
Thank you!
// jakobDen 2025-11-26 kl. 15:37, skrev Stefano Consolaro:
Maybe
1. Change "Number of Years" to "Number of Periods"
2. Change "Period Length" to "Periods lenght"
can be better?
Stefano Consolaro
Da "Jakob Krabbe" notifications@odoo-community.orgA "Contributors" contributors@odoo-community.orgCcData Wed, 26 Nov 2025 13:12:16 -0000Oggetto Re: Error in module
Hello!
I did enclose an image. Apparently it was not delivered...!
1. Change "Number of Years" to "Number of Units"
2. Change "Period Length" to "Unit" (Month, Quarter, Year are the given alternatives and that's correct.)
I don't know how to send requests using GitHub.
https://github.com/OCA/account-financial-tools/blob/18.0/account_asset_management/models/account_asset.py
method_number = fields.Integer(
1. string="Number of Years",
compute="_compute_method_number",
readonly=False,
store=True,
help="The number of years needed to depreciate your asset",
)
method_period = fields.Selection(
selection=lambda self: self.env[
"account.asset.profile"
]._selection_method_period(),
2. string="Period Length",
compute="_compute_method_period",
readonly=False,
store=True,
help="Period length for the depreciation accounting entries",
)
Den 2025-11-26 kl. 12:02, skrev Daniel Reis:
Hello Jakob,
Specifically what English terms you feel are wrong?
You can propose a changes directly on GitHub if you like.
Field names are often defined in the models, and other string will probably de defined in the view.
/Daniel
On 26/11/2025 10:32, Jakob Krabbe wrote:
Hello!
I do translating to the Swedish market.
My boss thinkks the vocabulaty makes no sense... And he's right!
My translation is correct but the English in the module is wrong.
https://github.com/OCA/account-financial-tools/tree/18.0/account_asset_management
Maybe there are people pout there with GitHub-access that can take the time to correct the English used in this module?
regards,
// jakob
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se
+46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
_______________________________________________
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
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se +46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
_______________________________________________
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
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se +46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
by Jakob Krabbe - 07:46 - 27 Nov 2025 -
The OCA launches its Crowdfunding platform
Dear contributors,
The OCA launches its brand new Crowdfunding platform!
I invite you to read this blogpost to learn everything about it.
https://odoo-community.org/blog/news-updates-1/the-oca-launches-its-crowdfunding-platform-211
Have a good day!
by Julie LeBrun (OCA) - 03:40 - 26 Nov 2025 -
Re: Error in module
Maybe
1. Change "Number of Years" to "Number of Periods"
2. Change "Period Length" to "Periods lenght"can be better?
Stefano Consolarowww.mymage.itDa "Jakob Krabbe" notifications@odoo-community.orgA "Contributors" contributors@odoo-community.orgCcData Wed, 26 Nov 2025 13:12:16 -0000Oggetto Re: Error in module
Hello!
I did enclose an image. Apparently it was not delivered...!
1. Change "Number of Years" to "Number of Units"
2. Change "Period Length" to "Unit" (Month, Quarter, Year are the given alternatives and that's correct.)
I don't know how to send requests using GitHub.
https://github.com/OCA/account-financial-tools/blob/18.0/account_asset_management/models/account_asset.py
method_number = fields.Integer(
1. string="Number of Years",
compute="_compute_method_number",
readonly=False,
store=True,
help="The number of years needed to depreciate your asset",
)
method_period = fields.Selection(
selection=lambda self: self.env[
"account.asset.profile"
]._selection_method_period(),
2. string="Period Length",
compute="_compute_method_period",
readonly=False,
store=True,
help="Period length for the depreciation accounting entries",
)
Den 2025-11-26 kl. 12:02, skrev Daniel Reis:
Hello Jakob,
Specifically what English terms you feel are wrong?
You can propose a changes directly on GitHub if you like.
Field names are often defined in the models, and other string will probably de defined in the view.
/Daniel
On 26/11/2025 10:32, Jakob Krabbe wrote:
Hello!
I do translating to the Swedish market.
My boss thinkks the vocabulaty makes no sense... And he's right!
My translation is correct but the English in the module is wrong.
https://github.com/OCA/account-financial-tools/tree/18.0/account_asset_management
Maybe there are people pout there with GitHub-access that can take the time to correct the English used in this module?
regards,
// jakob
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se
+46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
_______________________________________________
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
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se +46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stefano Consolaro - 03:35 - 26 Nov 2025 -
Re: Error in module
Hello!
I did enclose an image. Apparently it was not delivered...!
1. Change "Number of Years" to "Number of Units"
2. Change "Period Length" to "Unit" (Month, Quarter, Year are the given alternatives and that's correct.)
I don't know how to send requests using GitHub.
https://github.com/OCA/account-financial-tools/blob/18.0/account_asset_management/models/account_asset.py
method_number = fields.Integer(
1. string="Number of Years",
compute="_compute_method_number",
readonly=False,
store=True,
help="The number of years needed to depreciate your asset",
)
method_period = fields.Selection(
selection=lambda self: self.env[
"account.asset.profile"
]._selection_method_period(),
2. string="Period Length",
compute="_compute_method_period",
readonly=False,
store=True,
help="Period length for the depreciation accounting entries",
)
Den 2025-11-26 kl. 12:02, skrev Daniel Reis:
Hello Jakob,
Specifically what English terms you feel are wrong?
You can propose a changes directly on GitHub if you like.
Field names are often defined in the models, and other string will probably de defined in the view.
/Daniel
On 26/11/2025 10:32, Jakob Krabbe wrote:
Hello!
I do translating to the Swedish market.
My boss thinkks the vocabulaty makes no sense... And he's right!
My translation is correct but the English in the module is wrong.
https://github.com/OCA/account-financial-tools/tree/18.0/account_asset_management
Maybe there are people pout there with GitHub-access that can take the time to correct the English used in this module?
regards,
// jakob
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se
+46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
_______________________________________________
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
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se +46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
by Jakob Krabbe - 02:10 - 26 Nov 2025 -
Re: Error in module
Hello Jakob,
Specifically what English terms you feel are wrong?
You can propose a changes directly on GitHub if you like.
Field names are often defined in the models, and other string will probably de defined in the view.
/Daniel
On 26/11/2025 10:32, Jakob Krabbe wrote:
Hello!
I do translating to the Swedish market.
My boss thinkks the vocabulaty makes no sense... And he's right!
My translation is correct but the English in the module is wrong.
https://github.com/OCA/account-financial-tools/tree/18.0/account_asset_management
Maybe there are people pout there with GitHub-access that can take the time to correct the English used in this module?
regards,
// jakob
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se
+46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
_______________________________________________
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 - 12:00 - 26 Nov 2025 -
Error in module
Hello!
I do translating to the Swedish market.
My boss thinkks the vocabulaty makes no sense... And he's right!
My translation is correct but the English in the module is wrong.
https://github.com/OCA/account-financial-tools/tree/18.0/account_asset_management
Maybe there are people pout there with GitHub-access that can take the time to correct the English used in this module?
regards,
// jakob
-- Med vänlig hälsning / Best regards/ 顺祝商祺, Jakob Krabbe VERTEL AB | Jakob Krabbe | jakob.krabbe@vertel.se
+46 (0)13 99 19 480 | +46 (0) 79-348 18 01 | vertel.se
by Jakob Krabbe - 11:30 - 26 Nov 2025 -
Attendee List for Open Source Experience 2025 Unveiled
Hi there,
Hope you're doing well!
This could be a Valuable resource for your outreach and engagement efforts.
I wanted to share an opportunity to connect with industry professionals at Open Source Experience 2025 is scheduled for 10 - 11 Dec 2025 at The Palais des Congres in Paris, Paris, France.
We have prepared a pre-registered Attendees List of 4,257 verified contacts, giving you access to verified professionals, exhibitors, suppliers, and key decision-makers participating in the event.
List Includes:
· Contact information and Professional Email.
· Company Title, Mobile number, Website URL.
· Job title/designation, and more.
Could you let me know if you want to receive the Attendee List with the Exclusive fee?
This list is designed to facilitate direct connections with professionals attending the event, whether you’re showcasing products, services, or building your brand.
Kindly indicate your interest:
• Yes, I’m interested - Send the Exclusive Fee and more information
• Not interested
Looking forward to your response.
Thanks & Regards,
Jacob Noah.
by "Jacob Noah" <jacob.noah.adclicks@gmail.com> - 11:45 - 25 Nov 2025 -
Re: Proposing camptocamp/odoo-repository modules to OCA
Moving to OCA is a good idea!I can handle that. Just ping me when you are ready ;)On Thu, Nov 20, 2025 at 4:57 PM Sébastien Alix <notifications@odoo-community.org> wrote:Thanks for your message.Yes, I still want to maintain these modules, this is only a transfer of ownership.Regarding the transfer itself, only OCA people with some admin rights (or repository creation) are able to do it, I checked and I cannot. But I'll ask to Simone, he should be able to do it :+1Hi,
thanks for your message.
I don't know your modules. I'll take a look on the video
A question : do you want to be the maintainers of this repo, or are you looking for new maintainers ?
A remarque : regarding migration, I transfered the ownership of repo from grap to OCA (https://github.com/OCA/odoo-module-migrator), and all you have to do is to go to the setting page, and click on the transfer section. The previous link (https://github.com/grap/odoo-module-migrator/) will continue to work.
Then a PR has to be done on OCA conf repo. (see https://github.com/OCA/repo-maintainer-conf/blob/master/conf/repo/odoo-community.yml#L9)----Sébastien AlixBusiness Solutions Software Developer_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Simone OrsiFull stack Python web developer, Odoo specialist, Odoo Community Board Member, in love with open source.
by Simone Orsi. - 08:31 - 25 Nov 2025 -
Re: The OCA Runboat training is coming soon!
That's great! In my case, I'm not a native English speaker, and it's useful to have it for later review.El vie, 21 nov 2025 a la(s) 11:55 a.m., Julie LeBrun (OCA) (julie@odoo-community.org) escribió:Hello Manuel,
Yes they are recorded and the attendees can access the recording afterwards.
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 manuel - 05:31 - 21 Nov 2025 -
Re: The OCA Runboat training is coming soon!
Hello Manuel,
Yes they are recorded and the attendees can access the recording afterwards.
Regards,
by Julie LeBrun (OCA) - 04:54 - 21 Nov 2025 -
Re: The OCA Runboat training is coming soon!
Hi Julie, I have a question: are these courses recorded for participants to review later?El vie, 21 nov 2025 a la(s) 11:00 a.m., Julie LeBrun (OCA) (julie@odoo-community.org) escribió:Dear contributors!
You love the Runboat tool and would like to use it in your organization?
Register to the OCA Runboat training with Stéphane Bidoul.
He will guide you in the installation through this hands-on course.
Hurry! Only 5 seats available!
⏰ December 3, 2025 from 1h00 to 4h00 pm UTC
Registration, testimonials and more info: https://odoo-community.org/event/online-training-installing-runboat-in-your-organization-high-level-overview-2025-12-03-196/register_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
by manuel - 04:15 - 21 Nov 2025 -
The OCA Runboat training is coming soon!
Dear contributors!
You love the Runboat tool and would like to use it in your organization?
Register to the OCA Runboat training with Stéphane Bidoul.
He will guide you in the installation through this hands-on course.
Hurry! Only 5 seats available!
⏰ December 3, 2025 from 1h00 to 4h00 pm UTC
Registration, testimonials and more info: https://odoo-community.org/event/online-training-installing-runboat-in-your-organization-high-level-overview-2025-12-03-196/register
by Julie LeBrun (OCA) - 03:59 - 21 Nov 2025 -
Open Source Experience Mailing List
Hi,
We have the attendee list for Open Source Experience 2025
10 - 11 Dec 2025
The Palais des Congres in Paris, Paris, France
The list contains 4,945 attendees with email addresses, contact numbers, and more in an Excel format.
We do charge for our services; would you like to See What is the price?
Thanks & Regards,
Stephen
by "Stephen Ogden" <stephen.ogdeen@gmail.com> - 06:55 - 21 Nov 2025 -
Re: Proposing camptocamp/odoo-repository modules to OCA
Thanks for your message.Yes, I still want to maintain these modules, this is only a transfer of ownership.Regarding the transfer itself, only OCA people with some admin rights (or repository creation) are able to do it, I checked and I cannot. But I'll ask to Simone, he should be able to do it :+1Hi,
thanks for your message.
I don't know your modules. I'll take a look on the video
A question : do you want to be the maintainers of this repo, or are you looking for new maintainers ?
A remarque : regarding migration, I transfered the ownership of repo from grap to OCA (https://github.com/OCA/odoo-module-migrator), and all you have to do is to go to the setting page, and click on the transfer section. The previous link (https://github.com/grap/odoo-module-migrator/) will continue to work.
Then a PR has to be done on OCA conf repo. (see https://github.com/OCA/repo-maintainer-conf/blob/master/conf/repo/odoo-community.yml#L9)----Sébastien AlixBusiness Solutions Software Developer
by Sébastien Alix - 04:55 - 20 Nov 2025 -
Re: Integration of knowledge or dms with onlyoffice ?
Hey,For anyone interested in the OnlyOffice feature: this was just posted in the feature request regarding the history functionality:
“The support for document history has been added in the latest version of the connector app.”
All the bestNilsector app
Von: Cyril VINH-TUNG <notifications@odoo-community.org>
Gesendet: Thursday, September 18, 2025 5:27:21 PM
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Integration of knowledge or dms with onlyoffice ?ACHTUNG! Diese E-Mail stammt von außerhalb der Organisation. Klicken Sie nicht auf Links und öffnen Sie keine Anhänge, es sei denn, Sie kennen den Absender und wissen, dass der Inhalt sicher ist.
Hi Bruno
What I saw on their demo is a direct integration of what you could find in a drive (spreadsheet, slides, docs...) in enterprise documents module. It looks like you can edit it in odoo UI.(I can go back tomorrow check it again)
Then I had the idea of integrating the same functionality in OCA's document_page or dms...
--------------------------------
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
Le jeu. 18 sept. 2025, 16:32, Bruno Joliveau <notifications@odoo-community.org> a écrit :Hi Cyril,
Could you elaborate "I was wondering if we could have the same with knowledge and/or dms." please ?
DMS and Knowledge from Odoo Apps or others ?
Bruno JoliveauArchitecte solutions - Président+1 514-317-7944


Nouveau
Votre avis est important pour nous ⭐
Le jeu. 18 sept. 2025 à 10:22, Cyril VINH-TUNG <notifications@odoo-community.org> a écrit :Hello
At oxp, I met https://www.onlyoffice.com/ who developped a connector with odoo's document app...
AFAIK it's LGPL and they run infomaniak Kdrive
I was wondering if we could have the same with knowledge and/or dms.
WDYT ?
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.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 Nils Coenen - 03:55 - 20 Nov 2025
