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
-
Agricultural Machinery
Dear contributors,
We are currently in the process of setting up a project for a company that sells agricultural machinery. It is not exactly like selling cars but at least shares some similarities. Is anybody out there working on something related to this or has a good set of modules to point at? Any hint is very welcome as we don't want to reinvent the wheel if we can use something from the community and contribute back
Best Frederik
--
Dr.-Ing. Frederik Kramer
Geschäftsführer
initOS GmbH
An der Eisenbahn 1
21224 Rosengarten
Phone: +49 4105 56156-12
Fax: +49 4105 56156-10
Mobil: +49 179 3901819
Email: frederik.kramer@initos.com
Web: www.initos.com
Geschäftsführung:
Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke
Sitz der Gesellschaft: Rosengarten – Klecken
Amtsgericht Tostedt, HRB 205226
Steuer-Nr: 15/200/53247
USt-IdNr.: DE815580155
by Frederik Kramer. - 12:00 - 2 Dec 2019 -
Contract with recurring card payment
Dear community,I would like to have an open source module for contracts with recurring Stripe or Paypal payments, depending onDoes a module like this exist?Who would like to develop such a module? I would then fund-raise for it.Kind regardsHenrik Norlin
by appstogrow (Github) - 08:51 - 30 Nov 2019-
Re: Contract with recurring card payment
Hello Henrik,you just need to activate and configure the Stripe payment acquirer.Then, users will be able to insert their credit cards data, for instance by /my/payment_method page (saving a token), and money transactions will be automatically generated by the procedure you can see within the _pay_invoice method of contract.contract model.On Sat, 21 Dec 2019 at 19:52, Henrik Norlin <henrik@appstogrow.org> wrote:Dear Lorenzo Battistini,Thank you for recommending contract_payment_auto with Stripe. I have made a PR to "migrate" from 10.0 to 12.0 (no migration scripts).How can I use this module with Stripe?Is there a way in Odoo community to let customers start a subscription/contract? Then the contract would recurringly generate invoices and automatic payments with Stripe.Kind regardsHenrik Norlin+4791120745_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Lorenzo Battistini
https://github.com/eLBati
by Lorenzo Battistini. - 10:11 - 22 Dec 2019 -
Re: Contract with recurring card payment
Dear Lorenzo Battistini,Thank you for recommending contract_payment_auto with Stripe. I have made a PR to "migrate" from 10.0 to 12.0 (no migration scripts).How can I use this module with Stripe?Is there a way in Odoo community to let customers start a subscription/contract? Then the contract would recurringly generate invoices and automatic payments with Stripe.Kind regardsHenrik Norlin+4791120745
by appstogrow (Github) - 07:50 - 21 Dec 2019 -
Re: Contract with recurring card payment
Hi Henrik.We have developed a module to add recurring payments with PayPal.
Documentation is very hidden but we found it and now it works.We can share code and help if more development if needed, for a fee.If interested, let me know.
-----------------------------------------------------------
Josean Soroa
js(at)landoo.es
LANDOO - Information Systems with Odoo
www.landoo.es
-----------------------------------------------------------
Escrito desde mi móvil. Disculpa la brevedad y la ausencia de tildes.
Written from my mobile. Excuse me for briefness.
El sáb., 30 nov. 2019 20:51, Henrik Norlin <henrik@appstogrow.org> escribió:Dear community,I would like to have an open source module for contracts with recurring Stripe or Paypal payments, depending onDoes a module like this exist?Who would like to develop such a module? I would then fund-raise for it.Kind regardsHenrik Norlin_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Josean Soroa - 08:46 - 3 Dec 2019 -
Re: Contract with recurring card payment
Hi Henrik,For our case, this is a subscription to a number of product for a certain amount of money. Contract in v 9.0 didn't fit the customer, an investigative press, specific use case as he didn't want to handle an invoice by product for some obvious reason. Then we added date slot to the subscription as they run a paywall access to articles and want to split the payment to the subscription to make it accessible to the most. And this is this last use case that we need to cover with automatic payment. So we need to handle an recurring payment plan wich and the integration to Mollie (will try to make it as generic as the customer budget will allow).So far we didn't work on the estimation as we don't plan to start it before february or march 2020.Regards,HoussineLe dim. 1 déc. 2019 à 15:42, Henrik Norlin <henrik@appstogrow.org> a écrit :Hi friends,Florent, does your Slimpay module support VISA / MasterCard?Houssine, Mollie looks interesting!I would like to charge monthly for a subscription plus additional variable services. OCA/contract will handle the monthly invoicing, which should trigger automatic payments. SEPA does not work out of the box in Norway. So I will need some SEPA localization, or card payment.When would you have time to build a recurring card payment integration? What price would you estimate?Kind regardsHenrik_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Houssine BAKKALI - 11:51 - 2 Dec 2019 -
Re: Contract with recurring card payment
Hello,it exists at https://github.com/OCA/contract/tree/10.0/contract_payment_auto and needs to be ported to 12.0We are using it with StripeOn Sat, 30 Nov 2019 at 20:51, Henrik Norlin <henrik@appstogrow.org> wrote:Dear community,I would like to have an open source module for contracts with recurring Stripe or Paypal payments, depending onDoes a module like this exist?Who would like to develop such a module? I would then fund-raise for it.Kind regardsHenrik Norlin_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Lorenzo Battistini
https://github.com/eLBati
by Lorenzo Battistini. - 11:46 - 2 Dec 2019
-
-
OCA 2020 RFQs - extended till Friday 6th December
Dear OCA Contributors,Please note it has been decided to extend the submission deadline for the OCA 2020 RFQs - they now close on Friday 6th December. (6pm UTC)
The other dates in the RFQ will remain the same, though the signing of the contracts will happen the week beginning 16th December.
You can see more details here:Odoo Community Association--Register your interest by sending an email or if you have any questions please get in touch.Warm regards,
Rebecca--Rebecca GellatlyGeneral SecretaryRebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 09:20 - 28 Nov 2019 -
l10n-switzerland: OCA 20022 payment slip
Hi there
we are in the process of implementing an iso20022 payment slip.
In this context I would like to know, what is the state of art?
Is anybody else working on this?
thanks
robert
--
Robert Rottermann CEO
031 333 10 20
robert@redo2oo.ch
Sickingerstrasse 3, 3014 Bern
Ihr Partner wenn es um ERP Lösungen geht.
by robert - 11:46 - 28 Nov 2019-
Re: l10n-switzerland: OCA 20022 payment slip
this is what we have today in v13.
It is a combination of invoice and payment slip.
as we did not really find anything useful in odoo core we did it mostly our self.
It is in the process of being checked by "my" bank.
But we will check against the that reference you provided.
robert
On 13.12.19 14:22, Yannick Vaucher wrote:
What do you mean by iso20022 payment slip? Do you mean the new QR-bill that will replace the ISR?
For this it has been developed in odoo core, it still needs some fixup though:
Yannick Vaucher
Business Solutions Architect
Camptocamp SAPSE A, CH-1015 LausannePhone: +41 21 619 10 30Office: +41 21 619 10 10
Hi there
we are in the process of implementing an iso20022 payment slip.
In this context I would like to know, what is the state of art?
Is anybody else working on this?
thanks
robert
--
Robert Rottermann CEO
031 333 10 20
robert@redo2oo.ch
Sickingerstrasse 3, 3014 Bern
Ihr Partner wenn es um ERP Lösungen geht. _______________________________________________
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
--
Robert Rottermann CEO
031 333 10 20
robert@redo2oo.ch
Sickingerstrasse 3, 3014 Bern
Ihr Partner wenn es um ERP Lösungen geht. _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Robert Rottermann - 03:01 - 13 Dec 2019 -
Re: l10n-switzerland: OCA 20022 payment slip
this is what we have today in v13.
It is a combination of invoice and payment slip.
as we did not really find anything useful in odoo core we did it mostly our self.
It is in the process of being checked by "my" bank.
But we will check against the that reference you provided.
robert
On 13.12.19 14:22, Yannick Vaucher wrote:
What do you mean by iso20022 payment slip? Do you mean the new QR-bill that will replace the ISR?
For this it has been developed in odoo core, it still needs some fixup though:
Yannick Vaucher
Business Solutions Architect
Camptocamp SAPSE A, CH-1015 LausannePhone: +41 21 619 10 30Office: +41 21 619 10 10
Hi there
we are in the process of implementing an iso20022 payment slip.
In this context I would like to know, what is the state of art?
Is anybody else working on this?
thanks
robert
--
Robert Rottermann CEO
031 333 10 20
robert@redo2oo.ch
Sickingerstrasse 3, 3014 Bern
Ihr Partner wenn es um ERP Lösungen geht. _______________________________________________
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
--
Robert Rottermann CEO
031 333 10 20
robert@redo2oo.ch
Sickingerstrasse 3, 3014 Bern
Ihr Partner wenn es um ERP Lösungen geht.
by robert - 02:46 - 13 Dec 2019 -
Re: l10n-switzerland: OCA 20022 payment slip
What do you mean by iso20022 payment slip? Do you mean the new QR-bill that will replace the ISR?For this it has been developed in odoo core, it still needs some fixup though:Yannick VaucherBusiness Solutions ArchitectCamptocamp SAPSE A, CH-1015 LausannePhone: +41 21 619 10 30Office: +41 21 619 10 10Hi there
we are in the process of implementing an iso20022 payment slip.
In this context I would like to know, what is the state of art?
Is anybody else working on this?
thanks
robert
--
Robert Rottermann CEO
031 333 10 20
robert@redo2oo.ch
Sickingerstrasse 3, 3014 Bern
Ihr Partner wenn es um ERP Lösungen geht. _______________________________________________
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 - 02:21 - 13 Dec 2019
-
-
Consulting about Offline Surveys
Hi there!I have a client that needs to take surveys using the survey module. The issue is that he will need to take surveys with offline dispositives. Is there any odoo app to do that?I mean, a way to take surveys in offline mode and then sincronize data with the odoo server.Thanks in advance.
by Gaston Pablo - 08:51 - 25 Nov 2019 -
Select recipients on chatter widget
Hello I'm looking for an add-on to allow free recipient selection on the inline chatter form. Has something like this been done before? Target version is a V10 Kind Regards Timon Tschanz
by Timon Tschanz - 02:50 - 25 Nov 2019-
Re: Select recipients on chatter widget
Hi Timon,i'm more on the side of Pedro here, the composer is the way to go. But i don't get the reason behind this requirement. Why should you write partners not related to the business object (like a quotation)?Another option is adding res.partner relation(s) to the model and telling Odoo to determine those partners by the default recipient functionality (https://github.com/odoo/odoo/blob/91807404e7d5c314ea30926b44bd16e878417ec1/addons/mail/models/mail_thread.py#L1581-L1591).I don't want to get into too much detail, but maybe it's helpful.Best RegardsChristianVon: "Timon Tschanz" <timon.tschanz@camptocamp.com>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Montag, 25. November 2019 15:37:25
Betreff: Re: Select recipients on chatter widgetHello
Yes the intention would be a search above the widget.
Also we would only want the selected people to be notified.
And currently we're using the full compose window, but since this would be the customers primary way of notifying it would be nice if there is no extra step.
Kind regards
Timon Tschanz
On 11/25/19 3:17 PM, Roussel, Denis wrote:
Hi Timon,
If I understand correctly, you can do that by beginning your chat with '@'.
It will propose all recipient and you can filter.
I also remarked that for a huge amount of users, the http request can take up to 1 MB per page displayed to retrieve all the users (they are stored by js)...
Best regards,
On Mon, Nov 25, 2019 at 2:52 PM Timon Tschanz <timon.tschanz@camptocamp.com> wrote:
Hello I'm looking for an add-on to allow free recipient selection on the inline chatter form. Has something like this been done before? Target version is a V10 Kind Regards Timon Tschanz
_______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
_______________________________________________
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
--Christian Zöllner
E-Mail: c.zoellner@intero-technologies.de
Intero Technologies GmbH
Heinrich-Heine-Ring 76
D - 18435 Stralsund
Tel: +49 (0) 3831 – 44 55 7 - 0
Fax: +49 (0) 3831 – 44 55 7 - 79
Internet: www.intero-technologies.de
Intero Technologies GmbH • Firmensitz: Heinrich-Heine-Ring 76, 18435 Stralsund , Deutschland • Registergericht: Amtsgericht Stralsund, HRB 7076 • Geschäftsführer: Frank Löffler, Lars Lifson • USt-Ident.Nr. DE 251251697
This eMail and its content is dedicated to the intended recipient only. If you have received it in error please contact the sender immediately by fax or return eMail. Please then delete the eMail and any copies of it.
by Christian Zöllner - 03:56 - 25 Nov 2019 -
Re: Select recipients on chatter widget
Hello
Yes the intention would be a search above the widget.
Also we would only want the selected people to be notified.
And currently we're using the full compose window, but since this would be the customers primary way of notifying it would be nice if there is no extra step.
Kind regards
Timon Tschanz
On 11/25/19 3:17 PM, Roussel, Denis wrote:
Hi Timon,
If I understand correctly, you can do that by beginning your chat with '@'.
It will propose all recipient and you can filter.
I also remarked that for a huge amount of users, the http request can take up to 1 MB per page displayed to retrieve all the users (they are stored by js)...
Best regards,
On Mon, Nov 25, 2019 at 2:52 PM Timon Tschanz <timon.tschanz@camptocamp.com> wrote:
Hello I'm looking for an add-on to allow free recipient selection on the inline chatter form. Has something like this been done before? Target version is a V10 Kind Regards Timon Tschanz
_______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Timon Tschanz - 03:36 - 25 Nov 2019 -
Re: Select recipients on chatter widget
Why not going to full compose window where you can do it?Regards.
by Pedro M. Baeza - 03:16 - 25 Nov 2019 -
Re: Select recipients on chatter widget
Hi Timon,If I understand correctly, you can do that by beginning your chat with '@'.It will propose all recipient and you can filter.I also remarked that for a huge amount of users, the http request can take up to 1 MB per page displayed to retrieve all the users (they are stored by js)...Best regards,On Mon, Nov 25, 2019 at 2:52 PM Timon Tschanz <timon.tschanz@camptocamp.com> wrote:Hello I'm looking for an add-on to allow free recipient selection on the inline chatter form. Has something like this been done before? Target version is a V10 Kind Regards Timon Tschanz
_______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
by Denis Roussel. - 03:16 - 25 Nov 2019 -
Re: Select recipients on chatter widget
Hi Timon,what do you mean by "free recipient selection"? Do you mean something like a litte search and add widget right above the message box?Best RegardsChristianVon: "Timon Tschanz" <timon.tschanz@camptocamp.com>
An: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Gesendet: Montag, 25. November 2019 14:52:01
Betreff: Select recipients on chatter widgetHello I'm looking for an add-on to allow free recipient selection on the inline chatter form. Has something like this been done before? Target version is a V10 Kind Regards Timon Tschanz
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Christian Zöllner
E-Mail: c.zoellner@intero-technologies.de
Intero Technologies GmbH
Heinrich-Heine-Ring 76
D - 18435 Stralsund
Tel: +49 (0) 3831 – 44 55 7 - 0
Fax: +49 (0) 3831 – 44 55 7 - 79
Internet: www.intero-technologies.de
Intero Technologies GmbH • Firmensitz: Heinrich-Heine-Ring 76, 18435 Stralsund , Deutschland • Registergericht: Amtsgericht Stralsund, HRB 7076 • Geschäftsführer: Frank Löffler, Lars Lifson • USt-Ident.Nr. DE 251251697
This eMail and its content is dedicated to the intended recipient only. If you have received it in error please contact the sender immediately by fax or return eMail. Please then delete the eMail and any copies of it.
by Christian Zöllner - 03:10 - 25 Nov 2019
-
-
Proposing myself as connector-lira PSC member
Dear contributors,What I’ve done so far:- v12 migration
- [IMP] connector_jira: worklog/timesheet date timezone
- [FIX] connector_jira: issues can be moved between projects
- [IMP] connector_jira: restrict linked AAL modification
- [ADD] connector_jira_tempo_project_role
- [IMP] connector_jira: search by Jira keys
- [IMP] connector_jira: import estimation and status for tasks
- [IMP] connector_jira: view JIRA keys on project and task views
- [IMP] connector_jira: restrict linked tasks alteration
- [IMP] connector_jira: do not track sync updates
- [IMP] connector_jira: improved user binding
Kind regards,Alexey
by Alexey Pelykh <alexey.pelykh@gmail.com> - 09:26 - 24 Nov 2019-
Re: Proposing myself as connector-lira PSC member
Hi Stephane!Thanks!
On 2 Dec 2019, at 20:47, Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Hi Alexey,I just added you to the Project & Service PSC. It should sync during the night.Best,-sbiOn Mon, Nov 25, 2019 at 3:12 PM Alexey Pelykh <alexey.pelykh@gmail.com> wrote:I’ll do my best to serve as PSC for entire group.
On 25 Nov 2019, at 14:22, Lorenzo Battistini <elbaddy@gmail.com> wrote:1. Make Alexey PSC of that entire group, as he has also contributed to some project things (project_role and others).2. Create a separate PSC for connector-jira.I'm OK with 1.Me too_______________________________________________
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 Alexey Pelykh <alexey.pelykh@gmail.com> - 08:50 - 2 Dec 2019 -
Re: Proposing myself as connector-lira PSC member
Hi Alexey,I just added you to the Project & Service PSC. It should sync during the night.Best,-sbiOn Mon, Nov 25, 2019 at 3:12 PM Alexey Pelykh <alexey.pelykh@gmail.com> wrote:I’ll do my best to serve as PSC for entire group.
On 25 Nov 2019, at 14:22, Lorenzo Battistini <elbaddy@gmail.com> wrote:1. Make Alexey PSC of that entire group, as he has also contributed to some project things (project_role and others).2. Create a separate PSC for connector-jira.I'm OK with 1.Me too_______________________________________________
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 - 08:46 - 2 Dec 2019 -
Re: Proposing myself as connector-lira PSC member
I’ll do my best to serve as PSC for entire group.
On 25 Nov 2019, at 14:22, Lorenzo Battistini <elbaddy@gmail.com> wrote:1. Make Alexey PSC of that entire group, as he has also contributed to some project things (project_role and others).2. Create a separate PSC for connector-jira.I'm OK with 1.Me too_______________________________________________
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> - 03:10 - 25 Nov 2019 -
Re: Proposing myself as connector-lira PSC member
1. Make Alexey PSC of that entire group, as he has also contributed to some project things (project_role and others).2. Create a separate PSC for connector-jira.I'm OK with 1.Me too
by Lorenzo Battistini. - 02:20 - 25 Nov 2019 -
Re: Proposing myself as connector-lira PSC member
I'm ok with both.On Mon, Nov 25, 2019 at 11:22 AM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:There's no specific connector-jira PSC, but associated to "Project & Service PSC", so maybe that's too broad. Options:1. Make Alexey PSC of that entire group, as he has also contributed to some project things (project_role and others).2. Create a separate PSC for connector-jira.I'm OK with 1.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 Simone Orsi. - 11:30 - 25 Nov 2019
-
Re: automatic bank statements import
Dear community,There’s a set of PRs that add base for automatic bank statements import and some implementations:- PayPal
- TransferWise
Some more implementations are to arrive within couple of months timeframe:- LHV bank (Estonia)
- PrivatBank InterPay (Ukraine)
- Braintree
- Payoneer
Regarding the EU PSD2 directive, currently it requires too much paperwork and license cost is huge, so until there’s some enhancements to TPP definition we’re a bit blocked there, yet there’s no technical difficulties.And I’d like to kindly request for a review of those PRs from interested parties.Kind regards,Alexey
by Alexey Pelykh <alexey.pelykh@gmail.com> - 09:00 - 24 Nov 2019-
Re: automatic bank statements import
Hi Jordi,I do hope that you’ll find time for that :)Kind regards,Alexey
On 24 Nov 2019, at 01:41, Jordi Ballester Alomar <jordi.ballester@eficent.com> wrote:Thanks Alexey,Will review!El dom., 24 nov. 2019 9:02, Alexey Pelykh <alexey.pelykh@gmail.com> escribió:Dear community,There’s a set of PRs that add base for automatic bank statements import and some implementations:- PayPal
- TransferWise
Some more implementations are to arrive within couple of months timeframe:- LHV bank (Estonia)
- PrivatBank InterPay (Ukraine)
- Braintree
- Payoneer
Regarding the EU PSD2 directive, currently it requires too much paperwork and license cost is huge, so until there’s some enhancements to TPP definition we’re a bit blocked there, yet there’s no technical difficulties.And I’d like to kindly request for a review of those PRs from interested parties.Kind regards,Alexey_______________________________________________
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> - 02:20 - 22 Feb 2020 -
Re: automatic bank statements import
Thanks Alexey,Will review!El dom., 24 nov. 2019 9:02, Alexey Pelykh <alexey.pelykh@gmail.com> escribió:Dear community,There’s a set of PRs that add base for automatic bank statements import and some implementations:- PayPal
- TransferWise
Some more implementations are to arrive within couple of months timeframe:- LHV bank (Estonia)
- PrivatBank InterPay (Ukraine)
- Braintree
- Payoneer
Regarding the EU PSD2 directive, currently it requires too much paperwork and license cost is huge, so until there’s some enhancements to TPP definition we’re a bit blocked there, yet there’s no technical difficulties.And I’d like to kindly request for a review of those PRs from interested parties.Kind regards,Alexey_______________________________________________
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 - 09:40 - 24 Nov 2019
-
OCA 2020 RFQs - close Thursday 29th November
Dear OCA Contributors,Just a reminder that the OCA 2020 RFQs close on Thursday 29th November.
You can see more details here:Register your interest by sending an email or if you have any questions please get in touch.Warm regards,
Rebecca--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 01:16 - 21 Nov 2019 -
"Adopt a Module" campaign?
Dear community, Quite small amount of modules have maintainers, and I’d like to propose making an “Adopt a Module” campaign, to split leadership of modules between active contributors. Kind regards, Alexey
by Alexey Pelykh <alexey.pelykh@gmail.com> - 09:41 - 19 Nov 2019-
Re: "Adopt a Module" campaign?
Great Idea Alexey :)
Bruno Joliveau - Architecte applications - PrésidentNUMIGI SOLUTIONS INC.(514) 317-7944Longueuil, Québec, CanadaLe mar. 19 nov. 2019 à 04:42, Alexey Pelykh <alexey.pelykh@gmail.com> a écrit :I agree to volunteer, as long as we agree on approach and steps. In my mind, every repository should have a “Adopt Me” issue with “help” wanted, where bot will maintain a list of modules that are not adopted. And periodic "call for maintainers” on events?As for lint: have no idea how to approach this, “if commit has a new file __manifest__.py then do something"On 19 Nov 2019, at 11:27, Sylvain LE GAL <sylvain.legal@grap.coop> wrote:Le mar. 19 nov. 2019 à 10:17, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Well, OK for both, but resources are needed to perform that, so if you volunteer for performing them, +1 for me.Regards.El mar., 19 nov. 2019 a las 10:12, Alexey Pelykh (<alexey.pelykh@gmail.com>) escribió:How to perform that?Ask them, very-very politelyTecnnically,- In a first step, it's quite easy to add maintainers keys in the odoo modules that fetch github code. (https://github.com/OCA/interface-github)- In a second step a nice bot can create PR adding maintainers for some (all modules). (a little more complex, but not so hard) Can be an objective of a code sprint.regard.Are you suggesting Travis to fail if no maintainer is declared?For new modules, yes. For current ones - give warning. It makes no sense of adding module and not becoming a maintainer for it (unfortunately, I did the same for some time because lack of knowledge)
On 19 Nov 2019, at 11:02, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:> 1) “noone”’s modules should be adopted either by their original author(s) or by volunteerHow to perform that?> 2) add a lint to ensure when module is added, it has a declared maintainerAre you suggesting Travis to fail if no maintainer is declared?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 Bruno Joliveau - 08:01 - 20 Nov 2019 -
Re: "Adopt a Module" campaign?
Great idea!On Wed, Nov 20, 2019 at 4:07 PM Lorenzo Battistini <elbaddy@gmail.com> wrote:I think this is a good idea.ThanksOn Tue, 19 Nov 2019 at 09:56, Alexey Pelykh <alexey.pelykh@gmail.com> wrote:Idea is quite simple: lots and lots of modules have no declared maintainers, even when they are added by a specific author. Steps suggested are:1) “noone”’s modules should be adopted either by their original author(s) or by volunteer2) add a lint to ensure when module is added, it has a declared maintainerHopefully, this would allow more "self-management” on a module level by original holders of leadership of respective module
On 19 Nov 2019, at 10:52, Sylvain LE GAL <sylvain.legal@grap.coop> wrote:Hi Alexey,I find the idea quite funny. (And interesting for the OCA to have more maintainers).If community agree with such an idea, I think that we should first target the most used modules, (if they don't havemaintainers already).Candidate list : https://www.odoo.com/apps/modules/browse?author=Odoo+Community+Association+%28OCA%29&order=DownloadsLe mar. 19 nov. 2019 à 09:47, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Please detail a bit more what are the steps of that campaign.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
--Lorenzo Battistini
https://github.com/eLBati_______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
by Denis Roussel. - 05:41 - 20 Nov 2019 -
Re: "Adopt a Module" campaign?
I think this is a good idea.ThanksOn Tue, 19 Nov 2019 at 09:56, Alexey Pelykh <alexey.pelykh@gmail.com> wrote:Idea is quite simple: lots and lots of modules have no declared maintainers, even when they are added by a specific author. Steps suggested are:1) “noone”’s modules should be adopted either by their original author(s) or by volunteer2) add a lint to ensure when module is added, it has a declared maintainerHopefully, this would allow more "self-management” on a module level by original holders of leadership of respective module
On 19 Nov 2019, at 10:52, Sylvain LE GAL <sylvain.legal@grap.coop> wrote:Hi Alexey,I find the idea quite funny. (And interesting for the OCA to have more maintainers).If community agree with such an idea, I think that we should first target the most used modules, (if they don't havemaintainers already).Candidate list : https://www.odoo.com/apps/modules/browse?author=Odoo+Community+Association+%28OCA%29&order=DownloadsLe mar. 19 nov. 2019 à 09:47, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Please detail a bit more what are the steps of that campaign.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
--Lorenzo Battistini
https://github.com/eLBati
by Lorenzo Battistini. - 04:06 - 20 Nov 2019 -
Re: "Adopt a Module" campaign?
On Wed, Nov 20, 2019 at 11:02 AM Guewen Baconnier <guewen.baconnier@camptocamp.com> wrote:> An alternative could be to have the bot commenting on new pull requests for addons that have no maintainers.I created https://github.com/OCA/oca-github-bot/issues/93 to track this and link to ongoing work on a related task.-sbi
by Stéphane Bidoul - 12:31 - 20 Nov 2019 -
Re: "Adopt a Module" campaign?
> An alternative could be to have the bot commenting on new pull requests for addons that have no maintainers.I like this!On Tue, Nov 19, 2019 at 4:02 PM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Excellent! Enabling such a campaign was part of the goals when we added the maintainer role back then.Doing it in the travis lint phase is perhaps too big a step? An alternative could be to have the bot commenting on new pull requests for addons that have no maintainers.Best regards,-sbiOn Tue, Nov 19, 2019 at 10:42 AM Alexey Pelykh <alexey.pelykh@gmail.com> wrote:I agree to volunteer, as long as we agree on approach and steps. In my mind, every repository should have a “Adopt Me” issue with “help” wanted, where bot will maintain a list of modules that are not adopted. And periodic "call for maintainers” on events?As for lint: have no idea how to approach this, “if commit has a new file __manifest__.py then do something"On 19 Nov 2019, at 11:27, Sylvain LE GAL <sylvain.legal@grap.coop> wrote:Le mar. 19 nov. 2019 à 10:17, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Well, OK for both, but resources are needed to perform that, so if you volunteer for performing them, +1 for me.Regards.El mar., 19 nov. 2019 a las 10:12, Alexey Pelykh (<alexey.pelykh@gmail.com>) escribió:How to perform that?Ask them, very-very politelyTecnnically,- In a first step, it's quite easy to add maintainers keys in the odoo modules that fetch github code. (https://github.com/OCA/interface-github)- In a second step a nice bot can create PR adding maintainers for some (all modules). (a little more complex, but not so hard) Can be an objective of a code sprint.regard.Are you suggesting Travis to fail if no maintainer is declared?For new modules, yes. For current ones - give warning. It makes no sense of adding module and not becoming a maintainer for it (unfortunately, I did the same for some time because lack of knowledge)
On 19 Nov 2019, at 11:02, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:> 1) “noone”’s modules should be adopted either by their original author(s) or by volunteerHow to perform that?> 2) add a lint to ensure when module is added, it has a declared maintainerAre you suggesting Travis to fail if no maintainer is declared?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 Guewen Baconnier - 11:01 - 20 Nov 2019
-
-
Propose Jaime Arroyo as PSC of HR
Hi all,Jaime has participated with a lot of contributions at hr repository: https://github.com/OCA/hr/pulls/jarroyomoralesHe has done migrations from 10 to 11 and 11 to 12, new addons and fixing issues.RegardsEnric 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 - 09:30 - 19 Nov 2019-
Re: Propose Jaime Arroyo as PSC of HR
+1El mar., 19 nov. 2019 a las 12:02, Hector Villarreal Ortega (<hector.villarreal@eficent.com>) escribió:+1El mar., 19 nov. 2019 a las 11:57, Alex Comba (<alex.comba@agilebg.com>) escribió:+1On Tue, Nov 19, 2019 at 9:31 AM Enric Tobella <etobella@creublanca.es> wrote:Hi all,Jaime has participated with a lot of contributions at hr repository: https://github.com/OCA/hr/pulls/jarroyomoralesHe has done migrations from 10 to 11 and 11 to 12, new addons and fixing issues.RegardsEnric 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
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Héctor Villarreal OrtegaProduct Analyst | Eficent(+34) 666468605 | hector.villarreal@eficent.com | https://www.eficent.comTwitter: https://twitter.com/hveficent_erp | Linkedin: https://www.linkedin.com/in/hectorvior_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Lois Rilo Antelo - Odoo consultant at ForgeFlowweb: www.forgeflow.comtwitter: @LoisRForgeFlow
by Lois Rilo Antelo - 05:51 - 18 Dec 2019 -
Re: Propose Jaime Arroyo as PSC of HR
+1El mar., 19 nov. 2019 a las 11:57, Alex Comba (<alex.comba@agilebg.com>) escribió:+1On Tue, Nov 19, 2019 at 9:31 AM Enric Tobella <etobella@creublanca.es> wrote:Hi all,Jaime has participated with a lot of contributions at hr repository: https://github.com/OCA/hr/pulls/jarroyomoralesHe has done migrations from 10 to 11 and 11 to 12, new addons and fixing issues.RegardsEnric 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
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Héctor Villarreal OrtegaProduct Analyst | Eficent(+34) 666468605 | hector.villarreal@eficent.com | https://www.eficent.comTwitter: https://twitter.com/hveficent_erp | Linkedin: https://www.linkedin.com/in/hectorvior
by Héctor Villarreal Ortega - 12:01 - 19 Nov 2019 -
Re: Propose Jaime Arroyo as PSC of HR
+1On Tue, Nov 19, 2019 at 9:31 AM Enric Tobella <etobella@creublanca.es> wrote:Hi all,Jaime has participated with a lot of contributions at hr repository: https://github.com/OCA/hr/pulls/jarroyomoralesHe has done migrations from 10 to 11 and 11 to 12, new addons and fixing issues.RegardsEnric 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
--Alex Comba
Tel (CH): +41 91 210 23 40
by Alex Comba. - 11:56 - 19 Nov 2019 -
Re: Propose Jaime Arroyo as PSC of HR
+1Note to contributors: only approvals from the HR PSC are valid for the application.Regards.
by Pedro M. Baeza - 09:41 - 19 Nov 2019 -
Re: Propose Jaime Arroyo as PSC of HR
+1On Tue, Nov 19, 2019 at 9:31 AM Enric Tobella <etobella@creublanca.es> wrote:Hi all,Jaime has participated with a lot of contributions at hr repository: https://github.com/OCA/hr/pulls/jarroyomoralesHe has done migrations from 10 to 11 and 11 to 12, new addons and fixing issues.RegardsEnric 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
--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
by Denis Roussel. - 09:35 - 19 Nov 2019
-
-
Propose myself for storage + search-engine PSC
Hi everybody,I'd like to be involved in the PSC of OCA/storage and OCA/search-engine.I've done quite some work there already (migrations, test coverage, porting to OCA, etc)Wish you all a good day :)Cheers,S.
by Simone Orsi. - 08:05 - 14 Nov 2019-
Re: Propose myself for storage + search-engine PSC
Thanks Stéphane :)On Thu, Nov 14, 2019 at 6:07 PM Stéphane Bidoul <stephane.bidoul@acsone.eu> wrote:Hello Simone,I just added you to the Storage PSC team.Welcome,-sbiOn Thu, Nov 14, 2019 at 9:27 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:+1On Thu, Nov 14, 2019 at 8:07 AM Simone Orsi <simahawk@gmail.com> wrote:Hi everybody,I'd like to be involved in the PSC of OCA/storage and OCA/search-engine.I've done quite some work there already (migrations, test coverage, porting to OCA, etc)Wish you all a good day :)Cheers,S._______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
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. - 07:56 - 15 Nov 2019 -
Re: Propose myself for storage + search-engine PSC
Hello Simone,I just added you to the Storage PSC team.Welcome,-sbiOn Thu, Nov 14, 2019 at 9:27 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:+1On Thu, Nov 14, 2019 at 8:07 AM Simone Orsi <simahawk@gmail.com> wrote:Hi everybody,I'd like to be involved in the PSC of OCA/storage and OCA/search-engine.I've done quite some work there already (migrations, test coverage, porting to OCA, etc)Wish you all a good day :)Cheers,S._______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
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:06 - 14 Nov 2019 -
Re: Propose myself for storage + search-engine PSC
+1On Thu, Nov 14, 2019 at 8:07 AM Simone Orsi <simahawk@gmail.com> wrote:Hi everybody,I'd like to be involved in the PSC of OCA/storage and OCA/search-engine.I've done quite some work there already (migrations, test coverage, porting to OCA, etc)Wish you all a good day :)Cheers,S._______________________________________________
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 Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
by Denis Roussel. - 09:26 - 14 Nov 2019 -
Re: Propose myself for storage + search-engine PSC
+1 as well
by Pedro M. Baeza - 09:11 - 14 Nov 2019 -
Re: Propose myself for storage + search-engine PSC
+1--Yves Goldberg - איב גולדברגodoo| Official Partner - OCA delegateOpen Source ERP, CRM & CMST +972 (3) 720 8818
M +972 (55) 966 1405T +32 (2) 588 2500------- Original message -----From: Simone Orsi <simahawk@gmail.com>To: Contributors <contributors@odoo-community.org>Subject: Propose myself for storage + search-engine PSCDate: Thursday, November 14, 2019 09:07Hi everybody,I'd like to be involved in the PSC of OCA/storage and OCA/search-engine.I've done quite some work there already (migrations, test coverage, porting to OCA, etc)Wish you all a good day :)Cheers,S._______________________________________________Mailing-List: https://odoo-community.org/groups/contributors-15Post to: mailto:contributors@odoo-community.orgUnsubscribe: https://odoo-community.org/groups?unsubscribe
by Yves Goldberg - 09:01 - 14 Nov 2019
-
-
Translate OCA website to Portuguese Brazil
Hi,
I want to translate OCA website to PT-BR.
Would it be possible?
Thanks in advance.
by Luis F Miléo - 02:13 - 11 Nov 2019-
Re: Translate OCA website to Portuguese Brazil
Please point to the proper translation URL (in https://translation.odoo-community.org/ site) for checking.Regards.
by Pedro M. Baeza - 05:46 - 20 Nov 2019 -
Re: Translate OCA website to Portuguese Brazil
Hi,There may have been a misunderstanding...My integration is translated on the community site: www.odoo-community.org to Portuguese, not the project: github.com/oca/websiteIs this possible?Luis Felipe Miléo
phone: +55 11 3090-9303
mobile: +55 35 988 763 663
www.kmee.com.br
From: "Pedro M. Baeza (Tecnativa)" <pedro.baeza@tecnativa.com>
To: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Sent: Thursday, November 14, 2019 10:12:51 PM
Subject: Re: Translate OCA website to Portuguese BrazilHi, Luis,You were already member of the PT-BR team. Is there any problem you are facing?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 Luis F Miléo - 05:41 - 20 Nov 2019 -
Re: Translate OCA website to Portuguese Brazil
Hi, Luis,You were already member of the PT-BR team. Is there any problem you are facing?Regards.
by Pedro M. Baeza - 01:11 - 15 Nov 2019
-
-
Proposing myself in Sale, crm, markeign PSC
Hi all,Some of you know me as I was involved for months in logistics repositories.So far, as I want not limiting my activities to such field and to help work being achieved, I want to be part of Sales, CRM and marketing PSC.You can see a little bit of work I've done especially in sale-workflow and in partner-contact :Many thanks for your feedback!--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
by Denis Roussel. - 09:41 - 11 Nov 2019-
Re: Proposing myself in Sale, crm, markeign PSC
Thanks Stephane and all others for this!Le jeu. 14 nov. 2019 à 18:26, Stéphane Bidoul <stephane.bidoul@acsone.eu> a écrit :Hello Denis,Several positive votes, including one from a member of that PSC (Pedro)I just added you to the team. You should receive the GitHub invite in the coming hours.Welcome,-sbiOn Tue, Nov 12, 2019 at 6:22 PM Bejaoui, Souheil <souheil.bejaoui@acsone.eu> wrote:+1On Tue, Nov 12, 2019 at 3:11 PM Mustafa Sarkazi <sarkazimustafa@gmail.com> wrote:+1--Best Regards,Mustafa SarkaziTechnology ConsultantOn Mon, Nov 11, 2019 at 2:42 PM Alex Comba <alex.comba@agilebg.com> wrote:+1On Mon, Nov 11, 2019 at 9:42 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Hi all,Some of you know me as I was involved for months in logistics repositories.So far, as I want not limiting my activities to such field and to help work being achieved, I want to be part of Sales, CRM and marketing PSC.You can see a little bit of work I've done especially in sale-workflow and in partner-contact :Many thanks for your feedback!--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
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 Denis Roussel. - 07:15 - 15 Nov 2019 -
Re: Proposing myself in Sale, crm, markeign PSC
Hello Denis,Several positive votes, including one from a member of that PSC (Pedro)I just added you to the team. You should receive the GitHub invite in the coming hours.Welcome,-sbiOn Tue, Nov 12, 2019 at 6:22 PM Bejaoui, Souheil <souheil.bejaoui@acsone.eu> wrote:+1On Tue, Nov 12, 2019 at 3:11 PM Mustafa Sarkazi <sarkazimustafa@gmail.com> wrote:+1--Best Regards,Mustafa SarkaziTechnology ConsultantOn Mon, Nov 11, 2019 at 2:42 PM Alex Comba <alex.comba@agilebg.com> wrote:+1On Mon, Nov 11, 2019 at 9:42 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Hi all,Some of you know me as I was involved for months in logistics repositories.So far, as I want not limiting my activities to such field and to help work being achieved, I want to be part of Sales, CRM and marketing PSC.You can see a little bit of work I've done especially in sale-workflow and in partner-contact :Many thanks for your feedback!--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
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 - 06:26 - 14 Nov 2019 -
Re: Proposing myself in Sale, crm, markeign PSC
+1On Tue, Nov 12, 2019 at 3:11 PM Mustafa Sarkazi <sarkazimustafa@gmail.com> wrote:+1--Best Regards,Mustafa SarkaziTechnology ConsultantOn Mon, Nov 11, 2019 at 2:42 PM Alex Comba <alex.comba@agilebg.com> wrote:+1On Mon, Nov 11, 2019 at 9:42 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Hi all,Some of you know me as I was involved for months in logistics repositories.So far, as I want not limiting my activities to such field and to help work being achieved, I want to be part of Sales, CRM and marketing PSC.You can see a little bit of work I've done especially in sale-workflow and in partner-contact :Many thanks for your feedback!--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
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 Souheil Bejaoui - 06:21 - 12 Nov 2019 -
Re: Proposing myself in Sale, crm, markeign PSC
+1--Best Regards,Mustafa SarkaziTechnology ConsultantOn Mon, Nov 11, 2019 at 2:42 PM Alex Comba <alex.comba@agilebg.com> wrote:+1On Mon, Nov 11, 2019 at 9:42 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Hi all,Some of you know me as I was involved for months in logistics repositories.So far, as I want not limiting my activities to such field and to help work being achieved, I want to be part of Sales, CRM and marketing PSC.You can see a little bit of work I've done especially in sale-workflow and in partner-contact :Many thanks for your feedback!--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by sarkazimustafa - 03:11 - 12 Nov 2019 -
Re: Proposing myself in Sale, crm, markeign PSC
+1On Mon, 11 Nov 2019, 10:12 Alex Comba, <alex.comba@agilebg.com> wrote:+1On Mon, Nov 11, 2019 at 9:42 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:Hi all,Some of you know me as I was involved for months in logistics repositories.So far, as I want not limiting my activities to such field and to help work being achieved, I want to be part of Sales, CRM and marketing PSC.You can see a little bit of work I've done especially in sale-workflow and in partner-contact :Many thanks for your feedback!--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Cédric Pigeon - 10:26 - 11 Nov 2019
-
-
Call for a new repository sale-promotion
Hi,In order to group some modules related to sale promotion rules (and decreasing sale-workflow repo), we would like to create a new repository called sale-promotion.You can find the discussion about it:Actual modules :Many thanks for your feedback !--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu
by Denis Roussel. - 03:06 - 6 Nov 2019-
Re: Call for a new repository sale-promotion
+1
Bruno Joliveau - Architecte applications - PrésidentNUMIGI SOLUTIONS INC.(514) 317-7944Longueuil, Québec, CanadaLe mer. 6 nov. 2019 à 09:07, Roussel, Denis <denis.roussel@acsone.eu> a écrit :Hi,In order to group some modules related to sale promotion rules (and decreasing sale-workflow repo), we would like to create a new repository called sale-promotion.You can find the discussion about it:Actual modules :Many thanks for your feedback !--__________________________________________
Denis Roussel
Software Engineer
Acsone SA, Succursale de Luxembourg
Tel : +352 20 21 10 20 19
Fax : +352 20 21 10 21
Gsm : +352 691 50 60 88Acsone sa/nv
Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | Belgium
Zone Industrielle 22 | L-8287 Kehlen | Luxembourg
www.acsone.eu_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Bruno Joliveau - 11:50 - 7 Nov 2019 -
Re: Call for a new repository sale-promotion
+1On Thu, Nov 7, 2019 at 1:02 AM Sebastien Beau <sebastien.beau@akretion.com> wrote:+1Le mer. 6 nov. 2019 à 16:12, <admin@ygol.com> a écrit :+1--Yves Goldberg - איב גולדברגodoo| Official Partner - OCA delegateOpen Source ERP, CRM & CMST +972 (3) 720 8818
M +972 (55) 966 1405T +32 (2) 588 2500------- Original message -----From: "Roussel, Denis" <denis.roussel@acsone.eu>To: Contributors <contributors@odoo-community.org>Subject: Call for a new repository sale-promotionDate: Wednesday, November 06, 2019 16:07Hi,In order to group some modules related to sale promotion rules (and decreasing sale-workflow repo), we would like to create a new repository called sale-promotion.You can find the discussion about it:Actual modules :Many thanks for your feedback !--__________________________________________Fax : +352 20 21 10 21Gsm : +352 691 50 60 88Acsone sa/nvBoulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | BelgiumZone Industrielle 22 | L-8287 Kehlen | Luxembourg_______________________________________________Mailing-List: https://odoo-community.org/groups/contributors-15Post to: mailto:contributors@odoo-community.orgUnsubscribe: 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. - 09:46 - 7 Nov 2019 -
Re: Call for a new repository sale-promotion
+1Le mer. 6 nov. 2019 à 16:12, <admin@ygol.com> a écrit :+1--Yves Goldberg - איב גולדברגodoo| Official Partner - OCA delegateOpen Source ERP, CRM & CMST +972 (3) 720 8818
M +972 (55) 966 1405T +32 (2) 588 2500------- Original message -----From: "Roussel, Denis" <denis.roussel@acsone.eu>To: Contributors <contributors@odoo-community.org>Subject: Call for a new repository sale-promotionDate: Wednesday, November 06, 2019 16:07Hi,In order to group some modules related to sale promotion rules (and decreasing sale-workflow repo), we would like to create a new repository called sale-promotion.You can find the discussion about it:Actual modules :Many thanks for your feedback !--__________________________________________Fax : +352 20 21 10 21Gsm : +352 691 50 60 88Acsone sa/nvBoulevard de la Woluwe 56 Woluwedal | B-1200 Brussels | BelgiumZone Industrielle 22 | L-8287 Kehlen | Luxembourg_______________________________________________Mailing-List: https://odoo-community.org/groups/contributors-15Post to: mailto:contributors@odoo-community.orgUnsubscribe: 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 Sébastien Beau - 01:01 - 7 Nov 2019 -
Re: Call for a new repository sale-promotion
+1Sergio CoratoIl giorno mer 6 nov 2019 alle ore 16:37 Alex Comba <alex.comba@agilebg.com> ha scritto:On Wed, Nov 6, 2019 at 3:07 PM Roussel, Denis <denis.roussel@acsone.eu> wrote:In order to group some modules related to sale promotion rules (and decreasing sale-workflow repo), we would like to create a new repository called sale-promotion.+1--Alex Comba
Tel (CH): +41 91 210 23 40_______________________________________________
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 - 04:45 - 6 Nov 2019 -
Re: Call for a new repository sale-promotion
On Wed, Nov 6, 2019 at 3:07 PM Roussel, Denis <denis.roussel@acsone.eu> wrote:In order to group some modules related to sale promotion rules (and decreasing sale-workflow repo), we would like to create a new repository called sale-promotion.+1--Alex Comba
Tel (CH): +41 91 210 23 40
by Alex Comba. - 04:36 - 6 Nov 2019
-
-
Problem to filter a tree inside a form [management system]
Hi,
I'm trying to change the behavior of a form (Nonconformity in Management System) replacing a m2o with a m2m field, as a review of the issue #263 (https://github.com/OCA/management-system/issues/263).
The field is the relation with immediate Actions immediate_action_id used in the Description tab.
Original:
immediate_action_id = fields.Many2one(
'mgmtsystem.action',
'Immediate action',
domain="[('nonconformity_ids', '=', id)]",
)
I did this:
immediate_action_ids = fields.Many2many(
'mgmtsystem.action',
'mgmtsystem_nonconformity_action_rel',
'nonconformity_id',
'action_id',
'Immediate Actions',
domain="[('nonconformity_ids', '=', id)]",
)
Then in the view I replaced this:
<field name="immediate_action_id" domain="[('type_action','=','immediate')]"
attrs="{'readonly':[('state','not in',['draft', 'analysis'])]}"/>
with this:
<field name="immediate_action_ids" domain="[('type_action', '=', 'immediate')]"
attrs="{'readonly':[('state','not in',['draft', 'analysis'])]}"/>
Replacing the field in the form view permit to view all the Actions associated with the Nonconformity, but I want to display only immediate Actions.
I googled a lot but nothing I tryied allow me to show only Actions with type_action attribute set to 'immediate'.
Did I something wrong?
Some suggestion?
Thanks in advance.
Stefano
PS: I hope this is the right list to post similar question.
Questa e-mail è priva di virus e malware perché è attiva la protezione avast! Antivirus .
by Stefano Consolaro - 11:45 - 1 Nov 2019-
Re: Problem to filter a tree inside a form [management system]
Hi,Just a fast answer, i didn't look to codes and i didnt ger your idea.Vut make in mind you can relate a Many2one() to a On2many() ( db logique only one foreign key will be stored in the many2one table )Dont focus too much in the "domain" first until you sortout how the DB logique you would like to change to.If you would like to change the data to many two one you can use m2m in both tables and reverse column1 and column2 in table1 and table2. Once you get the data well prganised in db then think about the domains.Ps :m2m creates a new table with 2 foreign keys. M2o is only a logical widget for Odoo and m2o is a foreign key.Wish it will help you, and sorry if by my missunderstanding i shared with you some basic things.Good luck,On Fri, Nov 1, 2019, 23:46 Stefano Consolaro <stefano.consolaro@mymage.it> wrote:Hi,
I'm trying to change the behavior of a form (Nonconformity in Management System) replacing a m2o with a m2m field, as a review of the issue #263 (https://github.com/OCA/management-system/issues/263).
The field is the relation with immediate Actions immediate_action_id used in the Description tab.
Original:
immediate_action_id = fields.Many2one(
'mgmtsystem.action',
'Immediate action',
domain="[('nonconformity_ids', '=', id)]",
)
I did this:
immediate_action_ids = fields.Many2many(
'mgmtsystem.action',
'mgmtsystem_nonconformity_action_rel',
'nonconformity_id',
'action_id',
'Immediate Actions',
domain="[('nonconformity_ids', '=', id)]",
)
Then in the view I replaced this:
<field name="immediate_action_id" domain="[('type_action','=','immediate')]"
attrs="{'readonly':[('state','not in',['draft', 'analysis'])]}"/>
with this:
<field name="immediate_action_ids" domain="[('type_action', '=', 'immediate')]"
attrs="{'readonly':[('state','not in',['draft', 'analysis'])]}"/>
Replacing the field in the form view permit to view all the Actions associated with the Nonconformity, but I want to display only immediate Actions.
I googled a lot but nothing I tryied allow me to show only Actions with type_action attribute set to 'immediate'.
Did I something wrong?
Some suggestion?
Thanks in advance.
Stefano
PS: I hope this is the right list to post similar question.
Questa e-mail è priva di virus e malware perché è attiva la protezione avast! Antivirus .
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Youness Maafi - 01:26 - 2 Nov 2019
-
-
New OCA Delegates and Board Member and Financial Auditors Campaign RE-OPENED
Dear OCA Contributors,
I wanted to share with you the new Delegates from the extra election we have just run:- Wolfgang Taferner
- Bruno Joliveau
- Virginie Dewulf
- Lois Rilo Antelo
- Gonzalo Ruzafa
- Jordi Riera
- Luis Felipe Mileo
Thank you to all the Members that applied. It was great to see so much motivation, we had 18 applications in total. It would be awesome to see this enthusiasm kept up for next year when the process starts again to keep an active and engaged community.
As a Contributor If you aren't already a Member and would like to become one you can purchase your membership online here.To let you know we have also reopened the Board Member and Financial Auditor Campaigns.
Only Delegates can apply to become Board Members (this includes our new Delegates) but you do not need to be a Member or Delegate to apply to become a Financial Auditor. The application survey is here. This campaign will close on Friday 8th November.
Any questions, please let me know.
Warm regards,Rebecca--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 12:21 - 31 Oct 2019 -
Re: Frepple, supply chain planning & scheduling
Hello David,OSI has a customer using Frepple, and is aware of other Odoo customers also using Frepple.I could put you in contact with the people familiar with these. Would setting up a call be appropriate?DanielNo dia 28/10/2019, às 19:21, David Beal <david.beal@akretion.com> escreveu:
Hi dear odoo integrators,Just a little message to know if somebody have any experiment with freppleconnected with Odoo ?Did you implement it for customers ?What was the feedback of them ?Thanks_______________________________________________
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 - 08:41 - 28 Oct 2019-
Re: Frepple, supply chain planning & scheduling
Thanks @Houssine I've seen, interesting@DanielI've to investigate some ways and probably will ask you further informationsThanks a lot for this really good informationLe mar. 29 oct. 2019 à 10:11, Houssine BAKKALI <houssine.bakkali@gmail.com> a écrit :Hi David,Maybe you're already aware of the existing connector between Odoo and Freeple. Anyway I put it there just in case. https://frepple.com/integrations/odoo-connector/HoussineLe lun. 28 oct. 2019 à 20:41, Daniel Reis <dgreis@sapo.pt> a écrit :Hello David,OSI has a customer using Frepple, and is aware of other Odoo customers also using Frepple.I could put you in contact with the people familiar with these. Would setting up a call be appropriate?DanielNo dia 28/10/2019, às 19:21, David Beal <david.beal@akretion.com> escreveu:
Hi dear odoo integrators,Just a little message to know if somebody have any experiment with freppleconnected with Odoo ?Did you implement it for customers ?What was the feedback of them ?Thanks_______________________________________________
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 - 05:55 - 29 Oct 2019 -
Re: Frepple, supply chain planning & scheduling
Hi David,Maybe you're already aware of the existing connector between Odoo and Freeple. Anyway I put it there just in case. https://frepple.com/integrations/odoo-connector/HoussineLe lun. 28 oct. 2019 à 20:41, Daniel Reis <dgreis@sapo.pt> a écrit :Hello David,OSI has a customer using Frepple, and is aware of other Odoo customers also using Frepple.I could put you in contact with the people familiar with these. Would setting up a call be appropriate?DanielNo dia 28/10/2019, às 19:21, David Beal <david.beal@akretion.com> escreveu:
Hi dear odoo integrators,Just a little message to know if somebody have any experiment with freppleconnected with Odoo ?Did you implement it for customers ?What was the feedback of them ?Thanks_______________________________________________
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 Houssine BAKKALI - 10:10 - 29 Oct 2019
-
-
Frepple, supply chain planning & scheduling
Hi dear odoo integrators,Just a little message to know if somebody have any experiment with freppleconnected with Odoo ?Did you implement it for customers ?What was the feedback of them ?Thanks
by David BEAL - 08:21 - 28 Oct 2019 -
DevOps: Sway Remote Sessions
Hi All,I was faced with an issue recently that some company NUKs smeared all the sudden without further sign of life.I wondered the possibility to run user sessions over the local network on a more reliable server accessed from Raspberry PI thin clients.Enter Ubuntu 19.10 (released some days ago) with Gnome 3.34 shipped which finally has tenable Wayland support. (I use the Pop OS distribution)x2go server has been well documented and in use for a couple of years. But Wayland support: non existent.Enter waypipe a GSOC sponsored network transport for Wayland which works similar to ssh -X.Enter sway a lightweight tiling window manager (a port of i3 to Wayland).Enter Raspberry Pi 4 release earlier this year with better GPU drivers and therefore support of Wayland.Sway, like i3, can be heavily configured with keybindings for any company's role based productivity scenarios (shortcuts for sales, dev, admon, etc.) It is lightweight on server resources and still pretty sleek for a mainly keyboard driven window manager.Pulling the strings together, I'm trying to configure archlinux on raspberry to login into `waypipe ssh login@server sway`.Not sure how many sessions a NUK Intel i7U Quad-Core with 32GB can bear, but I bet it's quite some.Let's see how DockeryOdoo plays with this setup as for server side development. Maybe using git worktree for all working on a single repo? Maybe split abstract serviced like db, email sink and reverse proxy from the particular odoo-dev service all joining on a odoo-dev network where all developers share abstract services?To be continued ...BR,D. Arnold
by dar - 06:06 - 28 Oct 2019