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
-
Compute future cost with fresh data
Hi all,My customer needs data about future costs for its final bom level products to adjust future sales prices (inflation time)
Odoo store cost concerning stock (my customer use average cost) in the warehouse but not the future cost.
Despite of this, you have with supplierinfo data about this future cost (or purchase amount at least).
Do you know a module allowing to compute cost depending of supplierinfo prices or any other approach ?ThanksRegards
by David BEAL - 02:31 - 6 May 2022-
Re: Compute future cost with fresh data
Thanks for your replies.Le ven. 6 mai 2022 à 15:02, Daniel Reis <dreis@opensourceintegrators.com> a écrit :Hello David,
We worked on a "cost roll up" feature to recompute product costs all the way up multilevel BOMs.
It tries to answer "if a component changes price, what components and products are impacted and how much".
We also factored in labour and operations costs, to show the impact of things like increases in worker hourly rates.
This is build to at the end update product standard costs, but you skip that part and just use the simulation/impact reports.
See OCA/stock-logistics-warehouse, PRs 1226, 1227 and 1289.
Thanks
Daniel
On 06/05/22 13:31, David Beal wrote:
Hi all,My customer needs data about future costs for its final bom level products to adjust future sales prices (inflation time)
Odoo store cost concerning stock (my customer use average cost) in the warehouse but not the future cost.
Despite of this, you have with supplierinfo data about this future cost (or purchase amount at least).
Do you know a module allowing to compute cost depending of supplierinfo prices or any other approach ?
Thanks
Regards
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
DANIEL REIS
MANAGING DIRECTORM: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office B, #34
_______________________________________________
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 - 12:26 - 9 May 2022 -
Re: Compute future cost with fresh data
Hello David,
We worked on a "cost roll up" feature to recompute product costs all the way up multilevel BOMs.
It tries to answer "if a component changes price, what components and products are impacted and how much".
We also factored in labour and operations costs, to show the impact of things like increases in worker hourly rates.
This is build to at the end update product standard costs, but you skip that part and just use the simulation/impact reports.
See OCA/stock-logistics-warehouse, PRs 1226, 1227 and 1289.
Thanks
Daniel
On 06/05/22 13:31, David Beal wrote:
Hi all,My customer needs data about future costs for its final bom level products to adjust future sales prices (inflation time)
Odoo store cost concerning stock (my customer use average cost) in the warehouse but not the future cost.
Despite of this, you have with supplierinfo data about this future cost (or purchase amount at least).
Do you know a module allowing to compute cost depending of supplierinfo prices or any other approach ?
Thanks
Regards
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
DANIEL REIS
MANAGING DIRECTORM: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office B, #34
by Daniel Reis - 03:01 - 6 May 2022 -
Re: Compute future cost with fresh data
Partially inspired from https://github.com/OCA/margin-analysis/tree/12.0/product_replenishment_costSergio CoratoIl giorno ven 6 mag 2022 alle ore 14:41 Sergio Corato <sergiocorato@gmail.com> ha scritto:Hi David,I use these for a customer:Sergio CoratoIl giorno ven 6 mag 2022 alle ore 14:31 David Beal <david.beal@akretion.com> ha scritto:Hi all,My customer needs data about future costs for its final bom level products to adjust future sales prices (inflation time)
Odoo store cost concerning stock (my customer use average cost) in the warehouse but not the future cost.
Despite of this, you have with supplierinfo data about this future cost (or purchase amount at least).
Do you know a module allowing to compute cost depending of supplierinfo prices or any other approach ?ThanksRegards_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Sergio Corato - 02:46 - 6 May 2022 -
Re: Compute future cost with fresh data
Hi David,I use these for a customer:Sergio CoratoIl giorno ven 6 mag 2022 alle ore 14:31 David Beal <david.beal@akretion.com> ha scritto:Hi all,My customer needs data about future costs for its final bom level products to adjust future sales prices (inflation time)
Odoo store cost concerning stock (my customer use average cost) in the warehouse but not the future cost.
Despite of this, you have with supplierinfo data about this future cost (or purchase amount at least).
Do you know a module allowing to compute cost depending of supplierinfo prices or any other approach ?ThanksRegards_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Sergio Corato - 02:46 - 6 May 2022
-
-
pattern import export in OCA ?
Hi Community, Last year on the OCA days, Sébastien Beau did a very nice presentation on his pattern import export module. https://www.youtube.com/watch?v=fYOFRk4P0PQ He said that he would like to move it to the OCA, but since I still cannot find it there (maybe I overlooked something). Are there any objections ? Or do we have an impediment ? https://odoo-community.org/event/oca-days-2021-online-2021-10-28-2021-10-29-128/track/pattern-import-export-115 https://github.com/shopinvader/pattern-import-export Peter Langenberg Senior Odoo Consultant Product Owner Odoo Volg op twitter via : @mylbco
by Peter Langenberg - 02:25 - 5 May 2022 -
PSC proposal Website (Dennis Sluijk - tarteo)
Hello,
I fordwad this request from website yo contributors
For me is +1
https://github.com/pulls?q=is%3Apr+author%3Atarteo
Regards
Rafael
De: Pedro M. Baeza (Tecnativa) pedro.baeza@tecnativa.com
Enviado el: viernes, 11 de marzo de 2022 15:37
Para: Website website@odoo-community.org
Asunto: Re: PSC proposal+1 for me
Van: "Rafael Blasco" <rblasco@rbnpro.com>
Aan: "Odoo Community Association, (OCA) Website" <website@odoo-community.org>
Verzonden: Vrijdag 11 maart 2022 15:47:32
Onderwerp: RE: PSC proposal+1
Van: "Dennis Sluijk" <d.sluijk@onestein.nl>
Aan: "Odoo Community Association, (OCA) Website" <website@odoo-community.org>
Verzonden: Vrijdag 11 maart 2022 14:49:23
Onderwerp: PSC proposalDear community members,
I would like to propose myself as a new PSC of the website project. As you can see on Github I'm quite active reviewing and migrating modules. I'm already PSC of the web project, I just really like frontend development especially the javascript framework.
Github profile: https://github.com/tarteo
Kind regards,
Dennis Sluijk
Onestein
by Rafael Blasco (Moduon) - 04:36 - 3 May 2022-
Re: PSC proposal Website (Dennis Sluijk - tarteo)
+1On Tue, May 3, 2022 at 4:36 PM Rafael Blasco <rblasco@rbnpro.com> wrote:Hello,
I fordwad this request from website yo contributors
For me is +1
https://github.com/pulls?q=is%3Apr+author%3Atarteo
Regards
Rafael
De: Pedro M. Baeza (Tecnativa) pedro.baeza@tecnativa.com
Enviado el: viernes, 11 de marzo de 2022 15:37
Para: Website website@odoo-community.org
Asunto: Re: PSC proposal+1 for me
Van: "Rafael Blasco" <rblasco@rbnpro.com>
Aan: "Odoo Community Association, (OCA) Website" <website@odoo-community.org>
Verzonden: Vrijdag 11 maart 2022 15:47:32
Onderwerp: RE: PSC proposal+1
Van: "Dennis Sluijk" <d.sluijk@onestein.nl>
Aan: "Odoo Community Association, (OCA) Website" <website@odoo-community.org>
Verzonden: Vrijdag 11 maart 2022 14:49:23
Onderwerp: PSC proposalDear community members,
I would like to propose myself as a new PSC of the website project. As you can see on Github I'm quite active reviewing and migrating modules. I'm already PSC of the web project, I just really like frontend development especially the javascript framework.
Github profile: https://github.com/tarteo
Kind regards,
Dennis Sluijk
Onestein
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40
by Alex Comba. - 04:55 - 3 May 2022
-
-
Stock Aging Report?
Hello,
Do we have under the OCA umbrella a report to identify products in stock that haven´t moved for some time?
You would like to answer "what products haven't been sold/delivered/consumed in the last x months?".
Thanks in advance
--
DANIEL REIS
MANAGING DIRECTORM: +351 919 991 307
E: dreis@OpenSourceIntegrators.com
A: Avenida da República 3000, Estoril Office B, #34
by Daniel Reis - 03:36 - 3 May 2022 -
Proposing myself as Document PSC
Hi Community,Our team has been working lately on Document repositories, specially on the knowledge one.We're planning to make some improvements, as we'd like to have/share a powerful internal tool for documentation.I'm proposing myself as PSC for these repositories.You can get more details about my work in the OCA --> https://github.com/HaraldPantenTHX!--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona
by Harald Panten Lopez - 10:56 - 29 Apr 2022-
Re: Proposing myself as Document PSC
THX!El lun, 2 may 2022 a las 12:37, Simone Orsi (<simahawk@gmail.com>) escribió:Hello Harald,Added you to the PSC. You'll receive an invitation when the sync is done.Bests,SOn Fri, Apr 29, 2022 at 10:57 PM Harald Panten Lopez <harald.panten@sygel.es> wrote:Hi Community,Our team has been working lately on Document repositories, specially on the knowledge one.We're planning to make some improvements, as we'd like to have/share a powerful internal tool for documentation.I'm proposing myself as PSC for these repositories.You can get more details about my work in the OCA --> https://github.com/HaraldPantenTHX!--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
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
--Simone OrsiFull stack Python web developer, Odoo specialist, Odoo Community Board Member, in love with open source._______________________________________________
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 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona
by Harald Panten Lopez - 01:30 - 2 May 2022 -
Re: Proposing myself as Document PSC
Hello Harald,Added you to the PSC. You'll receive an invitation when the sync is done.Bests,SOn Fri, Apr 29, 2022 at 10:57 PM Harald Panten Lopez <harald.panten@sygel.es> wrote:Hi Community,Our team has been working lately on Document repositories, specially on the knowledge one.We're planning to make some improvements, as we'd like to have/share a powerful internal tool for documentation.I'm proposing myself as PSC for these repositories.You can get more details about my work in the OCA --> https://github.com/HaraldPantenTHX!--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
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
--Simone OrsiFull stack Python web developer, Odoo specialist, Odoo Community Board Member, in love with open source.
by Simone Orsi. - 12:36 - 2 May 2022 -
Re: Proposing myself as Document PSC
+1Enric Tobella AlomarDesarrolloAv. J. V. Foix 6308034 BarcelonaTlf. 932 522 522 (Ext. 1621)From: "Roussel, Denis" <denis.roussel@acsone.eu>
To: "Contributors" <contributors@odoo-community.org>
Date: Mon, 02 May 2022 06:57:08 -0000
Subject: Re: Proposing myself as Document PSC
+1On Sat, Apr 30, 2022 at 9:27 AM Valentin Vinagre Urteaga <valentin.vinagre@sygel.es> wrote:+1El 29 abr 2022, a las 22:57, Harald Panten Lopez <harald.panten@sygel.es> escribió:
Hi Community,Our team has been working lately on Document repositories, specially on the knowledge one.We're planning to make some improvements, as we'd like to have/share a powerful internal tool for documentation.I'm proposing myself as PSC for these repositories.You can get more details about my work in the OCA --> https://github.com/HaraldPantenTHX!--Harald Panten López
CEOSygel Technology S.L
+34 637 88 42 41 
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_______________________________________________
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
Tanto este mensaje como los documentos que, en su caso, lleve como anexos,
pueden contener información reservada y/o confidencial, destinada exclusivamente
para el uso del destinatario o la persona responsable de entregarlo al mismo,
estando su uso no autorizado prohibido legalmente.
Su contenido no constituye un compromiso para Creu Blanca (la empresa remitente)
salvo ratificación escrita por ambas partes. En caso de su recepción por error,
rogamos nos lo comunique por igual vía, se abstenga de realizar copias del mensaje
o documentos adjuntos, remitirlo o facilitarlo a un tercero, y proceda en su defecto,
a su eliminación.
by Enric Tobella Alomar - 09:16 - 2 May 2022 -
Re: Proposing myself as Document PSC
+1On Sat, Apr 30, 2022 at 9:27 AM Valentin Vinagre Urteaga <valentin.vinagre@sygel.es> wrote:+1El 29 abr 2022, a las 22:57, Harald Panten Lopez <harald.panten@sygel.es> escribió:
Hi Community,Our team has been working lately on Document repositories, specially on the knowledge one.We're planning to make some improvements, as we'd like to have/share a powerful internal tool for documentation.I'm proposing myself as PSC for these repositories.You can get more details about my work in the OCA --> https://github.com/HaraldPantenTHX!--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
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
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
by Denis Roussel. - 08:56 - 2 May 2022 -
Re: Proposing myself as Document PSC
+1El 29 abr 2022, a las 22:57, Harald Panten Lopez <harald.panten@sygel.es> escribió:
Hi Community,Our team has been working lately on Document repositories, specially on the knowledge one.We're planning to make some improvements, as we'd like to have/share a powerful internal tool for documentation.I'm proposing myself as PSC for these repositories.You can get more details about my work in the OCA --> https://github.com/HaraldPantenTHX!--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
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
by Valentín Vinagre - 09:26 - 30 Apr 2022
-
-
Restrict / Disallow user from login multiple device at the same time
Dear community,May I check if OCA has module that Restrict / Disallow user from login multiple device at the same time?Thank you very much,Kitti U.
by Kitti Upariphutthiphong - 06:51 - 29 Apr 2022-
Re: Restrict / Disallow user from login multiple device at the same time
Thank you both for your insight.On Fri, Apr 29, 2022 at 1:41 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:If you use OAuth and don't use https://odoo-community.org/shop/oauth-multi-token-542, I think you get that as a side-effect.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 Kitti Upariphutthiphong - 08:46 - 4 May 2022 -
Re: Restrict / Disallow user from login multiple device at the same time
If you use OAuth and don't use https://odoo-community.org/shop/oauth-multi-token-542, I think you get that as a side-effect.Regards.
by Pedro M. Baeza - 08:41 - 29 Apr 2022 -
Re: Restrict / Disallow user from login multiple device at the same time
Hello Not to my knowledge and I'm not even sure how this would be possible to implement. On 29/04/2022 06:51, Kitti U. wrote: > Dear community, > > May I check if OCA has module that Restrict / Disallow user from login > multiple device at the same time? > > Thank you very much, > Kitti U. > > _______________________________________________ > 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:36 - 29 Apr 2022
-
-
OCA - RFQ for Graphic Designer
Hello OCA Contributors,
I hope everyone is doing well.
I wanted to draw your attention to our newest RFQ - we are looking for a Graphic Designer.
You will find the details of the RFQ process here along with the link to the requirements.
Please feel free to share with other colleagues if this might be of interest to them.
Warmest regards,Rebecca--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 04:21 - 23 Apr 2022 -
Import all European Banks by country (community-data-files)
Hello Contributors,
This is something like GEONAMES, so we look for (want to develop) “GEOBANKS” 😃
In Spain, we easily import all Spanish banks from the “Banco de España (Spanish Central Bank)” using the DATA provided for this official institution (it’s quite poor because is an Excel but is something)
https://github.com/OCA/l10n-spain/blob/15.0/l10n_es_partner/wizard/l10n_es_partner_wizard.py#L38
How do you import French banks of German Banks or Belgium banks or Italian banks… in order to have all in Odoo?
The objective is for Odoo Multi-country (customers o providers) so the users JUST copy paster IBAN and Odoo detects the Bank and have the SWIFT/BIC to work quickly and fast with SEPA.
If you have the information, we can develop the modules for https://github.com/OCA/community-data-files so clients just install module import Banks and let’s go
Thank you
Regards
---
Rafael Blasco
by Rafael Blasco (Moduon) - 03:51 - 21 Apr 2022-
Re: Import all European Banks by country (community-data-files)
For Croatia: https://github.com/OCA/l10n-croatia/tree/10.0/l10n_hr_bank and note to self: port to newer versions 21. 04. 2022. u 15:52, Rafael Blasco je napisao/la: > > Hello Contributors, > > This is something like GEONAMES, so we look for (want to develop) > “GEOBANKS” 😃 > > In Spain, we easily import all Spanish banks from the “Banco de España > (Spanish Central Bank) > <https://www.bde.es/bde/es/secciones/servicios/Particulares_y_e/Registros_de_Ent/>” > using the DATA provided for this official institution (it’s quite poor > because is an Excel but is something) > > https://github.com/OCA/l10n-spain/blob/15.0/l10n_es_partner/wizard/l10n_es_partner_wizard.py#L38 > > How do you import French banks of German Banks or Belgium banks or > Italian banks… in order to have all in Odoo? > > The objective is for Odoo Multi-country (customers o providers) so the > users JUST copy paster IBAN and Odoo detects the Bank and have the > SWIFT/BIC to work quickly and fast with SEPA. > > If you have the information, we can develop the modules for > https://github.com/OCA/community-data-files so clients just install > module import Banks and let’s go > > Thank you > > Regards > > --- > > Rafael Blasco > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe > -- S poštovanjem, Davor Bojkić - Bole DAJ MI 5! www.dajmi5.hr mob: +385 95 1996 726
by Davor Bojkić - Bole - 04:41 - 21 Apr 2022 -
RE: Import all European Banks by country (community-data-files)
Belgian banks : cf. https://github.com/Noviat/noviat-apps/tree/14.0/l10n_be_partner_bank
This module is based upon a list I retrieved a couple of years ago.
Up to date info: https://www.nbb.be/en/payments-and-securities/payment-standards/bank-identification-codes
Luc
From: Rafael Blasco <rblasco@rbnpro.com>
Sent: Thursday, 21 April 2022 15:52
To: Contributors <contributors@odoo-community.org>
Subject: Import all European Banks by country (community-data-files)Hello Contributors,
This is something like GEONAMES, so we look for (want to develop) “GEOBANKS” 😃
In Spain, we easily import all Spanish banks from the “Banco de España (Spanish Central Bank)” using the DATA provided for this official institution (it’s quite poor because is an Excel but is something)
https://github.com/OCA/l10n-spain/blob/15.0/l10n_es_partner/wizard/l10n_es_partner_wizard.py#L38
How do you import French banks of German Banks or Belgium banks or Italian banks… in order to have all in Odoo?
The objective is for Odoo Multi-country (customers o providers) so the users JUST copy paster IBAN and Odoo detects the Bank and have the SWIFT/BIC to work quickly and fast with SEPA.
If you have the information, we can develop the modules for https://github.com/OCA/community-data-files so clients just install module import Banks and let’s go
Thank you
Regards
---
Rafael Blasco
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Luc De Meyer. - 04:26 - 21 Apr 2022 -
Re: Import all European Banks by country (community-data-files)
by Pedro M. Baeza - 03:55 - 21 Apr 2022
-
-
Upgading from v14 til v15
I have tried to look at OpenUpgrade but I have not been able to find out how to use it... My problem is that I have an onsite installation with two websites. We only use website + event modules so it should be an easy upgrade, but do you have any suggestions on how to proceed?Torvald Baade BringsvorBringsvor Consulting AS - Developer, consultant, allrounderTel (+47) 4548 2848
by Torvald Bringsvor - 12:35 - 20 Apr 2022-
Re: Upgading from v14 til v15
Hi Frederik, long time no see.Ok, I've sent him an email so maybe I'll be able to contribute a little to the community again. Stay tuned :-)Torvald Baade BringsvorBringsvor Consulting AS - Developer, consultant, allrounderTel (+47) 4548 2848On Wed, Apr 20, 2022 at 12:56 PM Frederik Kramer <frederik.kramer@initos.com> wrote:Hi Torvald, unfortunately the OpenUpgrade project currently stucks in v14 (afaik), so i am afraid there is no 'easy AND fast' option to upgrade other then the EE service right at the moment. The OCA has made OpenUpgrade a strategic priority though for the future. But don't expect an OpenUpgrade based solution anywhen soon. In order to get a way more very profound answer on the status of the OpenUpgrade project and possibilities to help you on the concrete matter, please ask Stefan Rijnhart to consult you on that (he is one of the driving heads behind the project). I am sure he would be interested in working with you together on your clients' challenge. If this feeds the OpenUpgrade v15 development we are all better of :-) and besides that i encourage everybody out here that has similarly "easy" use cases for a v15 migration to reach out via mailinglist. Hope that helps for the moment Best Frederik Am Mittwoch, dem 20.04.2022 um 10:37 +0000 schrieb Torvald Baade Bringsvor: > I have tried to look at OpenUpgrade but I have not been able to find > out how to use it... My problem is that I have an onsite installation > with two websites. We only use website + event modules so it should > be an easy upgrade, but do you have any suggestions on how to > proceed? > > > Torvald Baade Bringsvor > Bringsvor Consulting AS - Developer, consultant, allrounder > > Tel (+47) 4548 2848 > _______________________________________________ > 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. Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Torvald Bringsvor - 01:36 - 20 Apr 2022 -
Re: Upgading from v14 til v15
Hi Torvald, unfortunately the OpenUpgrade project currently stucks in v14 (afaik), so i am afraid there is no 'easy AND fast' option to upgrade other then the EE service right at the moment. The OCA has made OpenUpgrade a strategic priority though for the future. But don't expect an OpenUpgrade based solution anywhen soon. In order to get a way more very profound answer on the status of the OpenUpgrade project and possibilities to help you on the concrete matter, please ask Stefan Rijnhart to consult you on that (he is one of the driving heads behind the project). I am sure he would be interested in working with you together on your clients' challenge. If this feeds the OpenUpgrade v15 development we are all better of :-) and besides that i encourage everybody out here that has similarly "easy" use cases for a v15 migration to reach out via mailinglist. Hope that helps for the moment Best Frederik Am Mittwoch, dem 20.04.2022 um 10:37 +0000 schrieb Torvald Baade Bringsvor: > I have tried to look at OpenUpgrade but I have not been able to find > out how to use it... My problem is that I have an onsite installation > with two websites. We only use website + event modules so it should > be an easy upgrade, but do you have any suggestions on how to > proceed? > > > Torvald Baade Bringsvor > Bringsvor Consulting AS - Developer, consultant, allrounder > > Tel (+47) 4548 2848 > _______________________________________________ > 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. Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155
by Frederik Kramer. - 12:55 - 20 Apr 2022
-
-
maintainer sync script fixed
The maintainer sync script was broken by the Odoo upgrade (renaming of the github_login field). I'll fix this today. -- 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 - 09:36 - 4 Apr 2022 -
-
Re: OCA GitHub bot upgrade
Hi Stéphane,Tested and working fine.Thanks!On Mon, Apr 4, 2022 at 9:31 AM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Dear contributors,I have done some maintenance and bug fixing on our GitHub bot.The main improvement is that the mention to maintainers when a PR is opened towards their addons should be functional again.Let me know if you encounter any issues.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
--Simone OrsiFull stack Python web developer, Odoo specialist, Odoo Community Board Member, in love with open source.
by Simone Orsi. - 11:26 - 4 Apr 2022 -
Re: OCA GitHub bot upgrade
Perfect, thanks for the feedback, Lois.-sbiOn Mon, Apr 4, 2022 at 9:37 AM Lois Rilo Antelo <lois.rilo@forgeflow.com> wrote:Hi Stéphane,I have seen it working again in a new PR I opened this morning.Many thanks!On Mon, Apr 4, 2022 at 9:31 AM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Dear contributors,I have done some maintenance and bug fixing on our GitHub bot.The main improvement is that the mention to maintainers when a PR is opened towards their addons should be functional again.Let me know if you encounter any issues.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
--Lois Rilo AnteloOdoo consultant at ForgeFlow S.L._______________________________________________
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:41 - 4 Apr 2022 -
Re: OCA GitHub bot upgrade
Hi Stéphane,I have seen it working again in a new PR I opened this morning.Many thanks!On Mon, Apr 4, 2022 at 9:31 AM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Dear contributors,I have done some maintenance and bug fixing on our GitHub bot.The main improvement is that the mention to maintainers when a PR is opened towards their addons should be functional again.Let me know if you encounter any issues.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
--Lois Rilo AnteloOdoo consultant at ForgeFlow S.L.
by Lois Rilo Antelo - 09:36 - 4 Apr 2022
-
-
clabot issue post migration
Hello, There was an issue with the clabot following the instance migration because of a renamed field in the Odoo database (github_login -> github_name). It should now be fixed. -- 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 - 09:26 - 4 Apr 2022-
Re: clabot issue post migration
👍🏻 thanks!On Mon, Apr 4, 2022 at 9:27 AM Alexandre Fayolle <alexandre.fayolle@camptocamp.com> wrote:Hello, There was an issue with the clabot following the instance migration because of a renamed field in the Odoo database (github_login -> github_name). It should now be fixed. -- 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 Simone Rubino - 10:06 - 4 Apr 2022
-
-
Migration of the Odoo database
Hello everyone, This morning we will migrate the Odoo instance of the OCA. The migration will start at 8am (UTC+2) and should be done by 12pm (UTC+2). -- 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 - 07:26 - 1 Apr 2022-
Re: Migration of the Odoo database
Thanks for the good work!On Fri, 1 Apr 2022 at 14:56, Rafael Blasco <rblasco@rbnpro.com> wrote:¡Bravo all!
Thank you!
De: Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
Enviado el: viernes, 1 de abril de 2022 10:17
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Migration of the Odoo databaseOn 01/04/2022 07:24, Alexandre Fayolle wrote:
> Hello everyone,
>
> This morning we will migrate the Odoo instance of the OCA. The migration
> will start at 8am (UTC+2) and should be done by 12pm (UTC+2).
>
>
Migration done, it went smoothely. Thanks for your patience.
--
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_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by "Aarón Henríquez Quintana" <aaron.henriquez@forgeflow.com> - 03:01 - 1 Apr 2022 -
RE: Migration of the Odoo database
¡Bravo all!
Thank you!
De: Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
Enviado el: viernes, 1 de abril de 2022 10:17
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Migration of the Odoo databaseOn 01/04/2022 07:24, Alexandre Fayolle wrote:
> Hello everyone,
>
> This morning we will migrate the Odoo instance of the OCA. The migration
> will start at 8am (UTC+2) and should be done by 12pm (UTC+2).
>
>
Migration done, it went smoothely. Thanks for your patience.
--
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 Rafael Blasco (Moduon) - 02:55 - 1 Apr 2022 -
Re: Migration of the Odoo database
On 01/04/2022 07:24, Alexandre Fayolle wrote: > Hello everyone, > > This morning we will migrate the Odoo instance of the OCA. The migration > will start at 8am (UTC+2) and should be done by 12pm (UTC+2). > > Migration done, it went smoothely. Thanks for your patience. -- 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 - 10:16 - 1 Apr 2022
-
-
Legacy system migration question
Hello, I am working on a migration from legacy database-based system. The system models the entities quite similarly to Odoo (database-level wise). There are contacts, sale orders (and corresponding lines). invoices (and corresponding lines), products, purchase orders (and corresponding lines), stock levels, ... Now I would like to prepare something that would let me ease the transfer of the data. One thing would be preparing exports that are easily importable. However there would be more than 20 of them. Another idea was to use Components/Connectors maybe and gradually add things. For that some hierarchy would be needed. Like first we do contacts, then we do product categories, then products, then sale orders, then sale order lines, then ... Now I would like to prevent importing thing that are already imported. The reason being is there are many records (in the magnitude of tens of thousands) of products, contacts, ... In the source database there are timestamps so it is possible to detect and select new/modified records. What I want to achieve is: *) gradually improving the imports with more information from source system *) prevent the necessity on cutover day to import everything as this would be a long process Any suggestions/ideas are welcome. Best regards Radovan Skolnik
by Radovan Skolnik - 09:50 - 31 Mar 2022-
Re: Legacy system migration question
Hi, yes - something like that. Odoo won't be used parallel to the old system. It's just there are many different kinds of objects with many records so I do not want to spend 2 days on cutover day exporting and importing the data. My idea is something like incremental import. Incremental in the meaning of not only records but also objects. So I'd first configure importing users - fiddling with it till work as expected. On next run it would only import/update new/updated records. When that is done I'd continue to let's say contacts. Etc... I have some kind of client/server in mind. Odoo being server where I'd be configuring what should be fetched, mapped, imported. Small client where the source data is that would be serving data according to Odoo's requests... Best regards Radovan On piatok 1. apríla 2022 9:31:45 CEST Rémi CAZENAVE - Le Filament wrote: > Hi Radovan, > > I understand from your description that tour source database will be kept in > parallel and would still be used operationnally ? > > We had somehow a similar request to retrieve daily legacy databases updates > in Odoo. The legacy system provided daily FTP export of tables (since they > did not want to provide direct database access). You can find what we did > here : https://sources.le-filament.com/lefilament/cgscop/cgscop_riga_import > > > Best Regards, > Rémi CAZENAVE > SCOP Le Filament > > > > Le March 31, 2022 7:52:12 PM UTC, Radovan Skolnik <radovan@skolnik.info> a > écrit : Hello, > > I am working on a migration from legacy database-based system. The system > models the entities quite similarly to Odoo (database-level wise). There are > contacts, sale orders (and corresponding lines). invoices (and > corresponding lines), products, purchase orders (and corresponding lines), > stock levels, ... > > Now I would like to prepare something that would let me ease the transfer of > the data. One thing would be preparing exports that are easily importable. > However there would be more than 20 of them. Another idea was to use > Components/Connectors maybe and gradually add things. For that some > hierarchy would be needed. Like first we do contacts, then we do product > categories, then products, then sale orders, then sale order lines, then > ... > > Now I would like to prevent importing thing that are already imported. The > reason being is there are many records (in the magnitude of tens of > thousands) of products, contacts, ... In the source database there are > timestamps so it is possible to detect and select new/modified records. > > What I want to achieve is: > *) gradually improving the imports with more information from source system > *) prevent the necessity on cutover day to import everything as this would > be a long process > > Any suggestions/ideas are welcome. > > Best regards > > Radovan Skolnik > > > > > _______________________________________________ > 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 Radovan Skolnik - 09:45 - 1 Apr 2022 -
Re: Legacy system migration question
Hi Radovan,
I understand from your description that tour source database will be kept in parallel and would still be used operationnally ?
We had somehow a similar request to retrieve daily legacy databases updates in Odoo. The legacy system provided daily FTP export of tables (since they did not want to provide direct database access).
You can find what we did here : https://sources.le-filament.com/lefilament/cgscop/cgscop_riga_import
Best Regards,
Rémi CAZENAVE
SCOP Le FilamentLe March 31, 2022 7:52:12 PM UTC, Radovan Skolnik <radovan@skolnik.info> a écrit :Hello, I am working on a migration from legacy database-based system. The system models the entities quite similarly to Odoo (database-level wise). There are contacts, sale orders (and corresponding lines). invoices (and corresponding lines), products, purchase orders (and corresponding lines), stock levels, ... Now I would like to prepare something that would let me ease the transfer of the data. One thing would be preparing exports that are easily importable. However there would be more than 20 of them. Another idea was to use Components/Connectors maybe and gradually add things. For that some hierarchy would be needed. Like first we do contacts, then we do product categories, then products, then sale orders, then sale order lines, then ... Now I would like to prevent importing thing that are already imported. The reason being is there are many records (in the magnitude of tens of thousands) of products, contacts, ... In the source database there are timestamps so it is possible to detect and select new/modified records. What I want to achieve is: *) gradually improving the imports with more information from source system *) prevent the necessity on cutover day to import everything as this would be a long process Any suggestions/ideas are welcome. Best regards Radovan Skolnik
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Rémi Cazenave - 09:27 - 1 Apr 2022 -
Re: Legacy system migration question
RadovanI did something similar some years ago. However for a system with mostly Contacts, events and documents.
What I did, was using odoorpc.If you are interested, I can dig out my old code for you as an idea.Robert
On 31.03.22 21:52, Radovan Skolnik wrote:
Hello, I am working on a migration from legacy database-based system. The system models the entities quite similarly to Odoo (database-level wise). There are contacts, sale orders (and corresponding lines). invoices (and corresponding lines), products, purchase orders (and corresponding lines), stock levels, ... Now I would like to prepare something that would let me ease the transfer of the data. One thing would be preparing exports that are easily importable. However there would be more than 20 of them. Another idea was to use Components/Connectors maybe and gradually add things. For that some hierarchy would be needed. Like first we do contacts, then we do product categories, then products, then sale orders, then sale order lines, then ... Now I would like to prevent importing thing that are already imported. The reason being is there are many records (in the magnitude of tens of thousands) of products, contacts, ... In the source database there are timestamps so it is possible to detect and select new/modified records. What I want to achieve is: *) gradually improving the imports with more information from source system *) prevent the necessity on cutover day to import everything as this would be a long process Any suggestions/ideas are welcome. Best regards Radovan Skolnik
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Robert Rottermann - 07:35 - 1 Apr 2022
-
-
need help for Polish Accounting in Odoo
We are currently rolling out Odoo to a Belgium company with legal entities in different countries including Poland.
Is there an Odoo partner who can help us to implement the Polish accounting ?
Regards,
Luc
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38
by Luc De Meyer. - 09:21 - 30 Mar 2022-
RE: need help for Polish Accounting in Odoo
Hello Luc,
Contact with Krystian Harkot from Trilab.
If you need any help, I’m happy to assist you.
Regards,
Rafael
De: luc.demeyer@noviat.com <luc.demeyer@noviat.com>
Enviado el: miércoles, 30 de marzo de 2022 9:22
Para: Contributors <contributors@odoo-community.org>
Asunto: need help for Polish Accounting in OdooWe are currently rolling out Odoo to a Belgium company with legal entities in different countries including Poland.
Is there an Odoo partner who can help us to implement the Polish accounting ?
Regards,
Luc
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Rafael Blasco (Moduon) - 11:01 - 30 Mar 2022
-
-
Bank Account Error Camt54 Import
Hello Virginie Dewulf,It is about version 14 and the app Bank Account Camt54 Import 8https://apps.odoo.com/apps/modules/14.0/account_statement_import_camt54/).
I was told that I should just report here with the problem.
Unfortunately, I can not upload the Bank Camt file and I get the following error:
"Missing currency code in the bank statement file."
Is this due to the app or the file being uploaded. I have uploaded here but different files and it always came back this error.
Thanks for the help.--Mit freundlichen Grüßen | Best regards,Dirk WillmesAccounting Consultant+49 171 758 2844
by Dirk Willmes - 08:40 - 30 Mar 2022-
Re: Bank Account Error Camt54 Import
On 30-03-2022 08:41, Dirk Willmes wrote:
Hello Virginie Dewulf,
It is about version 14 and the app Bank Account Camt54 Import 8https://apps.odoo.com/apps/modules/14.0/account_statement_import_camt54/).
I was told that I should just report here with the problem.
Unfortunately, I can not upload the Bank Camt file and I get the following error:
"Missing currency code in the bank statement file."
Is this due to the app or the file being uploaded. I have uploaded here but different files and it always came back this error.
Hi Dirk,
as it happens I developed a fix for this on one of my projects. Please try this code change: https://github.com/OCA/bank-statement-import/pull/460
Regards,
Stefan
-- Opener B.V. - Business solutions driven by open source collaboration Stefan Rijnhart - Consultant/developer
by "Stefan Rijnhart" <stefan@opener.amsterdam> - 11:26 - 11 Apr 2022 -
Re: Bank Account Error Camt54 Import
Hi Dirk,
this list is meant mainly for "contributors" - companies or individuals that contribute to OCA in some way or other.
If you are an implementor or end user looking for help in solving errors with OCA modules, either through consultancy or programming, you should directly contact companies that can help you with that, and they can give you a quote. For example Virginies company. You can also find a list of companies that are active in OCA at https://odoo-community.org.
Tom
On 3/30/22 08:41, Dirk Willmes wrote:
Hello Virginie Dewulf,
It is about version 14 and the app Bank Account Camt54 Import 8https://apps.odoo.com/apps/modules/14.0/account_statement_import_camt54/).
I was told that I should just report here with the problem.
Unfortunately, I can not upload the Bank Camt file and I get the following error:
"Missing currency code in the bank statement file."
Is this due to the app or the file being uploaded. I have uploaded here but different files and it always came back this error.
Thanks for the help.
--
Mit freundlichen Grüßen | Best regards,
Dirk Willmes
Accounting Consultant
+49 171 758 2844_______________________________________________
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 - 10:45 - 30 Mar 2022
-
-
We need to see fetched emails header
Dear contributors,In the case where fetched emails create crm leads (or other object), do you know a module that shows if our alias was in To, Cc or Bcc fields ?Or in a more general case, a module that keeps original email somewhere in the databaseThanks in advanceBest regards
by Cyril VINH-TUNG - 10:30 - 27 Mar 2022-
RE: We need to see fetched emails header
Hello Cyril,
Near all the models have the field “email_cc”
I would recommend you
https://github.com/OCA/social/tree/14.0/mail_tracking
Regards,
Rafael
De: Cyril VINH-TUNG <cyril@invitu.com>
Enviado el: domingo, 27 de marzo de 2022 22:32
Para: Contributors <contributors@odoo-community.org>
Asunto: We need to see fetched emails headerDear contributors,
In the case where fetched emails create crm leads (or other object), do you know a module that shows if our alias was in To, Cc or Bcc fields ?
Or in a more general case, a module that keeps original email somewhere in the database
Thanks in advance
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 Rafael Blasco (Moduon) - 11:11 - 30 Mar 2022 -
Re: We need to see fetched emails header
Thank you Christian--
Best Regards/Cordialement
--------------------------------
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
P Please consider the environment before printing this e-mail!
Le dim. 27 mars 2022 à 23:07, Christian Zöllner <c.zoellner@intero-technologies.de> a écrit :Hi,on the incoming email servers (fetchmail servers) is a setting called "keep original" on the advanced tab. Just activate it and odoo will attach the email on the thread created or extended by the mail.Best RegardsChristian Zöllner
SoftwareentwicklerTel.: +49 3831 44557-0
E-Mail: c.zoellner@intero-technologies.deWebsite: www.intero-technologies.deIntero Technologies GmbHHeinrich-Heine-Ring 7618435 Stralsund





