Which is the best way to study the odoo development and customization ( structure and flow ) - odoo-8

I am a starter in odoo development and customization. Nothing is easy to study fast. some dedications and patience should be needed. Can anybody suggest a best way to study the odoo development and customization? I mean, can anybody suggest a good way of understand the odoo complete structure and how it can be customized? It will be thankful if anybody can suggest a good URL's or tutorial suggestions to get into this odoo development. Thanks in advance.

The first step starts with the installation of the odoo. You will find here step by step sequence to install the odoo https://www.techreceptives.com/blog/business-4/post/step-by-step-guide-to-install-odoo-v10-on-ubuntu-16-04-lts-138
Now if it's up to you, that what you want to customize in odoo. i.e
You want to create the odoo Website, New Module, want to work with API and web services and much more. Here at this below link, you will find the help for the any of you interested area.
https://www.odoo.com/documentation/10.0/
I found this link http://odootechnical.com/odoo-module-structure/ best sources to understand the structure of the odoo Module
Still if you are in confusion or not getting what to do, just comment here I will try my best to help you.

Related

Can't find any designing options in System->Configuration->General->Design

i have just installed magento c,e 2.1 and trying to make changes in the design but when i got to System->Configuration->General->Design the only thing that shows is Search Engine Robot and a drop down for default robots. Can anyone help me with this?
problem solved! I found the change theme and rest designing options in Content->Configuration->Design :)

Autocomplete + suggest search bar for nodejs express framework, using a mongodb database

I'm looking for an example to go off on how to setup a search bar for a project I'm working on.
I've got a mongodb database and am using nodejs with the express framework.
I'd like to have autocomplete and suggest functionality for the search bar.
I've had a look at typeahead.js but am overwhelmed by how to implement it. If anyone knows of a place to find a working version (that I can upload to my dev environment and take apart) or has the time to run be through it step by step, I'd be very grateful.
Alternatively if there is a much easier to achieve what I want to do, let me know.
Thanks in advance.
My recent research has shown a blog post that might be of help.
http://physalix.com/jquery-autocomplete-search-with-node-js-and-mongoose/
edit:
Sorry for the brevity, unfortunately I am of novice level with node.js so I don't want to submit code directly on here as I cannot confirm it has been tested and will work.
The link above does look like it will work and has been vetted on the original article post as functional. As a general example I believe this will definitely lead you in the right direction to a functioning search bar with the functionality you require.
Note this doesn't implement typeahead.js but works in a similar fashion.

suggestions for tools and techniques to work efficiently with Magento for a beginner

Magento: locating associated files and classes by just viewing the template file(.phtml) in magento is right now a nightmare to me .
Since, i am a new programmer to any framework and my first framework is Magento,
1 . Can any one please suggest me techniques, tools or tutorials to easily track files and classes associated to a template file in Magento?
while suggesting please suggest something of great help to a complete beginner .. plzz.
2 and also suggest me with the right way to learn Magento framework .(i am finding it really very confusing)
Thanks in advance :)
You can learn many good techinques from magento Forum.
http://www.magentocommerce.com/boards
For extension development this book is awesome
http://info.magento.com/rs/magentocommerce/images/Magento-Extension-Developers-Guide-v1.0.pdf

How to add new field in checkout that is displayed in order view in backend

I am totally new to Magento. Still learning, so I am confused about where to start off when I have to do something new.
I have to add just another input field in the checkout that gets saved in the order and displayed in the back-end.
So can someone give me directions? It can probably be implemented in an existing extension, but I don’t really have a clue. Any help and explanation will be greatly appreciated.
It would seem a popular solution is to utilize the order "agreements" for comments.
My answer here has lots of tips
And this blog specifically talks about installing a free extension and his explanation of the process is simple and thorough.

How To Create A Report in Magento

I am trying to create a report in Magento. I followed the tutorial from Alan Storm on getting things started in the admin panel http://alanstorm.com/magento_admin_controllers and I now have a grasp of how to get the controllers working in the admin panel.
I would like to take this to the next step and create reports. The reports that I am creating I think I just want them to work like the grid widgets that are used throughout the entire Magento admin panel.
However, I am hard pressed to find a good tutorial on how to create these. If someone could explain how these work or point me towards a tutorial that worked for them, I would be very grateful.
* UPDATE *
An SQL based approach, to consider:
https://github.com/kalenjordan/custom-reports
Personally I've tried implementing Reports the "Magento" way and found its much easier and simpler to just use the Grid instead. However here are some of the bookmarks I have in regards to building out reports.
http://codegento.com/2011/03/creating-custom-magento-reports/
Hope these help, I have to admit the way the way you build reports in Magento is very screwy, at least to me the approach seems very backwards.

Resources