Skip to content

Instantly share code, notes, and snippets.

@darshitvvora
Created May 5, 2020 07:13
Show Gist options
  • Select an option

  • Save darshitvvora/92f7214a8813abb4a61873fa1e29846c to your computer and use it in GitHub Desktop.

Select an option

Save darshitvvora/92f7214a8813abb4a61873fa1e29846c to your computer and use it in GitHub Desktop.
Odoo Installation on Ubuntu Server and customization tips
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