Weitere Standorte der Intero Technologies GmbH Bessemerstraße 8212103 BerlinHeidenkampsweg 5820097 HamburgKleiststraße 2365187 Wiesbaden
Geschäftsführer: Frank Löffler, Lars Lifson USt-Id: DE 251251697, AG Stralsund HRB 7076 Alle Informationen zum Datenschutz gem. Art. 13 finden Sie hier. Auf Wunsch senden wir Ihnen diese Informationen gerne auch per PDF oder in gedruckter Form zu. Von: "Cyril VINH-TUNG" <cyril@invitu.com>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Sonntag, 27. März 2022 22:31:54
Betreff: We need to see fetched emails headerDear contributors,In the case where fetched emails create crm leads (or other object), do you know a module that shows if our alias was in To, Cc or Bcc fields ?Or in a more general case, a module that keeps original email somewhere in the databaseThanks in advanceBest regards_______________________________________________
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 Cyril VINH-TUNG - 06:10 - 29 Mar 2022 -
Re: We need to see fetched emails header
Hi,on the incoming email servers (fetchmail servers) is a setting called "keep original" on the advanced tab. Just activate it and odoo will attach the email on the thread created or extended by the mail.Best RegardsChristian Zöllner
SoftwareentwicklerTel.: +49 3831 44557-0
E-Mail: c.zoellner@intero-technologies.deWebsite: www.intero-technologies.deIntero Technologies GmbHHeinrich-Heine-Ring 7618435 Stralsund





