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
-
Best model for selling unique products (used machines)
Hello, I have a hard time to decide which Odoo model to use for selling unique products. The products are used machines. So in general one could think of a generic product with manufacturer and model and a certain instance of it. But since these are used items, they come with a lot of customizations and other instance specific attributes like operation hours etc. So it’s more like the product == instance. We thought about using `product.product` for the brand/model and `stock.production.lot` for the instance, but after some research in the odoo v12 code I'm not sure if this is really the best option. To me it looks like `stock.production.lot` is more about tractability of instance of generic products **after** they have been sold, since `stock.production.lot` is very tightly tied to stock operations. We need to have product instances already during the whole CRM, Quote, SaleOrder process. I don’t see how to easily put `stock.production.lot` on `sale.order.lines`. The other option would be just going for `product.product` and assume product == product instance. I’m not really sure about benefits/drawbacks or maybe other/better approaches. Please give me your opinions about what model is best to use as a base for selling unique items in odoo. Thanks. Regards, Peter
by Pete Hahn - 03:36 - 21 Aug 2020-
Re: Best model for selling unique products (used machines)
to contribute to this very interesting discussion:we have encountered this situation (unique products) and decided to use products (product.template/product) vs lot (stock.production.lot), because of the stock valuation.if you use the perpetual inventory, all the lots share the same cost (average or FIFO), which is a big problem as unique products have unique cost, and selecting a specific serial number does not change the cost sequence (FIFO).Just for this reason, we decided to use products.Cheers,DominiqueOn Thu, 27 Aug 2020 at 05:06, Frederik Kramer <frederik.kramer@initos.com> wrote:Hi Graeme, Peter and me had a intense discussion on the matter today again. Probably none of the solutions (purely thought) is really it. We deal with instances of technical machinery (agricultural machinery to be precise). Almost always there is a base product but then there is a set of attributes (each of which may be boolean, text, integer sometimes in a configurable list). So its much like the use case in e- Commerce (hat odoo-pim and Akretion adressed). However, each of these instances also has a unique serial number at a certain point. This serial number (just like a car) is the unique identifier with which the concrete machine is recognizable not only by our customer but also by the manufacturer and diverse other organisations (including the state). So theoretically its valid to extend stock.production.lot or product.product to store the additional information there. We were almost changing our minds from the inital solution (stock.production.lot) to product.product but that the fact that we really have trouble having a clean UI for spare parts (w/o) serial number and without massive attribute sets renders this solution cumbersome. So we no probably go for extending product.product with an addtional and specific model that is just beeing used and filled if the concrete product is a machinery and not for intance a nut or a nail or whatever. Certainly this also comes with drawbacks but probaly less then extending either of the aforemetioned models directly. Best Frederik Am Mittwoch, den 26.08.2020, 20:42 +0000 schrieb Graeme Gellatly: > Your main issue is this. > > If I sell lots of the same product in different states with a > reasonably high inventory turnover - then I'd use lots. The reason > is, plenty can go wrong using products, like imagine the work in > activating, deactivating, creating a new product each time, > stocktakes and maintenance. You end up with 100's of items with very > similar descriptions, some are in stock some aren't. If a user picks > the wrong one, it actually sucks changing everything like the sale, > picking etc, whereas for lots it is generally easily editable. > > If I sell few products or always different makes/models, then using > product, deaactivating and all the other work on the item list > maintenance side might be worth it and easier than the work in > maintaining lots. You just duplicate, update description etc and > hope noone makes a mistake with accounts, categories, duplicate > references etc. > > To me lots are completely natural, as a lot is a specific > identifiable instance of a product, but if you are treating products > as essentially the lot anyway then there is no point. > > On Wed, Aug 26, 2020 at 8:12 PM Peter Hahn <peter.hahn@initos.com> > wrote: > > Dear all, thanks for all the input. > > > > Am 26.08.20 um 09:52 schrieb Roussel, Denis: > > > > > > > From my point of view and from near experience of customer of > > ours, we advise as some said to not change too much the Odoo base > > objects purpose as, along project life, you'll need to twist all > > the Odoo flows to adapt to your changes. > > > > That’s interesting, because that’s the main thing I am thinking > > about: > > Which approach will break the most/need the most customization? > > > > What flows do you think of exactly? > > > > In my use case I only intend to add informative information to the > > products, so my current impression is, that using products will > > give me > > all the flows I need out of the box, while `stock.production.lot` > > will > > be at least a bit cumbersome in the UI for users and need > > customizations > > to make it work as expected for the user. (E.g. I think one would > > expect > > the sold machine (lot) named on the invoice) > > > > > > > > > As Graeme said, the lots are the good place to extend > > modelization for one product instance. > > Ok. This seams to be somewhat common sence among the list. > > > > > > Ok. I think I don’t need to bother you anymore but just make a > > decision. > > > > So to get to more concrete question: > > What could be possibly go wrong using product.product? > > What do you expect to break? > > > > The only thing I can think off that would be strange is, if they > > one day > > decide to sell something completly different things too. Than all > > the > > machine specific information won’t make much sense. > > _______________________________________________ > > 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
by dominique.k - 02:21 - 27 Aug 2020 -
Re: Best model for selling unique products (used machines)
I would like to add these thoughts to the discussion:An individual product stored in a warehouse(stock.location) should be treated individually using Serial Number traceability(stock.production.lot) like has been discussed here in this thread...But an individual product that it's not in a good condition due to its use or it have been pulled of from the Warehouse to start it's useful life should be treated like an Asset(asset.asset) with a depreciation model and their own features to individually differentiate it from the generic products that keep their New or Good Condition State inside the Warehouse. For example all the used machinery, cars, buildings or Assets in general have individual values of measures like years of usage, year of the release, KMs or Miles traveled... that change from Unit to Unit affecting also the price of the Asset due to the sum of all the depreciations or valuations that applySo you should be using asset.asset too in combination with product.product and stock.production.lotHope this helpOn Wed, Aug 26, 2020 at 4:06 PM Frederik Kramer <frederik.kramer@initos.com> wrote:Hi Graeme, Peter and me had a intense discussion on the matter today again. Probably none of the solutions (purely thought) is really it. We deal with instances of technical machinery (agricultural machinery to be precise). Almost always there is a base product but then there is a set of attributes (each of which may be boolean, text, integer sometimes in a configurable list). So its much like the use case in e- Commerce (hat odoo-pim and Akretion adressed). However, each of these instances also has a unique serial number at a certain point. This serial number (just like a car) is the unique identifier with which the concrete machine is recognizable not only by our customer but also by the manufacturer and diverse other organisations (including the state). So theoretically its valid to extend stock.production.lot or product.product to store the additional information there. We were almost changing our minds from the inital solution (stock.production.lot) to product.product but that the fact that we really have trouble having a clean UI for spare parts (w/o) serial number and without massive attribute sets renders this solution cumbersome. So we no probably go for extending product.product with an addtional and specific model that is just beeing used and filled if the concrete product is a machinery and not for intance a nut or a nail or whatever. Certainly this also comes with drawbacks but probaly less then extending either of the aforemetioned models directly. Best Frederik Am Mittwoch, den 26.08.2020, 20:42 +0000 schrieb Graeme Gellatly: > Your main issue is this. > > If I sell lots of the same product in different states with a > reasonably high inventory turnover - then I'd use lots. The reason > is, plenty can go wrong using products, like imagine the work in > activating, deactivating, creating a new product each time, > stocktakes and maintenance. You end up with 100's of items with very > similar descriptions, some are in stock some aren't. If a user picks > the wrong one, it actually sucks changing everything like the sale, > picking etc, whereas for lots it is generally easily editable. > > If I sell few products or always different makes/models, then using > product, deaactivating and all the other work on the item list > maintenance side might be worth it and easier than the work in > maintaining lots. You just duplicate, update description etc and > hope noone makes a mistake with accounts, categories, duplicate > references etc. > > To me lots are completely natural, as a lot is a specific > identifiable instance of a product, but if you are treating products > as essentially the lot anyway then there is no point. > > On Wed, Aug 26, 2020 at 8:12 PM Peter Hahn <peter.hahn@initos.com> > wrote: > > Dear all, thanks for all the input. > > > > Am 26.08.20 um 09:52 schrieb Roussel, Denis: > > > > > > > From my point of view and from near experience of customer of > > ours, we advise as some said to not change too much the Odoo base > > objects purpose as, along project life, you'll need to twist all > > the Odoo flows to adapt to your changes. > > > > That’s interesting, because that’s the main thing I am thinking > > about: > > Which approach will break the most/need the most customization? > > > > What flows do you think of exactly? > > > > In my use case I only intend to add informative information to the > > products, so my current impression is, that using products will > > give me > > all the flows I need out of the box, while `stock.production.lot` > > will > > be at least a bit cumbersome in the UI for users and need > > customizations > > to make it work as expected for the user. (E.g. I think one would > > expect > > the sold machine (lot) named on the invoice) > > > > > > > > > As Graeme said, the lots are the good place to extend > > modelization for one product instance. > > Ok. This seams to be somewhat common sence among the list. > > > > > > Ok. I think I don’t need to bother you anymore but just make a > > decision. > > > > So to get to more concrete question: > > What could be possibly go wrong using product.product? > > What do you expect to break? > > > > The only thing I can think off that would be strange is, if they > > one day > > decide to sell something completly different things too. Than all > > the > > machine specific information won’t make much sense. > > _______________________________________________ > > 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
by Axel Mendoza - 12:06 - 27 Aug 2020 -
Re: Best model for selling unique products (used machines)
Hi Graeme, Peter and me had a intense discussion on the matter today again. Probably none of the solutions (purely thought) is really it. We deal with instances of technical machinery (agricultural machinery to be precise). Almost always there is a base product but then there is a set of attributes (each of which may be boolean, text, integer sometimes in a configurable list). So its much like the use case in e- Commerce (hat odoo-pim and Akretion adressed). However, each of these instances also has a unique serial number at a certain point. This serial number (just like a car) is the unique identifier with which the concrete machine is recognizable not only by our customer but also by the manufacturer and diverse other organisations (including the state). So theoretically its valid to extend stock.production.lot or product.product to store the additional information there. We were almost changing our minds from the inital solution (stock.production.lot) to product.product but that the fact that we really have trouble having a clean UI for spare parts (w/o) serial number and without massive attribute sets renders this solution cumbersome. So we no probably go for extending product.product with an addtional and specific model that is just beeing used and filled if the concrete product is a machinery and not for intance a nut or a nail or whatever. Certainly this also comes with drawbacks but probaly less then extending either of the aforemetioned models directly. Best Frederik Am Mittwoch, den 26.08.2020, 20:42 +0000 schrieb Graeme Gellatly: > Your main issue is this. > > If I sell lots of the same product in different states with a > reasonably high inventory turnover - then I'd use lots. The reason > is, plenty can go wrong using products, like imagine the work in > activating, deactivating, creating a new product each time, > stocktakes and maintenance. You end up with 100's of items with very > similar descriptions, some are in stock some aren't. If a user picks > the wrong one, it actually sucks changing everything like the sale, > picking etc, whereas for lots it is generally easily editable. > > If I sell few products or always different makes/models, then using > product, deaactivating and all the other work on the item list > maintenance side might be worth it and easier than the work in > maintaining lots. You just duplicate, update description etc and > hope noone makes a mistake with accounts, categories, duplicate > references etc. > > To me lots are completely natural, as a lot is a specific > identifiable instance of a product, but if you are treating products > as essentially the lot anyway then there is no point. > > On Wed, Aug 26, 2020 at 8:12 PM Peter Hahn <peter.hahn@initos.com> > wrote: > > Dear all, thanks for all the input. > > > > Am 26.08.20 um 09:52 schrieb Roussel, Denis: > > > > > > > From my point of view and from near experience of customer of > > ours, we advise as some said to not change too much the Odoo base > > objects purpose as, along project life, you'll need to twist all > > the Odoo flows to adapt to your changes. > > > > That’s interesting, because that’s the main thing I am thinking > > about: > > Which approach will break the most/need the most customization? > > > > What flows do you think of exactly? > > > > In my use case I only intend to add informative information to the > > products, so my current impression is, that using products will > > give me > > all the flows I need out of the box, while `stock.production.lot` > > will > > be at least a bit cumbersome in the UI for users and need > > customizations > > to make it work as expected for the user. (E.g. I think one would > > expect > > the sold machine (lot) named on the invoice) > > > > > > > > > As Graeme said, the lots are the good place to extend > > modelization for one product instance. > > Ok. This seams to be somewhat common sence among the list. > > > > > > Ok. I think I don’t need to bother you anymore but just make a > > decision. > > > > So to get to more concrete question: > > What could be possibly go wrong using product.product? > > What do you expect to break? > > > > The only thing I can think off that would be strange is, if they > > one day > > decide to sell something completly different things too. Than all > > the > > machine specific information won’t make much sense. > > _______________________________________________ > > 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. - 11:06 - 26 Aug 2020 -
Re: Best model for selling unique products (used machines)
Your main issue is this.If I sell lots of the same product in different states with a reasonably high inventory turnover - then I'd use lots. The reason is, plenty can go wrong using products, like imagine the work in activating, deactivating, creating a new product each time, stocktakes and maintenance. You end up with 100's of items with very similar descriptions, some are in stock some aren't. If a user picks the wrong one, it actually sucks changing everything like the sale, picking etc, whereas for lots it is generally easily editable.If I sell few products or always different makes/models, then using product, deaactivating and all the other work on the item list maintenance side might be worth it and easier than the work in maintaining lots. You just duplicate, update description etc and hope noone makes a mistake with accounts, categories, duplicate references etc.To me lots are completely natural, as a lot is a specific identifiable instance of a product, but if you are treating products as essentially the lot anyway then there is no point.On Wed, Aug 26, 2020 at 8:12 PM Peter Hahn <peter.hahn@initos.com> wrote:Dear all, thanks for all the input. Am 26.08.20 um 09:52 schrieb Roussel, Denis: > From my point of view and from near experience of customer of ours, we advise as some said to not change too much the Odoo base objects purpose as, along project life, you'll need to twist all the Odoo flows to adapt to your changes. That’s interesting, because that’s the main thing I am thinking about: Which approach will break the most/need the most customization? What flows do you think of exactly? In my use case I only intend to add informative information to the products, so my current impression is, that using products will give me all the flows I need out of the box, while `stock.production.lot` will be at least a bit cumbersome in the UI for users and need customizations to make it work as expected for the user. (E.g. I think one would expect the sold machine (lot) named on the invoice) > As Graeme said, the lots are the good place to extend modelization for one product instance. Ok. This seams to be somewhat common sence among the list. Ok. I think I don’t need to bother you anymore but just make a decision. So to get to more concrete question: What could be possibly go wrong using product.product? What do you expect to break? The only thing I can think off that would be strange is, if they one day decide to sell something completly different things too. Than all the machine specific information won’t make much sense.
_______________________________________________
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 - 10:41 - 26 Aug 2020 -
Re: Best model for selling unique products (used machines)
Dear all, thanks for all the input. Am 26.08.20 um 09:52 schrieb Roussel, Denis: > From my point of view and from near experience of customer of ours, we advise as some said to not change too much the Odoo base objects purpose as, along project life, you'll need to twist all the Odoo flows to adapt to your changes. That’s interesting, because that’s the main thing I am thinking about: Which approach will break the most/need the most customization? What flows do you think of exactly? In my use case I only intend to add informative information to the products, so my current impression is, that using products will give me all the flows I need out of the box, while `stock.production.lot` will be at least a bit cumbersome in the UI for users and need customizations to make it work as expected for the user. (E.g. I think one would expect the sold machine (lot) named on the invoice) > As Graeme said, the lots are the good place to extend modelization for one product instance. Ok. This seams to be somewhat common sence among the list. Ok. I think I don’t need to bother you anymore but just make a decision. So to get to more concrete question: What could be possibly go wrong using product.product? What do you expect to break? The only thing I can think off that would be strange is, if they one day decide to sell something completly different things too. Than all the machine specific information won’t make much sense.
by Pete Hahn - 10:10 - 26 Aug 2020
-
-
Account Asset Management - calculate amount asset remove
Hello all,I'm not sure that we calculate the amount depreciation line wrong.ExampleAsset start date 01 Aug 2020We will remove asset at 31 Aug 2020Depreciation board will create a new line early removal is 30 Aug 2020that line should calculate depreciation 30 days but in code calculate 29 days.is it correct? or am I missing something?In the codefunction _prepare_early_removal() in file ./account_asset_management/wizard/account_asset_remove.pyto_depreciate_amount = round(
float(to_depreciate_days)
/ float(period_number_days)
* first_to_depreciate_dl.amount,
digits,
)to_depreciate_days = 29 (should be 30 ?)period_number_days = 30 (should be 31 ?)Thank you. Regards
by saranl - 05:36 - 20 Aug 2020 -
The OCA needs your help - OCA Days 2020 and Odoo XP
Hello OCA Contributors,
We are in the process of gearing up for OCA Days 2020 Online (15th and 16th October) and need your help.
We are looking for a few people to be "hosts" on our conferencing platform to help with continuity between presentations and the like.If you feel this is something you could help with please get in touch on this list or at events AT odoo-community.orgRebeccaWe are also looking for people to help be part of our Virtual Booth at the Odoo Experience -4 pm to 10 pm (CEST) on Wednesday Sept 30th and 3:30 pm to 10 pm (CEST) on Thursday Oct 1st.
Again, we would love to hear from you in regards to helping out with this.
You may have seen we put out a survey a while back asking people what they wanted to know about for the OCA Days to help in training and learning, one of the main themes that has come back is the process and workflows of contributing to the OCA. If you feel this is an area you could help in presenting please contact us.
We are still looking for more talks, presentations, trainings/tutorials for the OCA Days if you haven't had a chance to send through your proposal for consideration yet please do so on the website.Looking forward to hearing from you.--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 04:11 - 20 Aug 2020-
Re: The OCA needs your help - OCA Days 2020 and Odoo XP
Awesome guys. I will be in touch in the coming weeks as we get things finalised.
Thank you.RebeccaOn Fri, Aug 21, 2020 at 1:07 AM Manish Mannan <manish@o2b.co.in> wrote:Hi Rebecca, I can also help, please let me know.Regards,Manish MannanOn Thu, 20 Aug, 2020, 6:02 pm Gonzalo Ruzafa, <gr@adhoc.com.ar> wrote:Let me know if we can help Rebecca!RegardsGonzaloEl mié., 19 de ago. de 2020 a la(s) 23:12, Rebecca Gellatly (rebecca@o4sb.com) escribió:Hello OCA Contributors,
We are in the process of gearing up for OCA Days 2020 Online (15th and 16th October) and need your help.
We are looking for a few people to be "hosts" on our conferencing platform to help with continuity between presentations and the like.If you feel this is something you could help with please get in touch on this list or at events AT odoo-community.orgRebeccaWe are also looking for people to help be part of our Virtual Booth at the Odoo Experience -4 pm to 10 pm (CEST) on Wednesday Sept 30th and 3:30 pm to 10 pm (CEST) on Thursday Oct 1st.
Again, we would love to hear from you in regards to helping out with this.
You may have seen we put out a survey a while back asking people what they wanted to know about for the OCA Days to help in training and learning, one of the main themes that has come back is the process and workflows of contributing to the OCA. If you feel this is an area you could help in presenting please contact us.
We are still looking for more talks, presentations, trainings/tutorials for the OCA Days if you haven't had a chance to send through your proposal for consideration yet please do so on the website.Looking forward to hearing from you.--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
_______________________________________________
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
--Rebecca GellatlyGeneral SecretaryOdoo Community Association
by Rebecca Gellatly - 06:50 - 21 Aug 2020 -
Re: The OCA needs your help - OCA Days 2020 and Odoo XP
Hi Rebecca,I can help too.Best regardsMileoDe: "Manish Mannan" <manish@o2b.co.in>
Para: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Enviadas: Quinta-feira, 20 de agosto de 2020 10:07:02
Assunto: Re: The OCA needs your help - OCA Days 2020 and Odoo XPHi Rebecca, I can also help, please let me know.Regards,Manish MannanOn Thu, 20 Aug, 2020, 6:02 pm Gonzalo Ruzafa, <gr@adhoc.com.ar> wrote:Let me know if we can help Rebecca!RegardsGonzaloEl mié., 19 de ago. de 2020 a la(s) 23:12, Rebecca Gellatly (rebecca@o4sb.com) escribió:Hello OCA Contributors,
We are in the process of gearing up for OCA Days 2020 Online (15th and 16th October) and need your help.
We are looking for a few people to be "hosts" on our conferencing platform to help with continuity between presentations and the like.If you feel this is something you could help with please get in touch on this list or at events AT odoo-community.orgRebeccaWe are also looking for people to help be part of our Virtual Booth at the Odoo Experience -4 pm to 10 pm (CEST) on Wednesday Sept 30th and 3:30 pm to 10 pm (CEST) on Thursday Oct 1st.
Again, we would love to hear from you in regards to helping out with this.
You may have seen we put out a survey a while back asking people what they wanted to know about for the OCA Days to help in training and learning, one of the main themes that has come back is the process and workflows of contributing to the OCA. If you feel this is an area you could help in presenting please contact us.
We are still looking for more talks, presentations, trainings/tutorials for the OCA Days if you haven't had a chance to send through your proposal for consideration yet please do so on the website.Looking forward to hearing from you.--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
_______________________________________________
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 Luis F Miléo - 04:46 - 20 Aug 2020 -
Re: The OCA needs your help - OCA Days 2020 and Odoo XP
Hi Rebecca, I can also help, please let me know.Regards,Manish MannanOn Thu, 20 Aug, 2020, 6:02 pm Gonzalo Ruzafa, <gr@adhoc.com.ar> wrote:Let me know if we can help Rebecca!RegardsGonzaloEl mié., 19 de ago. de 2020 a la(s) 23:12, Rebecca Gellatly (rebecca@o4sb.com) escribió:Hello OCA Contributors,
We are in the process of gearing up for OCA Days 2020 Online (15th and 16th October) and need your help.
We are looking for a few people to be "hosts" on our conferencing platform to help with continuity between presentations and the like.If you feel this is something you could help with please get in touch on this list or at events AT odoo-community.orgRebeccaWe are also looking for people to help be part of our Virtual Booth at the Odoo Experience -4 pm to 10 pm (CEST) on Wednesday Sept 30th and 3:30 pm to 10 pm (CEST) on Thursday Oct 1st.
Again, we would love to hear from you in regards to helping out with this.
You may have seen we put out a survey a while back asking people what they wanted to know about for the OCA Days to help in training and learning, one of the main themes that has come back is the process and workflows of contributing to the OCA. If you feel this is an area you could help in presenting please contact us.
We are still looking for more talks, presentations, trainings/tutorials for the OCA Days if you haven't had a chance to send through your proposal for consideration yet please do so on the website.Looking forward to hearing from you.--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
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Manish Mannan - 03:05 - 20 Aug 2020 -
Re: The OCA needs your help - OCA Days 2020 and Odoo XP
Let me know if we can help Rebecca!RegardsGonzaloEl mié., 19 de ago. de 2020 a la(s) 23:12, Rebecca Gellatly (rebecca@o4sb.com) escribió:Hello OCA Contributors,
We are in the process of gearing up for OCA Days 2020 Online (15th and 16th October) and need your help.
We are looking for a few people to be "hosts" on our conferencing platform to help with continuity between presentations and the like.If you feel this is something you could help with please get in touch on this list or at events AT odoo-community.orgRebeccaWe are also looking for people to help be part of our Virtual Booth at the Odoo Experience -4 pm to 10 pm (CEST) on Wednesday Sept 30th and 3:30 pm to 10 pm (CEST) on Thursday Oct 1st.
Again, we would love to hear from you in regards to helping out with this.
You may have seen we put out a survey a while back asking people what they wanted to know about for the OCA Days to help in training and learning, one of the main themes that has come back is the process and workflows of contributing to the OCA. If you feel this is an area you could help in presenting please contact us.
We are still looking for more talks, presentations, trainings/tutorials for the OCA Days if you haven't had a chance to send through your proposal for consideration yet please do so on the website.Looking forward to hearing from you.--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 Gonzalo Ruzafa - 02:31 - 20 Aug 2020
-
-
huge amount of: raise Exception("bus.Bus unavailable")
Hi there I am running odoo in a docker container behingd an nginx http-server now I get millions of exception in the log that the bus is not available. I realy would like to find a solution for this, as this renders the log unusable. in the odoo config I declare the longpolling port to be 8072: longpolling_port = 8072 in the container I map port 8072 to 19100 "Ports": { "8069/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "9100" } ], "8072/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "19100" } ] }, the NGINX conf: # # client_x # ------------------- # _robert_ #odoo server upstream odoo_client_x { server 127.0.0.1:9100; } upstream odoochat_client_x { server 127.0.0.1:19100; } # start with http server, certbot will add https server { server_name 13.client.ch; access_log /var/log/nginx/13.client_x.ch.access.log combined; error_log /var/log/nginx/13.client_x.ch.error.log; location / { proxy_pass http://odoo_client_x; } listen [::]:443 ssl ipv6only=on; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/13.client_x.ch/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/13.client_x.ch/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = 13.client_x.ch) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; listen [::]:80; server_name 13.client_x.ch; return 404; # managed by Certbot } thanks for any help robert Traceback (most recent call last): File "/odoo/src/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/src/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/src/odoo/tools/pycompat.py", line 14, in reraise raise value File "/odoo/src/odoo/http.py", line 669, in dispatch result = self._call_function(**self.params) File "/odoo/src/odoo/http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/src/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/odoo/src/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/odoo/src/odoo/http.py", line 915, in __call__ return self.method(*args, **kw) File "/odoo/src/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/odoo/src/addons/bus/controllers/main.py", line 35, in poll raise Exception("bus.Bus unavailable") Exception: bus.Bus unavailable 2020-08-19 15:24:18,405 71 INFO client_x werkzeug: 172.17.0.1 - - [19/Aug/2020 15:24:18] "POST /longpolling/poll HTTP/1.0" 200 - 1 0.000 0.004
by robert - 06:20 - 19 Aug 2020-
Re: huge amount of: raise Exception("bus.Bus unavailable")
Hi,I'm not using docker containers but when I find "bus.bus unavailable" error, the solution pointed out in https://odoo-development.readthedocs.io/en/latest/debugging/errors/exception-bus-bus-unavailable.html solves it; hope this works for you too!Thanks,Simone RubinoHi there I am running odoo in a docker container behingd an nginx http-server now I get millions of exception in the log that the bus is not available. I realy would like to find a solution for this, as this renders the log unusable. in the odoo config I declare the longpolling port to be 8072: longpolling_port = 8072 in the container I map port 8072 to 19100 "Ports": { "8069/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "9100" } ], "8072/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "19100" } ] }, the NGINX conf: # # client_x # ------------------- # _robert_ #odoo server upstream odoo_client_x { server 127.0.0.1:9100; } upstream odoochat_client_x { server 127.0.0.1:19100; } # start with http server, certbot will add https server { server_name 13.client.ch; access_log /var/log/nginx/13.client_x.ch.access.log combined; error_log /var/log/nginx/13.client_x.ch.error.log; location / { proxy_pass http://odoo_client_x; } listen [::]:443 ssl ipv6only=on; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/13.client_x.ch/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/13.client_x.ch/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = 13.client_x.ch) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; listen [::]:80; server_name 13.client_x.ch; return 404; # managed by Certbot } thanks for any help robert Traceback (most recent call last): File "/odoo/src/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/src/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/src/odoo/tools/pycompat.py", line 14, in reraise raise value File "/odoo/src/odoo/http.py", line 669, in dispatch result = self._call_function(**self.params) File "/odoo/src/odoo/http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/src/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/odoo/src/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/odoo/src/odoo/http.py", line 915, in __call__ return self.method(*args, **kw) File "/odoo/src/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/odoo/src/addons/bus/controllers/main.py", line 35, in poll raise Exception("bus.Bus unavailable") Exception: bus.Bus unavailable 2020-08-19 15:24:18,405 71 INFO client_x werkzeug: 172.17.0.1 - - [19/Aug/2020 15:24:18] "POST /longpolling/poll HTTP/1.0" 200 - 1 0.000 0.004_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Simone Rubino - 09:20 - 20 Aug 2020 -
Re: solved: Re: huge amount of: raise Exception("bus.Bus unavailable")
Pretty quick fix it seems. Kudos there Robert.Landis ArnoldNomadic Inc.Longmont, CO USAFrom: robert@redo2oo.ch
To: "Odoo Community Association, (OCA) Contributors" <contributors@odoo-community.org>
Sent: Wednesday, August 19, 2020 10:57:37 AM
Subject: solved: Re: huge amount of: raise Exception("bus.Bus unavailable")I found the reason:
I did not really use the long polling "nginx-server".
Maybe the lets encript setup process removed that part. ??
What I did, I added:
# Redirect longpoll requests to odoo longpolling port
location /longpolling {
proxy_pass http://odoochat_client_x;
}
thanks for listening
robert
On 19.08.20 18:22, robert@redo2oo.ch wrote:
Hi there I am running odoo in a docker container behingd an nginx http-server now I get millions of exception in the log that the bus is not available. I realy would like to find a solution for this, as this renders the log unusable. in the odoo config I declare the longpolling port to be 8072: longpolling_port = 8072 in the container I map port 8072 to 19100 "Ports": { "8069/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "9100" } ], "8072/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "19100" } ] }, the NGINX conf: # # client_x # ------------------- # _robert_ #odoo server upstream odoo_client_x { server 127.0.0.1:9100; } upstream odoochat_client_x { server 127.0.0.1:19100; } # start with http server, certbot will add https server { server_name 13.client.ch; access_log /var/log/nginx/13.client_x.ch.access.log combined; error_log /var/log/nginx/13.client_x.ch.error.log; location / { proxy_pass http://odoo_client_x; } listen [::]:443 ssl ipv6only=on; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/13.client_x.ch/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/13.client_x.ch/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = 13.client_x.ch) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; listen [::]:80; server_name 13.client_x.ch; return 404; # managed by Certbot } thanks for any help robert Traceback (most recent call last): File "/odoo/src/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/src/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/src/odoo/tools/pycompat.py", line 14, in reraise raise value File "/odoo/src/odoo/http.py", line 669, in dispatch result = self._call_function(**self.params) File "/odoo/src/odoo/http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/src/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/odoo/src/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/odoo/src/odoo/http.py", line 915, in __call__ return self.method(*args, **kw) File "/odoo/src/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/odoo/src/addons/bus/controllers/main.py", line 35, in poll raise Exception("bus.Bus unavailable") Exception: bus.Bus unavailable 2020-08-19 15:24:18,405 71 INFO client_x werkzeug: 172.17.0.1 - - [19/Aug/2020 15:24:18] "POST /longpolling/poll HTTP/1.0" 200 - 1 0.000 0.004_______________________________________________
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 Landis Arnold - 09:30 - 19 Aug 2020 -
solved: Re: huge amount of: raise Exception("bus.Bus unavailable")
I found the reason:
I did not really use the long polling "nginx-server".
Maybe the lets encript setup process removed that part. ??
What I did, I added:
# Redirect longpoll requests to odoo longpolling port
location /longpolling {
proxy_pass http://odoochat_client_x;
}
thanks for listening
robert
On 19.08.20 18:22, robert@redo2oo.ch wrote:
Hi there I am running odoo in a docker container behingd an nginx http-server now I get millions of exception in the log that the bus is not available. I realy would like to find a solution for this, as this renders the log unusable. in the odoo config I declare the longpolling port to be 8072: longpolling_port = 8072 in the container I map port 8072 to 19100 "Ports": { "8069/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "9100" } ], "8072/tcp": [ { "HostIp": "127.0.0.1", "HostPort": "19100" } ] }, the NGINX conf: # # client_x # ------------------- # _robert_ #odoo server upstream odoo_client_x { server 127.0.0.1:9100; } upstream odoochat_client_x { server 127.0.0.1:19100; } # start with http server, certbot will add https server { server_name 13.client.ch; access_log /var/log/nginx/13.client_x.ch.access.log combined; error_log /var/log/nginx/13.client_x.ch.error.log; location / { proxy_pass http://odoo_client_x; } listen [::]:443 ssl ipv6only=on; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/13.client_x.ch/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/13.client_x.ch/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot } server { if ($host = 13.client_x.ch) { return 301 https://$host$request_uri; } # managed by Certbot listen 80; listen [::]:80; server_name 13.client_x.ch; return 404; # managed by Certbot } thanks for any help robert Traceback (most recent call last): File "/odoo/src/odoo/http.py", line 624, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/src/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/src/odoo/tools/pycompat.py", line 14, in reraise raise value File "/odoo/src/odoo/http.py", line 669, in dispatch result = self._call_function(**self.params) File "/odoo/src/odoo/http.py", line 350, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/src/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/odoo/src/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/odoo/src/odoo/http.py", line 915, in __call__ return self.method(*args, **kw) File "/odoo/src/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/odoo/src/addons/bus/controllers/main.py", line 35, in poll raise Exception("bus.Bus unavailable") Exception: bus.Bus unavailable 2020-08-19 15:24:18,405 71 INFO client_x werkzeug: 172.17.0.1 - - [19/Aug/2020 15:24:18] "POST /longpolling/poll HTTP/1.0" 200 - 1 0.000 0.004_______________________________________________
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 - 06:56 - 19 Aug 2020
-
-
Feature to require PO Number on Sale Orders
Hello, It is common to find customer that require for PO numbers to be included in the invoices sento to them. So, for these customers we might want to make sure that the PO Number is included in the Sale Order starting the process. I expected to already have in the OCA repos some features related to this workflow, but couldn't find any. Maybe I looked at the wrong repos? If not, I could start a design for this. Thanks for your help Daniel
by Daniel Reis - 05:55 - 18 Aug 2020-
Re: Feature to require PO Number on Sale Orders
Or sale_exception and add a rule for that...Regards.
by Pedro M. Baeza - 01:11 - 19 Aug 2020 -
Re: Feature to require PO Number on Sale Orders
Thank you for the ideas and code, Graeme.
Another idea is to use the Tier Validation modules, and configure rules for this.
Thanks
Daniel
On 19/08/2020 06:07, Graeme Gellatly wrote:
To generalise the issue a little.
Clients have fields that are required in order to progress to the next state/stage. To be honest for states it is fairly straightforward in code, but increasingly I'm getting it for stages as well.
This is a little module I've written for stages. It could be easily generalised out to support domain filters and probably states as well.
Any module in that repo that anyone wants to take to OCA, they are more than welcome, it is just a "When I get around to it" repo.
On Wed, Aug 19, 2020 at 3:17 PM Richard deMeester <richard.demeester@willdooit.com> wrote:
Sorry, that should have been "Hi Daniel"...
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: Richard deMeester <richard.demeester@willdooit.com>
Sent: Wednesday, 19 August 2020 1:12 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Bettina,
We have a module we have a module we install that checks if "Ref" is provided, but only enforced when the order is validated (allowing you to put in quotes without a reference). It also optionally enforces that the reference must be unique by customer. They are company properties, allowing different companies in one database to operate uniquely.
We find many of our customers benefit from this functionality.
Richard
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: Bettina Pfeifer dygytally.de <bettina@dygytally.de>
Sent: Wednesday, 19 August 2020 2:32 AM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Daniel,
the sale orde ref field was already mentioned, but sometimes a client needs a very special field to exactly match their (SAP) order request (in German, that number is called BANF). Due to the Workflow in SAP, it is often the case that the BANF is not known at the beginning of the sale. Only a short time before the invoice is allowed to be issued, this BANF is available. In German, "to banf" (banfen) has already become a verb.
So if you should happen to mean this special PO number, those Odoo users who issue invoices to corporates would love to use that.
Kind regards, Bettina
dygytally.de GmbH
Margarete-Steiff-Str. 7
60438 Frankfurt am Main
mobil +49 170 5423 951
WhatsApp +49 175 1042428
Tel +49 69 758 44766
Fax +49 69 758 44767Geschäftsführerin: Bettina Pfeifer
Handelsregister: Frankfurt HRB 106317
dygytally.de
Einfach. Digital. Wachsen.
-- Odoo Ready Partner --Website
Kontakt
Impressum
Datenschutz
© 2019 dygytally.deAm 18.08.20 um 17:56 schrieb Daniel Reis:
Hello, It is common to find customer that require for PO numbers to be included in the invoices sento to them. So, for these customers we might want to make sure that the PO Number is included in the Sale Order starting the process. I expected to already have in the OCA repos some features related to this workflow, but couldn't find any. Maybe I looked at the wrong repos? If not, I could start a design for this. Thanks for your help Daniel
_______________________________________________
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 - 01:01 - 19 Aug 2020 -
Re: Feature to require PO Number on Sale Orders
To generalise the issue a little.Clients have fields that are required in order to progress to the next state/stage. To be honest for states it is fairly straightforward in code, but increasingly I'm getting it for stages as well.This is a little module I've written for stages. It could be easily generalised out to support domain filters and probably states as well.Any module in that repo that anyone wants to take to OCA, they are more than welcome, it is just a "When I get around to it" repo.On Wed, Aug 19, 2020 at 3:17 PM Richard deMeester <richard.demeester@willdooit.com> wrote:Sorry, that should have been "Hi Daniel"...
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: Richard deMeester <richard.demeester@willdooit.com>
Sent: Wednesday, 19 August 2020 1:12 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Bettina,
We have a module we have a module we install that checks if "Ref" is provided, but only enforced when the order is validated (allowing you to put in quotes without a reference). It also optionally enforces that the reference must be unique by customer. They are company properties, allowing different companies in one database to operate uniquely.
We find many of our customers benefit from this functionality.
Richard
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: Bettina Pfeifer dygytally.de <bettina@dygytally.de>
Sent: Wednesday, 19 August 2020 2:32 AM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Daniel,
the sale orde ref field was already mentioned, but sometimes a client needs a very special field to exactly match their (SAP) order request (in German, that number is called BANF). Due to the Workflow in SAP, it is often the case that the BANF is not known at the beginning of the sale. Only a short time before the invoice is allowed to be issued, this BANF is available. In German, "to banf" (banfen) has already become a verb.
So if you should happen to mean this special PO number, those Odoo users who issue invoices to corporates would love to use that.
Kind regards, Bettina
dygytally.de GmbH
Margarete-Steiff-Str. 7
60438 Frankfurt am Main
mobil +49 170 5423 951
WhatsApp +49 175 1042428
Tel +49 69 758 44766
Fax +49 69 758 44767Geschäftsführerin: Bettina Pfeifer
Handelsregister: Frankfurt HRB 106317
dygytally.de
Einfach. Digital. Wachsen.
-- Odoo Ready Partner --Website
Kontakt
Impressum
Datenschutz
© 2019 dygytally.deAm 18.08.20 um 17:56 schrieb Daniel Reis:
Hello, It is common to find customer that require for PO numbers to be included in the invoices sento to them. So, for these customers we might want to make sure that the PO Number is included in the Sale Order starting the process. I expected to already have in the OCA repos some features related to this workflow, but couldn't find any. Maybe I looked at the wrong repos? If not, I could start a design for this. Thanks for your help Daniel
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Graeme Gellatly - 07:06 - 19 Aug 2020 -
Re: Feature to require PO Number on Sale Orders
Sorry, that should have been "Hi Daniel"...
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: Richard deMeester <richard.demeester@willdooit.com>
Sent: Wednesday, 19 August 2020 1:12 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Bettina,
We have a module we have a module we install that checks if "Ref" is provided, but only enforced when the order is validated (allowing you to put in quotes without a reference). It also optionally enforces that the reference must be unique by customer. They are company properties, allowing different companies in one database to operate uniquely.
We find many of our customers benefit from this functionality.
Richard
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: Bettina Pfeifer dygytally.de <bettina@dygytally.de>
Sent: Wednesday, 19 August 2020 2:32 AM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Daniel,
the sale orde ref field was already mentioned, but sometimes a client needs a very special field to exactly match their (SAP) order request (in German, that number is called BANF). Due to the Workflow in SAP, it is often the case that the BANF is not known at the beginning of the sale. Only a short time before the invoice is allowed to be issued, this BANF is available. In German, "to banf" (banfen) has already become a verb.
So if you should happen to mean this special PO number, those Odoo users who issue invoices to corporates would love to use that.
Kind regards, Bettina
dygytally.de GmbH
Margarete-Steiff-Str. 7
60438 Frankfurt am Main
mobil +49 170 5423 951
WhatsApp +49 175 1042428
Tel +49 69 758 44766
Fax +49 69 758 44767Geschäftsführerin: Bettina Pfeifer
Handelsregister: Frankfurt HRB 106317
dygytally.de
Einfach. Digital. Wachsen.
-- Odoo Ready Partner --Website
Kontakt
Impressum
Datenschutz
© 2019 dygytally.deAm 18.08.20 um 17:56 schrieb Daniel Reis:
Hello, It is common to find customer that require for PO numbers to be included in the invoices sento to them. So, for these customers we might want to make sure that the PO Number is included in the Sale Order starting the process. I expected to already have in the OCA repos some features related to this workflow, but couldn't find any. Maybe I looked at the wrong repos? If not, I could start a design for this. Thanks for your help Daniel
_______________________________________________
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 Richard deMeester <richard.demeester@willdooit.com> - 05:16 - 19 Aug 2020 -
Re: Feature to require PO Number on Sale Orders
Hi Bettina,
We have a module we have a module we install that checks if "Ref" is provided, but only enforced when the order is validated (allowing you to put in quotes without a reference). It also optionally enforces that the reference must be unique by customer. They are company properties, allowing different companies in one database to operate uniquely.
We find many of our customers benefit from this functionality.
Richard
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: Bettina Pfeifer dygytally.de <bettina@dygytally.de>
Sent: Wednesday, 19 August 2020 2:32 AM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Feature to require PO Number on Sale OrdersHi Daniel,
the sale orde ref field was already mentioned, but sometimes a client needs a very special field to exactly match their (SAP) order request (in German, that number is called BANF). Due to the Workflow in SAP, it is often the case that the BANF is not known at the beginning of the sale. Only a short time before the invoice is allowed to be issued, this BANF is available. In German, "to banf" (banfen) has already become a verb.
So if you should happen to mean this special PO number, those Odoo users who issue invoices to corporates would love to use that.
Kind regards, Bettina
dygytally.de GmbH
Margarete-Steiff-Str. 7
60438 Frankfurt am Main
mobil +49 170 5423 951
WhatsApp +49 175 1042428
Tel +49 69 758 44766
Fax +49 69 758 44767Geschäftsführerin: Bettina Pfeifer
Handelsregister: Frankfurt HRB 106317
dygytally.de
Einfach. Digital. Wachsen.
-- Odoo Ready Partner --Website
Kontakt
Impressum
Datenschutz
© 2019 dygytally.deAm 18.08.20 um 17:56 schrieb Daniel Reis:
Hello, It is common to find customer that require for PO numbers to be included in the invoices sento to them. So, for these customers we might want to make sure that the PO Number is included in the Sale Order starting the process. I expected to already have in the OCA repos some features related to this workflow, but couldn't find any. Maybe I looked at the wrong repos? If not, I could start a design for this. Thanks for your help Daniel
_______________________________________________
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 Richard deMeester <richard.demeester@willdooit.com> - 05:16 - 19 Aug 2020
-
-
Financial Reports on OCA
Dear community,Just discuss with our business analyst. And it seem that, the financial report we have so far (account-financial-reporting), doesn't live up the expectation of accountants. It also, does not provide some report like Balance Sheet, Profit & Loss or Cash Flow statement.I understand the alternatives we have, as well as mis-builder in order to close the gap. But it is not as ready to use as in EE. And we think, financial report is the only area that EE seem to out class OCA.As we strictly goes with OCA, I love to know how other OCAers are dealing with this nowadays?Thank you so much for your comments.Kitti
by Kitti Upariphutthiphong - 06:31 - 15 Aug 2020-
Re: Financial Reports on OCA
Hi Tim,On Wed, 19 Aug 2020, 08:07 Stonis, Timothy, <tim@opoet.com> wrote:We do all of our reports using MIS builder and the way I saved time on different implementations with different CoAs is to do the MIS reports based on account tags instead of account numbers. For example, “Cash”, “Accrued Expenses”, etc. Then if you just tag your accounts, you can use roughly the same report (which can be defined as XML data).TimOn Aug 18, 2020, at 8:56 PM, Lek Ecosoft <wipawiij@ecosoft.co.th> wrote:Hi Dominique,If in our country case, each organisation has their owned CoA, we have to set MIS builder for every single organisation. So, we are on the right track :)Thanks.On Wed, 19 Aug 2020, 07:41 Dominique k, <dominique.k@elico-corp.com.sg> wrote:You can make it a module based on a specific Chart of account--On Wed, 19 Aug 2020 at 7:32 AM, Lek Ecosoft <wipawiij@ecosoft.co.th> wrote:Hello all,We use MIS builder for FR, Statement of financial position (Balace Sheet) and Statement of Income (Profit and Loss), too but we have to set and configure it for EVERY clients after CoA imported, is this the same as you all do? Or there is a way to make it repeatable setting for all clients?Thanks.On Tue, 18 Aug 2020, 22:21 Kitti Upariphutthiphong, <kittiu@ecosoft.co.th> wrote:Thank you you all for confirmation with confidence. I will go back to proof it with my team. We always have thought we had more or special requirements. ;)On Tue, 18 Aug 2020, 01:57 Joël Grand-Guillaume, <joel.grandguillaume@camptocamp.com> wrote:I do agree with Pedro and Jordi. The existing financial reports + mid builder & related config for ypur coutrny shall be more than fine.Le sam. 15 août 2020 à 11:37, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Kitti, you need mis_builder + specific localization module adding the MIS templates, like https://github.com/OCA/l10n-spain/tree/13.0/l10n_es_mis_report, but there's no gap.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
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
_______________________________________________
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 Wipawii Jaraswarapan - 03:35 - 19 Aug 2020 -
Re: Financial Reports on OCA
We do all of our reports using MIS builder and the way I saved time on different implementations with different CoAs is to do the MIS reports based on account tags instead of account numbers. For example, “Cash”, “Accrued Expenses”, etc. Then if you just tag your accounts, you can use roughly the same report (which can be defined as XML data).TimOn Aug 18, 2020, at 8:56 PM, Lek Ecosoft <wipawiij@ecosoft.co.th> wrote:Hi Dominique,If in our country case, each organisation has their owned CoA, we have to set MIS builder for every single organisation. So, we are on the right track :)Thanks.On Wed, 19 Aug 2020, 07:41 Dominique k, <dominique.k@elico-corp.com.sg> wrote:You can make it a module based on a specific Chart of account--On Wed, 19 Aug 2020 at 7:32 AM, Lek Ecosoft <wipawiij@ecosoft.co.th> wrote:Hello all,We use MIS builder for FR, Statement of financial position (Balace Sheet) and Statement of Income (Profit and Loss), too but we have to set and configure it for EVERY clients after CoA imported, is this the same as you all do? Or there is a way to make it repeatable setting for all clients?Thanks.On Tue, 18 Aug 2020, 22:21 Kitti Upariphutthiphong, <kittiu@ecosoft.co.th> wrote:Thank you you all for confirmation with confidence. I will go back to proof it with my team. We always have thought we had more or special requirements. ;)On Tue, 18 Aug 2020, 01:57 Joël Grand-Guillaume, <joel.grandguillaume@camptocamp.com> wrote:I do agree with Pedro and Jordi. The existing financial reports + mid builder & related config for ypur coutrny shall be more than fine.Le sam. 15 août 2020 à 11:37, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Kitti, you need mis_builder + specific localization module adding the MIS templates, like https://github.com/OCA/l10n-spain/tree/13.0/l10n_es_mis_report, but there's no gap.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
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
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Timothy Stonis - 03:06 - 19 Aug 2020 -
Re: Financial Reports on OCA
Hi Dominique,If in our country case, each organisation has their owned CoA, we have to set MIS builder for every single organisation. So, we are on the right track :)Thanks.On Wed, 19 Aug 2020, 07:41 Dominique k, <dominique.k@elico-corp.com.sg> wrote:You can make it a module based on a specific Chart of account--On Wed, 19 Aug 2020 at 7:32 AM, Lek Ecosoft <wipawiij@ecosoft.co.th> wrote:Hello all,We use MIS builder for FR, Statement of financial position (Balace Sheet) and Statement of Income (Profit and Loss), too but we have to set and configure it for EVERY clients after CoA imported, is this the same as you all do? Or there is a way to make it repeatable setting for all clients?Thanks.On Tue, 18 Aug 2020, 22:21 Kitti Upariphutthiphong, <kittiu@ecosoft.co.th> wrote:Thank you you all for confirmation with confidence. I will go back to proof it with my team. We always have thought we had more or special requirements. ;)On Tue, 18 Aug 2020, 01:57 Joël Grand-Guillaume, <joel.grandguillaume@camptocamp.com> wrote:I do agree with Pedro and Jordi. The existing financial reports + mid builder & related config for ypur coutrny shall be more than fine.Le sam. 15 août 2020 à 11:37, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Kitti, you need mis_builder + specific localization module adding the MIS templates, like https://github.com/OCA/l10n-spain/tree/13.0/l10n_es_mis_report, but there's no gap.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
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 Wipawii Jaraswarapan - 02:56 - 19 Aug 2020 -
Re: Financial Reports on OCA
You can make it a module based on a specific Chart of account--On Wed, 19 Aug 2020 at 7:32 AM, Lek Ecosoft <wipawiij@ecosoft.co.th> wrote:Hello all,We use MIS builder for FR, Statement of financial position (Balace Sheet) and Statement of Income (Profit and Loss), too but we have to set and configure it for EVERY clients after CoA imported, is this the same as you all do? Or there is a way to make it repeatable setting for all clients?Thanks.On Tue, 18 Aug 2020, 22:21 Kitti Upariphutthiphong, <kittiu@ecosoft.co.th> wrote:Thank you you all for confirmation with confidence. I will go back to proof it with my team. We always have thought we had more or special requirements. ;)On Tue, 18 Aug 2020, 01:57 Joël Grand-Guillaume, <joel.grandguillaume@camptocamp.com> wrote:I do agree with Pedro and Jordi. The existing financial reports + mid builder & related config for ypur coutrny shall be more than fine.Le sam. 15 août 2020 à 11:37, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Kitti, you need mis_builder + specific localization module adding the MIS templates, like https://github.com/OCA/l10n-spain/tree/13.0/l10n_es_mis_report, but there's no gap.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
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 - 02:40 - 19 Aug 2020 -
Re: Financial Reports on OCA
Hello all,We use MIS builder for FR, Statement of financial position (Balace Sheet) and Statement of Income (Profit and Loss), too but we have to set and configure it for EVERY clients after CoA imported, is this the same as you all do? Or there is a way to make it repeatable setting for all clients?Thanks.On Tue, 18 Aug 2020, 22:21 Kitti Upariphutthiphong, <kittiu@ecosoft.co.th> wrote:Thank you you all for confirmation with confidence. I will go back to proof it with my team. We always have thought we had more or special requirements. ;)On Tue, 18 Aug 2020, 01:57 Joël Grand-Guillaume, <joel.grandguillaume@camptocamp.com> wrote:I do agree with Pedro and Jordi. The existing financial reports + mid builder & related config for ypur coutrny shall be more than fine.Le sam. 15 août 2020 à 11:37, Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> a écrit :Kitti, you need mis_builder + specific localization module adding the MIS templates, like https://github.com/OCA/l10n-spain/tree/13.0/l10n_es_mis_report, but there's no gap.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 Wipawii Jaraswarapan - 01:31 - 19 Aug 2020
-
-
[RFC] account_payment_amount_currency
Dear community,It seems that OCA lacks module that addresses Internal Transfers with a different exchange rate (as that can be derived from actual exchange operation). Any thoughts or comments or whether I’m missing anything?References:It would be great to have a way to specify amount and/or exchange rate for operations like:Kind regards,Alexey
by Alexey Pelykh <alexey.pelykh@gmail.com> - 05:16 - 12 Aug 2020 -
New library to migrate Odoo module code "odoo-migrate"
Hello,Some time ago there was talk about this project and someone suggested incorporating it under the umbrella of the OCA. The truth is that the project automates many repetitive migration tasks and works well.
Recently I have made several PRs to the repository to resolve some issues that were pending. I don't know if the repository was finally moved. Is it correct to do the PR on the original repository or is there one specific to the OCA?Thanks!
Parque Empresarial Estrella del SurEdificio Vilaser. C\ Aviación, 31
Oficina 1 · 41007 Sevilla
T: +34 955 54 08 27 · F: +34 955 43 29 14
www.guadaltech.es ·



