This question has been flagged
10 Replies
3294 Views

odoo 13

Hello, greetings to all, thanks for taking the time to help me.

What is the best practice? 
There are modules that help me for the implementation my client needs but I have to hide and create many fields.
1) Is this advisable?
2) what would happen when updates are given in the module? ,
3) Is it better to start a new module?
4) Is it possible to copy the existing modules to have them as a basis?
4a) is it recommended?

Thank you

Avatar
Discard

Please use a meaningful title.

Best Answer

Hello,

1) Is this advisable? 

Yes, it is. Odoo is flexible and you can customize Odoo according to the client requirements.


2)What would happen when updates are given in the module?

As I told, Odoo is flexible and the customization through the coding is required a custom module even if we can do it in the base also.

3) Is it better to start a new module? 

Yes, it is far better to create a new module if you have any kind of customizations.

4) Is it possible to copy the existing modules to have them as a basis? 

Instead of copying, I recommend to create and add a dependency to the newly customized module.

​​4a) is it recommended? 

Nope! It is not recommended.​​

Avatar
Discard
Author

Thanks Muhammad Faizal

Best Answer

As far as I know, the Odoo follow the modularity and that is the reason behind become very very strong into the current market 

My personal advice on this to understand the client's need in a very profound way then try to cover all the requirements with existing Odoo flow. Explain to them why what the currently has in a real case.

So that you should think about the real client business flow and cover all the scenarios with default flow of odoo and add very very fewer fields and its field structure details into your new module.

As per my perspective 

1) Is this advisable?
- As per the client's need and requirement of existing client business flow.

2) what would happen when updates are given in the module? ,
- If the client gives you a new update or want some more additional functionality then you should create a new custom module based on the new business flow and add the dependency with base modules of Odoo.

3) Is it better to start a new module?
New business flow has more and more complex needs a custom module to solve the current problem of the client. The new module helps you to arrange the proper structure and maintain a very long time. 

4) Is it possible to copy the existing modules to have them as a basis?
-Not good practice to copy the existing module but better to add the dependency of all other existing modules as per the client business flow

4a) is it recommended?
- Not recommended for the same

Avatar
Discard
Author

Regards

Best Answer

I always use the Studio App to make changes. Then the changes is automatic protected during upgrade. 

But - if you do many changes you will have to test them all before go in production with upgraded system. 

But I would definitely recommend the Studio. 

Avatar
Discard
Author

Regards

Best Answer

Hi Johnny:

As long as you follow the guidelines recommended by Odoo for extension and customization, there are usually no major issues during updates within a release, for example, daily releases within Rel 12.

When you upgrade from one release to another, for example from Rel 12 to 13, you should do exhaustive testing of all your customizations since there are many design changes that get implemented in the core product.

In both cases, regression testing is highly recommended to avoid unwanted surprises. Having said that, I have found the layered design strategy adopted by Odoo to be highly flexible and stable compared to other enterprise level products I have worked with over the last 2 decades.

Hope this helps.

Avatar
Discard
Author

Thanks Paresh Wagh, where can I read about guidelines, do you now?

Regards

Hi Johnny: The following link to the Odoo guidelines provides a good starting point.

https://www.odoo.com/documentation/13.0/reference/guidelines.html