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
-
Where is Codecov report?
I would like to know where I can consult the result report that codecov offers to improve the tests in my PR. I have seen that if I follow the Travis log "live", it does show a detail with the percentages of each module. But when I consult it when the display ends, this information seems to disappear. Could someone help me find this information?Thank you.
by Fernando La Chica - 03:55 - 18 Jul 2020-
Re: Where is Codecov report?
--> this information seems to disappear.it doesn’t disappear but hidden.press the unhidden buttonMoisés López CalderónMobile: (+521) 477-752-22-30Twitter: @moylop260Twitter: @vauxoo
by Moisés López Calderón - 04:41 - 19 Jul 2020 -
Re: Where is Codecov report?
Hello Fernando,have you seen this? https://codecov.io/gh/OCA ?Also, on every PR you can get there by clicking on "details" of the codecov check.Hope this helps.Cheers,On Sat, Jul 18, 2020 at 3:57 PM Fernando La Chica <fernandolachica@gmail.com> wrote:I would like to know where I can consult the result report that codecov offers to improve the tests in my PR. I have seen that if I follow the Travis log "live", it does show a detail with the percentages of each module. But when I consult it when the display ends, this information seems to disappear. Could someone help me find this information?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 Simone Orsi. - 11:10 - 19 Jul 2020
-
-
Travis CI fails
Hello,
I am trying to make a contribution in the OCA/social repo for v10, but The Travis CI build fails, in my module the errors are code style, what worries me is that some of the tests fail due to dependency errors that are not related to my module and I understand that this does not let me pass the continuous integration tests.
https://github.com/OCA/social/pull/567
Best regards
by Carlos M Alvarez - 04:56 - 15 Jul 2020-
Re: Travis CI fails
The problem seems related to the deprecation of python2.7. Some python modules are no longer installable on python2.7.I made a PR solving it, but, probably, you should start migratingEnric Tobella Alomaretobella@creublanca.esCentros Médicos Creu BlancaTel: 902 202 230Tanto 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.From: Carlos Manuel Alvarez López <cmanuel.alvarez11@gmail.com>
To: "Contributors" <contributors@odoo-community.org>
Date: Wed, 15 Jul 2020 14:57:51 -0000
Subject: Travis CI fails
Hello,I am trying to make a contribution in the OCA/social repo for v10, but The Travis CI build fails, in my module the errors are code style, what worries me is that some of the tests fail due to dependency errors that are not related to my module and I understand that this does not let me pass the continuous integration tests.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
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 - 05:30 - 15 Jul 2020 -
Re: Travis CI fails
Hi Carlos,Thanks for your contribution.The stable branch was green but I just rebuilt just now and it changed to red.It looks like there is a new error installing requirements.txt:It is offtopic for your PR.For your PR you should consider fix the flake8 style errors:mail_outbound_static/models/ir_mail_server.py:10:1: E303 too many blank lines (3)
mail_outbound_static/models/ir_mail_server.py:44:89: E501 line too long (90 > 88 characters)
mail_outbound_static/models/ir_mail_server.py:48:13: E265 block comment should start with '# 'I will create an issue about the requirements.txtEl mié., 15 jul. 2020 a las 9:57, Carlos Manuel Alvarez López (<cmanuel.alvarez11@gmail.com>) escribió:Hello,
I am trying to make a contribution in the OCA/social repo for v10, but The Travis CI build fails, in my module the errors are code style, what worries me is that some of the tests fail due to dependency errors that are not related to my module and I understand that this does not let me pass the continuous integration tests.
https://github.com/OCA/social/pull/567
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
--Moisés López CalderónMobile: (+521) 477-752-22-30Twitter: @moylop260Twitter: @vauxoo
by Moisés López Calderón - 05:20 - 15 Jul 2020
-
-
Pylint checks to solve or not
Hi all, I have a doubt about pylint checks that have to be solved, mandatory or not ? Example with this file https://travis-ci.org/github/OCA/edi/jobs/705389557 I have checked with C prefix with bold form sentence like here https://travis-ci.org/github/OCA/edi/jobs/705389557#L306 I have others with W prefix (probably means warning) If I assume only C checks need to be mandatory solved, is it exact ? I'm a little surprised that check in PR https://github.com/OCA/edi/pull/172 are different from checks in final merge. see travis of last commit https://github.com/OCA/edi/commits/8eb114944a4fcd9fc76b2a53e9078b742f7ee76f But I can live with it if you I have an answer in my first question. Thanks a lot Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement
by David BEAL - 05:10 - 8 Jul 2020-
Re: Pylint checks to solve or not
Thanks Graeme, Finally the answer is there https://github.com/OCA/pylint-odoo#skip-one-xml-check to escape check in xml test files and https://github.com/OCA/edi/tree/10.0 is now green Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement Le jeu. 9 juil. 2020 à 00:12, Graeme Gellatly <gdgellatly@gmail.com> a écrit : > > Hi, > > My favorite one is the one where black adds a comma at end of a list, collapses it onto a single line then pylint complains about no whitespace on comma. e.g fields.Selection([(.., ..), (.., ..), (.., ..),], and its mandatory. > > So annoying. But Mandatory and Optional mean different things than C and W. Mandatory is collection of pylint errors and warnings. So is optional. They are maintained in separate files so any difference is likely due to changes in those files between the Pull Branch and Destination Branch over time. > > On Thu, Jul 9, 2020 at 3:12 AM David Beal <david.beal@akretion.com> wrote: > > Hi all, > > I have a doubt about pylint checks that have to be solved, mandatory or not ? > > Example with this file > https://travis-ci.org/github/OCA/edi/jobs/705389557 > > I have checked with C prefix with bold form sentence like here > https://travis-ci.org/github/OCA/edi/jobs/705389557#L306 > > I have others with W prefix (probably means warning) > > If I assume only C checks need to be mandatory solved, is it exact ? > > I'm a little surprised that check in PR > https://github.com/OCA/edi/pull/172 > are different from checks in final merge. > > see travis of last commit > https://github.com/OCA/edi/commits/8eb114944a4fcd9fc76b2a53e9078b742f7ee76f > > But I can live with it if you I have an answer in my first question. > > Thanks a lot > > Bonne journée > > > David BEAL - akretion.com > Consultant > Odoo Intégration / Développement > > _______________________________________________ > 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 David BEAL - 04:11 - 15 Jul 2020 -
Re: Pylint checks to solve or not
Hi,My favorite one is the one where black adds a comma at end of a list, collapses it onto a single line then pylint complains about no whitespace on comma. e.g fields.Selection([(.., ..), (.., ..), (.., ..),], and its mandatory.So annoying. But Mandatory and Optional mean different things than C and W. Mandatory is collection of pylint errors and warnings. So is optional. They are maintained in separate files so any difference is likely due to changes in those files between the Pull Branch and Destination Branch over time.On Thu, Jul 9, 2020 at 3:12 AM David Beal <david.beal@akretion.com> wrote:Hi all, I have a doubt about pylint checks that have to be solved, mandatory or not ? Example with this file https://travis-ci.org/github/OCA/edi/jobs/705389557 I have checked with C prefix with bold form sentence like here https://travis-ci.org/github/OCA/edi/jobs/705389557#L306 I have others with W prefix (probably means warning) If I assume only C checks need to be mandatory solved, is it exact ? I'm a little surprised that check in PR https://github.com/OCA/edi/pull/172 are different from checks in final merge. see travis of last commit https://github.com/OCA/edi/commits/8eb114944a4fcd9fc76b2a53e9078b742f7ee76f But I can live with it if you I have an answer in my first question. Thanks a lot Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement
_______________________________________________
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 - 12:11 - 9 Jul 2020
-
-
Warning why make payment to vendor, if money not enough in bank.
Dear community,Are there OCA module that warn or lock payment, when money in selected bank is not enough.Thank you!Kitti
by Kitti Upariphutthiphong - 04:55 - 8 Jul 2020-
Re: Warning why make payment to vendor, if money not enough in bank.
Hi Dominique :)Yes, I think that will do the trick too. But if it not already exists, we can do the module for easy deployment (to my understanding, OCA have lots of easy to do though UI, tiny features).In addition, I also want to have the option to "by pass" the check if a person have privilege to do so, i.e., adding a checkbox "By pass amount check" in case of not enough money in bank.KittiOn Wed, Jul 8, 2020 at 10:57 AM Dominique k <dominique.k@elico-corp.com.sg> wrote:may be an automated server action can do the trick ?--On Wed, 8 Jul 2020 at 10:57 AM, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:Dear community,Are there OCA module that warn or lock payment, when money in selected bank is not enough.Thank you!Kitti_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Dominique KON-SUN-TACK [Project Manager]Odoo Gold Partner, best Odoo Partner 2014 for APACMobile: + 65 8502 2399Skype: dominique_elicoWebsite: www.elico-corp.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 Kitti Upariphutthiphong - 07:06 - 8 Jul 2020 -
Re: Warning why make payment to vendor, if money not enough in bank.
may be an automated server action can do the trick ?--On Wed, 8 Jul 2020 at 10:57 AM, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:Dear community,Are there OCA module that warn or lock payment, when money in selected bank is not enough.Thank you!Kitti_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Dominique KON-SUN-TACK [Project Manager]Odoo Gold Partner, best Odoo Partner 2014 for APACMobile: + 65 8502 2399Skype: dominique_elicoWebsite: www.elico-corp.com
by dominique.k - 05:56 - 8 Jul 2020
-
-
PSC Proposal
hello communtiy, I'd like to propose myself for accounting psc and involve in community work more. -- S poštovanjem, Davor Bojkić - Bole DAJ MI 5! www.dajmi5.hr mob: +385 95 1996 726
by Davor Bojkić - Bole - 01:26 - 6 Jul 2020-
Re: PSC Proposal
Hello Davor,thanks for your proposal of being more involved.We certainly welcome newcomers but the policy to become a PSC member is that you showed either technical or functional knowledge in the Odoo/OCA ecosystem for quite some time (see https://odoo-community.org/page/organization).If you are not there yet, there's no reason that prevents you from contributing and get more involved anyway.Just go to accounting repos (or any other repo) and do reviews, helping others finish their work with good quality, help cleanup old issues, reporting bugs, improving documentation, translations, etc.There are many many ways you can help OCA work and at the same time learn more about it and about Odoo internals.If you have any questions, please let us know.Bests,On Mon, Jul 6, 2020 at 1:27 PM Davor Bojkić - Bole <bole@dajmi5.com> wrote:hello communtiy, I'd like to propose myself for accounting psc and involve in community work more. -- S poštovanjem, Davor Bojkić - Bole DAJ MI 5! www.dajmi5.hr mob: +385 95 1996 726_______________________________________________
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, Freelance in love with open source.
by Simone Orsi. - 10:01 - 20 Jul 2020 -
Re: PSC Proposal
Can you please link your contributions to that PSC repos?Regards.
by Pedro M. Baeza - 01:31 - 6 Jul 2020
-
-
Proposing myself for Accounting PSC
Hi all,I would like to propose myself as PSC in Accounting group.Thanks.Sergio Corato
by Sergio Corato - 02:46 - 5 Jul 2020-
Re: Proposing myself for Accounting PSC
Thanks a lot!Sergio CoratoIl giorno mer 8 lug 2020 alle ore 10:02 Simone Orsi <simahawk@gmail.com> ha scritto:Ciao Sergio,I added you to the PSC.Bests,S.On Wed, Jul 8, 2020 at 7:37 AM Sergio Corato <sergiocorato@gmail.com> wrote:Thanks all!Sergio CoratoIl giorno mer 8 lug 2020 alle ore 04:57 Kitti Upariphutthiphong <kittiu@ecosoft.co.th> ha scritto:+1 for me.Thank youOn Mon, Jul 6, 2020 at 7:07 PM Mario Riva <mr@takobi.online> wrote:--Il giorno dom 5 lug 2020 alle ore 14:47 Sergio Corato <sergiocorato@gmail.com> ha scritto:Hi all,I would like to propose myself as PSC in Accounting group.+1Mario Riva
takobi.online | Facebook | Linkedin | Youtube
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Sergio Corato - 10:46 - 8 Jul 2020 -
Re: Proposing myself for Accounting PSC
Ciao Sergio,I added you to the PSC.Bests,S.On Wed, Jul 8, 2020 at 7:37 AM Sergio Corato <sergiocorato@gmail.com> wrote:Thanks all!Sergio CoratoIl giorno mer 8 lug 2020 alle ore 04:57 Kitti Upariphutthiphong <kittiu@ecosoft.co.th> ha scritto:+1 for me.Thank youOn Mon, Jul 6, 2020 at 7:07 PM Mario Riva <mr@takobi.online> wrote:--Il giorno dom 5 lug 2020 alle ore 14:47 Sergio Corato <sergiocorato@gmail.com> ha scritto:Hi all,I would like to propose myself as PSC in Accounting group.+1Mario Riva
takobi.online | Facebook | Linkedin | Youtube
_______________________________________________
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 Simone Orsi. - 10:00 - 8 Jul 2020 -
Re: Proposing myself for Accounting PSC
Thanks all!Sergio CoratoIl giorno mer 8 lug 2020 alle ore 04:57 Kitti Upariphutthiphong <kittiu@ecosoft.co.th> ha scritto:+1 for me.Thank youOn Mon, Jul 6, 2020 at 7:07 PM Mario Riva <mr@takobi.online> wrote:--Il giorno dom 5 lug 2020 alle ore 14:47 Sergio Corato <sergiocorato@gmail.com> ha scritto:Hi all,I would like to propose myself as PSC in Accounting group.+1Mario Riva
takobi.online | Facebook | Linkedin | Youtube
_______________________________________________
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 Sergio Corato - 07:36 - 8 Jul 2020 -
Re: Proposing myself for Accounting PSC
+1 for me.Thank youOn Mon, Jul 6, 2020 at 7:07 PM Mario Riva <mr@takobi.online> wrote:--Il giorno dom 5 lug 2020 alle ore 14:47 Sergio Corato <sergiocorato@gmail.com> ha scritto:Hi all,I would like to propose myself as PSC in Accounting group.+1Mario Riva
takobi.online | Facebook | Linkedin | Youtube
_______________________________________________
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 - 04:56 - 8 Jul 2020 -
Re: Proposing myself for Accounting PSC
--Il giorno dom 5 lug 2020 alle ore 14:47 Sergio Corato <sergiocorato@gmail.com> ha scritto:Hi all,I would like to propose myself as PSC in Accounting group.+1Mario Riva
takobi.online | Facebook | Linkedin | Youtube
by Mario Riva - 02:06 - 6 Jul 2020
-
-
Dbsource delete method implementation
Hi,someone knows an implementation of the delete method as described here[0]?ThanksSergio Corato
by Sergio Corato - 11:35 - 5 Jul 2020 -
How to display date in other Year A.D.
Dear community,
I have 2 questions about Year1. This year is 2020 but in Buddhist calendar (B.E.) is 2563. Are there any module that make Odoo display Buddha Year, i.e., 2563 instead of 2020 in Date Field?If nothing like that,2. At least, any module that helps make sequence prefix in year 2563, i..e, INV/2563/0001ExampleAdd number 543 in sequence invoice. it will + 543 in year--------------------------------------------------------------Old New-----------------------------------------------------BILL/2020/0001 BILL/2563/0001
WDYT?
Regards,Saran Lim.
by saranl - 06:56 - 2 Jul 2020 -
Add jbaudoux to Logistics PSC
Dear contributor,I would like to propose https://github.com/jbaudoux as a member of the logistics PSC.He has worked with me for years and started to contribute in this field, especially on the new WMS stack. I would gladly welcome someone like him in this PSC.What do you say ?Joël
--camptocampINNOVATIVE SOLUTIONSBY OPEN SOURCE EXPERTSJoël Grand-GuillaumeDepartment HeadBusiness Solutions
by Joël Grand Guillaume - 11:46 - 1 Jul 2020-
Re: Add jbaudoux to Logistics PSC
It's done. Thanks for your trust.On Thu, Jul 2, 2020 at 9:36 AM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:On Thu, Jul 2, 2020 at 9:27 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Ok for me as well recommended by Joel.It is always welcome to have people who want to be involved.So, welcome @jbaudoux !On Wed, Jul 1, 2020 at 7:01 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:There aren't enough PSC members across OCA, but it shouldn't also be so cheap to have that super-powers without any back, but coming with the recommendation and referrals from a distinguished OCA member like you, OK for me. If the rest of the PSC members agree, go ahead.Regards._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Liège (Val Benoît)
Tel : +32 2 888 31 49
Fax : +32 2 888 31 59
Gsm : +32 472 22 00 57Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | BelgiumQuai Banning, 6 (Val Benoît) | B-4000 Liège | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg_______________________________________________
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
--camptocampINNOVATIVE SOLUTIONSBY OPEN SOURCE EXPERTSJoël Grand-GuillaumeDepartment HeadBusiness Solutions
by Joël Grand Guillaume - 01:26 - 2 Jul 2020 -
Re: Add jbaudoux to Logistics PSC
On Thu, Jul 2, 2020 at 9:27 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Ok for me as well recommended by Joel.It is always welcome to have people who want to be involved.So, welcome @jbaudoux !On Wed, Jul 1, 2020 at 7:01 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:There aren't enough PSC members across OCA, but it shouldn't also be so cheap to have that super-powers without any back, but coming with the recommendation and referrals from a distinguished OCA member like you, OK for me. If the rest of the PSC members agree, go ahead.Regards._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Liège (Val Benoît)
Tel : +32 2 888 31 49
Fax : +32 2 888 31 59
Gsm : +32 472 22 00 57Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | BelgiumQuai Banning, 6 (Val Benoît) | B-4000 Liège | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg_______________________________________________
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:36 - 2 Jul 2020 -
Re: Add jbaudoux to Logistics PSC
Ok for me as well recommended by Joel.It is always welcome to have people who want to be involved.So, welcome @jbaudoux !On Wed, Jul 1, 2020 at 7:01 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:There aren't enough PSC members across OCA, but it shouldn't also be so cheap to have that super-powers without any back, but coming with the recommendation and referrals from a distinguished OCA member like you, OK for me. If the rest of the PSC members agree, go ahead.Regards._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Liège (Val Benoît)
Tel : +32 2 888 31 49
Fax : +32 2 888 31 59
Gsm : +32 472 22 00 57Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | BelgiumQuai Banning, 6 (Val Benoît) | B-4000 Liège | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
by Denis Roussel. - 09:26 - 2 Jul 2020 -
Re: Add jbaudoux to Logistics PSC
On Wed, Jul 1, 2020 at 7:01 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:--There aren't enough PSC members across OCA, but it shouldn't also be so cheap to have that super-powers without any back, but coming with the recommendation and referrals from a distinguished OCA member like you, OK for me. If the rest of the PSC members agree, go ahead.Fine by me.Alex Comba
Tel (CH): +41 91 210 23 40
by Alex Comba. - 09:21 - 2 Jul 2020 -
Re: Add jbaudoux to Logistics PSC
There aren't enough PSC members across OCA, but it shouldn't also be so cheap to have that super-powers without any back, but coming with the recommendation and referrals from a distinguished OCA member like you, OK for me. If the rest of the PSC members agree, go ahead.Regards.
by Pedro M. Baeza - 07:00 - 1 Jul 2020
-
-
Proposing myself, Enric Tobella, for Document PSC
I have been working on DMS base module and I would like to help on other document/knowledge modules.Thanks a lot for considering it.Best regards,Enric Tobella Alomaretobella@creublanca.esCentros Médicos Creu BlancaTel: 902 202 230Tanto 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.
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 - 10:40 - 30 Jun 2020-
Re: Proposing myself, Enric Tobella, for Document PSC
+1Le mar. 30 juin 2020 à 14:16, Jordi Ballester Alomar <jordi.ballester@forgeflow.com> a écrit :+1 of course!!!El mar., 30 jun. 2020 14:02, Simone Orsi <simahawk@gmail.com> escribió:@Enric: I added you. Should be become effective on next sync.On Tue, Jun 30, 2020 at 10:42 AM Enric Tobella <etobella@creublanca.es> wrote:I have been working on DMS base module and I would like to help on other document/knowledge modules.Thanks a lot for considering it.Best regards,Enric Tobella AlomarCentros Médicos Creu BlancaTel: 902 202 230Tanto 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.
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.
_______________________________________________
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 Joël Grand Guillaume - 06:50 - 1 Jul 2020 -
Re: Proposing myself, Enric Tobella, for Document PSC
+1 of course!!!El mar., 30 jun. 2020 14:02, Simone Orsi <simahawk@gmail.com> escribió:@Enric: I added you. Should be become effective on next sync.On Tue, Jun 30, 2020 at 10:42 AM Enric Tobella <etobella@creublanca.es> wrote:I have been working on DMS base module and I would like to help on other document/knowledge modules.Thanks a lot for considering it.Best regards,Enric Tobella AlomarCentros Médicos Creu BlancaTel: 902 202 230Tanto 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.
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.
_______________________________________________
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 Jordi Ballester Alomar - 02:15 - 30 Jun 2020 -
Re: Proposing myself, Enric Tobella, for Document PSC
@Enric: I added you. Should be become effective on next sync.On Tue, Jun 30, 2020 at 10:42 AM Enric Tobella <etobella@creublanca.es> wrote:I have been working on DMS base module and I would like to help on other document/knowledge modules.Thanks a lot for considering it.Best regards,Enric Tobella AlomarCentros Médicos Creu BlancaTel: 902 202 230Tanto 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.
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.
_______________________________________________
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 Orsi. - 02:01 - 30 Jun 2020 -
Re: Proposing myself, Enric Tobella, for Document PSC
+1Sergio CoratoIl giorno mar 30 giu 2020 alle ore 11:12 Georg Notter <georg.notter@agenterp.com> ha scritto:👍🏻👍🏻👍🏻👍🏻Mit freundlichen Grüßen
We look forward to see you. Best Regards
Dipl. Ing. (Fh) Georg Notter
Agent ERP GmbH
www.agenterp.comAm 30.06.2020 um 11:02 schrieb Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>:
+1 for me as well_______________________________________________
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 Sergio Corato - 11:36 - 30 Jun 2020 -
Re: Proposing myself, Enric Tobella, for Document PSC
👍🏻👍🏻👍🏻👍🏻Mit freundlichen Grüßen
We look forward to see you. Best Regards
Dipl. Ing. (Fh) Georg Notter
Agent ERP GmbH
www.agenterp.comAm 30.06.2020 um 11:02 schrieb Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>:
+1 for me as well_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Georg Notter - 11:10 - 30 Jun 2020
-
-
Modules movement between repositories
Hi all,I recently found out that base_optional_quick_create was moved from server-tools to server-ux. From my PoV, this kind of breaking changes should be informed or planned somehow, as this could break a bunch of actual deployments.Regards,--
Gustavo Valverde
Chief Technology Officer
M (829) 686 8270 D (829) 956 5191 ext. 202
E gustavo@iterativo.do
ITERATIVO SRL
Roble Corporate Center, Piso 7
Rafael Augusto Sánchez 86, Piantini, Santo Domingo, R. Dominicana
T (829) 956 5191| E info@iterativo.do | www.iterativo.do
Member firm of ITERATIVO LLC & Progressa Corporate Group
Este mensaje y sus anexos pueden contener información confidencial y privilegiada con la intención de que sea utilizada por las personas u organizaciones a quienes esta dirigida, por lo que su uso es exclusivo para su destinatario. Si usted ha recibido este mensaje por error, favor de eliminarlo e informar al remitente del mensaje a través de un correo de respuesta. Si este es el caso, le notificamos que queda estrictamente prohibida la distribución o reproducción de este e-mail y/o sus anexos. iterativo no se hace responsable de las opiniones vertidas en esta comunicación que no estén acordes con su quehacer y fines, y que no se revistan de un carácter oficial.
This message and its enclosures may contain confidential and privileged information intended for the use of people and organizations to which it is directed and its use is thus limited to its addressee. If you have received this message by mistake, please eliminate it and inform the sender through a reply message. Should this be the case, you are advised that the distribution or reproduction of this e-mail and/or any attachments contained herein is strictly forbidden. iterativo is not liable for opinions expressed in this message which may not coincide with its responsibilities and purpose and which may not express official matters.
No imprimas este correo si no es necesario. Cuidemos del ambiente!
Do not print this mail if it's not necessary. Let's take care of the environment!
by Gustavo Valverde <gustavo@iterativo.io> - 04:11 - 26 Jun 2020-
Re: Modules movement between repositories
That doesn't happen frequently (actually one twice in the whole history that I'm aware of), so there's no such index nor needed. If you have doubt, check in the OCA App where it is hosted. The migration issues are also for that.Regards.
by Pedro M. Baeza - 06:01 - 26 Jun 2020 -
Re: Modules movement between repositories
Thanks, those I know about.
What I actually meant is, if I'm not constantly following up on each repository. Where could I see the planning documents? Like the one you just shared with me?https://docs.google.com/spreadsheets/d/1Xg95cW4TFMf_Lo5i_CZC_
I didn't saw this at https://odoo-community.org/
Regards,On Fri, Jun 26, 2020 at 11:32 AM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:The reference for knowing where the OCA modules are hosted is the OCA Apps "store":And each repository has an issue for tracking the migration of its modules. This is this way since version 9. Navigate also through https://odoo-community.org to check all the documentation, contribution guidelines, etc.Regards._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Este mensaje y sus anexos pueden contener información confidencial y privilegiada con la intención de que sea utilizada por las personas u organizaciones a quienes esta dirigida, por lo que su uso es exclusivo para su destinatario. Si usted ha recibido este mensaje por error, favor de eliminarlo e informar al remitente del mensaje a través de un correo de respuesta. Si este es el caso, le notificamos que queda estrictamente prohibida la distribución o reproducción de este e-mail y/o sus anexos. iterativo no se hace responsable de las opiniones vertidas en esta comunicación que no estén acordes con su quehacer y fines, y que no se revistan de un carácter oficial.
This message and its enclosures may contain confidential and privileged information intended for the use of people and organizations to which it is directed and its use is thus limited to its addressee. If you have received this message by mistake, please eliminate it and inform the sender through a reply message. Should this be the case, you are advised that the distribution or reproduction of this e-mail and/or any attachments contained herein is strictly forbidden. iterativo is not liable for opinions expressed in this message which may not coincide with its responsibilities and purpose and which may not express official matters.
No imprimas este correo si no es necesario. Cuidemos del ambiente!
Do not print this mail if it's not necessary. Let's take care of the environment!
by Gustavo Valverde <gustavo@iterativo.io> - 05:51 - 26 Jun 2020 -
Re: Modules movement between repositories
The reference for knowing where the OCA modules are hosted is the OCA Apps "store":And each repository has an issue for tracking the migration of its modules. This is this way since version 9. Navigate also through https://odoo-community.org to check all the documentation, contribution guidelines, etc.Regards.
by Pedro M. Baeza - 05:31 - 26 Jun 2020 -
Re: Modules movement between repositories
Oh, good to know. Thanks Pedro.I suppose there are other documents like this. Is there a place where are all this are being published?Thanks in advance.Regards,On Fri, Jun 26, 2020 at 11:07 AM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:It was not a breaking change, as it was done in a version migration, not in the middle of a stable version, but not only that, it was:- Discussed. See https://odoo-community.org/groups/tools-22/tools-43815- Planned. See https://docs.google.com/spreadsheets/d/1Xg95cW4TFMf_Lo5i_CZC_qOOfN8RgxPRc0LJTLTkdUI/edit?usp=sharing- Executed per contributing guidelines. See https://github.com/OCA/server-tools/issues/1008 with the links to PRs.So please document yourself better before talking.Regards._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Este mensaje y sus anexos pueden contener información confidencial y privilegiada con la intención de que sea utilizada por las personas u organizaciones a quienes esta dirigida, por lo que su uso es exclusivo para su destinatario. Si usted ha recibido este mensaje por error, favor de eliminarlo e informar al remitente del mensaje a través de un correo de respuesta. Si este es el caso, le notificamos que queda estrictamente prohibida la distribución o reproducción de este e-mail y/o sus anexos. iterativo no se hace responsable de las opiniones vertidas en esta comunicación que no estén acordes con su quehacer y fines, y que no se revistan de un carácter oficial.
This message and its enclosures may contain confidential and privileged information intended for the use of people and organizations to which it is directed and its use is thus limited to its addressee. If you have received this message by mistake, please eliminate it and inform the sender through a reply message. Should this be the case, you are advised that the distribution or reproduction of this e-mail and/or any attachments contained herein is strictly forbidden. iterativo is not liable for opinions expressed in this message which may not coincide with its responsibilities and purpose and which may not express official matters.
No imprimas este correo si no es necesario. Cuidemos del ambiente!
Do not print this mail if it's not necessary. Let's take care of the environment!
by Gustavo Valverde <gustavo@iterativo.io> - 05:15 - 26 Jun 2020 -
Re: Modules movement between repositories
It was not a breaking change, as it was done in a version migration, not in the middle of a stable version, but not only that, it was:- Discussed. See https://odoo-community.org/groups/tools-22/tools-43815- Planned. See https://docs.google.com/spreadsheets/d/1Xg95cW4TFMf_Lo5i_CZC_qOOfN8RgxPRc0LJTLTkdUI/edit?usp=sharing- Executed per contributing guidelines. See https://github.com/OCA/server-tools/issues/1008 with the links to PRs.So please document yourself better before talking.Regards.
by Pedro M. Baeza - 05:05 - 26 Jun 2020
-
-
Proposing myself, David BEAL, for EDI PSC
Hi all, I'll ask you to become PSC for EDI repository https://github.com/OCA/edi/pulls?q=is%3Apr+author%3Abealdav+sort%3Aupdated-desc+ https://github.com/bealdav Thanks a lot for considering it. Regards David BEAL - akretion.com Chef de projet Odoo Développement / Intégration
by David BEAL - 10:00 - 26 Jun 2020-
Re: Proposing myself, David BEAL, for EDI PSC
Thanks a lot Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement Le mar. 30 juin 2020 à 10:16, Daniel Reis <dreis@opensourceintegrators.com> a écrit : > > If I got the question correctly: > “Major” bumps 12.0.1.2.3 to 12.0.2.0.0 > > —Daniel > > David Beal <david.beal@akretion.com> escreveu em ter, 30/06/2020 às 09:02 : > > Another question about /ocabot merge major > > I haven't found the answer here > https://odoo-community.org/blog/the-oca-blog-1/post/the-oca-github-bot-can-now-merge-pull-requests-92 > whereas google index well this page > > major is inside an Odoo version or between odoo versions ? > > Thanks > > Bonne journée > > > David BEAL - akretion.com > Consultant > Odoo Intégration / Développement > > Le lun. 29 juin 2020 à 16:51, Simone Orsi <simahawk@gmail.com> a écrit : > > > > > > > > Welcome David :) > > > > > > > > Regarding people missing in the team: seems others have been added on the repo directly. > > > > I'll move them inside the team later. > > > > > > > > On Mon, Jun 29, 2020 at 4:42 PM David Beal <david.beal@akretion.com> wrote: > > > > > > > > Hi, > > > > > > > > Finally it's not a problem to be robin when there are batmen around. > > > > > > > > Thanks a lot guys > > > > > > > > Bonne journée > > > > > > > > > > > > David BEAL - akretion.com > > > > Consultant > > > > Odoo Intégration / Développement > > > > > > > > Le lun. 29 juin 2020 à 16:32, Simone Orsi <simahawk@gmail.com> a écrit : > > > > > > > > > > > > > > > > > > > > > > > > > > Stéphane has been faster than me :D > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Jun 29, 2020 at 4:27 PM Simone Orsi <simahawk@gmail.com> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > OCA/edi has some unexpected protection rules on branches 8.0 and 9.0. > > > > > > > > > > > > > Dunno why, I think we can safely drop them. > > > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Jun 29, 2020 at 4:22 PM David Beal <david.beal@akretion.com> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > I haved tried it with fail here > > > > > > > > > > > > > https://github.com/OCA/edi/pull/211#issuecomment-650716260 > > > > > > > > > > > > > but if it seems OK for you i'll try again > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks Pedro > > > > > > > > > > > > > > > > > > > > > > > > > > Bonne journée > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > David BEAL - akretion.com > > > > > > > > > > > > > Chef de projet > > > > > > > > > > > > > Odoo Développement / Intégration > > > > > > > > > > > > > > > > > > > > > > > > > > Le lun. 29 juin 2020 à 16:12, Pedro M. Baeza (Tecnativa) > > > > > > > > > > > > > <pedro.baeza@tecnativa.com> a écrit : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > AFAIK, you can launch /ocabot merge command and it will be merged. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > > > > > > > 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 > > -- > Thanks > Daniel > > _______________________________________________ > 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:26 - 30 Jun 2020 -
Re: Proposing myself, David BEAL, for EDI PSC
If I got the question correctly:“Major” bumps 12.0.1.2.3 to 12.0.2.0.0—Daniel--David Beal <david.beal@akretion.com> escreveu em ter, 30/06/2020 às 09:02 :Another question about /ocabot merge major I haven't found the answer here https://odoo-community.org/blog/the-oca-blog-1/post/the-oca-github-bot-can-now-merge-pull-requests-92 whereas google index well this page major is inside an Odoo version or between odoo versions ? Thanks Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement Le lun. 29 juin 2020 à 16:51, Simone Orsi <simahawk@gmail.com> a écrit :
> > Welcome David :) > > Regarding people missing in the team: seems others have been added on the repo directly. > I'll move them inside the team later. > > On Mon, Jun 29, 2020 at 4:42 PM David Beal <david.beal@akretion.com> wrote: > > Hi, > > Finally it's not a problem to be robin when there are batmen around. > > Thanks a lot guys > > Bonne journée > > > David BEAL - akretion.com > Consultant > Odoo Intégration / Développement > > Le lun. 29 juin 2020 à 16:32, Simone Orsi <simahawk@gmail.com> a écrit : > > > > > > > > Stéphane has been faster than me :D > > > > > > > > On Mon, Jun 29, 2020 at 4:27 PM Simone Orsi <simahawk@gmail.com> wrote: > > > > > > > > OCA/edi has some unexpected protection rules on branches 8.0 and 9.0. > > > > Dunno why, I think we can safely drop them. > > > > > > > > On Mon, Jun 29, 2020 at 4:22 PM David Beal <david.beal@akretion.com> wrote: > > > > > > > > I haved tried it with fail here > > > > https://github.com/OCA/edi/pull/211#issuecomment-650716260 > > > > but if it seems OK for you i'll try again > > > > > > > > Thanks Pedro > > > > > > > > Bonne journée > > > > > > > > > > > > David BEAL - akretion.com > > > > Chef de projet > > > > Odoo Développement / Intégration > > > > > > > > Le lun. 29 juin 2020 à 16:12, Pedro M. Baeza (Tecnativa) > > > > <pedro.baeza@tecnativa.com> a écrit : > > > > > > > > > > > > > > > > > > > > > > > > > > AFAIK, you can launch /ocabot merge command and it will be merged. > > > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > > _______________________________________________ > > > > 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
Thanks
Daniel
by Daniel Reis - 10:15 - 30 Jun 2020 -
Re: Proposing myself, David BEAL, for EDI PSC
Major is the third number from the right (patch and minor being the first and second, respectively).Changing Odoo series is done manually during migration.-sbiOn Tue, Jun 30, 2020 at 10:02 AM David Beal <david.beal@akretion.com> wrote:Another question about /ocabot merge major I haven't found the answer here https://odoo-community.org/blog/the-oca-blog-1/post/the-oca-github-bot-can-now-merge-pull-requests-92 whereas google index well this page major is inside an Odoo version or between odoo versions ? Thanks Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement Le lun. 29 juin 2020 à 16:51, Simone Orsi <simahawk@gmail.com> a écrit : > > Welcome David :) > > Regarding people missing in the team: seems others have been added on the repo directly. > I'll move them inside the team later. > > On Mon, Jun 29, 2020 at 4:42 PM David Beal <david.beal@akretion.com> wrote: > > Hi, > > Finally it's not a problem to be robin when there are batmen around. > > Thanks a lot guys > > Bonne journée > > > David BEAL - akretion.com > Consultant > Odoo Intégration / Développement > > Le lun. 29 juin 2020 à 16:32, Simone Orsi <simahawk@gmail.com> a écrit : > > > > > > > > Stéphane has been faster than me :D > > > > > > > > On Mon, Jun 29, 2020 at 4:27 PM Simone Orsi <simahawk@gmail.com> wrote: > > > > > > > > OCA/edi has some unexpected protection rules on branches 8.0 and 9.0. > > > > Dunno why, I think we can safely drop them. > > > > > > > > On Mon, Jun 29, 2020 at 4:22 PM David Beal <david.beal@akretion.com> wrote: > > > > > > > > I haved tried it with fail here > > > > https://github.com/OCA/edi/pull/211#issuecomment-650716260 > > > > but if it seems OK for you i'll try again > > > > > > > > Thanks Pedro > > > > > > > > Bonne journée > > > > > > > > > > > > David BEAL - akretion.com > > > > Chef de projet > > > > Odoo Développement / Intégration > > > > > > > > Le lun. 29 juin 2020 à 16:12, Pedro M. Baeza (Tecnativa) > > > > <pedro.baeza@tecnativa.com> a écrit : > > > > > > > > > > > > > > > > > > > > > > > > > > AFAIK, you can launch /ocabot merge command and it will be merged. > > > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > > _______________________________________________ > > > > Mailing-List: https://odoo-community.org/groups/contributors-15 > > > > Post to: mailto:contributors@odoo-community.org > > > > Unsubscribe: https://odoo-community.org/groups?unsubscribe > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 10:05 - 30 Jun 2020 -
Re: Proposing myself, David BEAL, for EDI PSC
Another question about /ocabot merge major I haven't found the answer here https://odoo-community.org/blog/the-oca-blog-1/post/the-oca-github-bot-can-now-merge-pull-requests-92 whereas google index well this page major is inside an Odoo version or between odoo versions ? Thanks Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement Le lun. 29 juin 2020 à 16:51, Simone Orsi <simahawk@gmail.com> a écrit : > > Welcome David :) > > Regarding people missing in the team: seems others have been added on the repo directly. > I'll move them inside the team later. > > On Mon, Jun 29, 2020 at 4:42 PM David Beal <david.beal@akretion.com> wrote: > > Hi, > > Finally it's not a problem to be robin when there are batmen around. > > Thanks a lot guys > > Bonne journée > > > David BEAL - akretion.com > Consultant > Odoo Intégration / Développement > > Le lun. 29 juin 2020 à 16:32, Simone Orsi <simahawk@gmail.com> a écrit : > > > > > > > > Stéphane has been faster than me :D > > > > > > > > On Mon, Jun 29, 2020 at 4:27 PM Simone Orsi <simahawk@gmail.com> wrote: > > > > > > > > OCA/edi has some unexpected protection rules on branches 8.0 and 9.0. > > > > Dunno why, I think we can safely drop them. > > > > > > > > On Mon, Jun 29, 2020 at 4:22 PM David Beal <david.beal@akretion.com> wrote: > > > > > > > > I haved tried it with fail here > > > > https://github.com/OCA/edi/pull/211#issuecomment-650716260 > > > > but if it seems OK for you i'll try again > > > > > > > > Thanks Pedro > > > > > > > > Bonne journée > > > > > > > > > > > > David BEAL - akretion.com > > > > Chef de projet > > > > Odoo Développement / Intégration > > > > > > > > Le lun. 29 juin 2020 à 16:12, Pedro M. Baeza (Tecnativa) > > > > <pedro.baeza@tecnativa.com> a écrit : > > > > > > > > > > > > > > > > > > > > > > > > > > AFAIK, you can launch /ocabot merge command and it will be merged. > > > > > > > > > > > > > > > > > > > > > > > > > > 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 > > > > > > > > _______________________________________________ > > > > 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 David BEAL - 10:01 - 30 Jun 2020 -
Re: Proposing myself, David BEAL, for EDI PSC
Welcome David :)Regarding people missing in the team: seems others have been added on the repo directly.I'll move them inside the team later.On Mon, Jun 29, 2020 at 4:42 PM David Beal <david.beal@akretion.com> wrote:Hi, Finally it's not a problem to be robin when there are batmen around. Thanks a lot guys Bonne journée David BEAL - akretion.com Consultant Odoo Intégration / Développement Le lun. 29 juin 2020 à 16:32, Simone Orsi <simahawk@gmail.com> a écrit : > > Stéphane has been faster than me :D > > On Mon, Jun 29, 2020 at 4:27 PM Simone Orsi <simahawk@gmail.com> wrote: > > OCA/edi has some unexpected protection rules on branches 8.0 and 9.0. > Dunno why, I think we can safely drop them. > > On Mon, Jun 29, 2020 at 4:22 PM David Beal <david.beal@akretion.com> wrote: > > I haved tried it with fail here > https://github.com/OCA/edi/pull/211#issuecomment-650716260 > but if it seems OK for you i'll try again > > Thanks Pedro > > Bonne journée > > > David BEAL - akretion.com > Chef de projet > Odoo Développement / Intégration > > Le lun. 29 juin 2020 à 16:12, Pedro M. Baeza (Tecnativa) > <pedro.baeza@tecnativa.com> a écrit : > > > > > > > > AFAIK, you can launch /ocabot merge command and it will be merged. > > > > > > > > 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 > > _______________________________________________ > 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 Simone Orsi. - 04:50 - 29 Jun 2020
-
-
OCA Days 2020 - Online, 15/16 October 2020
OCA Days 2020 - ONLINE
Training and Learning Event
When
Thursday 15th and Friday 16th of October, 2020
What
The OCA Days 2020 will be held online.
The aim of doing it this way is to help support the community as we all deal with the global pandemic and the uncertain times ahead, everyone has the opportunity to join in.This year’s sprint will again be the standard two days but across many time zones. BIG focus will be put on helping to get people active in contributing and continuing to do so, keeping the usual 3 tracks, coding, training and discussions.
Who
Being online only we hope we will be able to reach more of our contributors and offer more support to our “newbies” in particular, a real sense of training and learning.
We want to use this as a time to welcome everyone, the newbies who know nothing and are keen to learn, the programmer who has made one PR, the experienced people who don’t contribute already, the seasoned member who has been around for a long time with knowledge to impart.
We want to support the community and get the most out of this opportunity globally. How
The conference will circumvent around video conferences for Training and Talks, that will be pre-scheduled. The OCA will provide a specific platform for this purpose.
At the same time the OCA will introduce a modern Chat platform, using separate channels for the various topics of the sprint.
Call for Speakers
We would love to hear from you if you have ideas, case studies, implementations, can train on OCA modules or how to contribute to the OCA. Do you have an idea for a panel discussion? Please fill in this survey to submit your ideas.
What do you want to know more about?
Do you have questions about how the OCA works, what the OCA is about, how to get your code reviewed etc? We want to get an idea of which areas our community needs support in. Let us know what you see as the priorities here.We'll be sharing how to register in the coming weeks. If you have any questions please respond on this list.
Warmest regards,Rebecca--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 02:56 - 22 Jun 2020-
Re: OCA Days 2020 - Online, 15/16 October 2020
Hi,A few days ago, I participated in an online event on this platform: https://remo.co/conference/It worked really well....Do we have any information about the platform that Odoo SA is developing for OXP?Does the OCA can make a partnership to use the same infrastructure Odoo SA?Best regardsDe: "Rebecca Gellatly" <rebecca@o4sb.com>
Para: "Contributors" <contributors@odoo-community.org>
Enviadas: Terça-feira, 23 de junho de 2020 20:07:22
Assunto: Re: OCA Days 2020 - Online, 15/16 October 2020@Joan van de Swaluw
It is just the standard Odoo S.A Survey as far as I am aware. I hope that helps.https://www.odoo.com/page/survey Marketing Create surveys, collect answers and print statistics survey LGPL Version 3 12.0.3.0 On Mon, Jun 22, 2020 at 8:02 PM Frederik Kramer <frederik.kramer@initos.com> wrote:i'd rather go for mattermost and Open Source on that matter as well Am Montag, den 22.06.2020, 07:56 +0000 schrieb Alexey Pelykh: > We can use already existing Slack? > > Sent from my iPhone > > > On 22 Jun 2020, at 09:42, Georg Notter <georg.notter@agenterp.com> > > wrote: > > > > > > We like this one quite much: > > > > https://bigbluebutton.org/ > > > > > > > > > > -- > > > > Mit freundlichen Grüßen > > > > We look forward to see you. Best Regards > > > > Dipl. Ing. (Fh) Georg A. G. Notter > > > > Agent ERP GmbH > > > > www.agenterp.com > > > > -------- Weitergeleitete Nachricht -------- > > Von: Holger Brunn <mail@hunki-enterprises.nl> > > Antwort an: Odoo Community Association (OCA) Contributors < > > contributors@odoo-community.org> > > An: Contributors <contributors@odoo-community.org> > > Betreff: Re: OCA Days 2020 - Online, 15/16 October 2020 > > Datum: Mon, 22 Jun 2020 07:21:50 -0000 > > > > > The OCA will provide a specific platform > > > for this purpose. At the same time the OCA will introduce a > > modern Chat > > > platform, using separate channels for the various topics of the > > sprint. > > > > I'm curious about this one as I've been looking into adding more > > collaboration > > features to Odoo for a while already, so that it's on par with > > Slack or Teams > > or the like in the end. > > > > Is there already work done or a plan what to do and how? > > _______________________________________________ > > 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 -- 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
--Rebecca GellatlyGeneral SecretaryOdoo Community Association_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Luis F Miléo - 09:06 - 24 Jun 2020 -
Re: OCA Days 2020 - Online, 15/16 October 2020
@Joan van de Swaluw
It is just the standard Odoo S.A Survey as far as I am aware. I hope that helps.https://www.odoo.com/page/survey Marketing Create surveys, collect answers and print statistics survey LGPL Version 3 12.0.3.0 On Mon, Jun 22, 2020 at 8:02 PM Frederik Kramer <frederik.kramer@initos.com> wrote:i'd rather go for mattermost and Open Source on that matter as well Am Montag, den 22.06.2020, 07:56 +0000 schrieb Alexey Pelykh: > We can use already existing Slack? > > Sent from my iPhone > > > On 22 Jun 2020, at 09:42, Georg Notter <georg.notter@agenterp.com> > > wrote: > > > > > > We like this one quite much: > > > > https://bigbluebutton.org/ > > > > > > > > > > -- > > > > Mit freundlichen Grüßen > > > > We look forward to see you. Best Regards > > > > Dipl. Ing. (Fh) Georg A. G. Notter > > > > Agent ERP GmbH > > > > www.agenterp.com > > > > -------- Weitergeleitete Nachricht -------- > > Von: Holger Brunn <mail@hunki-enterprises.nl> > > Antwort an: Odoo Community Association (OCA) Contributors < > > contributors@odoo-community.org> > > An: Contributors <contributors@odoo-community.org> > > Betreff: Re: OCA Days 2020 - Online, 15/16 October 2020 > > Datum: Mon, 22 Jun 2020 07:21:50 -0000 > > > > > The OCA will provide a specific platform > > > for this purpose. At the same time the OCA will introduce a > > modern Chat > > > platform, using separate channels for the various topics of the > > sprint. > > > > I'm curious about this one as I've been looking into adding more > > collaboration > > features to Odoo for a while already, so that it's on par with > > Slack or Teams > > or the like in the end. > > > > Is there already work done or a plan what to do and how? > > _______________________________________________ > > 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 -- 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
--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 01:06 - 24 Jun 2020 -
Re: OCA Days 2020 - Online, 15/16 October 2020
i'd rather go for mattermost and Open Source on that matter as well Am Montag, den 22.06.2020, 07:56 +0000 schrieb Alexey Pelykh: > We can use already existing Slack? > > Sent from my iPhone > > > On 22 Jun 2020, at 09:42, Georg Notter <georg.notter@agenterp.com> > > wrote: > > > > > > We like this one quite much: > > > > https://bigbluebutton.org/ > > > > > > > > > > -- > > > > Mit freundlichen Grüßen > > > > We look forward to see you. Best Regards > > > > Dipl. Ing. (Fh) Georg A. G. Notter > > > > Agent ERP GmbH > > > > www.agenterp.com > > > > -------- Weitergeleitete Nachricht -------- > > Von: Holger Brunn <mail@hunki-enterprises.nl> > > Antwort an: Odoo Community Association (OCA) Contributors < > > contributors@odoo-community.org> > > An: Contributors <contributors@odoo-community.org> > > Betreff: Re: OCA Days 2020 - Online, 15/16 October 2020 > > Datum: Mon, 22 Jun 2020 07:21:50 -0000 > > > > > The OCA will provide a specific platform > > > for this purpose. At the same time the OCA will introduce a > > modern Chat > > > platform, using separate channels for the various topics of the > > sprint. > > > > I'm curious about this one as I've been looking into adding more > > collaboration > > features to Odoo for a while already, so that it's on par with > > Slack or Teams > > or the like in the end. > > > > Is there already work done or a plan what to do and how? > > _______________________________________________ > > 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 -- 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. - 10:00 - 22 Jun 2020 -
Re: OCA Days 2020 - Online, 15/16 October 2020
We can use already existing Slack?Sent from my iPhoneOn 22 Jun 2020, at 09:42, Georg Notter <georg.notter@agenterp.com> wrote:
We like this one quite much:https://bigbluebutton.org/
--
Mit freundlichen Grüßen
We look forward to see you. Best Regards
Dipl. Ing. (Fh) Georg A. G. Notter
Agent ERP GmbH
-------- Weitergeleitete Nachricht --------Von: Holger Brunn <mail@hunki-enterprises.nl>Antwort an: Odoo Community Association (OCA) Contributors <contributors@odoo-community.org>An: Contributors <contributors@odoo-community.org>Betreff: Re: OCA Days 2020 - Online, 15/16 October 2020Datum: Mon, 22 Jun 2020 07:21:50 -0000> The OCA will provide a specific platform
> for this purpose. At the same time the OCA will introduce a modern Chat
> platform, using separate channels for the various topics of the sprint.
I'm curious about this one as I've been looking into adding more collaboration
features to Odoo for a while already, so that it's on par with Slack or Teams
or the like in the end.
Is there already work done or a plan what to do and how?
_______________________________________________
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 Alexey Pelykh <alexey.pelykh@gmail.com> - 09:56 - 22 Jun 2020 -
Re: OCA Days 2020 - Online, 15/16 October 2020
We like this one quite much:https://bigbluebutton.org/
--
Mit freundlichen Grüßen
We look forward to see you. Best Regards
Dipl. Ing. (Fh) Georg A. G. Notter
Agent ERP GmbH
-------- Weitergeleitete Nachricht --------Von: Holger Brunn <mail@hunki-enterprises.nl>Antwort an: Odoo Community Association (OCA) Contributors <contributors@odoo-community.org>An: Contributors <contributors@odoo-community.org>Betreff: Re: OCA Days 2020 - Online, 15/16 October 2020Datum: Mon, 22 Jun 2020 07:21:50 -0000> The OCA will provide a specific platform
> for this purpose. At the same time the OCA will introduce a modern Chat
> platform, using separate channels for the various topics of the sprint.
I'm curious about this one as I've been looking into adding more collaboration
features to Odoo for a while already, so that it's on par with Slack or Teams
or the like in the end.
Is there already work done or a plan what to do and how?
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Georg Notter - 09:41 - 22 Jun 2020
-
-
Odoo versions
Hi,
I am a beginner in the Odoo world and I am not sure this is the right place for this topic, so excuse me if not.
My question is :
I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
I should point out that I am in France and that my remark apply in particular to the French localization.
Again, this is not a complain for upgrades that does’nt come fast enough because I know it’s a big work and each contributor do his best but I would like to ajust my company’s strategy for my customers and know which version of Odoo should we put forward.
Best Regards.
Yves Le Doeuff
Email: y.ledoeuff@alliasys.fr
Tél. 02 23 20 03 25 – Fax. 02 23 20 03 26
2, rue de la Senestrais – 35520 La Chapelle des Fougeretz
P Pensez ENVIRONNEMENT : n'imprimer que si nécessaire.
by "Yves Le Doeuff - Alliasys" <y.ledoeuff@alliasys.fr> - 06:15 - 18 Jun 2020-
Re: Odoo versions
Hi,LTS oca versions are even oneLe ven. 19 juin 2020 à 20:12, Yves Le Doeuff - Alliasys <y.ledoeuff@alliasys.fr> a écrit :Thank you all for your answers.
It is our intention to participate in the development of Odoo with our modest means.
But for now, we have two programmers who are in the process of discovering the Odoo framework.
Best regards
Yves Le Doeuff
De : Joerg Lorenz [mailto:jlorenz@itis.de]
Envoyé : vendredi 19 juin 2020 12:52
À : Contributors
Objet : Re: Odoo versionsDear Yves:
additionally, my 2 cents here1. I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Livin more than 20 year in ERP space, it is always a trade off between stability and features and functions beeing new and inspiring.
We at IT IS favour a LTS like concept as ubuntu does, which is not in odoo officially. It is an open secret also, that odd odoo release numbers are more "introductory" releases and "even" releases stabilize the efforts.
2. Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Yes, it is work, which depends on the changes. Between odoo 10 and odoo 11, there was a switch of the underlying python version, which took more effort, for example. But it depends on the particular module, also since some are pretty dormant, while others are just fancy and loaded with change right now.
3. Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
See 1.
Last not least: Welcome to the community. Please stay active and consider participating the OCA.
Best
Joe Lorenz
IT IS AG
Postfach 3141
84037 Landshut
Deutschland
Tel.: +49 8703 9069 0
Fax: +49 8703 9069 200
Siemensstraße 14
84051 Altheim
in der Nähe des Münchner Flughafens
Wir sprechen
Ihr business
Vorstandsvorsitzender: Dipl.-Ing. Joerg Lorenz, Aufsichtsratsvorsitzende: Anke Lorenz Handelsregister: Landshut HRB 5072 USt.-ID.-Nummer: DE 812896466
Dieses E-Mail ist vertraulich. Wenn Sie nicht der rechtmaessige Empfaenger sind, duerfen Sie den Inhalt weder kopieren, verbreiten oder benutzen. Sollten Sie dieses E-Mail versehentlich erhalten haben, senden Sie es bitte an uns zurueck und loeschen es anschliessend.
This message is the property of IT IS AG or its affiliates. It maybe legally privileged and/or confidential and is intended only for the use of the addressee's. No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If you are not the intended recipient, you must not copy, disclose or use its contents. If you have received it in error, please inform us immediately by return email and delete the document
Von: "Yves Le Doeuff - Alliasys" <y.ledoeuff@alliasys.fr>
An: "Contributors" <contributors@odoo-community.org>
Gesendet: Donnerstag, 18. Juni 2020 18:16:55
Betreff: Odoo versionsHi,
I am a beginner in the Odoo world and I am not sure this is the right place for this topic, so excuse me if not.
My question is :
I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
I should point out that I am in France and that my remark apply in particular to the French localization.
Again, this is not a complain for upgrades that does’nt come fast enough because I know it’s a big work and each contributor do his best but I would like to ajust my company’s strategy for my customers and know which version of Odoo should we put forward.
Best Regards.
Yves Le Doeuff
Email: y.ledoeuff@alliasys.fr
Tél. 02 23 20 03 25 – Fax. 02 23 20 03 26
2, rue de la Senestrais – 35520 La Chapelle des Fougeretz
P Pensez ENVIRONNEMENT : n'imprimer que si nécessaire.
_______________________________________________
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 David BEAL - 08:41 - 19 Jun 2020 -
RE: Odoo versions
Thank you all for your answers.
It is our intention to participate in the development of Odoo with our modest means.
But for now, we have two programmers who are in the process of discovering the Odoo framework.
Best regards
Yves Le Doeuff
De : Joerg Lorenz [mailto:jlorenz@itis.de]
Envoyé : vendredi 19 juin 2020 12:52
À : Contributors
Objet : Re: Odoo versionsDear Yves:
additionally, my 2 cents here1. I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Livin more than 20 year in ERP space, it is always a trade off between stability and features and functions beeing new and inspiring.
We at IT IS favour a LTS like concept as ubuntu does, which is not in odoo officially. It is an open secret also, that odd odoo release numbers are more "introductory" releases and "even" releases stabilize the efforts.
2. Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Yes, it is work, which depends on the changes. Between odoo 10 and odoo 11, there was a switch of the underlying python version, which took more effort, for example. But it depends on the particular module, also since some are pretty dormant, while others are just fancy and loaded with change right now.
3. Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
See 1.
Last not least: Welcome to the community. Please stay active and consider participating the OCA.
Best
Joe Lorenz
IT IS AG
Postfach 3141
84037 Landshut
Deutschland
Tel.: +49 8703 9069 0
Fax: +49 8703 9069 200
Siemensstraße 14
84051 Altheim
in der Nähe des Münchner Flughafens
Wir sprechen
Ihr business
Vorstandsvorsitzender: Dipl.-Ing. Joerg Lorenz, Aufsichtsratsvorsitzende: Anke Lorenz Handelsregister: Landshut HRB 5072 USt.-ID.-Nummer: DE 812896466
Dieses E-Mail ist vertraulich. Wenn Sie nicht der rechtmaessige Empfaenger sind, duerfen Sie den Inhalt weder kopieren, verbreiten oder benutzen. Sollten Sie dieses E-Mail versehentlich erhalten haben, senden Sie es bitte an uns zurueck und loeschen es anschliessend.
This message is the property of IT IS AG or its affiliates. It maybe legally privileged and/or confidential and is intended only for the use of the addressee's. No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If you are not the intended recipient, you must not copy, disclose or use its contents. If you have received it in error, please inform us immediately by return email and delete the document
Von: "Yves Le Doeuff - Alliasys" <y.ledoeuff@alliasys.fr>
An: "Contributors" <contributors@odoo-community.org>
Gesendet: Donnerstag, 18. Juni 2020 18:16:55
Betreff: Odoo versionsHi,
I am a beginner in the Odoo world and I am not sure this is the right place for this topic, so excuse me if not.
My question is :
I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
I should point out that I am in France and that my remark apply in particular to the French localization.
Again, this is not a complain for upgrades that does’nt come fast enough because I know it’s a big work and each contributor do his best but I would like to ajust my company’s strategy for my customers and know which version of Odoo should we put forward.
Best Regards.
Yves Le Doeuff
Email: y.ledoeuff@alliasys.fr
Tél. 02 23 20 03 25 – Fax. 02 23 20 03 26
2, rue de la Senestrais – 35520 La Chapelle des Fougeretz
P Pensez ENVIRONNEMENT : n'imprimer que si nécessaire.
_______________________________________________
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 "Yves Le Doeuff - Alliasys" <y.ledoeuff@alliasys.fr> - 08:11 - 19 Jun 2020 -
Re: Odoo versions
Dear Yves:
additionally, my 2 cents here1. I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Livin more than 20 year in ERP space, it is always a trade off between stability and features and functions beeing new and inspiring.
We at IT IS favour a LTS like concept as ubuntu does, which is not in odoo officially. It is an open secret also, that odd odoo release numbers are more "introductory" releases and "even" releases stabilize the efforts.
2. Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Yes, it is work, which depends on the changes. Between odoo 10 and odoo 11, there was a switch of the underlying python version, which took more effort, for example. But it depends on the particular module, also since some are pretty dormant, while others are just fancy and loaded with change right now.
3. Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
See 1.Last not least: Welcome to the community. Please stay active and consider participating the OCA.BestJoe Lorenz
Wir sprechenIT IS AG
Postfach 3141
84037 Landshut
Deutschland
Tel.: +49 8703 9069 0
Fax: +49 8703 9069 200
Siemensstraße 14
84051 Altheim
in der Nähe des Münchner Flughafens
Ihr business
Vorstandsvorsitzender: Dipl.-Ing. Joerg Lorenz, Aufsichtsratsvorsitzende: Anke Lorenz Handelsregister: Landshut HRB 5072 USt.-ID.-Nummer: DE 812896466
Dieses E-Mail ist vertraulich. Wenn Sie nicht der rechtmaessige Empfaenger sind, duerfen Sie den Inhalt weder kopieren, verbreiten oder benutzen. Sollten Sie dieses E-Mail versehentlich erhalten haben, senden Sie es bitte an uns zurueck und loeschen es anschliessend.
This message is the property of IT IS AG or its affiliates. It maybe legally privileged and/or confidential and is intended only for the use of the addressee's. No addressee should forward, print, copy, or otherwise reproduce this message in any manner that would allow it to be viewed by any individual not originally listed as a recipient. If you are not the intended recipient, you must not copy, disclose or use its contents. If you have received it in error, please inform us immediately by return email and delete the document
Von: "Yves Le Doeuff - Alliasys" <y.ledoeuff@alliasys.fr>
An: "Contributors" <contributors@odoo-community.org>
Gesendet: Donnerstag, 18. Juni 2020 18:16:55
Betreff: Odoo versionsHi,
I am a beginner in the Odoo world and I am not sure this is the right place for this topic, so excuse me if not.
My question is :
I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
I should point out that I am in France and that my remark apply in particular to the French localization.
Again, this is not a complain for upgrades that does’nt come fast enough because I know it’s a big work and each contributor do his best but I would like to ajust my company’s strategy for my customers and know which version of Odoo should we put forward.
Best Regards.
Yves Le Doeuff
Email: y.ledoeuff@alliasys.fr
Tél. 02 23 20 03 25 – Fax. 02 23 20 03 26
2, rue de la Senestrais – 35520 La Chapelle des Fougeretz
P Pensez ENVIRONNEMENT : n'imprimer que si nécessaire.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Joerg Lorenz. - 12:51 - 19 Jun 2020 -
Re: Odoo versions
Hi Yves,Thanks for your interest to OCA.And you're right, as the modules migration is dependent on contributors time, good will, project involved in,... many reasons - some modules remain unmigrated or maybe skip one Odoo version.If you are interested in, maybe you can propose the migration yourself ?Don't hesitate to read https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rstYou'll find list of France localization maintainers here https://github.com/orgs/OCA/teams/local-france-maintainers if you have more oriented questions.See you on github!On Thu, Jun 18, 2020 at 6:16 PM Yves Le Doeuff - Alliasys <y.ledoeuff@alliasys.fr> wrote:Hi,
I am a beginner in the Odoo world and I am not sure this is the right place for this topic, so excuse me if not.
My question is :
I noticed that there are many modules that are still created and updated for version 12 while version 13 has already been released for more than 6 months now.
Is it due to the time necessary to do the migration to the new version since I suppose it is a lot of work ?
Is it intentional to stay on an older version (therefore more stable) or are odd versions abandoned in favor of even versions ?
I should point out that I am in France and that my remark apply in particular to the French localization.
Again, this is not a complain for upgrades that does’nt come fast enough because I know it’s a big work and each contributor do his best but I would like to ajust my company’s strategy for my customers and know which version of Odoo should we put forward.
Best Regards.
Yves Le Doeuff
Email: y.ledoeuff@alliasys.fr
Tél. 02 23 20 03 25 – Fax. 02 23 20 03 26
2, rue de la Senestrais – 35520 La Chapelle des Fougeretz
P Pensez ENVIRONNEMENT : n'imprimer que si nécessaire.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Liège (Val Benoît)
Tel : +32 2 888 31 49
Fax : +32 2 888 31 59
Gsm : +32 472 22 00 57Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | BelgiumQuai Banning, 6 (Val Benoît) | B-4000 Liège | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
by Denis Roussel. - 06:30 - 18 Jun 2020
-
-
Weblate don't create new module translation in project-reporting repo
Hello,I wanted to make a translation to the module https://github.com/OCA/project-reporting/tree/12.0/project_task_timesheet_report but this module is not created in weblate.This module was merged yesterday with the same name in V13, but the translation in V13 is OK.What can be wrong?Thanks in advance
by Jesús Alan Ramos Rodriguez - 05:06 - 18 Jun 2020-
Re: Weblate don't create new module translation in project-reporting repo
Thanks for your feedbackI make the PR https://github.com/OCA/project-reporting/pull/40 to fix this issue.Best regardsEl jue., 18 de jun. de 2020 a la(s) 10:32, Stéphane Bidoul (stephane.bidoul@acsone.eu) escribió:Hi,The .travis.yml configuration is incomplete for the project-reporting repo.There must be a job with MAKEPOT="1" so the .pot files are generated upon test success.weblate will then pick it up.Best regards,--On Thu, Jun 18, 2020 at 5:07 PM Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx> wrote:Hello,I wanted to make a translation to the module https://github.com/OCA/project-reporting/tree/12.0/project_task_timesheet_report but this module is not created in weblate.This module was merged yesterday with the same name in V13, but the translation in V13 is OK.What can be wrong?Thanks in advance_______________________________________________
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 Jesús Alan Ramos Rodriguez - 05:45 - 18 Jun 2020 -
Re: Weblate don't create new module translation in project-reporting repo
Hi,The .travis.yml configuration is incomplete for the project-reporting repo.There must be a job with MAKEPOT="1" so the .pot files are generated upon test success.weblate will then pick it up.Best regards,--On Thu, Jun 18, 2020 at 5:07 PM Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx> wrote:Hello,I wanted to make a translation to the module https://github.com/OCA/project-reporting/tree/12.0/project_task_timesheet_report but this module is not created in weblate.This module was merged yesterday with the same name in V13, but the translation in V13 is OK.What can be wrong?Thanks in advance_______________________________________________
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 - 05:30 - 18 Jun 2020
-
-
Want tax move line with zero balance, possible? (odoo 13)
Dear community,With Tax Exemption we need to set tax with zero percent. On invoice line, use will need to choose this Tax. And expect that it will also declared on tax report.Normally, as I see in this core code, Odoo just don't create move line if tax amount is zero. This oppose our need.def _recompute_tax_lines(self, recompute_tax_base_amount=False):
.......
# Don't create tax lines with zero balance.
if self.currency_id.is_zero(taxes_map_entry['balance']) and self.currency_id.is_zero(taxes_map_entry['amount_currency']):
taxes_map_entry['grouping_dict'] = FalseAny OCA module that do by pass this? Does this make sense to you if I will create one, or there is better way ??Many thanks,Kitti
by Kitti Upariphutthiphong - 05:55 - 17 Jun 2020-
Re: Want tax move line with zero balance, possible? (odoo 13)
Some more bugs related to the approach of not generating the zero amlOn Thu, Jun 18, 2020 at 5:02 PM Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:Attention: This email may contain information intended for the sole use of the original recipient. Please respect this when sharing or disclosing this email's contents with any third party. If you believe you have received this email in error, please delete it and notify the sender or postmaster@solnetsolutions.co.nz as soon as possible. The content of this email does not necessarily reflect the views of Solnet Solutions Ltd.IMO the standard Odoo tax report is too limited for general use. NZ has probably the most simple tax system in the world but we still needed to write our own tax report. Prior to V13, we used the GL control accounts as the master source of data, but identified any invoice lines that had no tax code so the user could check. We also identify any pre-dated transactions to catch if a user has entered a tax entry for a tax period that is already completed. This is on my list to relook at for V13.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Friday, 19 June 2020 1:22 AM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)Hi Pedro, Juan and Luc,
Thanks a lot for sharing your thoughts. In our localization, we have made the decision to make the tax report out of account.move.line directly. That's part of my difficulties.
I think I understand, may be not on ES or BE localization thoroughly, but the general concept of Odoo's Tax Report.
Odoo Tax Report is quite the summarized report, which is not quite usable for us, I must say. Our tax submission requires more detailed information (frankly quite old fashioned paper based tax report).
So, currently, without zero tax amount move line, we will require rewriting the tax report, and it will become a lot less straightforward than before. This point I share and agree with Juan points.
Thanks a lot for what you guys are sharing, I do understand more. I will think more how to live without it.
Thank you!
Kitti
On Thu, Jun 18, 2020 at 7:27 PM Juan José Scarafía (ADHOC) <scarafia.juanjose@gmail.com> wrote:
I agree that they are not needed and there is a work around to work with them, but IMHO, as there is already a tax_base_amount stored field on aml, it would be much easier to get taxes and base amounts just filtering aml with "tax_line_id", and on that aml you already have the balance and the tax amount. That is already in odoo, the only problem is for zero taxes.
IMHO, with the current approach:
* it's litle ugly how "_compute_invoice_taxes_by_group" simulate the zero taxes
* more code needed for getting tax amounts on electronic invoice / tax declaration
* more code needed on the "tax engine"
You can't analyse directly any odoo model to get this info, is not visual. Just having those lines would make much easier to get visual information about the taxes from everywhere (on the invoice itself, checking the aml on journal items, menus, etc).
But yes, I agree it is not needed, I just believe it would make thing much easier and nicer. But still, is an odoo decision, I wouldn't make any module to change that behaviour .
BR
On Wed, Jun 17, 2020 at 3:07 PM <luc.demeyer@noviat.com> wrote:
We also have zero tax lines in Belgium and no need for aml with debit/credit 0.
I support Pedro here, with correct reports you solve the issue.
Cf. https://github.com/Noviat/noviat-apps/tree/13.0/l10n_be_coa_multilang
From: Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>
Sent: Wednesday, 17 June 2020 19:47
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)I think the need of that aml with 0 is because the tax engine / exporter is not considering the amls for the base on the said field. We are doing that way on our tax engine for Spanish legislation without problem:
The overall logic is:
- There are amls with tax_line_id field with that tax: the tax fee.
- There are amls with tax_ids field with that tax: the tax base.
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_______________________________________________
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 Juan José Scarafía - 05:51 - 17 Jul 2020 -
RE: Want tax move line with zero balance, possible? (odoo 13)
Attention: This email may contain information intended for the sole use of the original recipient. Please respect this when sharing or disclosing this email's contents with any third party. If you believe you have received this email in error, please delete it and notify the sender or postmaster@solnetsolutions.co.nz as soon as possible. The content of this email does not necessarily reflect the views of Solnet Solutions Ltd.IMO the standard Odoo tax report is too limited for general use. NZ has probably the most simple tax system in the world but we still needed to write our own tax report. Prior to V13, we used the GL control accounts as the master source of data, but identified any invoice lines that had no tax code so the user could check. We also identify any pre-dated transactions to catch if a user has entered a tax entry for a tax period that is already completed. This is on my list to relook at for V13.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Friday, 19 June 2020 1:22 AM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)Hi Pedro, Juan and Luc,
Thanks a lot for sharing your thoughts. In our localization, we have made the decision to make the tax report out of account.move.line directly. That's part of my difficulties.
I think I understand, may be not on ES or BE localization thoroughly, but the general concept of Odoo's Tax Report.
Odoo Tax Report is quite the summarized report, which is not quite usable for us, I must say. Our tax submission requires more detailed information (frankly quite old fashioned paper based tax report).
So, currently, without zero tax amount move line, we will require rewriting the tax report, and it will become a lot less straightforward than before. This point I share and agree with Juan points.
Thanks a lot for what you guys are sharing, I do understand more. I will think more how to live without it.
Thank you!
Kitti
On Thu, Jun 18, 2020 at 7:27 PM Juan José Scarafía (ADHOC) <scarafia.juanjose@gmail.com> wrote:
I agree that they are not needed and there is a work around to work with them, but IMHO, as there is already a tax_base_amount stored field on aml, it would be much easier to get taxes and base amounts just filtering aml with "tax_line_id", and on that aml you already have the balance and the tax amount. That is already in odoo, the only problem is for zero taxes.
IMHO, with the current approach:
* it's litle ugly how "_compute_invoice_taxes_by_group" simulate the zero taxes
* more code needed for getting tax amounts on electronic invoice / tax declaration
* more code needed on the "tax engine"
You can't analyse directly any odoo model to get this info, is not visual. Just having those lines would make much easier to get visual information about the taxes from everywhere (on the invoice itself, checking the aml on journal items, menus, etc).
But yes, I agree it is not needed, I just believe it would make thing much easier and nicer. But still, is an odoo decision, I wouldn't make any module to change that behaviour .
BR
On Wed, Jun 17, 2020 at 3:07 PM <luc.demeyer@noviat.com> wrote:
We also have zero tax lines in Belgium and no need for aml with debit/credit 0.
I support Pedro here, with correct reports you solve the issue.
Cf. https://github.com/Noviat/noviat-apps/tree/13.0/l10n_be_coa_multilang
From: Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>
Sent: Wednesday, 17 June 2020 19:47
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)I think the need of that aml with 0 is because the tax engine / exporter is not considering the amls for the base on the said field. We are doing that way on our tax engine for Spanish legislation without problem:
The overall logic is:
- There are amls with tax_line_id field with that tax: the tax fee.
- There are amls with tax_ids field with that tax: the tax base.
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_______________________________________________
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 Kevin McMenamin - 10:00 - 18 Jun 2020 -
Re: Want tax move line with zero balance, possible? (odoo 13)
Hi Pedro, Juan and Luc,Thanks a lot for sharing your thoughts. In our localization, we have made the decision to make the tax report out of account.move.line directly. That's part of my difficulties.I think I understand, may be not on ES or BE localization thoroughly, but the general concept of Odoo's Tax Report.Odoo Tax Report is quite the summarized report, which is not quite usable for us, I must say. Our tax submission requires more detailed information (frankly quite old fashioned paper based tax report).So, currently, without zero tax amount move line, we will require rewriting the tax report, and it will become a lot less straightforward than before. This point I share and agree with Juan points.Thanks a lot for what you guys are sharing, I do understand more. I will think more how to live without it.Thank you!KittiOn Thu, Jun 18, 2020 at 7:27 PM Juan José Scarafía (ADHOC) <scarafia.juanjose@gmail.com> wrote:I agree that they are not needed and there is a work around to work with them, but IMHO, as there is already a tax_base_amount stored field on aml, it would be much easier to get taxes and base amounts just filtering aml with "tax_line_id", and on that aml you already have the balance and the tax amount. That is already in odoo, the only problem is for zero taxes.IMHO, with the current approach:* it's litle ugly how "_compute_invoice_taxes_by_group" simulate the zero taxes* more code needed for getting tax amounts on electronic invoice / tax declaration* more code needed on the "tax engine"You can't analyse directly any odoo model to get this info, is not visual. Just having those lines would make much easier to get visual information about the taxes from everywhere (on the invoice itself, checking the aml on journal items, menus, etc).But yes, I agree it is not needed, I just believe it would make thing much easier and nicer. But still, is an odoo decision, I wouldn't make any module to change that behaviour .BROn Wed, Jun 17, 2020 at 3:07 PM <luc.demeyer@noviat.com> wrote:We also have zero tax lines in Belgium and no need for aml with debit/credit 0.
I support Pedro here, with correct reports you solve the issue.
Cf. https://github.com/Noviat/noviat-apps/tree/13.0/l10n_be_coa_multilang
From: Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>
Sent: Wednesday, 17 June 2020 19:47
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)I think the need of that aml with 0 is because the tax engine / exporter is not considering the amls for the base on the said field. We are doing that way on our tax engine for Spanish legislation without problem:
The overall logic is:
- There are amls with tax_line_id field with that tax: the tax fee.
- There are amls with tax_ids field with that tax: the tax base.
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
_______________________________________________
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:21 - 18 Jun 2020 -
Re: Want tax move line with zero balance, possible? (odoo 13)
I agree that they are not needed and there is a work around to work with them, but IMHO, as there is already a tax_base_amount stored field on aml, it would be much easier to get taxes and base amounts just filtering aml with "tax_line_id", and on that aml you already have the balance and the tax amount. That is already in odoo, the only problem is for zero taxes.IMHO, with the current approach:* it's litle ugly how "_compute_invoice_taxes_by_group" simulate the zero taxes* more code needed for getting tax amounts on electronic invoice / tax declaration* more code needed on the "tax engine"You can't analyse directly any odoo model to get this info, is not visual. Just having those lines would make much easier to get visual information about the taxes from everywhere (on the invoice itself, checking the aml on journal items, menus, etc).But yes, I agree it is not needed, I just believe it would make thing much easier and nicer. But still, is an odoo decision, I wouldn't make any module to change that behaviour .BROn Wed, Jun 17, 2020 at 3:07 PM <luc.demeyer@noviat.com> wrote:We also have zero tax lines in Belgium and no need for aml with debit/credit 0.
I support Pedro here, with correct reports you solve the issue.
Cf. https://github.com/Noviat/noviat-apps/tree/13.0/l10n_be_coa_multilang
From: Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>
Sent: Wednesday, 17 June 2020 19:47
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)I think the need of that aml with 0 is because the tax engine / exporter is not considering the amls for the base on the said field. We are doing that way on our tax engine for Spanish legislation without problem:
The overall logic is:
- There are amls with tax_line_id field with that tax: the tax fee.
- There are amls with tax_ids field with that tax: the tax base.
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 Juan José Scarafía - 02:26 - 18 Jun 2020 -
RE: Want tax move line with zero balance, possible? (odoo 13)
We also have zero tax lines in Belgium and no need for aml with debit/credit 0.
I support Pedro here, with correct reports you solve the issue.
Cf. https://github.com/Noviat/noviat-apps/tree/13.0/l10n_be_coa_multilang
From: Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com>
Sent: Wednesday, 17 June 2020 19:47
To: Contributors <contributors@odoo-community.org>
Subject: Re: Want tax move line with zero balance, possible? (odoo 13)I think the need of that aml with 0 is because the tax engine / exporter is not considering the amls for the base on the said field. We are doing that way on our tax engine for Spanish legislation without problem:
The overall logic is:
- There are amls with tax_line_id field with that tax: the tax fee.
- There are amls with tax_ids field with that tax: the tax base.
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 Luc De Meyer. - 08:06 - 17 Jun 2020
-
-
The Concept of "Charge"
Dear contributors,Coming from other ERPs, there is a concept of Charge, which is very useful. You can read it here,From time to time, we will face situations where only "Charge" is suitable (compared to using product or direct account selection).Note: some time it is called "Activity".Anyone heard about the "Charge" concept before?Kitti
by Kitti Upariphutthiphong - 12:20 - 12 Jun 2020-
Re: The Concept of "Charge"
CheersHi Kitti,with what you describe:- it seems you could use products. The products in the approval request may not be the same as the products in the PO, but can be in the same category, hence they will be mapped to the same GL account- to compare the actual amount and budget amount for an approval request, you could as Daniel mentioned, use analytic accounts.Or simply make sure that on all the purchase order/vendor bills, that they have the same reference number (budget number) so you can query and get the comparison budget/actual per product categoryLess developments...my 2 cents.On Mon, 15 Jun 2020 at 16:47, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:Thank you to all for the opinion.I came across the "Charge" because I have the need to do comparing report between "planned budget" and "resulting expense" with "activity based".- At the time of Budget Planning, it is for "End Users", so things must make sense for them, and accounting code is not. User wants to plan with "Activity based" (i.e., traveling by land, traveling by air, training inhouse, training aborad, etc., which they map with an account code)
- At the time of PR, the "Product" is not even chosen yet, and the user will be using "Activity" to make purchase request,
- Only at the time of PO and Invoice that, "Product" and "Accounting Code" is viable. Still the "Activity" matrix need to be there too.
With that, we can compare "Plan" and "Result" in activity terms.I might have messed up my requirement with the "Charge" or "Product" concept. With you guys answer I think I am more cleared myself.I will have create the "Activity" matrix, and deploy them on both Plan and Resulting document. Will make it the PR to OCA, although I am not sure it will be generic enough.Thank you all!
by dominique.k - 12:26 - 15 Jun 2020 -
Re: The Concept of "Charge"
Kitty,
What you describe looks like Analytical Accounts.
I could see those items as AAs, and each would have budgets and real expenses assigned.
In case you need multidimension (example: expense type + department or segment), you need to use Analytic Tags.
Consider if Analytic Account fit your use case before implementing Activities.
And if you do implement Activities, consider building them on top of Analytic Accounts.
Thanks
Daniel
On 15/06/2020 09:47, Kitti Upariphutthiphong wrote:
Thank you to all for the opinion.
I came across the "Charge" because I have the need to do comparing report between "planned budget" and "resulting expense" with "activity based".
- At the time of Budget Planning, it is for "End Users", so things must make sense for them, and accounting code is not. User wants to plan with "Activity based" (i.e., traveling by land, traveling by air, training inhouse, training aborad, etc., which they map with an account code)
- At the time of PR, the "Product" is not even chosen yet, and the user will be using "Activity" to make purchase request,
- Only at the time of PO and Invoice that, "Product" and "Accounting Code" is viable. Still the "Activity" matrix need to be there too.
With that, we can compare "Plan" and "Result" in activity terms.
I might have messed up my requirement with the "Charge" or "Product" concept. With you guys answer I think I am more cleared myself.
I will have create the "Activity" matrix, and deploy them on both Plan and Resulting document. Will make it the PR to OCA, although I am not sure it will be generic enough.
Thank you all!
On Mon, Jun 15, 2020 at 10:26 AM Dominique k <dominique.k@elico-corp.com.sg> wrote:
If you consider odoo accounting alone, using products is a perfectly fine solution.
Problem is when you create an invoice from a sales order. You can't just swap the products for accounting purposes. (You don't have the choice for the product)Then if you need to change the account, or the tax, unless you want the accountant to review each invoice line (and you can end with 30 lines each time), you need some sort of automation. As of today, the default mechanism is the "fiscal position"...
Cheers,
Dominique KON-SUN-TACK [Project Manager]
Odoo Gold Partner, best Odoo Partner 2014 for APAC
Mobile: + 65 8502 2399Skype: dominique_elicoWebsite: www.elico-corp.com