Antes de imprimir este e-mail, piense bien si es necesario hacerlo: el medioambiente es cosa de todos.
Política Privacidad: Este mensaje y sus archivos adjuntos van dirigidos exclusivamente a su destinatario, pudiendo contener información confidencial sometida a secreto profesional. No está permitida su reproducción o distribución sin la autorización expresa de Guadaltech. Si usted no es el destinatario final por favor elimínelo e infórmenos por esta vía.
En cumplimiento de lo establecido en el Reglamento General de Protección de Datos (RGPD) UE 2016/679 de 27 de abril de 2016, y de la ley Orgánica 3/2018 de 5 de diciembre de Protección de Datos Personales; Guadaltech Soluciones Tecnológicas, S.L. le informa que sus datos han sido incorporados a nuestros sistemas de información con la finalidad de prestar y ofrecer nuestros servicios. Los datos recogidos son almacenados bajo la confidencialidad y las medidas de seguridad legalmente establecidas, y no serán cedidos ni compartidos con empresas ni entidades ajenas salvo obligación legal. Igualmente deseamos informarle que podrá ejercer los derechos de acceso, rectificación, supresión, limitación, portabilidad u oposición a través del siguiente correo electrónico:protección.datos@
guadaltech.es Puede consultar información adicional y detallada sobre Protección de Datos en nuestra web www.guadaltech.es.
by fernando.lachica - 05:20 - 9 Aug 2020-
Re: New library to migrate Odoo module code "odoo-migrate"
Indeed it's a great tool. I take the opportunity to send some kudos to @legalsylvain !As far as I know it hasn't been moved to the OCA, it's in GRAP's repository, so I guess your PRs are well-targetedLe dim. 9 août 2020 à 17:22, Fernando La Chica Mera <fernando.lachica@guadaltech.es> a écrit :Hello,Some time ago there was talk about this project and someone suggested incorporating it under the umbrella of the OCA. The truth is that the project automates many repetitive migration tasks and works well.
Recently I have made several PRs to the repository to resolve some issues that were pending. I don't know if the repository was finally moved. Is it correct to do the PR on the original repository or is there one specific to the OCA?Thanks!
Parque Empresarial Estrella del SurEdificio Vilaser. C\ Aviación, 31
Oficina 1 · 41007 Sevilla
T: +34 955 54 08 27 · F: +34 955 43 29 14
www.guadaltech.es ·



Antes de imprimir este e-mail, piense bien si es necesario hacerlo: el medioambiente es cosa de todos.
Política Privacidad: Este mensaje y sus archivos adjuntos van dirigidos exclusivamente a su destinatario, pudiendo contener información confidencial sometida a secreto profesional. No está permitida su reproducción o distribución sin la autorización expresa de Guadaltech. Si usted no es el destinatario final por favor elimínelo e infórmenos por esta vía.
En cumplimiento de lo establecido en el Reglamento General de Protección de Datos (RGPD) UE 2016/679 de 27 de abril de 2016, y de la ley Orgánica 3/2018 de 5 de diciembre de Protección de Datos Personales; Guadaltech Soluciones Tecnológicas, S.L. le informa que sus datos han sido incorporados a nuestros sistemas de información con la finalidad de prestar y ofrecer nuestros servicios. Los datos recogidos son almacenados bajo la confidencialidad y las medidas de seguridad legalmente establecidas, y no serán cedidos ni compartidos con empresas ni entidades ajenas salvo obligación legal. Igualmente deseamos informarle que podrá ejercer los derechos de acceso, rectificación, supresión, limitación, portabilidad u oposición a través del siguiente correo electrónico:protección.datos@guadaltech.es
Puede consultar información adicional y detallada sobre Protección de Datos en nuestra web www.guadaltech.es.
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Iván Todorovich - 05:41 - 9 Aug 2020
-
-
OCA/infrastructure-dns
Hello,We are working on a connector between Odoo 12 and Red Hat OpenShift (https://www.openshift.com/) and while looking for a repo to host it, I came across OCA/infrastructure-dns.As it is quite empty, what do you think of renaming it "infrastructure" and hosting our connector there?Thanks.MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANTO: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.comP.O. BOX 940, HIGLEY, AZ 85236 



by Maxime Chambreuil - 04:16 - 7 Aug 2020-
Re: OCA/infrastructure-dns
+1--On Fri, 7 Aug 2020 at 9:32 PM, Daniel Reis <dreis@opensourceintegrators.com> wrote:Sounds good to me.Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx> escreveu em sex, 7/08/2020 às 16:47 :+1El vie., 7 de ago. de 2020 a la(s) 10:07, David Beal (david.beal@akretion.com) escribió:Le ven. 7 août 2020 à 16:16, Maxime Chambreuil <mchambreuil@opensourceintegrators.com> a écrit :Hello,We are working on a connector between Odoo 12 and Red Hat OpenShift (https://www.openshift.com/) and while looking for a repo to host it, I came across OCA/infrastructure-dns.As it is quite empty, what do you think of renaming it "infrastructure" and hosting our connector there?Thanks.MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANTO: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.comP.O. BOX 940, HIGLEY, AZ 85236 



_______________________________________________
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
Technology Services @ www.serpentcs.comBusiness Solutions @ www.serpentcs.inEnterprise Mobile Apps @ www.odooonline.comQuality Assurance @ www.odooqa.comSAP Hana @ www.prozone-tech.comPortal & DMS @ www.alfray.inRegards,----------------------------------------------------------------------------------------------------------------------------Jay Vora Managing Director 
Direct: +91-9879354457 Office: +91-9033472982 Skype: jaynvora Twitter : jaynvora -------------------------------------------------------------------------------------------------
Visit our website : http://www.serpentcs.com
by Jay Vora - 06:36 - 7 Aug 2020 -
Re: OCA/infrastructure-dns
Sounds good to me.--Jesús Alan Ramos Rodríguez <alan.ramos@jarsa.com.mx> escreveu em sex, 7/08/2020 às 16:47 :+1El vie., 7 de ago. de 2020 a la(s) 10:07, David Beal (david.beal@akretion.com) escribió:Le ven. 7 août 2020 à 16:16, Maxime Chambreuil <mchambreuil@opensourceintegrators.com> a écrit :Hello,We are working on a connector between Odoo 12 and Red Hat OpenShift (https://www.openshift.com/) and while looking for a repo to host it, I came across OCA/infrastructure-dns.As it is quite empty, what do you think of renaming it "infrastructure" and hosting our connector there?Thanks.MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANTO: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.comP.O. BOX 940, HIGLEY, AZ 85236 



_______________________________________________
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 - 06:01 - 7 Aug 2020 -
Re: OCA/infrastructure-dns
+1El vie., 7 de ago. de 2020 a la(s) 10:07, David Beal (david.beal@akretion.com) escribió:Le ven. 7 août 2020 à 16:16, Maxime Chambreuil <mchambreuil@opensourceintegrators.com> a écrit :Hello,We are working on a connector between Odoo 12 and Red Hat OpenShift (https://www.openshift.com/) and while looking for a repo to host it, I came across OCA/infrastructure-dns.As it is quite empty, what do you think of renaming it "infrastructure" and hosting our connector there?Thanks.MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANTO: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.comP.O. BOX 940, HIGLEY, AZ 85236 



_______________________________________________
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:46 - 7 Aug 2020 -
Re: OCA/infrastructure-dns
Le ven. 7 août 2020 à 16:16, Maxime Chambreuil <mchambreuil@opensourceintegrators.com> a écrit :Hello,We are working on a connector between Odoo 12 and Red Hat OpenShift (https://www.openshift.com/) and while looking for a repo to host it, I came across OCA/infrastructure-dns.As it is quite empty, what do you think of renaming it "infrastructure" and hosting our connector there?Thanks.MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANTO: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.comP.O. BOX 940, HIGLEY, AZ 85236 



_______________________________________________
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:05 - 7 Aug 2020
-
-
l10n-spain repository PSC member apply
Hi,I'd like to apply for a PSC member position for the Spanish location repository (l10n-spain).I've been working with Odoo for about 4 years ( V8, V9, V10, V11, V12 & V13) and I founded my own Odoo consultancy company 1 year ago with my business partner, who gots about 5 years of experience in Odoo.Our company is an official Odoo partner and we've all the available functional certificates, and I'm an active github member as well. (You can check HaralPanten github profile).Could you consider my membership?Regards,--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona
by Harald Panten Lopez - 07:31 - 6 Aug 2020-
Re: l10n-spain repository PSC member apply
Hi,Harald is now part of the team: https://odoo-community.org/psc-teams/spain-44The GitHub sync should be done by tomorrow morning.Best regards,--On Fri, Aug 7, 2020 at 6:01 AM Jordi Ballester Alomar <jordi.ballester@forgeflow.com> wrote:+1 Harald is a great asset to the spanish localization and to OCA in general.On Thu, Aug 6, 2020 at 11:52 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:As Spanish localization PSC, I agree on including Harald.Regards.El jue., 6 ago. 2020 22:17, Manuel Alejandro Márquez Ortiz <buzondemam@gmail.com> escribió:I am not in the repo of the Spanish localization but i have seen that Harald always contributes in the repos where I am a little more active, (e-commerce, crm) with reviews...therefore +1...El jue., 6 ago. 2020 a las 13:32, Harald Panten Lopez (<harald.panten@sygel.es>) escribió:Hi,I'd like to apply for a PSC member position for the Spanish location repository (l10n-spain).I've been working with Odoo for about 4 years ( V8, V9, V10, V11, V12 & V13) and I founded my own Odoo consultancy company 1 year ago with my business partner, who gots about 5 years of experience in Odoo.Our company is an official Odoo partner and we've all the available functional certificates, and I'm an active github member as well. (You can check HaralPanten github profile).Could you consider my membership?Regards,--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Jordi Ballester AlomarCEO & Founder | ForgeFlow(+34) 629530707 | jordi.ballester@forgeflow.com | https://www.forgeflow.comTwitter: https://twitter.com/jordibforgeflow | Linkedin: https://www.linkedin.com/in/jordiballesteralomar_______________________________________________
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:51 - 7 Aug 2020 -
Re: l10n-spain repository PSC member apply
+1 Harald is a great asset to the spanish localization and to OCA in general.On Thu, Aug 6, 2020 at 11:52 PM Pedro M. Baeza (Tecnativa) <pedro.baeza@tecnativa.com> wrote:As Spanish localization PSC, I agree on including Harald.Regards.El jue., 6 ago. 2020 22:17, Manuel Alejandro Márquez Ortiz <buzondemam@gmail.com> escribió:I am not in the repo of the Spanish localization but i have seen that Harald always contributes in the repos where I am a little more active, (e-commerce, crm) with reviews...therefore +1...El jue., 6 ago. 2020 a las 13:32, Harald Panten Lopez (<harald.panten@sygel.es>) escribió:Hi,I'd like to apply for a PSC member position for the Spanish location repository (l10n-spain).I've been working with Odoo for about 4 years ( V8, V9, V10, V11, V12 & V13) and I founded my own Odoo consultancy company 1 year ago with my business partner, who gots about 5 years of experience in Odoo.Our company is an official Odoo partner and we've all the available functional certificates, and I'm an active github member as well. (You can check HaralPanten github profile).Could you consider my membership?Regards,--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Jordi Ballester AlomarCEO & Founder | ForgeFlow(+34) 629530707 | jordi.ballester@forgeflow.com | https://www.forgeflow.comTwitter: https://twitter.com/jordibforgeflow | Linkedin: https://www.linkedin.com/in/jordiballesteralomar
by Jordi Ballester Alomar - 06:01 - 7 Aug 2020 -
Re: l10n-spain repository PSC member apply
As Spanish localization PSC, I agree on including Harald.Regards.El jue., 6 ago. 2020 22:17, Manuel Alejandro Márquez Ortiz <buzondemam@gmail.com> escribió:I am not in the repo of the Spanish localization but i have seen that Harald always contributes in the repos where I am a little more active, (e-commerce, crm) with reviews...therefore +1...El jue., 6 ago. 2020 a las 13:32, Harald Panten Lopez (<harald.panten@sygel.es>) escribió:Hi,I'd like to apply for a PSC member position for the Spanish location repository (l10n-spain).I've been working with Odoo for about 4 years ( V8, V9, V10, V11, V12 & V13) and I founded my own Odoo consultancy company 1 year ago with my business partner, who gots about 5 years of experience in Odoo.Our company is an official Odoo partner and we've all the available functional certificates, and I'm an active github member as well. (You can check HaralPanten github profile).Could you consider my membership?Regards,--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Pedro M. Baeza - 11:50 - 6 Aug 2020 -
Re: l10n-spain repository PSC member apply
I am not in the repo of the Spanish localization but i have seen that Harald always contributes in the repos where I am a little more active, (e-commerce, crm) with reviews...therefore +1...El jue., 6 ago. 2020 a las 13:32, Harald Panten Lopez (<harald.panten@sygel.es>) escribió:Hi,I'd like to apply for a PSC member position for the Spanish location repository (l10n-spain).I've been working with Odoo for about 4 years ( V8, V9, V10, V11, V12 & V13) and I founded my own Odoo consultancy company 1 year ago with my business partner, who gots about 5 years of experience in Odoo.Our company is an official Odoo partner and we've all the available functional certificates, and I'm an active github member as well. (You can check HaralPanten github profile).Could you consider my membership?Regards,--Harald Panten López
CEO
Sygel Technology S.L

+34 637 88 42 41 
harald.panten@sygel.es 
https://www.sygel.es 
C/ Àlaba 61, 5ª planta, 08005, Barcelona _______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Manuel A. Márquez - 10:16 - 6 Aug 2020
-
-
QWeb widget templates - unable to use extension inheritance mode?
Hello,
I am working on a module that would allow to assgin icons to website menus to be rendered in custom theme. This is what I achieved:
Everything works as expected but I stumbled to template inheritance issue on the first widget - that is template: 'website.contentMenu.dialog.edit' defined in /addons/website/static/src/xml/website.contentMenu.xml For individual menu items it uses recursively template 'website.contentMenu.dialog.submenu' that has no JavaScript object associated. Now I wanted to use extension inheritance to alter content of this sub-template to render image/icon. So my aim was to use something like this:
<t t-inherit="website.contentMenu.dialog.submenu" t-inherit-mode="extension">
<xpath expr="//span[hasclass('input-group-append')]" position="inside">
<button type="button" t-att-class="submenu.fields['image']" aria-label="Menu Image" title="Menu Image"/>
</xpath>
</t>
Now whetever I tried this didn't work for me. I also tried to use something similar on the main template which is used by my JavaScript object extended from original. Didn't work as well. If it took my template it would generate into HTML literally the content of outer <t> tag - so the HTML contained tags <xpath expr="..."> and so on.
I solved it temporarily but copying both templates into my own file and modified them. But I would love to make this more elegant and extend the templates in-place as stated in documentation. Has anyone some experience with this? In all of the source code of Odoo 13.0, 12.0 and 11.0 I didn't find a single use of this feature for a reference.
Thank you for any help. Best regards
Radovan Skolnik
by Radovan Skolnik - 11:26 - 6 Aug 2020-
Re: QWeb widget templates - unable to use extension inheritance mode?
I am no expert as well so I may be missing something crucial. What you describe is deprecated mechanism that doesn't allow in-place extension of the template. I mean you cannot change existing template without assigning it a new name (at least as far as I know). For both there is nice documentation online: https://www.odoo.com/documentation/13.0/reference/qweb.html#template-inheritance
Initially I tried to use that mechanism you mention as well. But there is this (marked in red) in main template:
<div t-name="website.contentMenu.dialog.edit">
<select class="form-control mb16" t-if="widget.roots">
<t t-foreach="widget.roots" t-as="root">
<option t-att-value="root.id"><t t-esc="root.name"/></option>
</t>
</select>
<ul class="oe_menu_editor list-unstyled">
<t t-foreach="widget.menu.children" t-as="submenu">
<t t-call="website.contentMenu.dialog.submenu"/>
</t>
</ul>
<div class="mt32">
<small class="float-right text-muted">
Drag to the right to get a submenu
</small>
<a href="#" class="js_add_menu">
<i class="fa fa-plus-circle"/> Add Menu Item
</a><br/>
<a href="#" class="js_add_menu" data-type="mega">
<i class="fa fa-plus-circle"/> Add Mega Menu Item
</a>
</div>
</div>
That is call to sub-template that has no associated JS object. So if I extended that template it would have different name so I would need to modify this template to reflect that. Tried and failed. Didn't work.
Best regards
Radovan
On štvrtok 6. augusta 2020 12:46:56 CEST Graeme Gellatly wrote:
> I never did it that way. I'm no expert but usually I use t-jquery
> t-operation t-extend style syntax. On Thu, 6 Aug 2020, 9:26 pm Radovan
> Skolnik, < radovan@skolnik.info [1] > wrote: Hello,
>
> I am working on a module that would allow to assgin icons to website menus
> to be rendered in custom theme. This is what I achieved:
>
>
> Everything works as expected but I stumbled to template inheritance issue on
> the first widget - that is template: 'website.contentMenu.dialog.edit'
> defined in /addons/website/static/src/xml/website.contentMenu.xml For
> individual menu items it uses recursively template
> 'website.contentMenu.dialog.submenu' that has no JavaScript object
> associated. Now I wanted to use extension inheritance to alter content of
> this sub-template to render image/icon. So my aim was to use something like
> this:
>
> <t t-inherit="website.contentMenu.dialog.submenu"
> t-inherit-mode="extension"> <xpath
> expr="//span[hasclass('input-group-append')]" position="inside"> <button
> type="button" t-att-class="submenu.fields['image']" aria-label="Menu Image"
> title="Menu Image"/> </xpath>
> </t>
>
> Now whetever I tried this didn't work for me. I also tried to use something
> similar on the main template which is used by my JavaScript object extended
> from original. Didn't work as well. If it took my template it would
> generate into HTML literally the content of outer <t> tag - so the HTML
> contained tags <xpath expr="..."> and so on.
>
> I solved it temporarily but copying both templates into my own file and
> modified them. But I would love to make this more elegant and extend the
> templates in-place as stated in documentation. Has anyone some experience
> with this? In all of the source code of Odoo 13.0, 12.0 and 11.0 I didn't
> find a single use of this feature for a reference.
>
> Thank you for any help. Best regards
>
> Radovan Skolnik
> _______________________________________________
> Mailing-List: https://odoo-community.org/groups/contributors-15 [2]
> Post to: mailto: contributors@odoo-community.org [3]
> Unsubscribe: https://odoo-community.org/groups?unsubscribe [4]
>
>
> _______________________________________________
> Mailing-List: https://odoo-community.org/groups/contributors-15 [5]
> Post to: mailto:contributors@odoo-community.org
> Unsubscribe: https://odoo-community.org/groups?unsubscribe [6]
>
>
>
> [1] mailto:radovan@skolnik.info
> [2] https://odoo-community.org/groups/contributors-15
> [3] mailto:contributors@odoo-community.org
> [4] https://odoo-community.org/groups?unsubscribe
> [5] https://odoo-community.org/groups/contributors-15
> [6] https://odoo-community.org/groups?unsubscribe
by Radovan Skolnik - 01:31 - 6 Aug 2020 -
Re: QWeb widget templates - unable to use extension inheritance mode?
I never did it that way. I'm no expert but usually I use t-jquery t-operation t-extend style syntax.On Thu, 6 Aug 2020, 9:26 pm Radovan Skolnik, <radovan@skolnik.info> wrote:Hello,
I am working on a module that would allow to assgin icons to website menus to be rendered in custom theme. This is what I achieved:
Everything works as expected but I stumbled to template inheritance issue on the first widget - that is template: 'website.contentMenu.dialog.edit' defined in /addons/website/static/src/xml/website.contentMenu.xml For individual menu items it uses recursively template 'website.contentMenu.dialog.submenu' that has no JavaScript object associated. Now I wanted to use extension inheritance to alter content of this sub-template to render image/icon. So my aim was to use something like this:
<t t-inherit="website.contentMenu.dialog.submenu" t-inherit-mode="extension">
<xpath expr="//span[hasclass('input-group-append')]" position="inside">
<button type="button" t-att-class="submenu.fields['image']" aria-label="Menu Image" title="Menu Image"/>
</xpath>
</t>
Now whetever I tried this didn't work for me. I also tried to use something similar on the main template which is used by my JavaScript object extended from original. Didn't work as well. If it took my template it would generate into HTML literally the content of outer <t> tag - so the HTML contained tags <xpath expr="..."> and so on.
I solved it temporarily but copying both templates into my own file and modified them. But I would love to make this more elegant and extend the templates in-place as stated in documentation. Has anyone some experience with this? In all of the source code of Odoo 13.0, 12.0 and 11.0 I didn't find a single use of this feature for a reference.
Thank you for any help. Best regards
Radovan Skolnik
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Graeme Gellatly - 12:45 - 6 Aug 2020
-
-
OCA module for inventory coverage?
Hello everyone, Do we have a module for inventory coverage in the OCA? I need to produce a report giving how long the current stock for a given product will last given the average sale rate of the last X days. I've seen a couple modules of Odoo App store for this, but I'd prefer having an OCA solution. -- 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 - 10:00 - 3 Aug 2020-
Re: OCA module for inventory coverage?
Thanks Virginie, thanks Denis :) Alexandre On 03/08/2020 11:21, Virginie Dewulf wrote: > Hello Alex, > > We did something for our customers (Food Coops in Belgium and > Switzerland) to help decide what should be re-purchased: > https://github.com/beescoop/Obeesdoo/tree/12.0/beesdoo_stock_coverage > It does not provide a report, but a simple tree view: > And on each product you can decide the number of days on which you want > to do the calculation: > > > > It can be used with this module (that creates an intermediary purchase > order to try different quantities to be purchased and see the stock > coverage based on the quantity): > https://github.com/beescoop/Obeesdoo/tree/12.0/purchase_order_generator > > We would be happy to propose them to OCA if they are considered useful! > > Have a nice day, > > -- > > Virginie > 0477/64.17.20 > -- > Si vous avez un contrat de support, posez-nous vos question à l'adresse > "support@coopiteasy.be <mailto:support@coopiteasy.be>" > -- > Lors de l'envoi d'un mail, renseignez le nom de la structure pour > laquelle vous travaillez. Merci. > > -------- Message initial -------- > *De*: "Roussel, Denis" Denis%22 %3cdenis.roussel@acsone.eu%3e>> > *Répondre à*: Odoo Community Association (OCA) Contributors > %28OCA%29 Contributors%22 %3ccontributors@odoo-community.org%3e>> > *À*: Contributors %3ccontributors@odoo-community.org%3e>> > *Objet*: Re: OCA module for inventory coverage? > *Date*: Mon, 03 Aug 2020 08:32:08 -0000 > > Hi Alex, > > > Maybe you can look > into https://github.com/OCA/stock-logistics-reporting/ > if > you find a module that makes you happy. > > That > one https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_inventory_turnover_report could > but a little bit specific. > > > Have a nice day > > On Mon, Aug 3, 2020 at 10:02 AM Alexandre Fayolle > <alexandre.fayolle@camptocamp.com > <mailto:alexandre.fayolle@camptocamp.com>> wrote: >> Hello everyone, >> >> Do we have a module for inventory coverage in the OCA? >> >> I need to produce a report giving how long the current stock for a given >> product will last given the average sale rate of the last X days. >> >> I've seen a couple modules of Odoo App store for this, but I'd prefer >> having an OCA solution. >> >> -- >> 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 >> > > > _______________________________________________ > 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 - 08:41 - 11 Aug 2020 -
Re: OCA module for inventory coverage?
Hello Alex,We did something for our customers (Food Coops in Belgium and Switzerland) to help decide what should be re-purchased:It does not provide a report, but a simple tree view:And on each product you can decide the number of days on which you want to do the calculation:
It can be used with this module (that creates an intermediary purchase order to try different quantities to be purchased and see the stock coverage based on the quantity):We would be happy to propose them to OCA if they are considered useful!Have a nice day,--
Virginie0477/64.17.20--Si vous avez un contrat de support, posez-nous vos question à l'adresse "support@coopiteasy.be"--Lors de l'envoi d'un mail, renseignez le nom de la structure pour laquelle vous travaillez. Merci.-------- Message initial --------De: "Roussel, Denis" <denis.roussel@acsone.eu>Répondre à: Odoo Community Association (OCA) Contributors <contributors@odoo-community.org>À: Contributors <contributors@odoo-community.org>Objet: Re: OCA module for inventory coverage?Date: Mon, 03 Aug 2020 08:32:08 -0000Hi Alex,Maybe you can look into https://github.com/OCA/stock-logistics-reporting/ if you find a module that makes you happy.That one https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_inventory_turnover_report could but a little bit specific.Have a nice dayOn Mon, Aug 3, 2020 at 10:02 AM Alexandre Fayolle <alexandre.fayolle@camptocamp.com> wrote:Hello everyone,
Do we have a module for inventory coverage in the OCA?
I need to produce a report giving how long the current stock for a given
product will last given the average sale rate of the last X days.
I've seen a couple modules of Odoo App store for this, but I'd prefer
having an OCA solution.
--
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
by Virginie Dewulf. - 11:20 - 3 Aug 2020 -
Re: OCA module for inventory coverage?
Hi Alex,Maybe you can look into https://github.com/OCA/stock-logistics-reporting/ if you find a module that makes you happy.That one https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_inventory_turnover_report could but a little bit specific.Have a nice dayOn Mon, Aug 3, 2020 at 10:02 AM Alexandre Fayolle <alexandre.fayolle@camptocamp.com> wrote:Hello everyone, Do we have a module for inventory coverage in the OCA? I need to produce a report giving how long the current stock for a given product will last given the average sale rate of the last X days. I've seen a couple modules of Odoo App store for this, but I'd prefer having an OCA solution. -- 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
--__________________________________________
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. - 10:31 - 3 Aug 2020
-
-
RE: Financial budgeting in V14
Does anyone know what Odoo are doing to enhance financial budgeting in V14. I know some spreadsheet like features are being added to the pivot table view but how exactly this will translate to the budgeting requirement I am not sure. I have not been able to find anything on RunBot.Kind regardsJonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:First Australian Odoo GOLD partner2017, 2015 & 2013 Odoo Best Partner Asia/PacificCreators of Odoo-Pentaho integration project"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
by Jonathan Wilson - 03:25 - 2 Aug 2020 -
Project vs Sale Orders=> Margin
Dear community, If there’s a project that is linked to a analytic account, and multiple sale orders (through invoices) “contribute” to that analytic account, is there a module that would give Margin at analytic account or project level? Kind regards, Alexey
by Alexey Pelykh <alexey.pelykh@gmail.com> - 05:25 - 28 Jul 2020-
Re: Project vs Sale Orders=> Margin
Only the Community one, that’s why I’m struggling to find the needed module
On 28 Jul 2020, at 22:52, Jonathan Wilson <jonathan.wilson@willdooit.com> wrote:If we are talking about enterprise Odoo, then that is the P&L report sliced by the analytic.Kind regardsJonathan WilsonChief Sales and Innovation ExecutiveWilldooIT Pty LtdRecent Linkedin articles:First Australian Odoo GOLD partner2017, 2015 & 2013 Odoo Best Partner Asia/PacificCreators of Odoo-Pentaho integration project"Making growth through technology easy"P: +61 3 9135 1900M: +61 4 000 17 44410/435 Williamstown RoadPort Melbourne VIC 3207DISCLAIMER | 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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.On Wed, 29 Jul 2020 at 01:27, Alexey Pelykh <alexey.pelykh@gmail.com> wrote:Dear community, If there’s a project that is linked to a analytic account, and multiple sale orders (through invoices) “contribute” to that analytic account, is there a module that would give Margin at analytic account or project level? 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> - 01:00 - 29 Jul 2020 -
Re: Project vs Sale Orders=> Margin
If we are talking about enterprise Odoo, then that is the P&L report sliced by the analytic.Kind regardsJonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:First Australian Odoo GOLD partner2017, 2015 & 2013 Odoo Best Partner Asia/PacificCreators of Odoo-Pentaho integration project"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 29 Jul 2020 at 01:27, Alexey Pelykh <alexey.pelykh@gmail.com> wrote:Dear community, If there’s a project that is linked to a analytic account, and multiple sale orders (through invoices) “contribute” to that analytic account, is there a module that would give Margin at analytic account or project level? 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 Jonathan Wilson - 10:51 - 28 Jul 2020
-
-
Request for being "CRM, Sales & Marketing Maintainers" PSC representative
As stated in https://github.com/OCA/commission/issues/247#issuecomment-663392257, there's no PSC representative for it, so I'm applying for not having that hole.You can see my whole activity in https://github.com/pedrobaeza, touching frequently OCA/CRM, OCA/commission and other related repos.Regards.
by Pedro M. Baeza - 09:56 - 24 Jul 2020-
Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative
Yeah, thanks.Regards.
by Pedro M. Baeza - 02:16 - 28 Jul 2020 -
Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative
Hi Pedro,I added you yesterday and it looks like the sync script did its job.Best regards,-sbiOn Mon, Jul 27, 2020 at 8:26 AM Roussel, Denis <denis.roussel@acsone.eu> wrote:+1 of course!On Fri, Jul 24, 2020 at 10:21 PM Rafael Blasco <rafael.blasco@tecnativa.com> wrote:+1
De: Kitti Upariphutthiphong [mailto:kittiu@ecosoft.co.th]
Enviado el: viernes, 24 de julio de 2020 15:32
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative+1 and thank you.
On Fri, 24 Jul 2020, 14:57 Pedro M. Baeza (Tecnativa), <pedro.baeza@tecnativa.com> wrote:
As stated in https://github.com/OCA/commission/issues/247#issuecomment-663392257, there's no PSC representative for it, so I'm applying for not having that hole.
You can see my whole activity in https://github.com/pedrobaeza, touching frequently OCA/CRM, OCA/commission and other related repos.
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
--__________________________________________
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 - 02:11 - 28 Jul 2020 -
Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative
+1 of course!On Fri, Jul 24, 2020 at 10:21 PM Rafael Blasco <rafael.blasco@tecnativa.com> wrote:+1
De: Kitti Upariphutthiphong [mailto:kittiu@ecosoft.co.th]
Enviado el: viernes, 24 de julio de 2020 15:32
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative+1 and thank you.
On Fri, 24 Jul 2020, 14:57 Pedro M. Baeza (Tecnativa), <pedro.baeza@tecnativa.com> wrote:
As stated in https://github.com/OCA/commission/issues/247#issuecomment-663392257, there's no PSC representative for it, so I'm applying for not having that hole.
You can see my whole activity in https://github.com/pedrobaeza, touching frequently OCA/CRM, OCA/commission and other related repos.
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
--__________________________________________
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. - 08:25 - 27 Jul 2020 -
RE: Request for being "CRM, Sales & Marketing Maintainers" PSC representative
+1
De: Kitti Upariphutthiphong [mailto:kittiu@ecosoft.co.th]
Enviado el: viernes, 24 de julio de 2020 15:32
Para: Contributors <contributors@odoo-community.org>
Asunto: Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative+1 and thank you.
On Fri, 24 Jul 2020, 14:57 Pedro M. Baeza (Tecnativa), <pedro.baeza@tecnativa.com> wrote:
As stated in https://github.com/OCA/commission/issues/247#issuecomment-663392257, there's no PSC representative for it, so I'm applying for not having that hole.
You can see my whole activity in https://github.com/pedrobaeza, touching frequently OCA/CRM, OCA/commission and other related repos.
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 Rafael Blasco (Moduon) - 10:20 - 24 Jul 2020 -
Re: Request for being "CRM, Sales & Marketing Maintainers" PSC representative
+1 and thank you.On Fri, 24 Jul 2020, 14:57 Pedro M. Baeza (Tecnativa), <pedro.baeza@tecnativa.com> wrote:As stated in https://github.com/OCA/commission/issues/247#issuecomment-663392257, there's no PSC representative for it, so I'm applying for not having that hole.You can see my whole activity in https://github.com/pedrobaeza, touching frequently OCA/CRM, OCA/commission and other related repos.Regards._______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Kitti Upariphutthiphong - 03:30 - 24 Jul 2020
-
-
Issue with OCA module : auth_session_timeout
Hi CommunityWhen installing the module auth_session_timeout for inactivity timeout, the popup/wizard od Odoo session expired appears many time (You need to click many times so that it goes, as showing in this GIF)If anyone faced the same issue or succeeded to solve it, please reveal yourself 😁 no one will hurt you.Big thanks''Where others see limitations, we see possibilities''Othmane Ghandi----------------------------------------------------------------------------------------------------------------------------------------------"les bonnes choses viennent à ceux qui savent attendre. Les grandes choses viennent à ceux qui se lèvent et qui font tout pour y arriver"-----------------------------------------------------------------------------------------------------------------------------------------------: othmane.ghandi
: +49 17 632214006
: +212 6 00 45 96 84
by Othmane Ghandi - 03:55 - 23 Jul 2020-
Re: Issue with OCA module : auth_session_timeout
Please can anyone help here. Thanks a lot''Where others see limitations, we see possibilities''Othmane Ghandi----------------------------------------------------------------------------------------------------------------------------------------------"les bonnes choses viennent à ceux qui savent attendre. Les grandes choses viennent à ceux qui se lèvent et qui font tout pour y arriver"-----------------------------------------------------------------------------------------------------------------------------------------------: othmane.ghandi
: +49 17 632214006
: +212 6 00 45 96 84
Le jeu. 23 juil. 2020 à 15:51, GHANDI Othmane <othmane.ghandi@gmail.com> a écrit :Hi CommunityWhen installing the module auth_session_timeout for inactivity timeout, the popup/wizard od Odoo session expired appears many time (You need to click many times so that it goes, as showing in this GIF)If anyone faced the same issue or succeeded to solve it, please reveal yourself 😁 no one will hurt you.Big thanks''Where others see limitations, we see possibilities''Othmane Ghandi----------------------------------------------------------------------------------------------------------------------------------------------"les bonnes choses viennent à ceux qui savent attendre. Les grandes choses viennent à ceux qui se lèvent et qui font tout pour y arriver"-----------------------------------------------------------------------------------------------------------------------------------------------: othmane.ghandi
: +49 17 632214006
: +212 6 00 45 96 84
by Othmane Ghandi - 10:35 - 31 Jul 2020
-
-
Operation related to Asset Management
Dear community,My I check whether the following feature is relevant to OCA or being useful.We done Odoo and got to learn some practice from an organization that deal with a lot of asset. Both normal asset, low valued asset, asset in transit, asset under construction.They have asset operation like,- Change Ownership,
- i.e, change cost center (analytic)
- Value Adjustment,
- i.e., knowing sometime later that, there are additional expenditure into that assets and so the value should be increased
- Transfer (merge or split),
- i.e., 2 asset under construction, merged as new final working Asset.
- An normal acquired asset that splits into smaller assets.
We would love to port these features into OCA. But I am not very sure it will be useful, nor is it generic enough.Any comments?Kitti
by Kitti Upariphutthiphong - 08:15 - 22 Jul 2020-
RE: Operation related to Asset Management
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.Kitti
I have never done a PR so yes I would need help. I was hoping you would just use/not use as made sense to you.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Wednesday, 12 August 2020 2:57 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementThank you Kevin, we will take a look later this week. Do you want to do the PR? Or need any help on that? So people can look at and comment too.
Thank you Jonathan, our work is just a draft, feel free to comment also on UI, everything can be changed as needed. And most importantly from your expertise, is how the Dr/Cr works.
On Wed, Aug 12, 2020 at 6:32 AM Jonathan Wilson <jonathan.wilson@willdooit.com> wrote:
Hi Kitti
Thank you - give me the weekend to take a look.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 12 Aug 2020 at 09:18, Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
Our modules for V11 and v13 attached – apologies its taken a while – I ended up getting a bug and was off for a week.
V11 has quite a bit more than V13 and in V13 the core odoo module is now enterprise. Any dependency you can ignore – just where we have extra menus compared to Odoo.
Hope this helps.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Saturday, 25 July 2020 4:17 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementThank you all,
@Jonathan, I am not quite familiar with the Book and Tax. I have asked our functional consult, and we think it is also a case in our country, although it is not very common (still not sure it is the same thing as yours). Do you have more detail on what it is, somewhere I can read?
@Luc, from what I understand here, we need the same, but the naming may be a bit different (we also need the right business name). So, here is the refined list of TODO from me, please help redefine it, or suggest better terms if you are certain.
Should I call this set of feature, Asset Operations? Which I think it should be separated, WDYT?
- Asset Revaluation -- account_asset_management_oper_revalue
- Not only impairment but value increment, so I think this name is ok?
· Asset Merge - account_asset_management_oper_merge
- At first I used transfer for both merge and split
- Mainly used for case assets under construction that one or multiple assets will become a new asset.
· Asset Split - account_asset_management_oper_split
- When bought in a big asset, that can be decomposed it to several active asset and start depreciation.
Also notable feature mentioned by Kevin, I think should be the enhancement to the account_asset_management
· Proper handling of gain/loss on disposal
· Depreciation start date separate from asset date
@Kevin, your sharing would be great.
As for the Book and Tax, I also think it should be seperated feature. I also don't know much about it yet.
Thank you for feedback,
Kitti
On Thu, Jul 23, 2020 at 1:37 PM <luc.demeyer@noviat.com> wrote:
I think we should make two documents
- Asset impairment (a feature to be added to the base module)
- Tax depreciation (imho a separate add-on module)
The other two are small features already available in some form in the current module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 23:02
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementIf we could get a requirements & design document for the new features, including book & tax methods, I pretty sure I could get funding from a customer.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Thu, 23 Jul 2020 at 05:32, Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
We have done quite a bit around assets and happy to share (currently still on V11)
- Proper handling of gain/loss on disposal
- Asset impairment
- Depreciation start date separate from asset date
- Accounting & Tax depreciation rates (we handle tax via reporting as typically done annually)
Plus have tidied up various accounting elements to ensure works correctly.
Happy to share.
Regards
Kevin McMenamin
ERP Capability Manager, Solnet
+64 22 651 3753 | +64 9 977 5805 | Visit our blog | Connect on LinkedIn
From: luc.demeyer@noviat.com <luc.demeyer@noviat.com>
Sent: Wednesday, 22 July 2020 7:27 PM
To: Contributors <contributors@odoo-community.org>
Subject: RE: Operation related to Asset ManagementI am not sure if we need to add the book & tax feature into the base module.
I think it’s more a feature for an add-on module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 08:33
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementHi Kitti
My experience with decent Asset apps is that they have that functionality. Additionally, they usually have 2 modes of depreciation - "Book" and "Tax" - if we could add those features (and the ones you mentioned) I would fee a lot more comfortable offering up Odoo as a decent asset register.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 22 Jul 2020 at 16:17, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:
Dear community,
My I check whether the following feature is relevant to OCA or being useful.
We done Odoo and got to learn some practice from an organization that deal with a lot of asset. Both normal asset, low valued asset, asset in transit, asset under construction.
They have asset operation like,
- Change Ownership,
- i.e, change cost center (analytic)
- Value Adjustment,
- i.e., knowing sometime later that, there are additional expenditure into that assets and so the value should be increased
- Transfer (merge or split),
- i.e., 2 asset under construction, merged as new final working Asset.
- An normal acquired asset that splits into smaller assets.
We would love to port these features into OCA. But I am not very sure it will be useful, nor is it generic enough.
Any comments?
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?unsubscribeAttention: 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.
_______________________________________________
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?unsubscribeAttention: 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.
_______________________________________________
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:26 - 12 Aug 2020 -
Re: Operation related to Asset Management
Thank you Kevin, we will take a look later this week. Do you want to do the PR? Or need any help on that? So people can look at and comment too.Thank you Jonathan, our work is just a draft, feel free to comment also on UI, everything can be changed as needed. And most importantly from your expertise, is how the Dr/Cr works.On Wed, Aug 12, 2020 at 6:32 AM Jonathan Wilson <jonathan.wilson@willdooit.com> wrote:Hi KittiThank you - give me the weekend to take a look.Kind regardsJonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:First Australian Odoo GOLD partner2017, 2015 & 2013 Odoo Best Partner Asia/PacificCreators of Odoo-Pentaho integration project"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 12 Aug 2020 at 09:18, 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.Our modules for V11 and v13 attached – apologies its taken a while – I ended up getting a bug and was off for a week.
V11 has quite a bit more than V13 and in V13 the core odoo module is now enterprise. Any dependency you can ignore – just where we have extra menus compared to Odoo.
Hope this helps.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Saturday, 25 July 2020 4:17 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementThank you all,
@Jonathan, I am not quite familiar with the Book and Tax. I have asked our functional consult, and we think it is also a case in our country, although it is not very common (still not sure it is the same thing as yours). Do you have more detail on what it is, somewhere I can read?
@Luc, from what I understand here, we need the same, but the naming may be a bit different (we also need the right business name). So, here is the refined list of TODO from me, please help redefine it, or suggest better terms if you are certain.
Should I call this set of feature, Asset Operations? Which I think it should be separated, WDYT?
- Asset Revaluation -- account_asset_management_oper_revalue
- Not only impairment but value increment, so I think this name is ok?
· Asset Merge - account_asset_management_oper_merge
- At first I used transfer for both merge and split
- Mainly used for case assets under construction that one or multiple assets will become a new asset.
· Asset Split - account_asset_management_oper_split
- When bought in a big asset, that can be decomposed it to several active asset and start depreciation.
Also notable feature mentioned by Kevin, I think should be the enhancement to the account_asset_management
· Proper handling of gain/loss on disposal
· Depreciation start date separate from asset date
@Kevin, your sharing would be great.
As for the Book and Tax, I also think it should be seperated feature. I also don't know much about it yet.
Thank you for feedback,
Kitti
On Thu, Jul 23, 2020 at 1:37 PM <luc.demeyer@noviat.com> wrote:
I think we should make two documents
- Asset impairment (a feature to be added to the base module)
- Tax depreciation (imho a separate add-on module)
The other two are small features already available in some form in the current module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 23:02
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementIf we could get a requirements & design document for the new features, including book & tax methods, I pretty sure I could get funding from a customer.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Thu, 23 Jul 2020 at 05:32, Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
We have done quite a bit around assets and happy to share (currently still on V11)
- Proper handling of gain/loss on disposal
- Asset impairment
- Depreciation start date separate from asset date
- Accounting & Tax depreciation rates (we handle tax via reporting as typically done annually)
Plus have tidied up various accounting elements to ensure works correctly.
Happy to share.
Regards
Kevin McMenamin
ERP Capability Manager, Solnet
+64 22 651 3753 | +64 9 977 5805 | Visit our blog | Connect on LinkedIn
From: luc.demeyer@noviat.com <luc.demeyer@noviat.com>
Sent: Wednesday, 22 July 2020 7:27 PM
To: Contributors <contributors@odoo-community.org>
Subject: RE: Operation related to Asset ManagementI am not sure if we need to add the book & tax feature into the base module.
I think it’s more a feature for an add-on module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 08:33
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementHi Kitti
My experience with decent Asset apps is that they have that functionality. Additionally, they usually have 2 modes of depreciation - "Book" and "Tax" - if we could add those features (and the ones you mentioned) I would fee a lot more comfortable offering up Odoo as a decent asset register.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 22 Jul 2020 at 16:17, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:
Dear community,
My I check whether the following feature is relevant to OCA or being useful.
We done Odoo and got to learn some practice from an organization that deal with a lot of asset. Both normal asset, low valued asset, asset in transit, asset under construction.
They have asset operation like,
- Change Ownership,
- i.e, change cost center (analytic)
- Value Adjustment,
- i.e., knowing sometime later that, there are additional expenditure into that assets and so the value should be increased
- Transfer (merge or split),
- i.e., 2 asset under construction, merged as new final working Asset.
- An normal acquired asset that splits into smaller assets.
We would love to port these features into OCA. But I am not very sure it will be useful, nor is it generic enough.
Any comments?
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?unsubscribeAttention: 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.
_______________________________________________
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 Kitti Upariphutthiphong - 04:56 - 12 Aug 2020 -
Re: Operation related to Asset Management
Hi KittiThank you - give me the weekend to take a look.Kind regardsJonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:First Australian Odoo GOLD partner2017, 2015 & 2013 Odoo Best Partner Asia/PacificCreators of Odoo-Pentaho integration project"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 12 Aug 2020 at 09:18, 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.Our modules for V11 and v13 attached – apologies its taken a while – I ended up getting a bug and was off for a week.
V11 has quite a bit more than V13 and in V13 the core odoo module is now enterprise. Any dependency you can ignore – just where we have extra menus compared to Odoo.
Hope this helps.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Saturday, 25 July 2020 4:17 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementThank you all,
@Jonathan, I am not quite familiar with the Book and Tax. I have asked our functional consult, and we think it is also a case in our country, although it is not very common (still not sure it is the same thing as yours). Do you have more detail on what it is, somewhere I can read?
@Luc, from what I understand here, we need the same, but the naming may be a bit different (we also need the right business name). So, here is the refined list of TODO from me, please help redefine it, or suggest better terms if you are certain.
Should I call this set of feature, Asset Operations? Which I think it should be separated, WDYT?
- Asset Revaluation -- account_asset_management_oper_revalue
- Not only impairment but value increment, so I think this name is ok?
· Asset Merge - account_asset_management_oper_merge
- At first I used transfer for both merge and split
- Mainly used for case assets under construction that one or multiple assets will become a new asset.
· Asset Split - account_asset_management_oper_split
- When bought in a big asset, that can be decomposed it to several active asset and start depreciation.
Also notable feature mentioned by Kevin, I think should be the enhancement to the account_asset_management
· Proper handling of gain/loss on disposal
· Depreciation start date separate from asset date
@Kevin, your sharing would be great.
As for the Book and Tax, I also think it should be seperated feature. I also don't know much about it yet.
Thank you for feedback,
Kitti
On Thu, Jul 23, 2020 at 1:37 PM <luc.demeyer@noviat.com> wrote:
I think we should make two documents
- Asset impairment (a feature to be added to the base module)
- Tax depreciation (imho a separate add-on module)
The other two are small features already available in some form in the current module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 23:02
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementIf we could get a requirements & design document for the new features, including book & tax methods, I pretty sure I could get funding from a customer.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Thu, 23 Jul 2020 at 05:32, Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
We have done quite a bit around assets and happy to share (currently still on V11)
- Proper handling of gain/loss on disposal
- Asset impairment
- Depreciation start date separate from asset date
- Accounting & Tax depreciation rates (we handle tax via reporting as typically done annually)
Plus have tidied up various accounting elements to ensure works correctly.
Happy to share.
Regards
Kevin McMenamin
ERP Capability Manager, Solnet
+64 22 651 3753 | +64 9 977 5805 | Visit our blog | Connect on LinkedIn
From: luc.demeyer@noviat.com <luc.demeyer@noviat.com>
Sent: Wednesday, 22 July 2020 7:27 PM
To: Contributors <contributors@odoo-community.org>
Subject: RE: Operation related to Asset ManagementI am not sure if we need to add the book & tax feature into the base module.
I think it’s more a feature for an add-on module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 08:33
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementHi Kitti
My experience with decent Asset apps is that they have that functionality. Additionally, they usually have 2 modes of depreciation - "Book" and "Tax" - if we could add those features (and the ones you mentioned) I would fee a lot more comfortable offering up Odoo as a decent asset register.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 22 Jul 2020 at 16:17, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:
Dear community,
My I check whether the following feature is relevant to OCA or being useful.
We done Odoo and got to learn some practice from an organization that deal with a lot of asset. Both normal asset, low valued asset, asset in transit, asset under construction.
They have asset operation like,
- Change Ownership,
- i.e, change cost center (analytic)
- Value Adjustment,
- i.e., knowing sometime later that, there are additional expenditure into that assets and so the value should be increased
- Transfer (merge or split),
- i.e., 2 asset under construction, merged as new final working Asset.
- An normal acquired asset that splits into smaller assets.
We would love to port these features into OCA. But I am not very sure it will be useful, nor is it generic enough.
Any comments?
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?unsubscribeAttention: 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.
_______________________________________________
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 Jonathan Wilson - 01:31 - 12 Aug 2020 -
RE: Operation related to Asset Management
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.Our modules for V11 and v13 attached – apologies its taken a while – I ended up getting a bug and was off for a week.
V11 has quite a bit more than V13 and in V13 the core odoo module is now enterprise. Any dependency you can ignore – just where we have extra menus compared to Odoo.
Hope this helps.
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Saturday, 25 July 2020 4:17 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementThank you all,
@Jonathan, I am not quite familiar with the Book and Tax. I have asked our functional consult, and we think it is also a case in our country, although it is not very common (still not sure it is the same thing as yours). Do you have more detail on what it is, somewhere I can read?
@Luc, from what I understand here, we need the same, but the naming may be a bit different (we also need the right business name). So, here is the refined list of TODO from me, please help redefine it, or suggest better terms if you are certain.
Should I call this set of feature, Asset Operations? Which I think it should be separated, WDYT?
- Asset Revaluation -- account_asset_management_oper_revalue
- Not only impairment but value increment, so I think this name is ok?
· Asset Merge - account_asset_management_oper_merge
- At first I used transfer for both merge and split
- Mainly used for case assets under construction that one or multiple assets will become a new asset.
· Asset Split - account_asset_management_oper_split
- When bought in a big asset, that can be decomposed it to several active asset and start depreciation.
Also notable feature mentioned by Kevin, I think should be the enhancement to the account_asset_management
· Proper handling of gain/loss on disposal
· Depreciation start date separate from asset date
@Kevin, your sharing would be great.
As for the Book and Tax, I also think it should be seperated feature. I also don't know much about it yet.
Thank you for feedback,
Kitti
On Thu, Jul 23, 2020 at 1:37 PM <luc.demeyer@noviat.com> wrote:
I think we should make two documents
- Asset impairment (a feature to be added to the base module)
- Tax depreciation (imho a separate add-on module)
The other two are small features already available in some form in the current module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 23:02
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementIf we could get a requirements & design document for the new features, including book & tax methods, I pretty sure I could get funding from a customer.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Thu, 23 Jul 2020 at 05:32, Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
We have done quite a bit around assets and happy to share (currently still on V11)
- Proper handling of gain/loss on disposal
- Asset impairment
- Depreciation start date separate from asset date
- Accounting & Tax depreciation rates (we handle tax via reporting as typically done annually)
Plus have tidied up various accounting elements to ensure works correctly.
Happy to share.
Regards
Kevin McMenamin
ERP Capability Manager, Solnet
+64 22 651 3753 | +64 9 977 5805 | Visit our blog | Connect on LinkedIn
From: luc.demeyer@noviat.com <luc.demeyer@noviat.com>
Sent: Wednesday, 22 July 2020 7:27 PM
To: Contributors <contributors@odoo-community.org>
Subject: RE: Operation related to Asset ManagementI am not sure if we need to add the book & tax feature into the base module.
I think it’s more a feature for an add-on module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 08:33
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementHi Kitti
My experience with decent Asset apps is that they have that functionality. Additionally, they usually have 2 modes of depreciation - "Book" and "Tax" - if we could add those features (and the ones you mentioned) I would fee a lot more comfortable offering up Odoo as a decent asset register.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 22 Jul 2020 at 16:17, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:
Dear community,
My I check whether the following feature is relevant to OCA or being useful.
We done Odoo and got to learn some practice from an organization that deal with a lot of asset. Both normal asset, low valued asset, asset in transit, asset under construction.
They have asset operation like,
- Change Ownership,
- i.e, change cost center (analytic)
- Value Adjustment,
- i.e., knowing sometime later that, there are additional expenditure into that assets and so the value should be increased
- Transfer (merge or split),
- i.e., 2 asset under construction, merged as new final working Asset.
- An normal acquired asset that splits into smaller assets.
We would love to port these features into OCA. But I am not very sure it will be useful, nor is it generic enough.
Any comments?
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?unsubscribeAttention: 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.
_______________________________________________
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 - 01:16 - 12 Aug 2020 -
Re: Operation related to Asset Management
Dear all,We have started with this asset transfer prototype. If you interested please feel free to discuss.Let us do it in separated module first, as we did it before in older version. We can include it later one if people think it should.Thank you,On Thu, Jul 30, 2020 at 1:37 PM <luc.demeyer@noviat.com> wrote:Kitti,
Basic features that about every company managing financial assets in odoo should imho be in the base module.
Extra features that impact only certain companies (e.g. separate calculation for taxes) are better in a separate module.
Luc
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Thursday, 30 July 2020 04:07
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementKevin,
Thank you very much! Please tag us, so we can help review it.
So, I think yours module will be on value adjustment (plus other), right? may be I should start with asset under construction (split / merge).
I am just curious why you think most features should be in account_asset_manageent. While, I think it will be good to be separated, and it is the nature of Odoo and OCA. WDYT?
Kitti
On Thu, Jul 30, 2020 at 4:26 AM Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
Kitti
I am migrating our module to V13 – quite a few changes as Odoo have totally changed the way depreciation works. I’ll send through once completed
From: Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
Sent: Saturday, 25 July 2020 4:17 PM
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementThank you all,
@Jonathan, I am not quite familiar with the Book and Tax. I have asked our functional consult, and we think it is also a case in our country, although it is not very common (still not sure it is the same thing as yours). Do you have more detail on what it is, somewhere I can read?
@Luc, from what I understand here, we need the same, but the naming may be a bit different (we also need the right business name). So, here is the refined list of TODO from me, please help redefine it, or suggest better terms if you are certain.
Should I call this set of feature, Asset Operations? Which I think it should be separated, WDYT?
- Asset Revaluation -- account_asset_management_oper_revalue
- Not only impairment but value increment, so I think this name is ok?
· Asset Merge - account_asset_management_oper_merge
- At first I used transfer for both merge and split
- Mainly used for case assets under construction that one or multiple assets will become a new asset.
· Asset Split - account_asset_management_oper_split
- When bought in a big asset, that can be decomposed it to several active asset and start depreciation.
Also notable feature mentioned by Kevin, I think should be the enhancement to the account_asset_management
· Proper handling of gain/loss on disposal
· Depreciation start date separate from asset date
@Kevin, your sharing would be great.
As for the Book and Tax, I also think it should be seperated feature. I also don't know much about it yet.
Thank you for feedback,
Kitti
On Thu, Jul 23, 2020 at 1:37 PM <luc.demeyer@noviat.com> wrote:
I think we should make two documents
- Asset impairment (a feature to be added to the base module)
- Tax depreciation (imho a separate add-on module)
The other two are small features already available in some form in the current module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 23:02
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementIf we could get a requirements & design document for the new features, including book & tax methods, I pretty sure I could get funding from a customer.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Thu, 23 Jul 2020 at 05:32, Kevin McMenamin <Kevin.McMenamin@solnet.co.nz> wrote:
We have done quite a bit around assets and happy to share (currently still on V11)
- Proper handling of gain/loss on disposal
- Asset impairment
- Depreciation start date separate from asset date
- Accounting & Tax depreciation rates (we handle tax via reporting as typically done annually)
Plus have tidied up various accounting elements to ensure works correctly.
Happy to share.
Regards
Kevin McMenamin
ERP Capability Manager, Solnet
+64 22 651 3753 | +64 9 977 5805 | Visit our blog | Connect on LinkedIn
From: luc.demeyer@noviat.com <luc.demeyer@noviat.com>
Sent: Wednesday, 22 July 2020 7:27 PM
To: Contributors <contributors@odoo-community.org>
Subject: RE: Operation related to Asset ManagementI am not sure if we need to add the book & tax feature into the base module.
I think it’s more a feature for an add-on module.
Luc
From: Jonathan Wilson <jonathan.wilson@willdooit.com>
Sent: Wednesday, 22 July 2020 08:33
To: Contributors <contributors@odoo-community.org>
Subject: Re: Operation related to Asset ManagementHi Kitti
My experience with decent Asset apps is that they have that functionality. Additionally, they usually have 2 modes of depreciation - "Book" and "Tax" - if we could add those features (and the ones you mentioned) I would fee a lot more comfortable offering up Odoo as a decent asset register.
Kind regards
Jonathan Wilson
Chief Sales and Innovation Executive
WilldooIT Pty Ltd
Recent Linkedin articles:
First Australian Odoo GOLD partner
2017, 2015 & 2013 Odoo Best Partner Asia/Pacific
Creators of Odoo-Pentaho integration project
"Making growth through technology easy"
E: jonathan.wilson@willdooit.com
P: +61 3 9135 1900
M: +61 4 000 17 444
10/435 Williamstown Road
Port Melbourne VIC 3207
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 Willdoo IT Pty. Ltd. WilldooIT Pty. Ltd. use virus scanning software but exclude all liability for virus or anything similar in this email or attachment.
On Wed, 22 Jul 2020 at 16:17, Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:
Dear community,
My I check whether the following feature is relevant to OCA or being useful.
We done Odoo and got to learn some practice from an organization that deal with a lot of asset. Both normal asset, low valued asset, asset in transit, asset under construction.
They have asset operation like,
- Change Ownership,
- i.e, change cost center (analytic)
- Value Adjustment,
- i.e., knowing sometime later that, there are additional expenditure into that assets and so the value should be increased
- Transfer (merge or split),
- i.e., 2 asset under construction, merged as new final working Asset.
- An normal acquired asset that splits into smaller assets.
We would love to port these features into OCA. But I am not very sure it will be useful, nor is it generic enough.
Any comments?
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?unsubscribeAttention: 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.
_______________________________________________
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?unsubscribeAttention: 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.
_______________________________________________
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 - 01:31 - 6 Aug 2020
-
Travis CI fails
Hello.I am at a point where there are no code or style errors in my code, I have taken into account all the guidelines required by the OCA to perform the PR, since Travis CI does not find problems in my code, but nevertheless continues to fail due to errors related to other modules, for example website_mass_mailing_name, any recommendationsBest regards
by Carlos M Alvarez - 11:05 - 20 Jul 2020-
Re: Travis CI fails
Hello Carlos,in your build I see `mass_mailing_custom_unsubscribe` failing.Anyway, when unrelated modules give errors it can be for several reasons [1].If the base branch is green and only your build fails, you should try to understand why.To understand why, try to run the tests for failing modules on your machine to try to replicate the problem.If they work locally, then there's something weird on travis tests. If they fail, then try to fix them and possibly open another PR only for the fix(es).[1] There might be conflicts in tests or demo data or a dependency got changed or an extra inheritance changed the behavior or a "flappy test" that fails randomly (maybe because of poor isolation)... a lot of possibilities.If you don't find your path to the fix, you can ask for help here.HTH,S.On Mon, Jul 20, 2020 at 11:06 PM Carlos Manuel Alvarez López <cmanuel.alvarez11@gmail.com> wrote:Hello.I am at a point where there are no code or style errors in my code, I have taken into account all the guidelines required by the OCA to perform the PR, since Travis CI does not find problems in my code, but nevertheless continues to fail due to errors related to other modules, for example website_mass_mailing_name, any recommendationsBest regards_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--Simone OrsiFull stack Python web developer, Odoo specialist, Odoo Community Board Member, Freelance in love with open source.
by Simone Orsi. - 07:55 - 21 Jul 2020
-
-
Dashboard in portal
I have a request to add a dashboard in the portal,A portal user would have access to a pre-designed dashboard updated in realtime from the (filtered) objects he has access to in the portal. i.e. this portal user has access to 36 tasks so if had an average on a field (as a KPI) it would be calculated only from those 36 tasks.Would OCA's reporting enging a usefull starting point? Any pointers, insights?Thank you.--Yves Goldbergodoo| Official Partner - OCA delegateOpen Source ERP, CRM & CMST +972 (3) 720 8818
M +972 (55) 966 1405T +32 (2) 588 2500--
by Yves Goldberg - 12:50 - 20 Jul 2020-
Re: Dashboard in portal
Hi,On 12.0 there is kpi_dashbard, that allows to define KPIs and compute on the fly, probably, you will be able to show the expected information with little work:On 9.0 there is web_dashboard_tile, but I don't know how it works.Kind 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.From: admin@ygol.com
To: "Contributors" <contributors@odoo-community.org>
Date: Mon, 20 Jul 2020 10:51:48 -0000
Subject: Dashboard in portal
I have a request to add a dashboard in the portal,A portal user would have access to a pre-designed dashboard updated in realtime from the (filtered) objects he has access to in the portal. i.e. this portal user has access to 36 tasks so if had an average on a field (as a KPI) it would be calculated only from those 36 tasks.Would OCA's reporting enging a usefull starting point? Any pointers, insights?Thank you.--Yves Goldbergodoo| Official Partner - OCA delegateOpen Source ERP, CRM & CMST +972 (3) 720 8818
M +972 (55) 966 1405T +32 (2) 588 2500--_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Tanto este mensaje como los documentos que, en su caso, lleve como anexos,
pueden contener información reservada y/o confidencial, destinada exclusivamente
para el uso del destinatario o la persona responsable de entregarlo al mismo,
estando su uso no autorizado prohibido legalmente.
Su contenido no constituye un compromiso para Creu Blanca (la empresa remitente)
salvo ratificación escrita por ambas partes. En caso de su recepción por error,
rogamos nos lo comunique por igual vía, se abstenga de realizar copias del mensaje
o documentos adjuntos, remitirlo o facilitarlo a un tercero, y proceda en su defecto,
a su eliminación.
by Enric Tobella Alomar - 09:30 - 21 Jul 2020
-
-
Functional Question: Retention and return of retention (i.e., account_invoice_payment_retention)
Dear community,
Hi, we are looking to create a module about payment retention with following features. I like to check if anyone have done something like this before.
Use Case
A company has a new PO contract with a vendor, and has a term to Retain 10% of the amount on every invoices being paid. The amount is known for warranty. And, so after the warranty period, the company will also pay the retained amount back to the vendor.
Design
In the Accounting Configuration, add following fields,
- Default Retention Account
- Default Retention Amount / Percent
In the Vendor Bill, add following fields,
- A checkbox "Has Retention"
- Retention Amount / Percent
- Retention Due Date
Payment against this "Vendor Bill", the payment to populate the "Retention Account" and "Retention Amount" in the write off section of the payment.
Then, Time passed until the return retention due date, it is time to pay the retained amount to vendor.
There can be 2 ways,
- As soon as payment is Paid!, immediately create new "Vendor Bill" for the retained amount in Draft, and with Retention Due Date as Invoice Date. The line auto populated with the amount deducted in the payment.
- Wait unit due time, user manually create Vendor Bill which will have option to select the old "Vendor Bill" that was once retained, and populate the line amount as it was deducted in the payment.
Validate Vendor Bill and make Payment on the retained amount to complete the job.
Note: the reference document to return retention should be PO, but for purpose of this module, the vendor bill is ok.
Would love to hear other practices. Thank you!
Kitti U.
by Kitti Upariphutthiphong - 07:01 - 20 Jul 2020