Weitere Standorte der Intero Technologies GmbH Bessemerstraße 8212103 BerlinHeidenkampsweg 5820097 HamburgKleiststraße 2365187 Wiesbaden
Geschäftsführer: Frank Löffler, Lars Lifson USt-Id: DE 251251697, AG Stralsund HRB 7076 Alle Informationen zum Datenschutz gem. Art. 13 finden Sie hier. Auf Wunsch senden wir Ihnen diese Informationen gerne auch per PDF oder in gedruckter Form zu. Von: "Cyril VINH-TUNG" <cyril@invitu.com>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Sonntag, 27. März 2022 22:31:54
Betreff: We need to see fetched emails headerDear contributors,In the case where fetched emails create crm leads (or other object), do you know a module that shows if our alias was in To, Cc or Bcc fields ?Or in a more general case, a module that keeps original email somewhere in the databaseThanks in advanceBest 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 Christian Zöllner - 11:06 - 28 Mar 2022
-
-
micro-cloud-odoo
Dear contributors,I've been building a proof of concept about kubernetes and odoo.I choose AGPL because I think that OCA umbrella could the best option to develop a production product.The misssion is that anyone be able to deploy and manage their own micro cloud focusing on odoo.The technologies are Microk8s.io and its enviroment and of course Odoo.I want get back feedback of you about if it is an interesting project and if is applicable to host in a new respository and maybe a new PSC.So, I'm newer and I'll need some help to contribute adapting the project for OCA.--
by Juan Del Castillo Gómez - 04:01 - 26 Mar 2022 -
Website, Content Strategy, SEO, full-service agency required
Dear fellow OCA contributors, is anyone of you aware of an OCA member / contributor / supporter that is havily addicted, professional and focused on doing cool corporate websites with Odoo Website Builder and CMS. Any proposal with some reviewable reference would be great. If somebody knows an agency that is not yet a contributor to the OCA but does a great job in doing websites in Odoo, i am still interested. Thanks in advance Cheers Frederik -- Dr.-Ing. Frederik Kramer Geschäftsführer initOS GmbH An der Eisenbahn 1 21224 Rosengarten Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155
by Frederik Kramer. - 12:56 - 24 Mar 2022-
Re: Website, Content Strategy, SEO, full-service agency required
Hi Diogo, I hope you and your team are doing well. Thanks for your reply and your patience with my response. I have forwarded your reply to German Odoo Partner ITIS AG, as their CEO asked me to ask the community if there is expertise to help him on the project. Feel free to contact their CEO Joerg Lorenz (jlorenz@itis.de) right away. Thanks for your feedback and if you don't mind i will keep you on my list for similar projects as soon as we have one. Best Frederik Am Donnerstag, dem 24.03.2022 um 14:52 +0000 schrieb Diogo Duarte: > Hi Frederik, > > We have a designer on the team that has been doing some websites with > Odoo web editor. > Ping me if you need me to show you, he can do a decent job. > > Best regards, > > Diogo Duarte > dduarte@odoogap.com > > +351 917 848 501 > > > http://www.odoogap.com > > > > > On Thu, Mar 24, 2022 at 11:56 AM Frederik Kramer < > frederik.kramer@initos.com> wrote: > > Dear fellow OCA contributors, > > > > is anyone of you aware of an OCA member / contributor / supporter > > that > > is havily addicted, professional and focused on doing cool > > corporate > > websites with Odoo Website Builder and CMS. > > > > Any proposal with some reviewable reference would be great. If > > somebody > > knows an agency that is not yet a contributor to the OCA but does a > > great job in doing websites in Odoo, i am still interested. > > > > Thanks in advance > > > > Cheers Frederik > > > > > > -- > > Dr.-Ing. Frederik Kramer > > Geschäftsführer > > > > initOS GmbH > > An der Eisenbahn 1 > > 21224 Rosengarten > > > > Phone: +49 4105 56156-12 > > Fax: +49 4105 56156-10 > > Mobil: +49 179 3901819 > > > > Email: frederik.kramer@initos.com > > Web: www.initos.com > > > > Geschäftsführung: > > Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke > > > > Sitz der Gesellschaft: Rosengarten – Klecken > > Amtsgericht Tostedt, HRB 205226 > > Steuer-Nr: 15/200/53247 > > USt-IdNr.: DE815580155 > > > > _______________________________________________ > > Mailing-List: https://odoo-community.org/groups/contributors-15 > > Post to: mailto:contributors@odoo-community.org > > Unsubscribe: https://odoo-community.org/groups?unsubscribe > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe -- Dr.-Ing. Frederik Kramer Geschäftsführer initOS GmbH An der Eisenbahn 1 21224 Rosengarten Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155
by Frederik Kramer. - 12:01 - 2 Apr 2022 -
Re: Website, Content Strategy, SEO, full-service agency required
Hi Frederik
Not 100% an answer to your question but:
- theme_kaizen 13.0 has just been the first OCA website theme to be merged to OCA/website_themes, and 14.0/15.0 versions are in the pipeline as well. It's a decent theme
- I've done some 13.0 modules in OCA/website to increase PageSpeed score of websites, which is important for SEO
Maybe it can be of some use.
On 3/24/22 15:52, Diogo Duarte wrote:
Hi Frederik,
We have a designer on the team that has been doing some websites with Odoo web editor.Ping me if you need me to show you, he can do a decent job.
On Thu, Mar 24, 2022 at 11:56 AM Frederik Kramer <frederik.kramer@initos.com> wrote:
Dear fellow OCA contributors, is anyone of you aware of an OCA member / contributor / supporter that is havily addicted, professional and focused on doing cool corporate websites with Odoo Website Builder and CMS. Any proposal with some reviewable reference would be great. If somebody knows an agency that is not yet a contributor to the OCA but does a great job in doing websites in Odoo, i am still interested. Thanks in advance Cheers Frederik -- Dr.-Ing. Frederik Kramer Geschäftsführer initOS GmbH An der Eisenbahn 1 21224 Rosengarten Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155_______________________________________________
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 Tom Blauwendraat - 04:06 - 24 Mar 2022 -
Re: Website, Content Strategy, SEO, full-service agency required
Hi Frederik,We have a designer on the team that has been doing some websites with Odoo web editor.Ping me if you need me to show you, he can do a decent job.On Thu, Mar 24, 2022 at 11:56 AM Frederik Kramer <frederik.kramer@initos.com> wrote:Dear fellow OCA contributors, is anyone of you aware of an OCA member / contributor / supporter that is havily addicted, professional and focused on doing cool corporate websites with Odoo Website Builder and CMS. Any proposal with some reviewable reference would be great. If somebody knows an agency that is not yet a contributor to the OCA but does a great job in doing websites in Odoo, i am still interested. Thanks in advance Cheers Frederik -- Dr.-Ing. Frederik Kramer Geschäftsführer initOS GmbH An der Eisenbahn 1 21224 Rosengarten Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Diogo Duarte - 03:50 - 24 Mar 2022
-
-
Proposing myself as accounting-maintainers PSC
Dear contributors,
I would like to apply as PSC for accounting-maintainers, this means accounting*, payment*, etc.
I have been working with Odoo in Accounting as long as my mind remember, and my stack of well-known modules is big
I’m already PSC of other repositories and I think I can help in accounting staff, as you know, reviewing functionally, testing, and organizing.
Thanks to consider my request
Regards,
Rafael Blasco
by Rafael Blasco (Moduon) - 08:36 - 22 Mar 2022-
RE: Proposing myself as accounting-maintainers PSC
Thank you all!
Let’s contribute!
De: Stéphane Bidoul <stephane.bidoul@acsone.eu>
Enviado el: miércoles, 23 de marzo de 2022 8:47
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Proposing myself as accounting-maintainers PSCOn Tue, Mar 22, 2022 at 8:37 PM Rafael Blasco <rblasco@rbnpro.com> wrote:
Dear contributors,
I would like to apply as PSC for accounting-maintainers, this means accounting*, payment*, etc.
I have been working with Odoo in Accounting as long as my mind remember, and my stack of well-known modules is big
I’m already PSC of other repositories and I think I can help in accounting staff, as you know, reviewing functionally, testing, and organizing.
Thanks to consider my request
Regards,
Rafael Blasco
_______________________________________________
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 Rafael Blasco (Moduon) - 12:11 - 24 Mar 2022 -
Re: Proposing myself as accounting-maintainers PSC
+1On Wed, Mar 23, 2022, 02:37 Rafael Blasco <rblasco@rbnpro.com> wrote:Dear contributors,
I would like to apply as PSC for accounting-maintainers, this means accounting*, payment*, etc.
I have been working with Odoo in Accounting as long as my mind remember, and my stack of well-known modules is big
I’m already PSC of other repositories and I think I can help in accounting staff, as you know, reviewing functionally, testing, and organizing.
Thanks to consider my request
Regards,
Rafael Blasco
_______________________________________________
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 - 12:11 - 23 Mar 2022 -
Re: Proposing myself as accounting-maintainers PSC
On Tue, Mar 22, 2022 at 8:37 PM Rafael Blasco <rblasco@rbnpro.com> wrote:Dear contributors,
I would like to apply as PSC for accounting-maintainers, this means accounting*, payment*, etc.
I have been working with Odoo in Accounting as long as my mind remember, and my stack of well-known modules is big
I’m already PSC of other repositories and I think I can help in accounting staff, as you know, reviewing functionally, testing, and organizing.
Thanks to consider my request
Regards,
Rafael Blasco
_______________________________________________
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 - 08:45 - 23 Mar 2022 -
Re: Proposing myself as accounting-maintainers PSC
+1On Tue, Mar 22, 2022 at 8:37 PM Rafael Blasco <rblasco@rbnpro.com> wrote:Dear contributors,
I would like to apply as PSC for accounting-maintainers, this means accounting*, payment*, etc.
I have been working with Odoo in Accounting as long as my mind remember, and my stack of well-known modules is big
I’m already PSC of other repositories and I think I can help in accounting staff, as you know, reviewing functionally, testing, and organizing.
Thanks to consider my request
Regards,
Rafael Blasco
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40
by Alex Comba. - 08:35 - 23 Mar 2022 -
Re: Proposing myself as accounting-maintainers PSC
El mar, 22 de mar de 2022 a las 19:37:37 PM, Rafael Blasco <rblasco@rbnpro.com> escribió:I would like to apply as PSC for accounting-maintainers, this means accounting*, payment*, etc.
I have been working with Odoo in Accounting as long as my mind remember, and my stack of well-known modules is big
I’m already PSC of other repositories and I think I can help in accounting staff, as you know, reviewing functionally, testing, and organizing.
Thanks to consider my request
+1
by Jairo Llopis - 08:26 - 23 Mar 2022
-