On Mon, 15 Jun 2020 at 10:57, Richard deMeester <richard.demeester@willdooit.com> wrote:
Hi
In the Accounting package I was previously involved in writing, they used the concept of a "dissection" to hide the account number complexities - it had account numbers, default descriptions, linked tax codes, etc, and could be used directly in invoices. The idea was to bridge the gap between those encoding the information from the knowledge required to accurately map it to the General Ledger.
In Odoo, if the information is not coming from a Sales Order or Purchase Order, then just using a (dummy or otherwise) product on a customer invoice line is a solution - and could be unticked for can be sold / can be purchased. Otherwise, it could be set up as a service.
I like the "cleanliness" of a separate concept to bring in the information which avoids the need for dummy products, but most clients don't mind lumping them in to their products, and don't want different areas to maintain it all...
Richard deMeester
Senior Development Analyst
WilldooIT Pty Ltd
E: richard.demeester@willdooit.com
M: +61 403 76 76 76
P: +61 3 9135 1900
A: 10/435 Williamstown Road, Port Melbourne, Vic 3207
Making growth through technology easy
DISCLAIMER | This electronic message together with any attachments is confidential. If you are not the recipient, do not copy, disclose, or use the contents in any way. Please also advise us by e-mail that you have received this message in error and then please destroy this email and any of its attachments. WilldooIT Pty. Ltd. is not responsible for any changes made to this message and/or any attachments after sending by WilldooIT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Friday, 12 June 2020 8:21 PM
To: Contributors <contributors@odoo-community.org>
Subject: The Concept of "Charge"Dear contributors,
Coming from other ERPs, there is a concept of Charge, which is very useful. You can read it here,
From time to time, we will face situations where only "Charge" is suitable (compared to using product or direct account selection).Note: some time it is called "Activity".
Anyone heard about the "Charge" concept before?
Kitti_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Daniel Reis - 11:30 - 15 Jun 2020 -
Re: The Concept of "Charge"
Thank you to all for the opinion.I came across the "Charge" because I have the need to do comparing report between "planned budget" and "resulting expense" with "activity based".- At the time of Budget Planning, it is for "End Users", so things must make sense for them, and accounting code is not. User wants to plan with "Activity based" (i.e., traveling by land, traveling by air, training inhouse, training aborad, etc., which they map with an account code)
- At the time of PR, the "Product" is not even chosen yet, and the user will be using "Activity" to make purchase request,
- Only at the time of PO and Invoice that, "Product" and "Accounting Code" is viable. Still the "Activity" matrix need to be there too.
With that, we can compare "Plan" and "Result" in activity terms.I might have messed up my requirement with the "Charge" or "Product" concept. With you guys answer I think I am more cleared myself.I will have create the "Activity" matrix, and deploy them on both Plan and Resulting document. Will make it the PR to OCA, although I am not sure it will be generic enough.Thank you all!On Mon, Jun 15, 2020 at 10:26 AM Dominique k <dominique.k@elico-corp.com.sg> wrote:If you consider odoo accounting alone, using products is a perfectly fine solution.Problem is when you create an invoice from a sales order. You can't just swap the products for accounting purposes. (You don't have the choice for the product)Then if you need to change the account, or the tax, unless you want the accountant to review each invoice line (and you can end with 30 lines each time), you need some sort of automation. As of today, the default mechanism is the "fiscal position"...Cheers,Dominique KON-SUN-TACK [Project Manager]Odoo Gold Partner, best Odoo Partner 2014 for APACMobile: + 65 8502 2399Skype: dominique_elicoWebsite: www.elico-corp.com
On Mon, 15 Jun 2020 at 10:57, Richard deMeester <richard.demeester@willdooit.com> wrote:Hi
In the Accounting package I was previously involved in writing, they used the concept of a "dissection" to hide the account number complexities - it had account numbers, default descriptions, linked tax codes, etc, and could be used directly in invoices. The idea was to bridge the gap between those encoding the information from the knowledge required to accurately map it to the General Ledger.
In Odoo, if the information is not coming from a Sales Order or Purchase Order, then just using a (dummy or otherwise) product on a customer invoice line is a solution - and could be unticked for can be sold / can be purchased. Otherwise, it could be set up as a service.
I like the "cleanliness" of a separate concept to bring in the information which avoids the need for dummy products, but most clients don't mind lumping them in to their products, and don't want different areas to maintain it all...
Richard deMeester
Senior Development Analyst
WilldooIT Pty Ltd
E: richard.demeester@willdooit.com
M: +61 403 76 76 76
P: +61 3 9135 1900
A: 10/435 Williamstown Road, Port Melbourne, Vic 3207
Making growth through technology easy
DISCLAIMER | This electronic message together with any attachments is confidential. If you are not the recipient, do not copy, disclose, or use the contents in any way. Please also advise us by e-mail that you have received this message in error and then please destroy this email and any of its attachments. WilldooIT Pty. Ltd. is not responsible for any changes made to this message and/or any attachments after sending by WilldooIT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Friday, 12 June 2020 8:21 PM
To: Contributors <contributors@odoo-community.org>
Subject: The Concept of "Charge"Dear contributors,
Coming from other ERPs, there is a concept of Charge, which is very useful. You can read it here,
From time to time, we will face situations where only "Charge" is suitable (compared to using product or direct account selection).Note: some time it is called "Activity".
Anyone heard about the "Charge" concept before?
Kitti_______________________________________________
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 Kitti Upariphutthiphong - 10:46 - 15 Jun 2020 -
Re: The Concept of "Charge"
If you consider odoo accounting alone, using products is a perfectly fine solution.Problem is when you create an invoice from a sales order. You can't just swap the products for accounting purposes. (You don't have the choice for the product)Then if you need to change the account, or the tax, unless you want the accountant to review each invoice line (and you can end with 30 lines each time), you need some sort of automation. As of today, the default mechanism is the "fiscal position"...Cheers,Dominique KON-SUN-TACK [Project Manager]Odoo Gold Partner, best Odoo Partner 2014 for APACMobile: + 65 8502 2399Skype: dominique_elicoWebsite: www.elico-corp.com
On Mon, 15 Jun 2020 at 10:57, Richard deMeester <richard.demeester@willdooit.com> wrote:Hi
In the Accounting package I was previously involved in writing, they used the concept of a "dissection" to hide the account number complexities - it had account numbers, default descriptions, linked tax codes, etc, and could be used directly in invoices. The idea was to bridge the gap between those encoding the information from the knowledge required to accurately map it to the General Ledger.
In Odoo, if the information is not coming from a Sales Order or Purchase Order, then just using a (dummy or otherwise) product on a customer invoice line is a solution - and could be unticked for can be sold / can be purchased. Otherwise, it could be set up as a service.
I like the "cleanliness" of a separate concept to bring in the information which avoids the need for dummy products, but most clients don't mind lumping them in to their products, and don't want different areas to maintain it all...
Richard deMeester
Senior Development Analyst
WilldooIT Pty Ltd
E: richard.demeester@willdooit.com
M: +61 403 76 76 76
P: +61 3 9135 1900
A: 10/435 Williamstown Road, Port Melbourne, Vic 3207
Making growth through technology easy
DISCLAIMER | This electronic message together with any attachments is confidential. If you are not the recipient, do not copy, disclose, or use the contents in any way. Please also advise us by e-mail that you have received this message in error and then please destroy this email and any of its attachments. WilldooIT Pty. Ltd. is not responsible for any changes made to this message and/or any attachments after sending by WilldooIT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Friday, 12 June 2020 8:21 PM
To: Contributors <contributors@odoo-community.org>
Subject: The Concept of "Charge"Dear contributors,
Coming from other ERPs, there is a concept of Charge, which is very useful. You can read it here,
From time to time, we will face situations where only "Charge" is suitable (compared to using product or direct account selection).Note: some time it is called "Activity".
Anyone heard about the "Charge" concept before?
Kitti_______________________________________________
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 dominique.k - 05:26 - 15 Jun 2020 -
Re: The Concept of "Charge"
Hi
In the Accounting package I was previously involved in writing, they used the concept of a "dissection" to hide the account number complexities - it had account numbers, default descriptions, linked tax codes, etc, and could be used directly in invoices. The idea was to bridge the gap between those encoding the information from the knowledge required to accurately map it to the General Ledger.
In Odoo, if the information is not coming from a Sales Order or Purchase Order, then just using a (dummy or otherwise) product on a customer invoice line is a solution - and could be unticked for can be sold / can be purchased. Otherwise, it could be set up as a service.
I like the "cleanliness" of a separate concept to bring in the information which avoids the need for dummy products, but most clients don't mind lumping them in to their products, and don't want different areas to maintain it all...
Richard deMeester
Senior Development Analyst
WilldooIT Pty Ltd
E: richard.demeester@willdooit.com
M: +61 403 76 76 76
P: +61 3 9135 1900
A: 10/435 Williamstown Road, Port Melbourne, Vic 3207
Making growth through technology easy
DISCLAIMER | This electronic message together with any attachments is confidential. If you are not the recipient, do not copy, disclose, or use the contents in any way. Please also advise us by e-mail that you have received this message in error and then please destroy this email and any of its attachments. WilldooIT Pty. Ltd. is not responsible for any changes made to this message and/or any attachments after sending by WilldooIT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Friday, 12 June 2020 8:21 PM
To: Contributors <contributors@odoo-community.org>
Subject: The Concept of "Charge"Dear contributors,
Coming from other ERPs, there is a concept of Charge, which is very useful. You can read it here,
From time to time, we will face situations where only "Charge" is suitable (compared to using product or direct account selection).Note: some time it is called "Activity".
Anyone heard about the "Charge" concept before?
Kitti_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Richard deMeester <richard.demeester@willdooit.com> - 04:55 - 15 Jun 2020
-
-
-
Re: Proposing myself in Helpdesk PSC
thanks a lot!El dom., 14 jun. 2020 18:46, Stéphane Bidoul <stephane.bidoul@acsone.eu> escribió:Hello Dario,I added you to the helpdesk PSC: https://odoo-community.org/psc-teams/helpdesk-164You should receive the GItHub invite in the next 12 hours.Best regards,-sbi--On Thu, Jun 11, 2020 at 10:02 PM Simone Orsi <simahawk@gmail.com> wrote:+1On Thu, Jun 11, 2020 at 12:37 PM Darío Lodeiros <dariodafoz@gmail.com> wrote:_______________________________________________
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 dariodafoz - 08:21 - 14 Jun 2020 -
Re: Proposing myself in Helpdesk PSC
Hello Dario,I added you to the helpdesk PSC: https://odoo-community.org/psc-teams/helpdesk-164You should receive the GItHub invite in the next 12 hours.Best regards,-sbi--On Thu, Jun 11, 2020 at 10:02 PM Simone Orsi <simahawk@gmail.com> wrote:+1On Thu, Jun 11, 2020 at 12:37 PM Darío Lodeiros <dariodafoz@gmail.com> wrote:_______________________________________________
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 Stéphane Bidoul - 06:45 - 14 Jun 2020 -
Re: Proposing myself in Helpdesk PSC
+1On Thu, Jun 11, 2020 at 12:37 PM Darío Lodeiros <dariodafoz@gmail.com> wrote:_______________________________________________
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 Orsi. - 10:01 - 11 Jun 2020 -
Re: Proposing myself in Helpdesk PSC
+1YannickOn Thu, 11 Jun 2020 at 13:32, Carlos Liébana <carlosliebana@gmail.com> wrote:+1 Darío.El jue., 11 jun. 2020 a las 12:51, Pedro M. Baeza (Tecnativa) (<pedro.baeza@tecnativa.com>) escribió:+1 He has been collaborating since the beginning in the repo.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 Yannick Payot - 04:21 - 11 Jun 2020 -
Re: Proposing myself in Helpdesk PSC
+1 Darío.El jue., 11 jun. 2020 a las 12:51, Pedro M. Baeza (Tecnativa) (<pedro.baeza@tecnativa.com>) escribió:+1 He has been collaborating since the beginning in the repo.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 Carlos Liébana Anero. - 01:31 - 11 Jun 2020
-
-
Mailing list problems
Hello,I have a problem with the mailing list. I stopped receiving messages from "connectors" list even if I'm regularly subscribed.Who can help me with this?Thank you in advanceAndrei Levin--
by Andrei Levin - 11:20 - 10 Jun 2020-
Re: Mailing list problems
Thank you Pedro!Il giorno mer 10 giu 2020 alle ore 11:26 Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> ha scritto:_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
by Andrei Levin - 12:06 - 10 Jun 2020 -
-
-
initialization of qweb template caches on website
Hello, A customer (odoo 12.0) here is facing a performance issue related to qweb templates on the website. The first time a worker serves these, we get terrible performance. I suspect we are not the only ones facing this. Using an external service to GET /shop for instance on a regular basis sort of alleviates this, but this is really unelegant. Is there a killer module I missed which is able to preload the cache for a number of views each time a worker is started? Or some other strategy? Thanks for your feedback -- Alexandre Fayolle Chef de Projet 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 - 02:21 - 8 Jun 2020-
Re: initialization of qweb template caches on website
Hi AlexandreI just checked the svg files attached in your previous email.The cache process is consuming 1/4 of the total time:In your profiling you are using 4 workers and the cache process was computed for 2 workers (pid-126 and pid-130)The issue is worse if you are using 20 workers so this cache will be computed 20 times.And even worse if you have a method clearing cache so often since that it will clear the cache of all methods in all workers.The following methods are clearing cache in Odoo:It means that if you create/unlink/modify a new crm.reveal.rule so the website will be slow again even if the crm.reveal.rule is not affecting the website.The same case for:The worst cases are cron of minutes clearing cache:- Check the following e.g. of a fixed issue related https://github.com/odoo/odoo/issues/25029But you still can have a cron calling a method clearing caches.Because of all this I have created the following issue:Check the Olivier Dony answer.Regards!El mar., 9 jun. 2020 a las 2:17, Alexandre Fayolle (<alexandre.fayolle@camptocamp.com>) escribió:Thanks for jumping on this Moises :) Yes I am able to reproduce locally, and I did run some profiling before asking :) Attached are 2 profiling sessions loading the same page with py-spy (https://pypi.org/project/py-spy/), once with an uninitialized worker, and once with an initialized worker. What I see is that a significant amount of time is spent in the flatten method (odoo/http.py:1270) in the uninitialized worker run, and this is not present in the initialized worker run (meaning the result of flatten is cached, and we see this in the call stack). The database is not on the critical path here, as far as I can tell, it's a pure python issue, and caching cannot directly help, because the performance issue is directly caused by the cache initialization. So what I would like to do is preload the cache when the worker starts. With a "normal" system, this would be done by browsing the site after it starts, but with Odoo's recycling workers, it is harder to do from outside. And besides, I found out that the caches are being invalidated, and we had to disable the event reminder cron which is invalidating all caches every 30min. I'll check with the customer if he is ok with sharing a database dump, and also with our GDPR guys here at Camptocamp. Alexandre On 09/06/2020 06:32, Moises Lopez wrote: > Hi Alexandre, > >> ...issue related to qweb templates on the website. *The first time a > worker serves these*... > > I agree with you > - If it is only the first time so it confirms that there is a slow > cached process. > - Since the first time was slow (caching) and the second one it is not. > (If the second time is using the same worker). > > 1) Can you reproduce it even if you are not using a proxy with cache > (e.g. nginx)? > > If we analyze Odoo we can look for the cached methods: > - rgrep "\@.*cache(" . --include=*.py --exclude-dir=test* -A2 |grep " > def " > > The following method are cached in Odoo and enterprise projects: > - https://gist.github.com/moylop260/a3394674e570da8ca457ef4fe2eb4176 > > In our experience slowest are: > - ir_rule._compute_domain: > - computing a lot of records > - computing relational fields (field_o2m.field_id.name > ) > - Using a computed field > - ir_translation.__get_source: > - A lot of terms to translate in the qweb view > - A lot of fields(translate=True) renderized > > But if you like to find the culprit... Are you able to run profilers? > > Check the following cases detected before using profilers: > - https://github.com/odoo/odoo/pull/49690 > - https://github.com/odoo/odoo/pull/25196 > > > - Enable advanced logs in postgresql to get a pgbadger report to detect: > - most executed queries > - slowest executed queries > - missing index > - locked records > - Run py-spy to get a flame to detect: > - slowest python methods > > Running both at the same time you can cross information and look for the > culprit easier. > > > El lun., 8 jun. 2020 a las 8:22, Gustavo Valverde > (<gustavo@iterativo.do>) escribió: > > Hi Alexandre, > > This is an interesting subject, as it's kind of hard to find a sweet > spot. > > I've been dealing with Odoo performance improvements in different > scenarios for a few months now. I thought I had most of it figured > out until I started dealing with ecommerce and fighting with > Google's pagespeed. > > I found out multiple things have to be taken into consideration when > dealing with websites: > > * If you have a high amount of workers, restarting or redeploying > new changes make things hellish slow. > * Mixed setups (multiprocess for the backend + multithread for the > website) make things better; but it depends on the load and > amount of online visitors that you could have at the same time. > * Nginx caching and CDNs are your friends. Don't be afraid of > caching /web/content, but do not cache it for excessive times. > > Regards, > > On Mon, Jun 8, 2020 at 8:22 AM Alexandre Fayolle > <alexandre.fayolle@camptocamp.com > <mailto:alexandre.fayolle@camptocamp.com>> wrote: > > Hello, > > A customer (odoo 12.0) here is facing a performance issue related to > qweb templates on the website. The first time a worker serves these, we > get terrible performance. I suspect we are not the only ones facing > this. Using an external service to GET /shop for instance on a regular > basis sort of alleviates this, but this is really unelegant. > > Is there a killer module I missed which is able to preload the cache for > a number of views each time a worker is started? Or some other strategy? > > Thanks for your feedback > > -- Alexandre Fayolle Chef de Projet 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 > <mailto:contributors@odoo-community.org> > Unsubscribe: https://odoo-community.org/groups?unsubscribe > > > > -- > > Gustavo Valverde > > Chief Technology Officer > > M(829) 686 8270 D (829) 956 5191 ext. 202 > > E gustavo@iterativo.do > > > > > ITERATIVO SRL > > Roble Corporate Center, Piso 7 > > Rafael Augusto Sánchez 86, Piantini, Santo Domingo, R. Dominicana > > > T(829) 956 5191| Einfo@iterativo.do | www.iterativo.do > > > > Member firm of ITERATIVO LLC & Progressa Corporate Group > > > Este mensaje y sus anexos pueden contener información confidencial y > privilegiada con la intención de que sea utilizada por las personas > u organizaciones a quienes esta dirigida, por lo que su uso es > exclusivo para su destinatario. Si usted ha recibido este mensaje > por error, favor de eliminarlo e informar al remitente del mensaje a > través de un correo de respuesta. Si este es el caso, le notificamos > que queda estrictamente prohibida la distribución o reproducción de > este e-mail y/o sus anexos. iterativo no se hace responsable de las > opiniones vertidas en esta comunicación que no estén acordes con su > quehacer y fines, y que no se revistan de un carácter oficial. > > This message and its enclosures may contain confidential and > privileged information intended for the use of people and > organizations to which it is directed and its use is thus limited to > its addressee. If you have received this message by mistake, please > eliminate it and inform the sender through a reply message. Should > this be the case, you are advised that the distribution or > reproduction of this e-mail and/or any attachments contained herein > is strictly forbidden. iterativo is not liable for opinions > expressed in this message which may not coincide with its > responsibilities and purpose and which may not express official > matters. > > __ __ > > https://iterativo.do/web/image/39802/hoja-verde.png____ > > /No imprimas este correo si no es necesario. Cuidemos del ambiente!/____ > > /Do not print this mail if it's not necessary. Let's take care of > the environment!/ > > _______________________________________________ > Mailing-List: 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 > > > > -- > Moisés López Calderón > Mobile: (+521) 477-752-22-30 > Twitter: @moylop260 > hangout: moylop260@vauxoo.com <mailto:moylop260@vauxoo.com> > http://www.vauxoo.com - Odoo Gold Partner > Twitter: @vauxoo > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe > -- Alexandre Fayolle Chef de Projet 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
--Moisés López CalderónMobile: (+521) 477-752-22-30Twitter: @moylop260Twitter: @vauxoo
by Moisés López Calderón - 05:35 - 9 Jun 2020 -
Re: initialization of qweb template caches on website
Thanks for jumping on this Moises :) Yes I am able to reproduce locally, and I did run some profiling before asking :) Attached are 2 profiling sessions loading the same page with py-spy (https://pypi.org/project/py-spy/), once with an uninitialized worker, and once with an initialized worker. What I see is that a significant amount of time is spent in the flatten method (odoo/http.py:1270) in the uninitialized worker run, and this is not present in the initialized worker run (meaning the result of flatten is cached, and we see this in the call stack). The database is not on the critical path here, as far as I can tell, it's a pure python issue, and caching cannot directly help, because the performance issue is directly caused by the cache initialization. So what I would like to do is preload the cache when the worker starts. With a "normal" system, this would be done by browsing the site after it starts, but with Odoo's recycling workers, it is harder to do from outside. And besides, I found out that the caches are being invalidated, and we had to disable the event reminder cron which is invalidating all caches every 30min. I'll check with the customer if he is ok with sharing a database dump, and also with our GDPR guys here at Camptocamp. Alexandre On 09/06/2020 06:32, Moises Lopez wrote: > Hi Alexandre, > >> ...issue related to qweb templates on the website. *The first time a > worker serves these*... > > I agree with you > - If it is only the first time so it confirms that there is a slow > cached process. > - Since the first time was slow (caching) and the second one it is not. > (If the second time is using the same worker). > > 1) Can you reproduce it even if you are not using a proxy with cache > (e.g. nginx)? > > If we analyze Odoo we can look for the cached methods: > - rgrep "\@.*cache(" . --include=*.py --exclude-dir=test* -A2 |grep " > def " > > The following method are cached in Odoo and enterprise projects: > - https://gist.github.com/moylop260/a3394674e570da8ca457ef4fe2eb4176 > > In our experience slowest are: > - ir_rule._compute_domain: > - computing a lot of records > - computing relational fields (field_o2m.field_id.name > ) > - Using a computed field > - ir_translation.__get_source: > - A lot of terms to translate in the qweb view > - A lot of fields(translate=True) renderized > > But if you like to find the culprit... Are you able to run profilers? > > Check the following cases detected before using profilers: > - https://github.com/odoo/odoo/pull/49690 > - https://github.com/odoo/odoo/pull/25196 > > > - Enable advanced logs in postgresql to get a pgbadger report to detect: > - most executed queries > - slowest executed queries > - missing index > - locked records > - Run py-spy to get a flame to detect: > - slowest python methods > > Running both at the same time you can cross information and look for the > culprit easier. > > > El lun., 8 jun. 2020 a las 8:22, Gustavo Valverde > (<gustavo@iterativo.do>) escribió: > > Hi Alexandre, > > This is an interesting subject, as it's kind of hard to find a sweet > spot. > > I've been dealing with Odoo performance improvements in different > scenarios for a few months now. I thought I had most of it figured > out until I started dealing with ecommerce and fighting with > Google's pagespeed. > > I found out multiple things have to be taken into consideration when > dealing with websites: > > * If you have a high amount of workers, restarting or redeploying > new changes make things hellish slow. > * Mixed setups (multiprocess for the backend + multithread for the > website) make things better; but it depends on the load and > amount of online visitors that you could have at the same time. > * Nginx caching and CDNs are your friends. Don't be afraid of > caching /web/content, but do not cache it for excessive times. > > Regards, > > On Mon, Jun 8, 2020 at 8:22 AM Alexandre Fayolle > <alexandre.fayolle@camptocamp.com > <mailto:alexandre.fayolle@camptocamp.com>> wrote: > > Hello, > > A customer (odoo 12.0) here is facing a performance issue related to > qweb templates on the website. The first time a worker serves these, we > get terrible performance. I suspect we are not the only ones facing > this. Using an external service to GET /shop for instance on a regular > basis sort of alleviates this, but this is really unelegant. > > Is there a killer module I missed which is able to preload the cache for > a number of views each time a worker is started? Or some other strategy? > > Thanks for your feedback > > -- Alexandre Fayolle Chef de Projet 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 > <mailto:contributors@odoo-community.org> > Unsubscribe: https://odoo-community.org/groups?unsubscribe > > > > -- > > Gustavo Valverde > > Chief Technology Officer > > M(829) 686 8270 D (829) 956 5191 ext. 202 > > E gustavo@iterativo.do > > > > > ITERATIVO SRL > > Roble Corporate Center, Piso 7 > > Rafael Augusto Sánchez 86, Piantini, Santo Domingo, R. Dominicana > > > T(829) 956 5191| Einfo@iterativo.do | www.iterativo.do > > > > Member firm of ITERATIVO LLC & Progressa Corporate Group > > > Este mensaje y sus anexos pueden contener información confidencial y > privilegiada con la intención de que sea utilizada por las personas > u organizaciones a quienes esta dirigida, por lo que su uso es > exclusivo para su destinatario. Si usted ha recibido este mensaje > por error, favor de eliminarlo e informar al remitente del mensaje a > través de un correo de respuesta. Si este es el caso, le notificamos > que queda estrictamente prohibida la distribución o reproducción de > este e-mail y/o sus anexos. iterativo no se hace responsable de las > opiniones vertidas en esta comunicación que no estén acordes con su > quehacer y fines, y que no se revistan de un carácter oficial. > > This message and its enclosures may contain confidential and > privileged information intended for the use of people and > organizations to which it is directed and its use is thus limited to > its addressee. If you have received this message by mistake, please > eliminate it and inform the sender through a reply message. Should > this be the case, you are advised that the distribution or > reproduction of this e-mail and/or any attachments contained herein > is strictly forbidden. iterativo is not liable for opinions > expressed in this message which may not coincide with its > responsibilities and purpose and which may not express official > matters. > > __ __ > > https://iterativo.do/web/image/39802/hoja-verde.png____ > > /No imprimas este correo si no es necesario. Cuidemos del ambiente!/____ > > /Do not print this mail if it's not necessary. Let's take care of > the environment!/ > > _______________________________________________ > Mailing-List: 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 > > > > -- > Moisés López Calderón > Mobile: (+521) 477-752-22-30 > Twitter: @moylop260 > hangout: moylop260@vauxoo.com <mailto:moylop260@vauxoo.com> > http://www.vauxoo.com - Odoo Gold Partner > Twitter: @vauxoo > > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe > -- Alexandre Fayolle Chef de Projet 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:16 - 9 Jun 2020 -
Re: initialization of qweb template caches on website
Hi Alexandre,> ...issue related to qweb templates on the website. The first time a worker serves these...I agree with you- If it is only the first time so it confirms that there is a slow cached process.- Since the first time was slow (caching) and the second one it is not. (If the second time is using the same worker).1) Can you reproduce it even if you are not using a proxy with cache (e.g. nginx)?If we analyze Odoo we can look for the cached methods:- rgrep "\@.*cache(" . --include=*.py --exclude-dir=test* -A2 |grep " def "The following method are cached in Odoo and enterprise projects:In our experience slowest are:- ir_rule._compute_domain:- computing a lot of records- computing relational fields (field_o2m.field_id.name)- Using a computed field- ir_translation.__get_source:- A lot of terms to translate in the qweb view- A lot of fields(translate=True) renderizedBut if you like to find the culprit... Are you able to run profilers?Check the following cases detected before using profilers:- Enable advanced logs in postgresql to get a pgbadger report to detect:- most executed queries- slowest executed queries- missing index- locked records- Run py-spy to get a flame to detect:- slowest python methodsRunning both at the same time you can cross information and look for the culprit easier.El lun., 8 jun. 2020 a las 8:22, Gustavo Valverde (<gustavo@iterativo.do>) escribió:Hi Alexandre,
This is an interesting subject, as it's kind of hard to find a sweet spot.I've been dealing with Odoo performance improvements in different scenarios for a few months now. I thought I had most of it figured out until I started dealing with ecommerce and fighting with Google's pagespeed.I found out multiple things have to be taken into consideration when dealing with websites:- If you have a high amount of workers, restarting or redeploying new changes make things hellish slow.
- Mixed setups (multiprocess for the backend + multithread for the website) make things better; but it depends on the load and amount of online visitors that you could have at the same time.
- Nginx caching and CDNs are your friends. Don't be afraid of caching /web/content, but do not cache it for excessive times.
Regards,On Mon, Jun 8, 2020 at 8:22 AM Alexandre Fayolle <alexandre.fayolle@camptocamp.com> wrote:Hello, A customer (odoo 12.0) here is facing a performance issue related to qweb templates on the website. The first time a worker serves these, we get terrible performance. I suspect we are not the only ones facing this. Using an external service to GET /shop for instance on a regular basis sort of alleviates this, but this is really unelegant. Is there a killer module I missed which is able to preload the cache for a number of views each time a worker is started? Or some other strategy? Thanks for your feedback -- Alexandre Fayolle Chef de Projet 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
--Gustavo Valverde
Chief Technology Officer
M (829) 686 8270 D (829) 956 5191 ext. 202
E gustavo@iterativo.do
ITERATIVO SRL
Roble Corporate Center, Piso 7
Rafael Augusto Sánchez 86, Piantini, Santo Domingo, R. Dominicana
T (829) 956 5191| E info@iterativo.do | www.iterativo.do
Member firm of ITERATIVO LLC & Progressa Corporate Group
Este mensaje y sus anexos pueden contener información confidencial y privilegiada con la intención de que sea utilizada por las personas u organizaciones a quienes esta dirigida, por lo que su uso es exclusivo para su destinatario. Si usted ha recibido este mensaje por error, favor de eliminarlo e informar al remitente del mensaje a través de un correo de respuesta. Si este es el caso, le notificamos que queda estrictamente prohibida la distribución o reproducción de este e-mail y/o sus anexos. iterativo no se hace responsable de las opiniones vertidas en esta comunicación que no estén acordes con su quehacer y fines, y que no se revistan de un carácter oficial.
This message and its enclosures may contain confidential and privileged information intended for the use of people and organizations to which it is directed and its use is thus limited to its addressee. If you have received this message by mistake, please eliminate it and inform the sender through a reply message. Should this be the case, you are advised that the distribution or reproduction of this e-mail and/or any attachments contained herein is strictly forbidden. iterativo is not liable for opinions expressed in this message which may not coincide with its responsibilities and purpose and which may not express official matters.
No imprimas este correo si no es necesario. Cuidemos del ambiente!
Do not print this mail if it's not necessary. Let's take care of the environment!
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Moisés López CalderónMobile: (+521) 477-752-22-30Twitter: @moylop260Twitter: @vauxoo
by Moisés López Calderón - 06:31 - 9 Jun 2020 -
Re: initialization of qweb template caches on website
Hi Alexandre,
This is an interesting subject, as it's kind of hard to find a sweet spot.I've been dealing with Odoo performance improvements in different scenarios for a few months now. I thought I had most of it figured out until I started dealing with ecommerce and fighting with Google's pagespeed.I found out multiple things have to be taken into consideration when dealing with websites:- If you have a high amount of workers, restarting or redeploying new changes make things hellish slow.
- Mixed setups (multiprocess for the backend + multithread for the website) make things better; but it depends on the load and amount of online visitors that you could have at the same time.
- Nginx caching and CDNs are your friends. Don't be afraid of caching /web/content, but do not cache it for excessive times.
Regards,On Mon, Jun 8, 2020 at 8:22 AM Alexandre Fayolle <alexandre.fayolle@camptocamp.com> wrote:Hello, A customer (odoo 12.0) here is facing a performance issue related to qweb templates on the website. The first time a worker serves these, we get terrible performance. I suspect we are not the only ones facing this. Using an external service to GET /shop for instance on a regular basis sort of alleviates this, but this is really unelegant. Is there a killer module I missed which is able to preload the cache for a number of views each time a worker is started? Or some other strategy? Thanks for your feedback -- Alexandre Fayolle Chef de Projet 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
--Gustavo Valverde
Chief Technology Officer
M (829) 686 8270 D (829) 956 5191 ext. 202
E gustavo@iterativo.do
ITERATIVO SRL
Roble Corporate Center, Piso 7
Rafael Augusto Sánchez 86, Piantini, Santo Domingo, R. Dominicana
T (829) 956 5191| E info@iterativo.do | www.iterativo.do
Member firm of ITERATIVO LLC & Progressa Corporate Group
Este mensaje y sus anexos pueden contener información confidencial y privilegiada con la intención de que sea utilizada por las personas u organizaciones a quienes esta dirigida, por lo que su uso es exclusivo para su destinatario. Si usted ha recibido este mensaje por error, favor de eliminarlo e informar al remitente del mensaje a través de un correo de respuesta. Si este es el caso, le notificamos que queda estrictamente prohibida la distribución o reproducción de este e-mail y/o sus anexos. iterativo no se hace responsable de las opiniones vertidas en esta comunicación que no estén acordes con su quehacer y fines, y que no se revistan de un carácter oficial.
This message and its enclosures may contain confidential and privileged information intended for the use of people and organizations to which it is directed and its use is thus limited to its addressee. If you have received this message by mistake, please eliminate it and inform the sender through a reply message. Should this be the case, you are advised that the distribution or reproduction of this e-mail and/or any attachments contained herein is strictly forbidden. iterativo is not liable for opinions expressed in this message which may not coincide with its responsibilities and purpose and which may not express official matters.
No imprimas este correo si no es necesario. Cuidemos del ambiente!
Do not print this mail if it's not necessary. Let's take care of the environment!
by Gustavo Valverde <gustavo@iterativo.do> - 03:21 - 8 Jun 2020 -
Re: initialization of qweb template caches on website
Hellow AlexandreCould this help you? https://www.odoogap.com/blog/odoogap-blog-1/making-website-blazing-fast/El lun., 8 jun. 2020 14:46, Georg Notter <georg.notter@agenterp.com> escribió:Hello Alexandre,We once did a caching, for a qweb-part with was "heavy" in rendering.It was not a module but i can send you some lines of code for inspiration if you want.George--
Mit freundlichen Grüßen
We look forward to see you. Best Regards
Dipl. Ing. (Fh) Georg A. G. Notter
Agent ERP GmbH
-------- Weitergeleitete Nachricht --------Von: Alexandre Fayolle <alexandre.fayolle@camptocamp.com>Antwort an: Odoo Community Association (OCA) Contributors <contributors@odoo-community.org>An: Contributors <contributors@odoo-community.org>Betreff: initialization of qweb template caches on websiteDatum: Mon, 08 Jun 2020 12:22:39 -0000Hello,
A customer (odoo 12.0) here is facing a performance issue related to
qweb templates on the website. The first time a worker serves these, we
get terrible performance. I suspect we are not the only ones facing
this. Using an external service to GET /shop for instance on a regular
basis sort of alleviates this, but this is really unelegant.
Is there a killer module I missed which is able to preload the cache for
a number of views each time a worker is started? Or some other strategy?
Thanks for your feedback
--
Alexandre Fayolle
Chef de Projet
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 dariodafoz - 03:00 - 8 Jun 2020
-