Skip to Content
Menu
This question has been flagged
2 Replies
4508 Views

Hey guys

I want to install sale_margin module made by me when the  "Display margins on sales orders" is check(settings->configuration-->sales) is checked

Instead of install the default sale_margin module I want to install my modle

How can I do that?

thx

Avatar
Discard
Author Best Answer

Thanks for the answer zbik but I sove my problem. :)

1-I create a new module like my_sale_margin

2-I copy the res_config.py and res_config_view.xml of the sale module  into my_module_sale

3-Change the name of the module name into the res_config.py and es_config_view.xml to my_sale_margin

 

Its working, so if anyone see this pls accept the answer and vote positive

 

 

 

Avatar
Discard
Best Answer

You install your module not by "Display margins on sales orders" but by:

  1. Go to - Settings/Update Module List and ... update
  2. Select menu - Settings/Local modules
  3. Switch to view "List view"
  4. Remove "Apps" from head search
  5. Serach your module
  6. Click on "Install"

or you define custom settings, see description class res_config_settings().
This link can also be helpful: http://ludwiktrammer.github.io/odoo/custom-settings-odoo.html

 

 

Avatar
Discard
Author

YEs but my question is about how to install a module using the option "Display margins on sales orders" (Settings->configuration-->sales). I want to display a margin made by me only if the client want because there are clients who don't want that option

Related Posts Replies Views Activity
0
Mar 15
4797
3
Jul 25
511
3
Jun 25
3729
5
May 25
4438
1
May 25
879