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
-
Intercompany confirmations
Hi OCA, Enterprise sale_purchase_intercompany modules are not that great. Does anyone know of an alternative? -Tom
by Tom Blauwendraat - 02:51 - 30 May 2024-
Re: Intercompany confirmations
My, how could I have missed that. Thanks!!!
On 5/30/24 15:17, Carlos Lopez wrote:
Hi, check this module and other modules into same repo
El jue, 30 may 2024 a las 7:53, Tom Blauwendraat (<notifications@odoo-community.org>) escribió:
Hi OCA, Enterprise sale_purchase_intercompany modules are not that great. Does anyone know of an alternative? -Tom
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Saludos Cordiales.
_______________________________________________
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:17 - 30 May 2024 -
Re: Intercompany confirmations
Hi, check this module and other modules into same repoEl jue, 30 may 2024 a las 7:53, Tom Blauwendraat (<notifications@odoo-community.org>) escribió:Hi OCA, Enterprise sale_purchase_intercompany modules are not that great. Does anyone know of an alternative? -Tom
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Saludos Cordiales.
by Carlos Lopez - 03:16 - 30 May 2024
-
-
Tracking packagings in stock
Dear OCA members,I have been confronted with the following issue, and made a module with the link below for something of a fix.Here is the use case: in addition to knowing how many units of products we have in stock, we want to know under what packagings there products are. For example: not only do I want to know I have 95 units in stock, I want to know that I have 5 packages of 10 units and 2 packages of 25 (because one has been opened and 5 units taken out from it).It seems modifying the stock.quant model to take into account these packagings would be a hairy task as it is a core model that is read to/written to in a bunch of places.Our simple solution is to create an intermediary model and a computed field on stock.quants and products that will store this information:This allows to preserve native Odoo functionality but also serves our requirement (we only care about showing this, for some data that we receive from a connector to another WMS). It works in our situation but someone out there might have thought of a more general approach, what do you think ?Best regards,
by "Kevin Khao" <kevin.khao@akretion.com.br> - 07:16 - 27 May 2024-
Re: Tracking packagings in stock
Probably I am missing something here.However, please let me offer my 2c by asking the following:- wouldn't it be that the natural solution is to manage the type of packaging in parallel to the type of products? In my experience, dealing with products in various physical structures (solid, gas, liquid, powder) and not having the various types of packaging is "insane" :-).On Tue, May 28, 2024 at 12:17 AM Kevin Khao <notifications@odoo-community.org> wrote:Dear OCA members,I have been confronted with the following issue, and made a module with the link below for something of a fix.Here is the use case: in addition to knowing how many units of products we have in stock, we want to know under what packagings there products are. For example: not only do I want to know I have 95 units in stock, I want to know that I have 5 packages of 10 units and 2 packages of 25 (because one has been opened and 5 units taken out from it).It seems modifying the stock.quant model to take into account these packagings would be a hairy task as it is a core model that is read to/written to in a bunch of places.Our simple solution is to create an intermediary model and a computed field on stock.quants and products that will store this information:This allows to preserve native Odoo functionality but also serves our requirement (we only care about showing this, for some data that we receive from a connector to another WMS). It works in our situation but someone out there might have thought of a more general approach, what do you think ?Best 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 milori2006 - 12:21 - 28 May 2024 -
Re: Tracking packagings in stock
On 27/05/2024 19:17, Kevin Khao wrote: > Dear OCA members, > > I have been confronted with the following issue, and made a module with > the link below for something of a fix. > > Here is the use case: in addition to knowing how many units of products > we have in stock, we want to know under what packagings there products > are. For example: not only do I want to know I have 95 units in stock, I > want to know that I have 5 packages of 10 units and 2 packages of 25 > (because one has been opened and 5 units taken out from it). > > It seems modifying the stock.quant model to take into account these > packagings would be a hairy task as it is a core model that is read > to/written to in a bunch of places. > > Our simple solution is to create an intermediary model and a computed > field on stock.quants and products that will store this information: > > https://github.com/OCA/stock-logistics-warehouse/pull/2050/files > <https://github.com/OCA/stock-logistics-warehouse/pull/2050/files> > > This allows to preserve native Odoo functionality but also serves our > requirement (we only care about showing this, for some data that we > receive from a connector to another WMS). It works in our situation but > someone out there might have thought of a more general approach, what do > you think ? Did you check https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_product_qty_by_packaging ? -- Alexandre Fayolle Senior Software Engineer Tel : +33 4 58 48 20 30 Camptocamp France SAS 18 rue du Lac Saint André 73 370 Le Bourget-du-Lac France http://www.camptocamp.com
by Alexandre Fayolle - 12:11 - 28 May 2024
-
-
Application for PSC Role - OCA Helpdesk Repository
Hello everyone,
I would like to apply to become one of the PSCs for the OCA Helpdesk repository.
Currently, I am a member of the PSC for the Brazilian localization and have been actively contributing to various OCA repositories for a considerable time.
Over the years, I have been working extensively with Odoo, developing modules, performing migrations, and contributing to the community. I believe my experience can add significant value to the Helpdesk project.
Thank you for your consideration. I am available for any questions or further discussions.
Best regards,Marcel Savegnago
by "Marcel Savegnago" <marcel.savegnago@gmail.com> - 06:06 - 27 May 2024-
Re: Application for PSC Role - OCA Helpdesk Repository
Hello Harold,Thank you for the guidance! Following your suggestion:Thanks.Em seg., 27 de mai. de 2024 às 13:27, Harald Panten Lopez <notifications@odoo-community.org> escreveu:Hi,You should create a Pull Request for adding you here --> https://github.com/OCA/repo-maintainer-conf/blob/master/conf/psc/helpdesk.ymlRegards.El lun, 27 may 2024 a las 18:07, Marcel Savegnago (<notifications@odoo-community.org>) escribió:Hello everyone,
I would like to apply to become one of the PSCs for the OCA Helpdesk repository.
Currently, I am a member of the PSC for the Brazilian localization and have been actively contributing to various OCA repositories for a considerable time.
Over the years, I have been working extensively with Odoo, developing modules, performing migrations, and contributing to the community. I believe my experience can add significant value to the Helpdesk project.
Thank you for your consideration. I am available for any questions or further discussions.
Best regards,Marcel Savegnago_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Harald Panten López
CEO
Sygel Technology S.L

+34 613 04 76 66 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Marcel Savegnago marcel.savegnago@escodoo.com.br +55 16 99122-7649 A informação transmitida destina-se apenas a pessoa ou entidade a quem foi endereçada e pode conter informação confidencial, legalmente protegida e para conhecimento exclusivo do destinatário. Se o leitor desta advertência não for o seu destinatário, fica ciente de que sua leitura, divulgação, distribuição ou copia é estritamente proibida. Caso a mensagem tenha sido recebida por engano, favor comunicar ao remetente e apagar o texto do computador.
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
by Marcel Savegnago - 03:16 - 28 May 2024 -
Re: Application for PSC Role - OCA Helpdesk Repository
Hi,You should create a Pull Request for adding you here --> https://github.com/OCA/repo-maintainer-conf/blob/master/conf/psc/helpdesk.ymlRegards.El lun, 27 may 2024 a las 18:07, Marcel Savegnago (<notifications@odoo-community.org>) escribió:Hello everyone,
I would like to apply to become one of the PSCs for the OCA Helpdesk repository.
Currently, I am a member of the PSC for the Brazilian localization and have been actively contributing to various OCA repositories for a considerable time.
Over the years, I have been working extensively with Odoo, developing modules, performing migrations, and contributing to the community. I believe my experience can add significant value to the Helpdesk project.
Thank you for your consideration. I am available for any questions or further discussions.
Best regards,Marcel Savegnago_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Harald Panten López
CEO
Sygel Technology S.L

+34 613 04 76 66 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona
by Harald Panten Lopez - 06:25 - 27 May 2024
-
-
Encrypt personal data in French/European Medical legislations (GPDR++)
Dear allWhat you be your advice to encrypt personal data at low level ?Thanks in advance--------------------------------
Cyril VINH-TUNG
INVITU
Computer & Network Engineering
BP 32 - 98713 Papeete - French Polynesia
Tél: +689 40 46 11 99
contact@invitu.com
www.invitu.com
by Cyril VINH-TUNG - 04:41 - 25 May 2024 -
field extraction rule for funny date format
Hi! The module account_invoice_import_simple_pdf allows to define field extraction rules. UPS sends invoices with date in format "02.April 2024" so the first separator is a dot and the second a space. Is it possible to define a field extraction rule for such format? Best regards Jan
by Jan Suhr - 02:32 - 23 May 2024-
Re: field extraction rule for funny date format
Hi,
reading the source there probably isn't but I haven't tested it. Looking at it I see 2 ways going forward:
1) Extending the options for date formats with this specific one - may be a bit tricky
2) Adding an option for usage of dateparser library and possible mask
Regarding dateparser it's quite easy:
>>> dateparser.parse('02.April 2024', date_formats=['%d.%B %Y'])
datetime.datetime(2024, 4, 2, 0, 0)I would even suggest reworking the date handling using the library...
Best regards
Radovan
On štvrtok 23. mája 2024 14:32:10 CEST Jan Suhr | Nitrokey wrote:
> Hi!
> The module account_invoice_import_simple_pdf allows to define field
> extraction rules. UPS sends invoices with date in format "02.April 2024"
> so the first separator is a dot and the second a space. Is it possible
> to define a field extraction rule for such format?
> Best regards
> Jan
>
> _______________________________________________
> Mailing-List: https://odoo-community.org/groups/contributors-15 [1]
> Post to: mailto:contributors@odoo-community.org
> Unsubscribe: https://odoo-community.org/groups?unsubscribe [2]
>
>
>
> [1] https://odoo-community.org/groups/contributors-15
> [2] https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 02:50 - 23 May 2024
-
-
Addendas for Audi, Mabe, Ford, Whirlpool, Volkswagen
HelloWe have a client that needs the addendas for Audi, Mabe, Ford, Whirlpool and Volkswagen.Does anyone have any of these? For what version? Please get in contact with us with a quotation for your services.Thank you!--SAMUEL MACIAS OROPEZA
TECH LEAD
smacias@opensourceintegrators.com
P.O. BOX 940, HIGLEY, AZ 85236

