Created
May 5, 2020 07:13
-
-
Save darshitvvora/92f7214a8813abb4a61873fa1e29846c to your computer and use it in GitHub Desktop.
Odoo Installation on Ubuntu Server and customization tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To install Odoo on Ubuntu Server 14.04 refer this Link -: | |
| http://openies.com/install-openerp-odoo-9-on-ubuntu-server-14-04-lts/ | |
| refer link -: http://www.odoo.yenthevg.com/configure-outgoing-mailservers/ | |
| ## Creating custom filter | |
| Activate the Developer Mode | |
| Go to the view you want to add the filter to | |
| From the debug dropdown menu, select edit search view 4)then add filter in filter_domain="['|','|','|','|',('partner_id','ilike',self),('partner_name','ilike',self),('email_from','ilike',self),('name', 'ilike', self),('phone', 'ilike', self)]" code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment