Dear Reader,
Being an expert of ODOO Since 12+ years, we have been releasing some useful tips and news around Odoo every month. Here we go for March 2020. Please note down the ODOO tips coming out of Media around ODOO especially Twitter and Facebook. Let's thank to them.
- Now more #oca #odoo modules in 12.0 than in 10.0 https://odoo-community.org/shop/page/200?version=14 Only 8.0 is ahead. In few weeks 12.0 'll be the first. Even versions always more used (source - https://twitter.com/bealdav/status/1239467068723998720)
- Web Boolean toggle Widget - https://apps.odoo.com/apps/modules/12.0/web_boolean_toggle/The module provides the feature of the Toggle button. It will replace the boolean checkbox with the toggle button. #odoo12 #odoo13 #OpenSource #ERP #CRM #serpentcs #odoo #gold #partner (source - https://twitter.com/Serpent_CS/status/1239445725064249344)
- This is the project view. The OdooStack's UI in ReactJS is really cool and fast. Real time Odoo instance status, real time log, and a lot of cool actions! Once tried, you can only spend your time writing your code#odoostack #odoo #comingsoon (source - https://twitter.com/OdooStack/status/1239238964315381760)
- #Odoo R&D peek: Update the prices of all the items of a quotation after changing the price list. https://i.imgur.com/M0LTw9G.png https://github.com/odoo/odoo/commit/ff195561216d4e98ff1b7aaf4a5bab49d4e448e5 #odoord (Source-https://twitter.com/fheodoo/status/1237976985646673923)
- A small but very welcome change to the XPath utils in #Odoo. Now it is possible to replace the content of an element instead of the whole component (source-https://twitter.com/mukitgmbh/status/1240198353343873026) https://github.com/odoo/odoo/pull/47832
- Garbage collecting will get a refactoring in #Odoo V14. Now every cleanup runs in its own transaction, and one failing won't block the whole process anymore. PR: https://github.com/odoo/odoo/pull/47842 (source - https://twitter.com/mukitgmbh/status/1240196742236254208)
- @_opencode I just published "Speed up your Odoo code" https://dev.to/opencode/speed-up-your-odoo-code-4abn
- #Odoo #OCA #Python #Python3 #Refactoring @Odoo @OdooCommunity (source-https://twitter.com/_opencode/status/1242013980157190146) https://dev.to/opencode/speed-up-your-odoo-code-4abn
- Odoo apps store hides all debrand modules, including @OdooCommunity 's mail_debrand. The good news is that the modules are still available via direct links: https://odoo.com/apps/modules/13.0/web_debranding/ (source- https://twitter.com/yelizariev/status/1243092919852183553)
- Inviting #Odoo developers learn #odoo POS of old versions and get a base cleared up for all coming versions. Coupon for the whole course free while working from home. https://udemy.com/course/odoo-pos-technical/?couponCode=WORKFROMHOME #LockDownGiveAwayBySerpentCS
- Tip: #Odoo 14 will add instant messaging support for Facebook (from within the Odoo discuss app). See https://github.com/odoo/enterprise/pull/8481 (Source-https://twitter.com/Yenthe666/status/1244518754471628807)
- A new #Odoo PR to refactor the API of pre/post-commit/rollback hooks (Source-https://twitter.com/mukitgmbh/status/1244264424682057728)
- #odoo module for Delivery order tracking and signature contributed #opensource ! Inviting corresponding business users to explore it for free! We will give app for free to use! #odoomobile https://github.com/JayVora-SerpentCS/DOST/tree/12.0
- #DOST #LockdownGiveAwayBySerpentCS (Source-https://twitter.com/Serpent_CS/status/1244258332493430792)
- #odoo fleet extended! https://github.com/JayVora-SerpentCS/fleet_managementIn this lockdown days, explore how close it will help your business ! #LockdownGiveawayBySerpentCS (source-https://twitter.com/Serpent_CS/status/1244257252829167617)
- #odoo module price slashed - Website wiki menu module on Appstore @Odoo Add a wiki-style webpage with searchable text to your website - https://apps.odoo.com/apps/modules/12.0/website_wiki_menu/ #odoo12 https://youtu.be/fAlKjTDyb4Q #LockdownGiveawaybySerpentCS (Source-https://twitter.com/Serpent_CS/status/1244230252479602689)
- Tip: the #Odoo migration service has been reopened as of today! You can now upload your database to migrate to V13. See https://upgrade.odoo.com/database/upload (Source-https://twitter.com/Yenthe666/status/1242849155556560901)
- Odoo module price slashed 70%
Project Dashboard - https://lnkd.in/fspp_3S
POS Dashboard - https://lnkd.in/fQwsrP4
CRM Dashboard - https://lnkd.in/fu6yjnb Design your dynamic dashboard in #CRM #POS #Project wherever in #odoo Serpent Consulting Services Pvt. Ltd. # #LockDownGiveawaybySerpentCS #beresponsiblecitizen @husendaudi @jaynvora @mustufarahi @Odoo (Source-https://twitter.com/Serpent_CS/status/1244135139459960833) - This module is allows you to configure CRM Dashboard dynamically. https://apps.odoo.com/apps/modules/13.0/scs_crm_dashboard/
- #business #smallbusiness #CRM #ERP #Odoo #Software #application #professional #odoo13 #serpentcs
(Source-https://twitter.com/Serpent_CS/status/1242033290451619840)
- #odoo dev tip: if you prepare manually in a method an action window and you pass-through existing context, make sure you remove the `group_by`fromit: https://github.com/OCA/account-financial-tools/commit/36f38adf06e2f35d7970bb528af39012855cb59a(Source-https://twitter.com/PedroMBaeza/status/1240348279948394496)
- #Freight businesses get an evaluation option with a simpler price to try, we slashed the price of our #freight module at 50% - https://apps.odoo.com/apps/modules/13.0/scs_freight/ #LockDownGiveAwayBySerpentCS
- TIL that in #Odoo you can use selection_add and define in which position the key is added. For example: selection = [('a', 'A'), ('b', 'B')] selection_add = [('c', 'C'), ('b',)] > result = [('a', 'A'), ('c', 'C'), ('b', 'B')] https://github.com/odoo/odoo/pull/46325#issuecomment-600672217 (Source-https://twitter.com/Yenthe666/status/1240326432481558529)
- Garbage collecting will get a refactoring in #Odoo V14. Now every cleanup runs in its own transaction, and one failing won't block the whole process anymore. PR: https://github.com/odoo/odoo/pull/47842 (Source-https://twitter.com/mukitgmbh/status/1240196742236254208)
- Tip: a huge performance issue has been found related to confirming pickings in #Odoo 13. If you have a lot of products in your database please update. Speed improvements vary (depending on the size) from x7 to x60. See https://github.com/odoo/odoo/pull/47478 (Source-https://twitter.com/Yenthe666/status/1238099625506156547)
- #Odoo 13 added a SearchPanel widget available on to the <search> views. https://github.com/odoo/odoo/commit/3a5f6bfa9f74a0f038df4f22b97061c436c01281
- Odoo 13 Multiple DatePicker Widget - Free Download: https://lnkd.in/fa7D7Ce This module creates a new widget for picking multiple dates in a field. #odoo13 #cybrosys #odooerp #odoo #odooapps #odoowidget #odoo13apps #odoopartner @OdooQuestions #cybrosysodoo @Odoo (Source-https://twitter.com/Cybrosys/status/1244904108663816192)
Odoo Support by team SerpentCS to help you stay open during COVID-19
SerpentCS have opened an option for many to LEARN from home. Use the opportunity.
Check Out Our App at Odoo App StoreOdoo 13 Enterprise Accounting Overview
Also check out our series of live webinars.
Serpent Consulting Services Pvt. Ltd is Odoo Gold Partner providing various Odooservices in more than 175+ countries. Our services includes OdooTraining, OdooSupport, Odoo Migration,Odoo Customization,Odoo Implementation, Odoo Integration,Odoo Development and offshore. We are a team of 91+ full time OpenERP/ODOO experts and having 12+ years of experience in Odoo/OpenERP. We have conducted 99+ local and international functional and technical training on OpenERP with 97% satisfaction ratio.
Look at the Events and customer Feedback & Success-stories.
Thanks.