by Samuel Macias Oropeza - 04:26 - 20 May 2024-
Re: Addendas for Audi, Mabe, Ford, Whirlpool, Volkswagen
Have a look here: https://github.com/OCA/edi There are some modules implementing for example Factur-X or UBL standards. It would be helpful if you found out what the actual standard for these addendas was.
Best regards
Radovan Skolnik
On utorok 21. mája 2024 15:27:21 CEST Samuel Macias Oropeza wrote:
> Addenda are complements to mexican electronic invoices. They don't affect
> the invoice itself, but provide additional commercial information requested
> by the client. Some large companies require their providers to issue an
> addendum with every invoice, and the information required in the addendum
> varies from company to company On Mon, May 20, 2024 at 8:37 AM Radovan
> Skolnik < notifications@odoo-community.org [1] > wrote: Hello,
> what are "addends" if I may ask.
> Best regards,
> Radovan Skolnik
> On May 20, 2024 16:27, Samuel Macias Oropeza <
> notifications@odoo-community.org [2] > wrote: Hello We have a client that
> needs the addendas for Audi, Mabe, Ford, Whirlpool and Volkswagen. Does
> anyone have any of these? For what version? Please get in contact with us
> with a quotation for your services. Thank you!
> --
> SAMUEL MACIAS OROPEZA
> TECH LEAD
> smacias@opensourceintegrators.com [3]
> P.O. BOX 940, HIGLEY, AZ 85236
>
> _______________________________________________
> Mailing-List: https://odoo-community.org/groups/contributors-15 [4]
> Post to: mailto: contributors@odoo-community.org [5]
> Unsubscribe: https://odoo-community.org/groups?unsubscribe [6]
>
>
> _______________________________________________
> Mailing-List: https://odoo-community.org/groups/contributors-15 [7]
> Post to: mailto: contributors@odoo-community.org [8]
> Unsubscribe: https://odoo-community.org/groups?unsubscribe [9]
>
>
> _______________________________________________
> Mailing-List: https://odoo-community.org/groups/contributors-15 [10]
> Post to: mailto:contributors@odoo-community.org
> Unsubscribe: https://odoo-community.org/groups?unsubscribe [11]
>
>
>
> [1] mailto:notifications@odoo-community.org
> [2] mailto:notifications@odoo-community.org
> [3] mailto:smacias@opensourceintegrators.com
> [4] https://odoo-community.org/groups/contributors-15
> [5] mailto:contributors@odoo-community.org
> [6] https://odoo-community.org/groups?unsubscribe
> [7] https://odoo-community.org/groups/contributors-15
> [8] mailto:contributors@odoo-community.org
> [9] https://odoo-community.org/groups?unsubscribe
> [10] https://odoo-community.org/groups/contributors-15
> [11] https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 03:51 - 21 May 2024 -
Re: Addendas for Audi, Mabe, Ford, Whirlpool, Volkswagen
Addenda are complements to mexican electronic invoices. They don't affect the invoice itself, but provide additional commercial information requested by the client. Some large companies require their providers to issue an addendum with every invoice, and the information required in the addendum varies from company to companyOn Mon, May 20, 2024 at 8:37 AM Radovan Skolnik <notifications@odoo-community.org> wrote:Hello,what are "addends" if I may ask.Best regards,Radovan SkolnikOn May 20, 2024 16:27, Samuel Macias Oropeza <notifications@odoo-community.org> wrote:HelloWe have a client that needs the addendas for Audi, Mabe, Ford, Whirlpool and Volkswagen.Does anyone have any of these? For what version? Please get in contact with us with a quotation for your services.Thank you!--_______________________________________________
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 Samuel Macias Oropeza - 03:26 - 21 May 2024 -
Re: Addendas for Audi, Mabe, Ford, Whirlpool, Volkswagen
Hello,what are "addends" if I may ask.Best regards,Radovan SkolnikOn May 20, 2024 16:27, Samuel Macias Oropeza <notifications@odoo-community.org> wrote:HelloWe have a client that needs the addendas for Audi, Mabe, Ford, Whirlpool and Volkswagen.Does anyone have any of these? For what version? Please get in contact with us with a quotation for your services.Thank you!--_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 04:36 - 20 May 2024
-
-
Session storage in S3
Hello OCA community,
As part of a multi-tenant deployment with several replicas, we are looking to persist Odoo sessions elsewhere than in the container.
We recently tested the OCA/session_db module with success, but if anyone had any experience to share on the multi-tenant side we'd be more confident ;-).
Nevertheless, since we also use the OCA/fs_storage and OCA/fs_attachment modules to store attached files in an S3 environment, we'd be tempted to use S3 instead of the DB.
Do any of you know of such a module? Is it a good idea?
I'm sure I'll have other questions about multi-tenant deployment with k8s, but I'd rather keep this to one subject per e-mail.
Thank you in advance for any help you can provide.Stéphane Van Erp for iMio
by Stéphane Van Erp - 10:15 - 19 May 2024-
Re: Session storage in S3
Hello Stéphane,> We recently tested the OCA/session_db module with success, but if anyone had any experience to share on the multi-tenant side we'd be more confident ;-).We have good experience with session_db. It has the advantage of being simple to deploy.Multi-tenant is not an issue provided you use a dedicated db for sessions.Do you have specific worries regarding multi tenancy?Intuitively I suspect session_db or session_redis would have better performance than an s3 solution, but I'd be interested about the results if you do any measurements.Best regards,--Stéphane BidoulOn Sun, May 19, 2024 at 10:16 PM Stéphane Van Erp <notifications@odoo-community.org> wrote:Hello OCA community,
As part of a multi-tenant deployment with several replicas, we are looking to persist Odoo sessions elsewhere than in the container.
We recently tested the OCA/session_db module with success, but if anyone had any experience to share on the multi-tenant side we'd be more confident ;-).
Nevertheless, since we also use the OCA/fs_storage and OCA/fs_attachment modules to store attached files in an S3 environment, we'd be tempted to use S3 instead of the DB.
Do any of you know of such a module? Is it a good idea?
I'm sure I'll have other questions about multi-tenant deployment with k8s, but I'd rather keep this to one subject per e-mail.
Thank you in advance for any help you can provide.Stéphane Van Erp for iMio_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 11:16 - 21 May 2024 -
Re: Session storage in S3
We use session_redis https://github.com/camptocamp/odoo-cloud-platform/tree/16.0/session_redis Alexandre Fayolle On 19/05/2024 22:16, Stéphane Van Erp wrote: > Hello OCA community, > > As part of a multi-tenant deployment with several replicas, we are > looking to persist Odoo sessions elsewhere than in the container. > > We recently tested the OCA/session_db module with success, but if anyone > had any experience to share on the multi-tenant side we'd be more > confident ;-). > > Nevertheless, since we also use the OCA/fs_storage and OCA/fs_attachment > modules to store attached files in an S3 environment, we'd be tempted to > use S3 instead of the DB. > Do any of you know of such a module? Is it a good idea? > > I'm sure I'll have other questions about multi-tenant deployment with > k8s, but I'd rather keep this to one subject per e-mail. > > Thank you in advance for any help you can provide. > > Stéphane Van Erp for iMio <https://imio.be> > > > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > <https://odoo-community.org/groups/contributors-15> > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe > <https://odoo-community.org/groups?unsubscribe> > -- Alexandre Fayolle Senior Software Engineer Tel : +33 4 58 48 20 30 Camptocamp France SAS 18 rue du Lac Saint André 73 370 Le Bourget-du-Lac France http://www.camptocamp.com
by Alexandre Fayolle - 08:53 - 21 May 2024 -
Re: Session storage in S3
HelloNot tested but I would mount session folder (as we actually do with filestore in our infra) with nfs in your containersMaybe there will be some security issues with that...I let experts give their 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 dim. 19 mai 2024, 10:16, Stéphane Van Erp <notifications@odoo-community.org> a écrit :Hello OCA community,
As part of a multi-tenant deployment with several replicas, we are looking to persist Odoo sessions elsewhere than in the container.
We recently tested the OCA/session_db module with success, but if anyone had any experience to share on the multi-tenant side we'd be more confident ;-).
Nevertheless, since we also use the OCA/fs_storage and OCA/fs_attachment modules to store attached files in an S3 environment, we'd be tempted to use S3 instead of the DB.
Do any of you know of such a module? Is it a good idea?
I'm sure I'll have other questions about multi-tenant deployment with k8s, but I'd rather keep this to one subject per e-mail.
Thank you in advance for any help you can provide.Stéphane Van Erp for iMio_______________________________________________
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 - 10:46 - 19 May 2024
-
-
CI and oca_dependencies.txt
Hello,I'm trying to recreate a CI environment for testing our modules on our GitLab instance.In the documentation [1], it is stated that we could use a custom repo URL and branch using oca_dependencies.txt.But after searching in oca-ci repo [2] and test.yml in modules repositories, I don't find any use of the oca_dependencies.txt.Am I missing something or all dependencies are only managed by setuptools-odoo and installed via pip instead of cloning modules repositories ?If oca_dependencies.txt is no longer supported, do you remember where this file was parsed and processed ?Best regards,Yann Papouin.
by Yann Papouin - 12:06 - 16 May 2024-
Re: CI and oca_dependencies.txt
Was used for travisLe jeu. 16 mai 2024 à 12:02, Yann Papouin <ypa@decgroupe.com> a écrit :Hello,I'm trying to recreate a CI environment for testing our modules on our GitLab instance.In the documentation [1], it is stated that we could use a custom repo URL and branch using oca_dependencies.txt.But after searching in oca-ci repo [2] and test.yml in modules repositories, I don't find any use of the oca_dependencies.txt.Am I missing something or all dependencies are only managed by setuptools-odoo and installed via pip instead of cloning modules repositories ?If oca_dependencies.txt is no longer supported, do you remember where this file was parsed and processed ?Best regards,Yann Papouin.
by Yann Papouin - 04:37 - 16 May 2024 -
Re: CI and oca_dependencies.txt
Hello Yann,Indeed oca_dependencies.txt is not used anymore by the OCA CI.This file was used by https://github.com/OCA/maintainer-quality-tools.It is most likely not maintained at all in recent (>=14.0) branches OCA repos, so I think we should now remove mentions of it from our documentation.-sbiOn Thu, May 16, 2024 at 12:07 PM Yann Papouin <notifications@odoo-community.org> wrote:Hello,I'm trying to recreate a CI environment for testing our modules on our GitLab instance.In the documentation [1], it is stated that we could use a custom repo URL and branch using oca_dependencies.txt.But after searching in oca-ci repo [2] and test.yml in modules repositories, I don't find any use of the oca_dependencies.txt.Am I missing something or all dependencies are only managed by setuptools-odoo and installed via pip instead of cloning modules repositories ?If oca_dependencies.txt is no longer supported, do you remember where this file was parsed and processed ?Best regards,Yann Papouin._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 04:37 - 16 May 2024
-
-
Migration of App "Email Tracking" to Odoo Version 17
Dears
I hope this email finds you well. I am reaching out to inquire about the migration status of the following app to Odoo Version 17:
- Email tracking: https://apps.odoo.com/apps/modules/16.0/mail_tracking/
We are currently in need of this app for our new client, and it's crucial for us to have them compatible with the latest version of Odoo.
Could you please provide an update on when these apps are expected to be migrated to Odoo Version 17?
Thank you so much for you valuable help
--
Melhores Cumprimentos | Best Regards www.arxi.pt +351 244 237 810
(chamada para a rede fixa nacional)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 - 05:00 - 9 May 2024-
Re: Migration of App "Email Tracking" to Odoo Version 17
Hello AndreaYou can follow last news hereBest 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 jeu. 9 mai 2024, 05:01, ARXI | Andrea Almeida <notifications@odoo-community.org> a écrit :Dears
I hope this email finds you well. I am reaching out to inquire about the migration status of the following app to Odoo Version 17:
- Email tracking: https://apps.odoo.com/apps/modules/16.0/mail_tracking/
We are currently in need of this app for our new client, and it's crucial for us to have them compatible with the latest version of Odoo.
Could you please provide an update on when these apps are expected to be migrated to Odoo Version 17?
Thank you so much for you valuable help
--
Melhores Cumprimentos | Best Regards www.arxi.pt +351 244 237 810
(chamada para a rede fixa nacional)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 Cyril VINH-TUNG - 07:06 - 9 May 2024
-
Free courses
Hi
We offer free online tutorials (with no subscriptions needed) on a YouTube channel with over 200,000 subscribers here:
https://www.wiseowl.co.uk/videos/
We also have full online-tutorials (again free, and with no log-in needed) in VBA and SQL:
https://www.wiseowl.co.uk/guides/
Would any of the readers of your site be interested in either of these ideas?
Regards
Andy (Brown)
Telephone: +44 (0) 161 883 3606
Website: https://www.wiseowl.co.uk
by "Andy Brown" <andy.brown@wiseowl.co.uk> - 05:16 - 8 May 2024 -
Mabe addenda for Mexican Localization
Hello!
We would like to know if anyone in the community has any module or development for the addenda for Mabe. Please reach out to us if you do
Thank you!--SAMUEL MACIAS OROPEZA
TECH LEAD
smacias@opensourceintegrators.com
P.O. BOX 940, HIGLEY, AZ 85236

