Search 1.9 billion lines of Odoo code on GitHub

sbc_sync_gp

Author: Compassion CH
License: no license
Branch: master
Repository: Secheron/compassion-switzerland
Dependencies: base, base_location, mysql_connector, and sbc_compassion
Languages: Python (173, 60.5%), XML (82, 28.7%), and reStructuredText (31, 10.8%)

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="sync-spoken-languages-with-gp"></a> <h2>Sync spoken languages with GP</h2> <p>This module import all GP spoken languages from countries and partners in odoo 8.0. Spoken languages are iso 639-3</p> <p>Partners spoken languages: Select all spoken_langs with Partner CODEGA in GP (table langueparlee) and import in odoo where partner_id is found</p> <p>Countries spoken languages: Select all spoken_langs with Country ISO3166 in GP (table langueparlee) and import in odoo where country_id is found</p> <p>All ids not found in odoo are displayed on a text field and stored in DB</p> <a name="configuration"></a> <h2>Configuration</h2> <p>To configure this module, you need to add settings in .conf file of Odoo:</p> <ul class="simple"> <li>mysql_host = &lt;mysql host of gp&gt;</li> <li>mysql_db = &lt;mysql database of gp&gt;</li> <li>mysql_user = &lt;mysql user of gp&gt;</li> <li>mysql_pw = &lt;mysql password of gp&gt;</li> <li>smb_user = &lt;samba user for pushing child pictures on the NAS&gt;</li> <li>smb_pwd = &lt;samba password&gt;</li> <li>smb_ip = &lt;IP Address of the NAS&gt;</li> <li>smb_port = &lt;Samba Port&gt;</li> <li>gp_pictures = &lt;Path to the folder of child pictures on the NAS&gt;</li> </ul> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Emanuel Cino &lt;<a class="reference external" href="mailto:ecino&#64;compassion.ch">ecino&#64;compassion.ch</a>&gt;</li> <li>Emmanuel Mathier &lt;<a class="reference external" href="mailto:emmanuel.mathier&#64;gmail.com">emmanuel.mathier&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <p>This module is maintained by <cite>Compassion Switzerland &lt;https://www.compassion.ch&gt;</cite>.</p>