-
Notifications
You must be signed in to change notification settings - Fork 45
Customization
Several components of the TKL-Odoo Server can be customized.
Samba File Sharing Services can be added. Easiest to find the Parts removed by going to Branch dev-wip1 - SHA 8f5330f82f579e759c6f1686c961ff2a3753c9e3 then going through the few chanes in revers
WebConsole: In our Git History, this is primarily an Apache Port Configuration and a simple file. Functionally a "short cut" system that allows quick movement between the various parts available in the server. To implement this, log into Shell or Command Line and type/paste the following:
a2ensite odoo-12325.conf
This will give both Ports HTTP://(domain):12325 and HTTPS://(domain):12324 Web Consoles on your working Odoo System.
Part of the WebConsole is also a "base Apache" Web Server which, in addition to quick tabs, has the prototype of a documentation system. This can be used as needed for your operations. (Will check where it is now, and bring the files back available). Ideally this would be a simple script to add.
Additional Odoo Modules, particularly OCA (Odoo Community Association) Modules can be easily added using Git Clone commands.