by Samuel Macias Oropeza - 07:31 - 3 May 2024 -
Github runners
Hi all folks,@OCA/board Is there something changed about github runners configuration?Since yesterday, runners seems to take a long time to get available resource:Thanks for your support.--
by Denis Roussel. - 09:45 - 30 Apr 2024-
Re: Github runners
Hello everyone,An update on this important topic. ATTENTION and ACTIONS are required from all PSC and contributors.Yesterday, I applied the project template to branches 14, 15, 16, 17.Where the template did not apply cleanly a PR named "dotfiles update needs manual intervention" has been opened.@PSC, please handle these PR as soon as you can. Big thanks to Pedro for processing quite a few of them already yesterday :)@Contributors, before pushing additional commits to your existing PRs, please rebase, and check that .github/workflows/test.yml contains codecov/codecov-action@v4 and *not* v1.I'll be looking at fixing older branches soon.Thanks for your attention.-StéphaneOn Tue, Apr 30, 2024 at 9:51 AM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Hello everyone,This is an annoying situation, which you can track here: https://github.com/OCA/oca-addons-repo-template/issues/250I'll post there as the situation evolves.Best regards,-StéphaneOn Tue, Apr 30, 2024 at 9:46 AM Roussel, Denis <notifications@odoo-community.org> wrote:Hi all folks,@OCA/board Is there something changed about github runners configuration?Since yesterday, runners seems to take a long time to get available resource:Thanks for your support.--_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 09:55 - 2 May 2024 -
Re: Github runners
Hello everyone,This is an annoying situation, which you can track here: https://github.com/OCA/oca-addons-repo-template/issues/250I'll post there as the situation evolves.Best regards,-StéphaneOn Tue, Apr 30, 2024 at 9:46 AM Roussel, Denis <notifications@odoo-community.org> wrote:Hi all folks,@OCA/board Is there something changed about github runners configuration?Since yesterday, runners seems to take a long time to get available resource:Thanks for your support.--_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 09:56 - 30 Apr 2024 -
Re: Github runners
Ok, thanks to @Stephane :On Tue, Apr 30, 2024 at 9:44 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Hi all folks,@OCA/board Is there something changed about github runners configuration?Since yesterday, runners seems to take a long time to get available resource:Thanks for your support.----
by Denis Roussel. - 09:51 - 30 Apr 2024
-
-
The OCA Functional Working Group asks for your help!
Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?Hello everybody!
During the last OCA Days, the OCA Functional Working Group (FWG) presented the work made on the Documentation Project.
This project was created by the FWG to help and attract functional people to contribute to modules documentation.
2 main options were analyzed
Using the existing Read Me file in the code so we have only one module documentation which regroups technical and functional information.
Using the GitHub Wiki on the repositories which could be really easy to put in place and use.
The decision was made to use the existing Read Me but to convert it into Markdown so it could be easier to use and to add images.
Following this decision, an issue was opened in GitHub about the use of the Wiki instead of Read Me : https://github.com/OCA/maintainer-tools/issues/606
BUT, we still have a big issue regarding this solution: the process to contribute to Read Me is really, really complicated for non-technicals.
You need to have a Github account and sign the OCA CLA
You would have to fork the repository (well, here we already have lost most of the non-technical people).
Then edit the files of the Read Me using the Web Editor (so you can add images).
Download your images in the right folder than insert them into the file by Drag & Drop
Create a commit and a PR.
Finally, the changes would need to be approved by contributors who have those access rights.
So, we were thinking: if we add a Markdown tool that can be used to edit Read Me files and automatically push the changes into GitHub a little bit like the Weblate tool, we could combine the PROS of both options analyzed.
Does anyone have any idea of this kind of tool?
Thank you in advance for your help.
The OCA Functional Working Group
by Julie LeBrun - 07:31 - 23 Apr 2024-
Re: The OCA Functional Working Group asks for your help!
Hello everyone,
Given that documentation is the first interaction many have with our modules, it's crucial that the READMEs for each module and repository are clear, informative, and standardized. Currently, each README serves as an essential introduction to its respective module or repository, but many could benefit from further review and content enrichment.
With the advancement of AI technologies, we have a great opportunity to use these tools to efficiently review and generate content. This will not only improve the quality of our documentation but also make the modules more accessible and easier to use for new users and contributors.
I suggest we start a project to review the existing READMEs. This project could include the following steps:
1. **Initial assessment of all existing READMEs** to identify those that need urgent improvements.
2. **Development of a style guide or template** to ensure all READMEs follow a consistent format and contain all necessary information.
3. **Use of AI tools** to assist in content review and generation where applicable, ensuring accuracy and quality.
4. **Peer review**, where community members can contribute feedback before finalizing the documents.
After completing this initial phase of reviewing and standardizing our READMEs, it would then be worthwhile to pursue a platform or a new process for building out the documentation further. This would ensure that our foundational documents are strong before we expand our documentation infrastructure.
Best regards,
Marcel Savegnago (https://escodoo.com.br)Em qui., 2 de mai. de 2024 às 10:02, Julie LeBrun <notifications@odoo-community.org> escreveu:Thank you everybody for taking the time to answer and help.We will be analyzing those options and communicating with some of you to have more information.
Julie LeBrunFormatrice & Analyste en applications de gestion intégrée+1 514-317-7944
Nouveau
Choisir un nom de projet comme un proDécouvrir Le jeu. 25 avr. 2024 à 11:17, Raphaël Valyi <notifications@odoo-community.org> a écrit :Hello,just a word to also encourage mkdocs if we aim at something additional to the current README markdown system. As Graeme said mkdocs is popular, capable and simple to manage (we really need to avoid big new tools that would be an infrastructure burden to manage). I think the README are slowly being improved, even if it's still by the module tech authors. In OCA/l10n-brazil we try to slowly improve these README for instance. At some point improving these README is lowering the entry barrier to the OCA and it somewhat makes sense that this entry barrier is lowered at the same time than the code is cleaned up and migrated so that non alien people will eventually succeed in their project with the OCA instead of just accumulating frustration by trying to attract at all cost people which will not make it with the current ecosystem (something that Odoo SA does quite a lot themselves in fact). So I mean it is not that bad if that documentation pace isn't as fast as some people who don't use to deliver real projects may dream...On Wed, Apr 24, 2024 at 11:27 AM Graeme Gellatly <notifications@odoo-community.org> wrote:I second mkdocs. All my non technical staff use it to build docs. Most.jist write markdown bit some use a specialised markdown editor although that seems to fail lintimg quite a bit.It is trivial to automate linting and deploy on merge.On Wed, 24 Apr 2024, 6:52 am Victor Champonnois, <notifications@odoo-community.org> wrote:Hello Julie,
>Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
I think Weblate directly commits on the main branch, it does not create a PR.
As Andreas says, the edit functionality in Github seems like the simplest approach. However, it requires to create a fork of the repo, and to make a PR, so it's still a big barrier.
Victor Champonnois - Coop IT Easy Tel : +32 475 81 01 12
On 24/04/24 07:44, Andreas Perhab wrote:
Hi Julie,
I think the edit button in github does most of the forking work for you and even helps with creating a PR when one is finished editing the readme (really any markdown file).
It puts images into /assets/{number}/{uuid} so that might need changing or we could just accept this additional directory.
regards Andreas
On Tue, 23 Apr 2024 at 19:32, Julie LeBrun <notifications@odoo-community.org> wrote:
Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
Hello everybody!
During the last OCA Days, the OCA Functional Working Group (FWG) presented the work made on the Documentation Project.
This project was created by the FWG to help and attract functional people to contribute to modules documentation.
2 main options were analyzed
Using the existing Read Me file in the code so we have only one module documentation which regroups technical and functional information.
Using the GitHub Wiki on the repositories which could be really easy to put in place and use.
The decision was made to use the existing Read Me but to convert it into Markdown so it could be easier to use and to add images.
Following this decision, an issue was opened in GitHub about the use of the Wiki instead of Read Me : https://github.com/OCA/maintainer-tools/issues/606
BUT, we still have a big issue regarding this solution: the process to contribute to Read Me is really, really complicated for non-technicals.
You need to have a Github account and sign the OCA CLA
You would have to fork the repository (well, here we already have lost most of the non-technical people).
Then edit the files of the Read Me using the Web Editor (so you can add images).
Download your images in the right folder than insert them into the file by Drag & Drop
Create a commit and a PR.
Finally, the changes would need to be approved by contributors who have those access rights.
So, we were thinking: if we add a Markdown tool that can be used to edit Read Me files and automatically push the changes into GitHub a little bit like the Weblate tool, we could combine the PROS of both options analyzed.
Does anyone have any idea of this kind of tool?
Thank you in advance for your help.
The OCA Functional Working Group
_______________________________________________
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
--Raphaël ValyiFounder and consultant_______________________________________________
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
--Marcel Savegnago marcel.savegnago@escodoo.com.br +55 16 99122-7649 A informação transmitida destina-se apenas a pessoa ou entidade a quem foi endereçada e pode conter informação confidencial, legalmente protegida e para conhecimento exclusivo do destinatário. Se o leitor desta advertência não for o seu destinatário, fica ciente de que sua leitura, divulgação, distribuição ou copia é estritamente proibida. Caso a mensagem tenha sido recebida por engano, favor comunicar ao remetente e apagar o texto do computador.
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
by Marcel Savegnago - 02:36 - 3 May 2024 -
Re: The OCA Functional Working Group asks for your help!
Thank you everybody for taking the time to answer and help.We will be analyzing those options and communicating with some of you to have more information.
Julie LeBrunFormatrice & Analyste en applications de gestion intégrée+1 514-317-7944
Nouveau
Choisir un nom de projet comme un proDécouvrir Le jeu. 25 avr. 2024 à 11:17, Raphaël Valyi <notifications@odoo-community.org> a écrit :Hello,just a word to also encourage mkdocs if we aim at something additional to the current README markdown system. As Graeme said mkdocs is popular, capable and simple to manage (we really need to avoid big new tools that would be an infrastructure burden to manage). I think the README are slowly being improved, even if it's still by the module tech authors. In OCA/l10n-brazil we try to slowly improve these README for instance. At some point improving these README is lowering the entry barrier to the OCA and it somewhat makes sense that this entry barrier is lowered at the same time than the code is cleaned up and migrated so that non alien people will eventually succeed in their project with the OCA instead of just accumulating frustration by trying to attract at all cost people which will not make it with the current ecosystem (something that Odoo SA does quite a lot themselves in fact). So I mean it is not that bad if that documentation pace isn't as fast as some people who don't use to deliver real projects may dream...On Wed, Apr 24, 2024 at 11:27 AM Graeme Gellatly <notifications@odoo-community.org> wrote:I second mkdocs. All my non technical staff use it to build docs. Most.jist write markdown bit some use a specialised markdown editor although that seems to fail lintimg quite a bit.It is trivial to automate linting and deploy on merge.On Wed, 24 Apr 2024, 6:52 am Victor Champonnois, <notifications@odoo-community.org> wrote:Hello Julie,
>Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
I think Weblate directly commits on the main branch, it does not create a PR.
As Andreas says, the edit functionality in Github seems like the simplest approach. However, it requires to create a fork of the repo, and to make a PR, so it's still a big barrier.
Victor Champonnois - Coop IT Easy Tel : +32 475 81 01 12
On 24/04/24 07:44, Andreas Perhab wrote:
Hi Julie,
I think the edit button in github does most of the forking work for you and even helps with creating a PR when one is finished editing the readme (really any markdown file).
It puts images into /assets/{number}/{uuid} so that might need changing or we could just accept this additional directory.
regards Andreas
On Tue, 23 Apr 2024 at 19:32, Julie LeBrun <notifications@odoo-community.org> wrote:
Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
Hello everybody!
During the last OCA Days, the OCA Functional Working Group (FWG) presented the work made on the Documentation Project.
This project was created by the FWG to help and attract functional people to contribute to modules documentation.
2 main options were analyzed
Using the existing Read Me file in the code so we have only one module documentation which regroups technical and functional information.
Using the GitHub Wiki on the repositories which could be really easy to put in place and use.
The decision was made to use the existing Read Me but to convert it into Markdown so it could be easier to use and to add images.
Following this decision, an issue was opened in GitHub about the use of the Wiki instead of Read Me : https://github.com/OCA/maintainer-tools/issues/606
BUT, we still have a big issue regarding this solution: the process to contribute to Read Me is really, really complicated for non-technicals.
You need to have a Github account and sign the OCA CLA
You would have to fork the repository (well, here we already have lost most of the non-technical people).
Then edit the files of the Read Me using the Web Editor (so you can add images).
Download your images in the right folder than insert them into the file by Drag & Drop
Create a commit and a PR.
Finally, the changes would need to be approved by contributors who have those access rights.
So, we were thinking: if we add a Markdown tool that can be used to edit Read Me files and automatically push the changes into GitHub a little bit like the Weblate tool, we could combine the PROS of both options analyzed.
Does anyone have any idea of this kind of tool?
Thank you in advance for your help.
The OCA Functional Working Group
_______________________________________________
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
--Raphaël ValyiFounder and consultant_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Julie LeBrun - 03:01 - 2 May 2024 -
Re: The OCA Functional Working Group asks for your help!
Hello,just a word to also encourage mkdocs if we aim at something additional to the current README markdown system. As Graeme said mkdocs is popular, capable and simple to manage (we really need to avoid big new tools that would be an infrastructure burden to manage). I think the README are slowly being improved, even if it's still by the module tech authors. In OCA/l10n-brazil we try to slowly improve these README for instance. At some point improving these README is lowering the entry barrier to the OCA and it somewhat makes sense that this entry barrier is lowered at the same time than the code is cleaned up and migrated so that non alien people will eventually succeed in their project with the OCA instead of just accumulating frustration by trying to attract at all cost people which will not make it with the current ecosystem (something that Odoo SA does quite a lot themselves in fact). So I mean it is not that bad if that documentation pace isn't as fast as some people who don't use to deliver real projects may dream...On Wed, Apr 24, 2024 at 11:27 AM Graeme Gellatly <notifications@odoo-community.org> wrote:I second mkdocs. All my non technical staff use it to build docs. Most.jist write markdown bit some use a specialised markdown editor although that seems to fail lintimg quite a bit.It is trivial to automate linting and deploy on merge.On Wed, 24 Apr 2024, 6:52 am Victor Champonnois, <notifications@odoo-community.org> wrote:Hello Julie,
>Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
I think Weblate directly commits on the main branch, it does not create a PR.
As Andreas says, the edit functionality in Github seems like the simplest approach. However, it requires to create a fork of the repo, and to make a PR, so it's still a big barrier.
Victor Champonnois - Coop IT Easy Tel : +32 475 81 01 12
On 24/04/24 07:44, Andreas Perhab wrote:
Hi Julie,
I think the edit button in github does most of the forking work for you and even helps with creating a PR when one is finished editing the readme (really any markdown file).
It puts images into /assets/{number}/{uuid} so that might need changing or we could just accept this additional directory.
regards Andreas
On Tue, 23 Apr 2024 at 19:32, Julie LeBrun <notifications@odoo-community.org> wrote:
Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
Hello everybody!
During the last OCA Days, the OCA Functional Working Group (FWG) presented the work made on the Documentation Project.
This project was created by the FWG to help and attract functional people to contribute to modules documentation.
2 main options were analyzed
Using the existing Read Me file in the code so we have only one module documentation which regroups technical and functional information.
Using the GitHub Wiki on the repositories which could be really easy to put in place and use.
The decision was made to use the existing Read Me but to convert it into Markdown so it could be easier to use and to add images.
Following this decision, an issue was opened in GitHub about the use of the Wiki instead of Read Me : https://github.com/OCA/maintainer-tools/issues/606
BUT, we still have a big issue regarding this solution: the process to contribute to Read Me is really, really complicated for non-technicals.
You need to have a Github account and sign the OCA CLA
You would have to fork the repository (well, here we already have lost most of the non-technical people).
Then edit the files of the Read Me using the Web Editor (so you can add images).
Download your images in the right folder than insert them into the file by Drag & Drop
Create a commit and a PR.
Finally, the changes would need to be approved by contributors who have those access rights.
So, we were thinking: if we add a Markdown tool that can be used to edit Read Me files and automatically push the changes into GitHub a little bit like the Weblate tool, we could combine the PROS of both options analyzed.
Does anyone have any idea of this kind of tool?
Thank you in advance for your help.
The OCA Functional Working Group
_______________________________________________
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
--Raphaël ValyiFounder and consultant
by "Raphaël Valyi" <rvalyi@akretion.com> - 05:16 - 25 Apr 2024 -
Re: The OCA Functional Working Group asks for your help!
I second mkdocs. All my non technical staff use it to build docs. Most.jist write markdown bit some use a specialised markdown editor although that seems to fail lintimg quite a bit.It is trivial to automate linting and deploy on merge.On Wed, 24 Apr 2024, 6:52 am Victor Champonnois, <notifications@odoo-community.org> wrote:Hello Julie,
>Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
I think Weblate directly commits on the main branch, it does not create a PR.
As Andreas says, the edit functionality in Github seems like the simplest approach. However, it requires to create a fork of the repo, and to make a PR, so it's still a big barrier.
Victor Champonnois - Coop IT Easy Tel : +32 475 81 01 12
On 24/04/24 07:44, Andreas Perhab wrote:
Hi Julie,
I think the edit button in github does most of the forking work for you and even helps with creating a PR when one is finished editing the readme (really any markdown file).
It puts images into /assets/{number}/{uuid} so that might need changing or we could just accept this additional directory.
regards Andreas
On Tue, 23 Apr 2024 at 19:32, Julie LeBrun <notifications@odoo-community.org> wrote:
Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
Hello everybody!
During the last OCA Days, the OCA Functional Working Group (FWG) presented the work made on the Documentation Project.
This project was created by the FWG to help and attract functional people to contribute to modules documentation.
2 main options were analyzed
Using the existing Read Me file in the code so we have only one module documentation which regroups technical and functional information.
Using the GitHub Wiki on the repositories which could be really easy to put in place and use.
The decision was made to use the existing Read Me but to convert it into Markdown so it could be easier to use and to add images.
Following this decision, an issue was opened in GitHub about the use of the Wiki instead of Read Me : https://github.com/OCA/maintainer-tools/issues/606
BUT, we still have a big issue regarding this solution: the process to contribute to Read Me is really, really complicated for non-technicals.
You need to have a Github account and sign the OCA CLA
You would have to fork the repository (well, here we already have lost most of the non-technical people).
Then edit the files of the Read Me using the Web Editor (so you can add images).
Download your images in the right folder than insert them into the file by Drag & Drop
Create a commit and a PR.
Finally, the changes would need to be approved by contributors who have those access rights.
So, we were thinking: if we add a Markdown tool that can be used to edit Read Me files and automatically push the changes into GitHub a little bit like the Weblate tool, we could combine the PROS of both options analyzed.
Does anyone have any idea of this kind of tool?
Thank you in advance for your help.
The OCA Functional Working Group
_______________________________________________
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 "Graeme Gellatly" <graeme@moahub.nz> - 04:26 - 24 Apr 2024 -
Re: The OCA Functional Working Group asks for your help!
Hello Julie,
>Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
I think Weblate directly commits on the main branch, it does not create a PR.
As Andreas says, the edit functionality in Github seems like the simplest approach. However, it requires to create a fork of the repo, and to make a PR, so it's still a big barrier.
Victor Champonnois - Coop IT Easy Tel : +32 475 81 01 12
On 24/04/24 07:44, Andreas Perhab wrote:
Hi Julie,
I think the edit button in github does most of the forking work for you and even helps with creating a PR when one is finished editing the readme (really any markdown file).
It puts images into /assets/{number}/{uuid} so that might need changing or we could just accept this additional directory.
regards Andreas
On Tue, 23 Apr 2024 at 19:32, Julie LeBrun <notifications@odoo-community.org> wrote:
Do you know of any tool that could easily allow to edit and create PRs of README files in GitHub without the need of having GitHub knowledge? Something similar to what Weblate does for .po files ?
Hello everybody!
During the last OCA Days, the OCA Functional Working Group (FWG) presented the work made on the Documentation Project.
This project was created by the FWG to help and attract functional people to contribute to modules documentation.
2 main options were analyzed
Using the existing Read Me file in the code so we have only one module documentation which regroups technical and functional information.
Using the GitHub Wiki on the repositories which could be really easy to put in place and use.
The decision was made to use the existing Read Me but to convert it into Markdown so it could be easier to use and to add images.
Following this decision, an issue was opened in GitHub about the use of the Wiki instead of Read Me : https://github.com/OCA/maintainer-tools/issues/606
BUT, we still have a big issue regarding this solution: the process to contribute to Read Me is really, really complicated for non-technicals.
You need to have a Github account and sign the OCA CLA
You would have to fork the repository (well, here we already have lost most of the non-technical people).
Then edit the files of the Read Me using the Web Editor (so you can add images).
Download your images in the right folder than insert them into the file by Drag & Drop
Create a commit and a PR.
Finally, the changes would need to be approved by contributors who have those access rights.
So, we were thinking: if we add a Markdown tool that can be used to edit Read Me files and automatically push the changes into GitHub a little bit like the Weblate tool, we could combine the PROS of both options analyzed.
Does anyone have any idea of this kind of tool?
Thank you in advance for your help.
The OCA Functional Working Group
_______________________________________________
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 Victor Champonnois - 03:51 - 24 Apr 2024
-
server-tools pull request help
Dear OCA maintainers Could someone please check out my pull request trying to migrate iap_alternative_provider to odoo 17. The module is very small and truly minor changes have been made, but a client needs this functionality for a dependent module. Here is the URL of the pull request: https://github.com/OCA/server-tools/pull/2914 Thank you for your assistance. Best regards, Luka Zorko
by "luka zorko" <lukaz@guru.si> - 04:11 - 23 Apr 2024-
Re: update to the odoo community module shop
Hello Alexandre,A huge thank you for taking care of this issue and fixing it!I wish everyone a nice weekend!Le ven. 17 mai 2024 à 00:47, Alexandre Fayolle <notifications@odoo-community.org> a écrit :On 16/05/2024 10:16, Yoshi Tashiro wrote: > OCA shop has been out of sync for about a year now if I understand the > situation correctly. I've seen people, including myself, comment on this > occasionally. Is this something tricky to fix? Thanks for the heads up. I gave a shot at this and rewrote the scheduled actions that are synchronizing the repository branches and analyzing the code. They were processing things in a daily cron processing all the repositories and branches in 1 go, which was a sure way to get a timeout or a rollback. I switched to a cron running every 10min and processing the 10 oldest branches. With the current number of project branches, this means that it should take about 1.5 day to process everything, without causing a huge load on the server (and then the branch scanning will restart from the beginning), so the average delay between a merge and the availability of the module on the "OCA shop" should be less than 1d. I'll keep an eye on the progress in the upcoming days, to see if maybe one repo / branch is causing issues. Stay tuned. -- Alexandre Fayolle Senior Software Engineer Tel : +33 4 58 48 20 30 Camptocamp France SAS 18 rue du Lac Saint André 73 370 Le Bourget-du-Lac France http://www.camptocamp.com
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Virginie Dewulf (OCA) - 11:47 - 17 May 2024 -
update to the odoo community module shop
On 16/05/2024 10:16, Yoshi Tashiro wrote: > OCA shop has been out of sync for about a year now if I understand the > situation correctly. I've seen people, including myself, comment on this > occasionally. Is this something tricky to fix? Thanks for the heads up. I gave a shot at this and rewrote the scheduled actions that are synchronizing the repository branches and analyzing the code. They were processing things in a daily cron processing all the repositories and branches in 1 go, which was a sure way to get a timeout or a rollback. I switched to a cron running every 10min and processing the 10 oldest branches. With the current number of project branches, this means that it should take about 1.5 day to process everything, without causing a huge load on the server (and then the branch scanning will restart from the beginning), so the average delay between a merge and the availability of the module on the "OCA shop" should be less than 1d. I'll keep an eye on the progress in the upcoming days, to see if maybe one repo / branch is causing issues. Stay tuned. -- Alexandre Fayolle Senior Software Engineer Tel : +33 4 58 48 20 30 Camptocamp France SAS 18 rue du Lac Saint André 73 370 Le Bourget-du-Lac France http://www.camptocamp.com
by Alexandre Fayolle - 12:47 - 17 May 2024 -
Re: server-tools pull request help
Hi,
Many of the commercial modules in de odoo app store make it more into a crap store. Nevertheless, my experience with googling for modules is that I often find our nice OCA modules, through this very app store. So I think it is definitely useful to push them there. Would certainly be nice if that proces could be automated some way.
Kind regards, Ronald
On 16-05-2024 10:07, Janik von Rotz wrote:
Hi Daniel,
I guess the Odoo app store is good for exposure/discovery, but not much more.
> It requires manual labor to add the new branches for each of the hundreds of repositories each year.
By this you mean the repo/branch registration in the app.odoo.com dashboard? Could it be automated?
> In my opinion, the right place to look for OCA modules is our index:
I agree. We have to make sure it is well known and delivers apps of better quality than the Odoo app store.
Cheers, Janik
On 5/16/24 09:21, Daniel Reis wrote:
Probably the Odoo app store didn't have time to do the repo sync.
To be sure, I forced it and it is published now.
Since we're here, I'm not sure we want to continue publishing OCA modules to the app store.
It requires manual labor to add the new branches for each of the hundreds of repositories each year.
It is also incomplete as there are sync problems.
For example, the app store does not support a module that has moved between repos.
In my opinion, we the right place to look for OCA modules is our index:
https://odoo-community.org/shop
My 2 cents.
Thanks
Daniel
On 16/05/2024 07:37, luka zorko wrote:
Thank you so much for helping me merge the pull request. I only have one more question considering this module - what needs to be done for the version 17.0 to be visible in the odoo app store ? Here is the URL where only versions up to 16.0 are visible: https://apps.odoo.com/apps/modules/16.0/iap_alternative_provider/
--
DANIEL REIS
MANAGING PARTNERMeet with me.
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
-- We are hiring: https://www.mint-system.ch/jobs Send application to: jobs@mint-system.ch CTO Mint System GmbH Tel: +41 44 244 7222
_______________________________________________
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" <rportier@therp.nl> - 11:10 - 16 May 2024 -
Re: server-tools pull request help
> > In my opinion, the right place to look for OCA modules is our index:
>
> I agree. We have to make sure it is well known and delivers apps of better quality than the Odoo app store.OCA shop has been out of sync for about a year now if I understand the situation correctly. I've seen people, including myself, comment on this occasionally. Is this something tricky to fix?--Yoshi TashiroQuartile LimitedOn Thu, May 16, 2024 at 5:07 PM Janik von Rotz <notifications@odoo-community.org> wrote:Hi Daniel,
I guess the Odoo app store is good for exposure/discovery, but not much more.
> It requires manual labor to add the new branches for each of the hundreds of repositories each year.
By this you mean the repo/branch registration in the app.odoo.com dashboard? Could it be automated?
> In my opinion, the right place to look for OCA modules is our index:
I agree. We have to make sure it is well known and delivers apps of better quality than the Odoo app store.
Cheers, Janik
On 5/16/24 09:21, Daniel Reis wrote:
Probably the Odoo app store didn't have time to do the repo sync.
To be sure, I forced it and it is published now.
Since we're here, I'm not sure we want to continue publishing OCA modules to the app store.
It requires manual labor to add the new branches for each of the hundreds of repositories each year.
It is also incomplete as there are sync problems.
For example, the app store does not support a module that has moved between repos.
In my opinion, we the right place to look for OCA modules is our index:
https://odoo-community.org/shop
My 2 cents.
Thanks
Daniel
On 16/05/2024 07:37, luka zorko wrote:
Thank you so much for helping me merge the pull request. I only have one more question considering this module - what needs to be done for the version 17.0 to be visible in the odoo app store ? Here is the URL where only versions up to 16.0 are visible: https://apps.odoo.com/apps/modules/16.0/iap_alternative_provider/
--
DANIEL REIS
MANAGING PARTNERMeet with me.
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
-- We are hiring: https://www.mint-system.ch/jobs Send application to: jobs@mint-system.ch CTO Mint System GmbH Tel: +41 44 244 7222
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Yoshi Tashiro - 10:15 - 16 May 2024 -
Re: server-tools pull request help
Hi Daniel,
I guess the Odoo app store is good for exposure/discovery, but not much more.
> It requires manual labor to add the new branches for each of the hundreds of repositories each year.
By this you mean the repo/branch registration in the app.odoo.com dashboard? Could it be automated?
> In my opinion, the right place to look for OCA modules is our index:
I agree. We have to make sure it is well known and delivers apps of better quality than the Odoo app store.
Cheers, Janik
On 5/16/24 09:21, Daniel Reis wrote:
Probably the Odoo app store didn't have time to do the repo sync.
To be sure, I forced it and it is published now.
Since we're here, I'm not sure we want to continue publishing OCA modules to the app store.
It requires manual labor to add the new branches for each of the hundreds of repositories each year.
It is also incomplete as there are sync problems.
For example, the app store does not support a module that has moved between repos.
In my opinion, we the right place to look for OCA modules is our index:
https://odoo-community.org/shop
My 2 cents.
Thanks
Daniel
On 16/05/2024 07:37, luka zorko wrote:
Thank you so much for helping me merge the pull request. I only have one more question considering this module - what needs to be done for the version 17.0 to be visible in the odoo app store ? Here is the URL where only versions up to 16.0 are visible: https://apps.odoo.com/apps/modules/16.0/iap_alternative_provider/
--
DANIEL REIS
MANAGING PARTNERMeet with me.
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
-- We are hiring: https://www.mint-system.ch/jobs Send application to: jobs@mint-system.ch CTO Mint System GmbH Tel: +41 44 244 7222
by Janik von Rotz - 10:06 - 16 May 2024
-
-
purchasing a set of products
Hi! We have several products which we purchase together. For example some laptops are purchased together with RAM and a SSD, but which are separate products for us in Odoo. I can't expect from our purchase department to remember all the components. To make purchasing error prone and easy, we configured a laptop *kit* which BOM contains a laptop *barebone*, RAM, SSD. So our purchase department can simply buy the laptop kit and don't need to remember which components are included in which product. In general this setup works but it has the following shortcomings: The reordering rules need to be configured for the barebone product. Once the minimum amount is reached a PO will be created automatically. The purchase department needs to remember to replace the barebone laptop with the barebone kit. Obviously deactivating "Can be Purchased" can't be applied here. We support this by stating "DON'T BUY" in the product barebone's name. Generally, the amount of products and BOMs is doubling, increasing the overall complexity. Do you have any better idea how to deal with such situation? Best regards, Jan
by Jan Suhr - 03:11 - 23 Apr 2024-
Re: purchasing a set of products
Hi Frederik! Am 23.04.24 um 15:41 schrieb Frederik Kramer: > Hi Jan, > > it seems that you simply don't right functionality for your problem. If > the product is essentially a kit (we call that Handelsstückliste in > Germany in most cases), than why you use a different product for > selling? I mean the customer doesn't necessarly need to know what the Because we manufacture new products instead of just selling the purchased one. > kit contains and how it is purchased but doubling the amount of product > data seems wired and wrong to me. Of course there are a few other down > stream issues to be handled when using Odoo E-Commerce as you do, but > generally i would still avoid (and see no reason) to build out a > replicating product structure (separated for sales and purchases). If > you really do the assembly yourself you may also want to use full > "manufacturing" instead (at least for the laptop type products). To use full manufacturing instead of a kit as part of the purchasing process would only complicate things. But instead we might register the purchased product in our stock (e.g. 1x laptop with its parts instead of 1x laptop barebone, 1x RAM, 1x SSD) and use this as a component when producing our final product. This might work if we find a solution to produce more than just one product. For example: The purchased laptop contains 250 GB SSD and the manufactured one contains a 500 GB SSD. So the 250 GB SSD will result in the stock as a by-product of the manufacturing (replaced by a 500 GB SSD). Is this possible somehow? Still I'm not convinced that this approach works for all our cases because we may end up with many BOMs, one for each purchased product variant. To stay with this example we purchase the laptop with different RAM and different SSD and each combination would require a different BOM. Bests Jan > Best Frederik > > Am 23.04.24 um 15:12 schrieb Jan Suhr | Nitrokey: >> Hi! >> We have several products which we purchase together. For example some >> laptops are purchased together with RAM and a SSD, but which are >> separate products for us in Odoo. I can't expect from our purchase >> department to remember all the components. To make purchasing error >> prone and easy, we configured a laptop *kit* which BOM contains a laptop >> *barebone*, RAM, SSD. So our purchase department can simply buy the >> laptop kit and don't need to remember which components are included in >> which product. >> >> In general this setup works but it has the following shortcomings: >> >> The reordering rules need to be configured for the barebone product. >> Once the minimum amount is reached a PO will be created automatically. >> The purchase department needs to remember to replace the barebone laptop >> with the barebone kit. Obviously deactivating "Can be Purchased" can't >> be applied here. We support this by stating "DON'T BUY" in the product >> barebone's name. >> >> Generally, the amount of products and BOMs is doubling, increasing the >> overall complexity. >> >> Do you have any better idea how to deal with such situation? >> >> Best regards, >> Jan >> >> _______________________________________________ >> Mailing-List: https://odoo-community.org/groups/contributors-15 >> <https://odoo-community.org/groups/contributors-15> >> Post to: mailto:contributors@odoo-community.org >> <mailto:contributors@odoo-community.org> >> Unsubscribe: https://odoo-community.org/groups?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 <mailto:frederik.kramer@initos.com> > Internet:www.initos.com <http://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 > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > <https://odoo-community.org/groups/contributors-15> > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe > <https://odoo-community.org/groups?unsubscribe> >
by Jan Suhr - 04:16 - 23 Apr 2024 -
Re: purchasing a set of products
Hi Jan,
it seems that you simply don't right functionality for your problem. If the product is essentially a kit (we call that Handelsstückliste in Germany in most cases), than why you use a different product for selling? I mean the customer doesn't necessarly need to know what the kit contains and how it is purchased but doubling the amount of product data seems wired and wrong to me. Of course there are a few other down stream issues to be handled when using Odoo E-Commerce as you do, but generally i would still avoid (and see no reason) to build out a replicating product structure (separated for sales and purchases). If you really do the assembly yourself you may also want to use full "manufacturing" instead (at least for the laptop type products).
Best Frederik
Am 23.04.24 um 15:12 schrieb Jan Suhr | Nitrokey:
Hi! We have several products which we purchase together. For example some laptops are purchased together with RAM and a SSD, but which are separate products for us in Odoo. I can't expect from our purchase department to remember all the components. To make purchasing error prone and easy, we configured a laptop *kit* which BOM contains a laptop *barebone*, RAM, SSD. So our purchase department can simply buy the laptop kit and don't need to remember which components are included in which product. In general this setup works but it has the following shortcomings: The reordering rules need to be configured for the barebone product. Once the minimum amount is reached a PO will be created automatically. The purchase department needs to remember to replace the barebone laptop with the barebone kit. Obviously deactivating "Can be Purchased" can't be applied here. We support this by stating "DON'T BUY" in the product barebone's name. Generally, the amount of products and BOMs is doubling, increasing the overall complexity. Do you have any better idea how to deal with such situation? Best regards, Jan
_______________________________________________
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. - 03:40 - 23 Apr 2024
-
-
Form field conditional formatting
Hello, I am looking for something to allow me to conditionally highlight (i.e. decoration would be sufficient - no need for custom CSS styles) form(!) fields. I have a feeling there is something or I am missing something very obvious but I am at lost here. Any suggestions? Thank you very much. Best regards Radovan Skolnik
by Radovan Skolnik - 09:21 - 22 Apr 2024-
Re: Form field conditional formatting
I wrote this ages ago. Maybe it is of use. The idea is to specify which fields needed at each stage https://github.com/odoonz/crm_oca_candidates/tree/12.0/crm_required_by_stageOn Fri, 26 Apr 2024, 1:37 am Radovan Skolnik, <notifications@odoo-community.org> wrote:David, thanks a lot. That is quite close to what I need. I need to highlight some fields to draw attention to them. I need them filled in but not hard-required because the user has the possibility to save the record as a "draft". To be able to go to next stage the fields need to be filled in. Best regards Radovan On piatok 26. apríla 2024 10:21:59 CEST David Beal wrote: > Hi Radovan, > Have you tried this module ? > https://github.com/OCA/web/blob/16.0/web_apply_field_style/README.rst [1] > Not sure it solves all your cases, but if you have many fields to highlight > and if you prefer python over xml override ... Regards > David BEAL Akretion [2] > Consultant ERP Odoo > > Le lun. 22 avr. 2024 à 17:17, Holger Brunn < notifications@odoo-community.org [3] > a écrit : > > OK, I found it's working. But it's working a bit differently than what I'd > > need. It colors the text in Char or Integer fields. It does nothing to > > fields that are empty or to let's say Selection fields. I am looking for a > > way to highlight some fields to draw attention to them even if they are > > empty - so maybe setting the background on them. Or add some icon besides > > them... Any ideas are welcome. > > don't forget plain css: > div.o_form_editable div[name="yourfield"]:not(.o_readonly_modifier) input { > background: red!important; > } > or combine this with the conditional bootstrap classes > div[name="yourfield"].text-danger { > background: red!important; > } > Up until v15 a form would have class o_form_model_name, which made it easy > to make this model specific. For ancient Odoo for exactly this use case I > made https://github.com/OCA/web/tree/6.1/web_widget_classes [4] > which you might want to resurrect and rename for this purpose. > But if you go into the module writing business for this anyways, probably > better patch > https://github.com/OCA/OCB/blob/17.0/addons/web/static/src/views/fields/ > field.js#L133 [5] > and allow something like > <field name="yourfield" o-class-yourclass="expression" /> > which would be much more versatile > > -- > Your partner for the hard Odoo problems > https://hunki-enterprises.com [6] > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [7] > Post to: mailto: contributors@odoo-community.org [8] > Unsubscribe: https://odoo-community.org/groups?unsubscribe [9] > > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [10] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [11] > > > > [1] https://github.com/OCA/web/blob/16.0/web_apply_field_style/README.rst > [2] https://akretion.com/fr > [3] mailto:notifications@odoo-community.org > [4] https://github.com/OCA/web/tree/6.1/web_widget_classes > [5] > https://github.com/OCA/OCB/blob/17.0/addons/web/static/src/views/fields/fie > ld.js#L133 [6] https://hunki-enterprises.com > [7] https://odoo-community.org/groups/contributors-15 > [8] mailto:contributors@odoo-community.org > [9] https://odoo-community.org/groups?unsubscribe > [10] https://odoo-community.org/groups/contributors-15 > [11] 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 "Graeme Gellatly" <graeme@moahub.nz> - 02:16 - 27 Apr 2024 -
Re: Form field conditional formatting
David, thanks a lot. That is quite close to what I need. I need to highlight some fields to draw attention to them. I need them filled in but not hard-required because the user has the possibility to save the record as a "draft". To be able to go to next stage the fields need to be filled in. Best regards Radovan On piatok 26. apríla 2024 10:21:59 CEST David Beal wrote: > Hi Radovan, > Have you tried this module ? > https://github.com/OCA/web/blob/16.0/web_apply_field_style/README.rst [1] > Not sure it solves all your cases, but if you have many fields to highlight > and if you prefer python over xml override ... Regards > David BEAL Akretion [2] > Consultant ERP Odoo > > Le lun. 22 avr. 2024 à 17:17, Holger Brunn < notifications@odoo-community.org [3] > a écrit : > > OK, I found it's working. But it's working a bit differently than what I'd > > need. It colors the text in Char or Integer fields. It does nothing to > > fields that are empty or to let's say Selection fields. I am looking for a > > way to highlight some fields to draw attention to them even if they are > > empty - so maybe setting the background on them. Or add some icon besides > > them... Any ideas are welcome. > > don't forget plain css: > div.o_form_editable div[name="yourfield"]:not(.o_readonly_modifier) input { > background: red!important; > } > or combine this with the conditional bootstrap classes > div[name="yourfield"].text-danger { > background: red!important; > } > Up until v15 a form would have class o_form_model_name, which made it easy > to make this model specific. For ancient Odoo for exactly this use case I > made https://github.com/OCA/web/tree/6.1/web_widget_classes [4] > which you might want to resurrect and rename for this purpose. > But if you go into the module writing business for this anyways, probably > better patch > https://github.com/OCA/OCB/blob/17.0/addons/web/static/src/views/fields/ > field.js#L133 [5] > and allow something like > <field name="yourfield" o-class-yourclass="expression" /> > which would be much more versatile > > -- > Your partner for the hard Odoo problems > https://hunki-enterprises.com [6] > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [7] > Post to: mailto: contributors@odoo-community.org [8] > Unsubscribe: https://odoo-community.org/groups?unsubscribe [9] > > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [10] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [11] > > > > [1] https://github.com/OCA/web/blob/16.0/web_apply_field_style/README.rst > [2] https://akretion.com/fr > [3] mailto:notifications@odoo-community.org > [4] https://github.com/OCA/web/tree/6.1/web_widget_classes > [5] > https://github.com/OCA/OCB/blob/17.0/addons/web/static/src/views/fields/fie > ld.js#L133 [6] https://hunki-enterprises.com > [7] https://odoo-community.org/groups/contributors-15 > [8] mailto:contributors@odoo-community.org > [9] https://odoo-community.org/groups?unsubscribe > [10] https://odoo-community.org/groups/contributors-15 > [11] https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 10:36 - 26 Apr 2024 -
Re: Form field conditional formatting
Hi Radovan,Have you tried this module ?Not sure it solves all your cases, but if you have many fields to highlight and if you prefer python over xml override ...Le lun. 22 avr. 2024 à 17:17, Holger Brunn <notifications@odoo-community.org> a écrit :> OK, I found it's working. But it's working a bit differently than what I'd > need. It colors the text in Char or Integer fields. It does nothing to > fields that are empty or to let's say Selection fields. I am looking for a > way to highlight some fields to draw attention to them even if they are > empty - so maybe setting the background on them. Or add some icon besides > them... Any ideas are welcome. don't forget plain css: div.o_form_editable div[name="yourfield"]:not(.o_readonly_modifier) input { background: red!important; } or combine this with the conditional bootstrap classes div[name="yourfield"].text-danger { background: red!important; } Up until v15 a form would have class o_form_model_name, which made it easy to make this model specific. For ancient Odoo for exactly this use case I made https://github.com/OCA/web/tree/6.1/web_widget_classes which you might want to resurrect and rename for this purpose. But if you go into the module writing business for this anyways, probably better patch https://github.com/OCA/OCB/blob/17.0/addons/web/static/src/views/fields/ field.js#L133 and allow something like <field name="yourfield" o-class-yourclass="expression" /> which would be much more versatile -- Your partner for the hard Odoo problems https://hunki-enterprises.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 David BEAL - 10:20 - 26 Apr 2024 -
Re: Form field conditional formatting
> OK, I found it's working. But it's working a bit differently than what I'd > need. It colors the text in Char or Integer fields. It does nothing to > fields that are empty or to let's say Selection fields. I am looking for a > way to highlight some fields to draw attention to them even if they are > empty - so maybe setting the background on them. Or add some icon besides > them... Any ideas are welcome. don't forget plain css: div.o_form_editable div[name="yourfield"]:not(.o_readonly_modifier) input { background: red!important; } or combine this with the conditional bootstrap classes div[name="yourfield"].text-danger { background: red!important; } Up until v15 a form would have class o_form_model_name, which made it easy to make this model specific. For ancient Odoo for exactly this use case I made https://github.com/OCA/web/tree/6.1/web_widget_classes which you might want to resurrect and rename for this purpose. But if you go into the module writing business for this anyways, probably better patch https://github.com/OCA/OCB/blob/17.0/addons/web/static/src/views/fields/ field.js#L133 and allow something like <field name="yourfield" o-class-yourclass="expression" /> which would be much more versatile -- Your partner for the hard Odoo problems https://hunki-enterprises.com
by Holger Brunn - 05:16 - 22 Apr 2024 -
Re: Form field conditional formatting
OK, I found it's working. But it's working a bit differently than what I'd need. It colors the text in Char or Integer fields. It does nothing to fields that are empty or to let's say Selection fields. I am looking for a way to highlight some fields to draw attention to them even if they are empty - so maybe setting the background on them. Or add some icon besides them... Any ideas are welcome. Best regards On pondelok 22. apríla 2024 14:37:38 CEST Jose Vizcaya wrote: > As far as I know it does work in pretty much almost every view > type. Could you provide a piece of the XML where you are using it? > > > Best regards, > José Vizcaya. > > On 4/22/24 07:52, Radovan Skolnik > wrote: > > > Jose, > this would be the obvious thing I was missing. Only if I haven't tried it > already and now re-tried again. It's not working for me in 15.0 I don't know > why. All the decorations seem to be ignored :-( Should this be working in > form views as well? I know it's working in tree views and all such usage in > source I can find is limited to tree views. > Best regards > Radovan > > On pondelok 22. apríla 2024 13:22:04 CEST José Ángel Vizcaya wrote: > > Hello Radovan, > > If you want to highlight fields you can use the decoration-* inside the > > Field declaration in the XML file of the view. Here's how it works: > > https://www.odoo.com/documentation/17.0/developer/reference/frontend/javas > > c [1] ript_reference.html#decorations [1] I hope it helps. Best regards, > > José Vizcaya. > > On Mon, Apr 22, 2024, 03:22 Radovan Skolnik < > > notifications@odoo-community.org [2] [2] > wrote: Hello, > > I am looking for something to allow me to conditionally highlight (i.e. > > decoration would be sufficient - no need for custom CSS styles) form(!) > > fields. I have a feeling there is something or I am missing something very > > obvious but I am at lost here. Any suggestions? Thank you very much. Best > > regards > > Radovan Skolnik > > > > > > _______________________________________________ > > Mailing-List: https://odoo-community.org/groups/contributors-15 [3] [3] > > Post to: mailto: contributors@odoo-community.org [4] [4] > > Unsubscribe: https://odoo-community.org/groups?unsubscribe [5] [5] > > > > > > _______________________________________________ > > Mailing-List: https://odoo-community.org/groups/contributors-15 [6] [6] > > Post to: mailto:contributors@odoo-community.org [7] > > Unsubscribe: https://odoo-community.org/groups?unsubscribe [8] [7] > > > > > > > > [1] > > https://www.odoo.com/documentation/17.0/developer/reference/frontend/javas > > c [9] ript_reference.html#decorations [2] > > mailto:notifications@odoo-community.org [10] [3] > > https://odoo-community.org/groups/contributors-15 [11] > > [4] mailto:contributors@odoo-community.org [12] > > [5] https://odoo-community.org/groups?unsubscribe [13] > > [6] https://odoo-community.org/groups/contributors-15 [14] > > [7] https://odoo-community.org/groups?unsubscribe [15] > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [16] > Post to: mailto:contributors@odoo-community.org [17] > Unsubscribe: https://odoo-community.org/groups?unsubscribe [18] > > > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [19] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [20] > > > > [1] > https://www.odoo.com/documentation/17.0/developer/reference/frontend/javasc > [2] mailto:notifications@odoo-community.org > [3] https://odoo-community.org/groups/contributors-15 > [4] mailto:contributors@odoo-community.org > [5] https://odoo-community.org/groups?unsubscribe > [6] https://odoo-community.org/groups/contributors-15 > [7] mailto:contributors@odoo-community.org > [8] https://odoo-community.org/groups?unsubscribe > [9] > https://www.odoo.com/documentation/17.0/developer/reference/frontend/javasc > [10] mailto:notifications@odoo-community.org > [11] https://odoo-community.org/groups/contributors-15 > [12] mailto:contributors@odoo-community.org > [13] https://odoo-community.org/groups?unsubscribe > [14] https://odoo-community.org/groups/contributors-15 > [15] https://odoo-community.org/groups?unsubscribe > [16] https://odoo-community.org/groups/contributors-15 > [17] mailto:contributors@odoo-community.org > [18] https://odoo-community.org/groups?unsubscribe > [19] https://odoo-community.org/groups/contributors-15 > [20] https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 03:31 - 22 Apr 2024
-
-
Migration v14 -> v16
i am struggling with a migration.
From 14 to 15 it went very well and smooth. After fixing some minor issues, updating Odoo 15 with -u all is performed without any issues left.
After migrating to V16, the database is accessible without any problems. I can update all installed modules one by one by updating them from the app module.
Anyway… When i run the update of all modules with -u all in v16 i am getting a keyerror with the dbname:
2024-04-20 10:31:48,171 44842 INFO DBNAME odoo.addons.base.models.ir_module: module website: loading translation file de for language de_DE
2024-04-20 10:31:49,257 44842 WARNING DBNAME odoo.modules.loading: Transient module states were reset
2024-04-20 10:31:49,258 44842 ERROR DBNAME odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 64, in __new__
return cls.registries[db_name]
File "<decorator-gen-8>", line 2, in __getitem__
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: 'DBNAME'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 484, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 304, in load_module_graph
module.write({'state': 'installed', 'latest_version': ver})
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/addons/website/models/ir_module_module.py", line 79, in write
if request and request.db and request.context.get('apply_new_theme'):
File "/Users/user/PycharmProjects/odoo/v16/odoo16env/lib/python3.8/site-packages/werkzeug/local.py", line 348, in __getattr__
return getattr(self._get_current_object(), name)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/http.py", line 1266, in context
return self.env.context
AttributeError: 'NoneType' object has no attribute 'context'
I tried it on 2 different machines to make sure, that the enviroment is not the culprit.
Before digging deeper and deeper, i am trying to ask you if somebody knows what to do now!
Any hint is highly appreciated.
All the best
Nils
Nils Coenen
Inhaber
Phone: +49 (0)4298-4667492
NICO SOLUTIONS – ENGINEERING & IT
Dr.-Ruckert-Str. 1G, DE-28865 LilienthalConfidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.
by Nils Coenen - 12:56 - 20 Apr 2024-
Re: Migration v14 -> v16
Hello Nils,I've experienced the exact same issue before. Honestly I never did up before besides the fact that website broke the entire running instance with whichever theme you choose every time you restar the service.Although I found out that if you create a empty database and move onto it before entering the main database, the error solves ✨ magically ✨.It's a pretty clumsy solution and if you are working with stuff like an IoT Box it won't work for you but for almost any use cases it does. I would love to find a better and real solution anyway.Best regards,José Vizcaya.On Sat, Apr 20, 2024, 06:57 Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT <notifications@odoo-community.org> wrote:i am struggling with a migration.
From 14 to 15 it went very well and smooth. After fixing some minor issues, updating Odoo 15 with -u all is performed without any issues left.
After migrating to V16, the database is accessible without any problems. I can update all installed modules one by one by updating them from the app module.
Anyway… When i run the update of all modules with -u all in v16 i am getting a keyerror with the dbname:
2024-04-20 10:31:48,171 44842 INFO DBNAME odoo.addons.base.models.ir_module: module website: loading translation file de for language de_DE
2024-04-20 10:31:49,257 44842 WARNING DBNAME odoo.modules.loading: Transient module states were reset
2024-04-20 10:31:49,258 44842 ERROR DBNAME odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 64, in __new__
return cls.registries[db_name]
File "<decorator-gen-8>", line 2, in __getitem__
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: 'DBNAME'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 484, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 304, in load_module_graph
module.write({'state': 'installed', 'latest_version': ver})
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/addons/website/models/ir_module_module.py", line 79, in write
if request and request.db and request.context.get('apply_new_theme'):
File "/Users/user/PycharmProjects/odoo/v16/odoo16env/lib/python3.8/site-packages/werkzeug/local.py", line 348, in __getattr__
return getattr(self._get_current_object(), name)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/http.py", line 1266, in context
return self.env.context
AttributeError: 'NoneType' object has no attribute 'context'
I tried it on 2 different machines to make sure, that the enviroment is not the culprit.
Before digging deeper and deeper, i am trying to ask you if somebody knows what to do now!
Any hint is highly appreciated.
All the best
Nils
Nils Coenen
Inhaber
Phone: +49 (0)4298-4667492
NICO SOLUTIONS – ENGINEERING & IT
Dr.-Ruckert-Str. 1G, DE-28865 LilienthalConfidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by josevizcaya0616 - 05:05 - 20 Apr 2024 -
AW: Migration v14 -> v16
Hey Luis,
that was the problem as stated in the previous reply.
Thank you!
Nils
Nils Coenen
Inhaber
Phone: +49 (0)4298-4667492
NICO SOLUTIONS – ENGINEERING & IT
Dr.-Ruckert-Str. 1G, DE-28865 LilienthalConfidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.
Von: Luis Omar López García <notifications@odoo-community.org>
Gesendet: Samstag, 20. April 2024 16:48
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Migration v14 -> v16ACHTUNG! 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.
Hello Nill,
Have you tried adding -d <DBNAME> in the command line?
Cheers
El sáb, 20 abr 2024 a las 6:57, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT (<notifications@odoo-community.org>) escribió:
i am struggling with a migration.
From 14 to 15 it went very well and smooth. After fixing some minor issues, updating Odoo 15 with -u all is performed without any issues left.
After migrating to V16, the database is accessible without any problems. I can update all installed modules one by one by updating them from the app module.
Anyway… When i run the update of all modules with -u all in v16 i am getting a keyerror with the dbname:
2024-04-20 10:31:48,171 44842 INFO DBNAME odoo.addons.base.models.ir_module: module website: loading translation file de for language de_DE
2024-04-20 10:31:49,257 44842 WARNING DBNAME odoo.modules.loading: Transient module states were reset
2024-04-20 10:31:49,258 44842 ERROR DBNAME odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 64, in __new__
return cls.registries[db_name]
File "<decorator-gen-8>", line 2, in __getitem__
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: 'DBNAME'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 484, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 304, in load_module_graph
module.write({'state': 'installed', 'latest_version': ver})
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/addons/website/models/ir_module_module.py", line 79, in write
if request and request.db and request.context.get('apply_new_theme'):
File "/Users/user/PycharmProjects/odoo/v16/odoo16env/lib/python3.8/site-packages/werkzeug/local.py", line 348, in __getattr__
return getattr(self._get_current_object(), name)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/http.py", line 1266, in context
return self.env.context
AttributeError: 'NoneType' object has no attribute 'context'
I tried it on 2 different machines to make sure, that the enviroment is not the culprit.
Before digging deeper and deeper, i am trying to ask you if somebody knows what to do now!
Any hint is highly appreciated.
All the best
Nils
Nils Coenen
Inhaber
Phone: +49 (0)4298-4667492
NICO SOLUTIONS – ENGINEERING & IT
Dr.-Ruckert-Str. 1G, DE-28865 LilienthalConfidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Luis Omar López García
+56954706938
Skype: luisomar3@hotmail.com
Github: https://github.com/luisomar3
LinkedIn: Luis Omar Lopez
_______________________________________________
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 - 05:00 - 20 Apr 2024 -
AW: Migration v14 -> v16
Hey Holger,
many thanks!
This helped to find the problem.
Even if the db was defined in the conf file i add with -c, i had to add -d DBNAME explicitly to the script execution and everything is fine.
I am not sure why this did not appear before, but thanks to your hint i was able to track the problem!
Cheerio
Nils
Nils Coenen
Inhaber
Phone: +49 (0)4298-4667492
NICO SOLUTIONS – ENGINEERING & IT
Dr.-Ruckert-Str. 1G, DE-28865 LilienthalConfidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.
Von: Holger Brunn <notifications@odoo-community.org>
Gesendet: Samstag, 20. April 2024 15:17
An: Contributors <contributors@odoo-community.org>
Betreff: Re: Migration v14 -> v16ACHTUNG! 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.
the first exception is expected, the second is the one that's your problem. > "/Users/user/PycharmProjects/odoo/v16/odoo-server/addons/website/models/ir_ > module_module.py", line 79, in write >
if request and request.db and request.context.get('apply_new_theme'): I'd set a breakpoint here and inspect the value of request. I suspect a Request object without an environment set, while it should be unbound at this point. Then you need to backtraceto see where this is set. -- Your partner for the hard Odoo problems https://hunki-enterprises.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 Nils Coenen - 05:00 - 20 Apr 2024 -
Re: Migration v14 -> v16
Hello Nill,Have you tried adding -d <DBNAME> in the command line?CheersEl sáb, 20 abr 2024 a las 6:57, Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT (<notifications@odoo-community.org>) escribió:i am struggling with a migration.
From 14 to 15 it went very well and smooth. After fixing some minor issues, updating Odoo 15 with -u all is performed without any issues left.
After migrating to V16, the database is accessible without any problems. I can update all installed modules one by one by updating them from the app module.
Anyway… When i run the update of all modules with -u all in v16 i am getting a keyerror with the dbname:
2024-04-20 10:31:48,171 44842 INFO DBNAME odoo.addons.base.models.ir_module: module website: loading translation file de for language de_DE
2024-04-20 10:31:49,257 44842 WARNING DBNAME odoo.modules.loading: Transient module states were reset
2024-04-20 10:31:49,258 44842 ERROR DBNAME odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 64, in __new__
return cls.registries[db_name]
File "<decorator-gen-8>", line 2, in __getitem__
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: 'DBNAME'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/registry.py", line 90, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 484, in load_modules
processed_modules += load_marked_modules(cr, graph,
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 372, in load_marked_modules
loaded, processed = load_module_graph(
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/modules/loading.py", line 304, in load_module_graph
module.write({'state': 'installed', 'latest_version': ver})
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/addons/website/models/ir_module_module.py", line 79, in write
if request and request.db and request.context.get('apply_new_theme'):
File "/Users/user/PycharmProjects/odoo/v16/odoo16env/lib/python3.8/site-packages/werkzeug/local.py", line 348, in __getattr__
return getattr(self._get_current_object(), name)
File "/Users/user/PycharmProjects/odoo/v16/odoo-server/odoo/http.py", line 1266, in context
return self.env.context
AttributeError: 'NoneType' object has no attribute 'context'
I tried it on 2 different machines to make sure, that the enviroment is not the culprit.
Before digging deeper and deeper, i am trying to ask you if somebody knows what to do now!
Any hint is highly appreciated.
All the best
Nils
Nils Coenen
Inhaber
Phone: +49 (0)4298-4667492
NICO SOLUTIONS – ENGINEERING & IT
Dr.-Ruckert-Str. 1G, DE-28865 LilienthalConfidentiality Note: This email may contain confidential and/or private information. If you received this email in error please delete and notify sender.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Luis Omar López García+56954706938Skype: luisomar3@hotmail.comGithub: https://github.com/luisomar3LinkedIn: Luis Omar Lopez
by luisomar242 - 04:46 - 20 Apr 2024 -
Re: Migration v14 -> v16
the first exception is expected, the second is the one that's your problem. > "/Users/user/PycharmProjects/odoo/v16/odoo-server/addons/website/models/ir_ > module_module.py", line 79, in write > if request and request.db and request.context.get('apply_new_theme'): I'd set a breakpoint here and inspect the value of request. I suspect a Request object without an environment set, while it should be unbound at this point. Then you need to backtrace to see where this is set. -- Your partner for the hard Odoo problems https://hunki-enterprises.com
by Holger Brunn - 03:16 - 20 Apr 2024
-
-
Odoo v17 barcode app issues
hello,I am facing an issue related to the barcode mobile app in odoo v17.step to produce this issue.1. create a purchase order with one product having 15 quantities and confirm it.2. go to the barcode application and open its receipt.3. now scan the product and add 10 quantities.4. go back or refresh the page then it's updating the demand quantity from 15 to 10.5. so when I open that receipt again it's not allowing me to proceed with the remaining 5 quantities.so I checked this issue and found that the odoo base has not defined 'reserved_uom_qty' in stock.move.line.is there anything related to this?can you guys please help me out with this issue?--Thanks and Regards, 

Dakshal Jethava Associate Software Engineer M: +91 -6355750829 P: +91 -9409265218/ EXTN: 1001 E: dakshal.jetava@brainvire.com W: www.brainvire.com






Disclaimer: The information transmitted by this email is intended only for the person or entity to which it is addressed. This email may contain proprietary, business-confidential and/or privileged material. Please consider the environment before printing.
by dakshal - 02:51 - 17 Apr 2024 -
queue_job, how to set time limit for jobrunner
Dear community,So far, when there is a job queue that spend long time to run, it seem time limit now follow "limit_time_cpu".Which surprise me, because I though it should follow "limit_time_real_cron" as in Odoo cron.limit_time_cpu which is for http request, normally not a high value, i.e, 60 seconds. But to accommodate the long running job, I am forced to expand the value which can be harmful.Am I missing something?Many thanksKitti U.
by Kitti Upariphutthiphong - 06:06 - 12 Apr 2024-
Re: queue_job, how to set time limit for jobrunner
Thanks a lot Tom for your recipe, this can be very helpful.KittiOn Sat, Apr 13, 2024, 9:12 PM Tom Blauwendraat <notifications@odoo-community.org> wrote:On 4/12/24 19:07, Stéphane Bidoul wrote: > If you need long running jobs, you need to launch a second Odoo > instance on the same database with different time limits. Instead of starting the whole Odoo, it's also possible to start the jobrunner as a separate service like this: python -c "import odoo; odoo.tools.config.parse_config(); from odoo.addons import queue_job; runner = queue_job.jobrunner.QueueJobRunner.from_environ_or_config(); runner.run()" I don't remember why we chose this or where I got it from, but it works. Maybe it helps! (Probably here you'd have to add an extra line of Python to change the cpu_limit setting after parsing the config)
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Kitti Upariphutthiphong - 08:06 - 13 Apr 2024 -
Re: queue_job, how to set time limit for jobrunner
On 4/12/24 19:07, Stéphane Bidoul wrote: > If you need long running jobs, you need to launch a second Odoo > instance on the same database with different time limits. Instead of starting the whole Odoo, it's also possible to start the jobrunner as a separate service like this: python -c "import odoo; odoo.tools.config.parse_config(); from odoo.addons import queue_job; runner = queue_job.jobrunner.QueueJobRunner.from_environ_or_config(); runner.run()" I don't remember why we chose this or where I got it from, but it works. Maybe it helps! (Probably here you'd have to add an extra line of Python to change the cpu_limit setting after parsing the config)
by Tom Blauwendraat - 04:11 - 13 Apr 2024 -
Re: queue_job, how to set time limit for jobrunner
Hi StephaneThanks for the confirmation. I also came across this README and it confirms what you say.Unlike the regular job runner, where jobs are dispatched to the HttpWorkers, jobs are processed on the CronWorker threads by the job runner crons. This is a design decision because:
Thanks!KittiOn Sat, Apr 13, 2024 at 12:07 AM Stéphane Bidoul <notifications@odoo-community.org> wrote:Hi Kitti,The jobs triggered by queue_job run in regular workers. So limit_time_cpu/limit_time_real apply (the job runner actually launch them with an HTTP request).limit_time_real_cron is exclusively for Odoo regular cron jobs (Scheduled Actions).If you need long running jobs, you need to launch a second Odoo instance on the same database with different time limits.Best regards,-StéphaneOn Fri, Apr 12, 2024 at 6:06 PM Kitti Upariphutthiphong <notifications@odoo-community.org> wrote:Dear community,So far, when there is a job queue that spend long time to run, it seem time limit now follow "limit_time_cpu".Which surprise me, because I though it should follow "limit_time_real_cron" as in Odoo cron.limit_time_cpu which is for http request, normally not a high value, i.e, 60 seconds. But to accommodate the long running job, I am forced to expand the value which can be harmful.Am I missing something?Many thanksKitti U._______________________________________________
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 Kitti Upariphutthiphong - 03:56 - 13 Apr 2024 -
Re: queue_job, how to set time limit for jobrunner
Hi Kitti,The jobs triggered by queue_job run in regular workers. So limit_time_cpu/limit_time_real apply (the job runner actually launch them with an HTTP request).limit_time_real_cron is exclusively for Odoo regular cron jobs (Scheduled Actions).If you need long running jobs, you need to launch a second Odoo instance on the same database with different time limits.Best regards,-StéphaneOn Fri, Apr 12, 2024 at 6:06 PM Kitti Upariphutthiphong <notifications@odoo-community.org> wrote:Dear community,So far, when there is a job queue that spend long time to run, it seem time limit now follow "limit_time_cpu".Which surprise me, because I though it should follow "limit_time_real_cron" as in Odoo cron.limit_time_cpu which is for http request, normally not a high value, i.e, 60 seconds. But to accommodate the long running job, I am forced to expand the value which can be harmful.Am I missing something?Many thanksKitti U._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 07:06 - 12 Apr 2024
-
-
mrp_progress_button - V17
HiNewbie message. Can anyone provide any info on whether there will be a V17 version of the module:mrp_progress_buttonI have successfully used the V15 version in V16, but not so good in V17.Is there somewhere I can ask for a paid upgrade if this is not a priority?RegardsRob
by Rob Henderson - 04:16 - 9 Apr 2024-
Re: mrp_progress_button - V17
Thanks Radovan and Jordi,Jordi I reached out to your email as per your suggestion. I think changing the syntax isn't the only issue.Thanks again.RegardsRobOn Tue, 9 Apr 2024, 15:52 Jordi Ballester Alomar, <notifications@odoo-community.org> wrote:Hi Rob,Perhaps we can help to migrate this one. Please drop me an email to jordi.ballester at forgeflow.com to discuss further.On Tue, Apr 9, 2024 at 4:27 PM Radovan Skolnik <notifications@odoo-community.org> wrote:Hi, in v17 the syntax of views changed a bit. You need to change this line attrs="{'invisible': [('state', '!=', 'confirmed')]}" to something like this: invisible="state != 'confirmed'" Similarly attrs="{'invisible': [('state', '!=', 'progress')]}" to invisible="state != 'progress'" That should do the trick. Best regards Radovan Skolnik On utorok 9. apríla 2024 16:17:37 CEST Rob Henderson wrote: > Hi > Newbie message. Can anyone provide any info on whether there will be a V17 > version of the module: mrp_progress_button I have successfully used the V15 > version in V16, but not so good in V17. Is there somewhere I can ask for a > paid upgrade if this is not a priority? Regards Rob > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [1] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [2] > > > > [1] https://odoo-community.org/groups/contributors-15 > [2] 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
--Jordi Ballester AlomarCEO & Founder, ForgeFlowSpain: (+34) 629530707 | USA: (+1) 646 980 4659 | Denmark: (+45) 78 78 21 89 - Ext. 101www.forgeflow.com | Email: jordi.ballester@forgeflow.com | Twitter: /jordibforgeflow | Linkedin: https://www.linkedin.com/company/forgeflow/
The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Rob Henderson - 10:16 - 13 Apr 2024 -
Re: mrp_progress_button - V17
Hi Rob,Perhaps we can help to migrate this one. Please drop me an email to jordi.ballester at forgeflow.com to discuss further.On Tue, Apr 9, 2024 at 4:27 PM Radovan Skolnik <notifications@odoo-community.org> wrote:Hi, in v17 the syntax of views changed a bit. You need to change this line attrs="{'invisible': [('state', '!=', 'confirmed')]}" to something like this: invisible="state != 'confirmed'" Similarly attrs="{'invisible': [('state', '!=', 'progress')]}" to invisible="state != 'progress'" That should do the trick. Best regards Radovan Skolnik On utorok 9. apríla 2024 16:17:37 CEST Rob Henderson wrote: > Hi > Newbie message. Can anyone provide any info on whether there will be a V17 > version of the module: mrp_progress_button I have successfully used the V15 > version in V16, but not so good in V17. Is there somewhere I can ask for a > paid upgrade if this is not a priority? Regards Rob > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [1] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [2] > > > > [1] https://odoo-community.org/groups/contributors-15 > [2] 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
--Jordi Ballester AlomarCEO & Founder, ForgeFlowSpain: (+34) 629530707 | USA: (+1) 646 980 4659 | Denmark: (+45) 78 78 21 89 - Ext. 101www.forgeflow.com | Email: jordi.ballester@forgeflow.com | Twitter: /jordibforgeflow | Linkedin: https://www.linkedin.com/company/forgeflow/
The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future.
by Jordi Ballester Alomar - 04:50 - 9 Apr 2024 -
Re: mrp_progress_button - V17
Hi, in v17 the syntax of views changed a bit. You need to change this line attrs="{'invisible': [('state', '!=', 'confirmed')]}" to something like this: invisible="state != 'confirmed'" Similarly attrs="{'invisible': [('state', '!=', 'progress')]}" to invisible="state != 'progress'" That should do the trick. Best regards Radovan Skolnik On utorok 9. apríla 2024 16:17:37 CEST Rob Henderson wrote: > Hi > Newbie message. Can anyone provide any info on whether there will be a V17 > version of the module: mrp_progress_button I have successfully used the V15 > version in V16, but not so good in V17. Is there somewhere I can ask for a > paid upgrade if this is not a priority? Regards Rob > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 [1] > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe [2] > > > > [1] https://odoo-community.org/groups/contributors-15 > [2] https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 04:25 - 9 Apr 2024
-