<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="mn">
		<id>https://wiki.dusal.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Deegdalantai</id>
		<title>Дусал нэвтэрхий толь - Хэрэглэгчийн оруулсан хувь нэмэр [mn]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.dusal.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Deegdalantai"/>
		<link rel="alternate" type="text/html" href="https://wiki.dusal.net/%D0%A2%D1%83%D1%81%D0%B3%D0%B0%D0%B9:Contributions/Deegdalantai"/>
		<updated>2026-05-04T13:19:05Z</updated>
		<subtitle>Хэрэглэгчийн оруулсан хувь нэмэр</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.dusal.net/index.php?title=Odoo_%D0%B4%D1%8D%D1%8D%D1%80%D1%85_not_found_404_%D0%B0%D0%BB%D0%B4%D0%B0%D0%B0&amp;diff=299</id>
		<title>Odoo дээрх not found 404 алдаа</title>
		<link rel="alternate" type="text/html" href="https://wiki.dusal.net/index.php?title=Odoo_%D0%B4%D1%8D%D1%8D%D1%80%D1%85_not_found_404_%D0%B0%D0%BB%D0%B4%D0%B0%D0%B0&amp;diff=299"/>
				<updated>2017-07-15T15:36:24Z</updated>
		
		<summary type="html">&lt;p&gt;Deegdalantai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Оdoo/OpenERP дээр Дараах тохиолдолд  NOT FOUND 404 алдаа заана.&lt;br /&gt;
Үүнд:&lt;br /&gt;
Хоёр цонх дээр зэрэг ажилласанаас;&lt;br /&gt;
Интернэтийн холболт тасарсанаас;&lt;br /&gt;
ОДОО өөрөө эвдэрсэнээс;&lt;br /&gt;
[[Ангилал:Odoo]]&lt;/div&gt;</summary>
		<author><name>Deegdalantai</name></author>	</entry>

	<entry>
		<id>https://wiki.dusal.net/index.php?title=Odoo_%D0%B4%D1%8D%D1%8D%D1%80%D1%85_not_found_404_%D0%B0%D0%BB%D0%B4%D0%B0%D0%B0&amp;diff=298</id>
		<title>Odoo дээрх not found 404 алдаа</title>
		<link rel="alternate" type="text/html" href="https://wiki.dusal.net/index.php?title=Odoo_%D0%B4%D1%8D%D1%8D%D1%80%D1%85_not_found_404_%D0%B0%D0%BB%D0%B4%D0%B0%D0%B0&amp;diff=298"/>
				<updated>2017-07-15T15:34:37Z</updated>
		
		<summary type="html">&lt;p&gt;Deegdalantai: Шинэ хуудас: Оdoo/OpenERP дээр Дараах тохиолдолд  NOT FOUND 404 алдаа заана. Үүнд: Хоёр цонх зэрэг ажилласан. Интернэтий…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Оdoo/OpenERP дээр Дараах тохиолдолд  NOT FOUND 404 алдаа заана.&lt;br /&gt;
Үүнд:&lt;br /&gt;
Хоёр цонх зэрэг ажилласан.&lt;br /&gt;
Интернэтийн холболт тасарсан.&lt;br /&gt;
ОДОО өөрөө эвдэрсэн.&lt;br /&gt;
[[Ангилал:Odoo]]&lt;/div&gt;</summary>
		<author><name>Deegdalantai</name></author>	</entry>

	<entry>
		<id>https://wiki.dusal.net/index.php?title=Odoo_ERP_Windows_%D0%B4%D1%8D%D1%8D%D1%80_%D1%81%D0%BE%D0%BE%D1%80%D1%81%D0%BE%D0%BE%D1%81_%D1%81%D1%83%D1%83%D0%BB%D0%B3%D0%B0%D1%85&amp;diff=297</id>
		<title>Odoo ERP Windows дээр соорсоос суулгах</title>
		<link rel="alternate" type="text/html" href="https://wiki.dusal.net/index.php?title=Odoo_ERP_Windows_%D0%B4%D1%8D%D1%8D%D1%80_%D1%81%D0%BE%D0%BE%D1%80%D1%81%D0%BE%D0%BE%D1%81_%D1%81%D1%83%D1%83%D0%BB%D0%B3%D0%B0%D1%85&amp;diff=297"/>
				<updated>2017-07-15T15:24:58Z</updated>
		
		<summary type="html">&lt;p&gt;Deegdalantai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Туршиж үзээгүй)&lt;br /&gt;
How to run odoo(openerp8) in IDE from source on windows&lt;br /&gt;
&lt;br /&gt;
1. install python 2.7 (per openerp8's official doc, python 27 is required.)&lt;br /&gt;
2. download get-pip.py from https://bootstrap.pypa.io/get-pip.py,&lt;br /&gt;
execute the command: python get-pip.py&lt;br /&gt;
3. get source of openerp8 from https://github.com/odoo/odoo.git&lt;br /&gt;
4. execute the command: pip install -r D:\source_code\odoo\openerp8/requirements.txt . (requirements.txt contains all dependencies. )&lt;br /&gt;
&lt;br /&gt;
    The pip will install the python module automatically. However, the real world always bring us the issues because our C++ compile environment is not setup correctly. &lt;br /&gt;
    we will get the link error when pip try to install psycopg2 (driver to access postgresql db.). Go to http://www.stickpeople.com/projects/python/win-psycopg/ and choose the compiled binary file directly.&lt;br /&gt;
    For Python-ldap, go to http://www.lfd.uci.edu/~gohlke/pythonlibs/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Finally, go to http://sourceforge.net/projects/pywin32/files/pywin32 and choose correct version for python-win32service.&lt;br /&gt;
&lt;br /&gt;
6. If you are family with eclipse a lot, I will recommend to use PyDev IDE to work with.&lt;br /&gt;
7. Create new project in PyDev and link the source folder to D:\source_code\odoo\openerp8&lt;br /&gt;
8. modify conf file of debian\openerp-server.conf as :&lt;br /&gt;
       [options]&lt;br /&gt;
       ; This is the password that allows database operations:&lt;br /&gt;
       ; admin_passwd = admin&lt;br /&gt;
       db_host = 127.0.0.1&lt;br /&gt;
       db_port = 5432&lt;br /&gt;
       db_user = openerp&lt;br /&gt;
       db_password = openerp&lt;br /&gt;
       addons_path = D:\source_code\odoo\openerp8\addons&lt;br /&gt;
9. go to PyDev and run openerp-server.py with &amp;quot;-c debian\openerp-server.conf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Ангилал:Зааварчилгаа]]&lt;br /&gt;
[[Ангилал:Odoo]]&lt;br /&gt;
[[Ангилал:Linux]]&lt;/div&gt;</summary>
		<author><name>Deegdalantai</name></author>	</entry>

	<entry>
		<id>https://wiki.dusal.net/index.php?title=Odoo_ERP_Windows_%D0%B4%D1%8D%D1%8D%D1%80_%D1%81%D0%BE%D0%BE%D1%80%D1%81%D0%BE%D0%BE%D1%81_%D1%81%D1%83%D1%83%D0%BB%D0%B3%D0%B0%D1%85&amp;diff=296</id>
		<title>Odoo ERP Windows дээр соорсоос суулгах</title>
		<link rel="alternate" type="text/html" href="https://wiki.dusal.net/index.php?title=Odoo_ERP_Windows_%D0%B4%D1%8D%D1%8D%D1%80_%D1%81%D0%BE%D0%BE%D1%80%D1%81%D0%BE%D0%BE%D1%81_%D1%81%D1%83%D1%83%D0%BB%D0%B3%D0%B0%D1%85&amp;diff=296"/>
				<updated>2017-07-15T15:24:04Z</updated>
		
		<summary type="html">&lt;p&gt;Deegdalantai: Deegdalantai (Яриа) хэрэглэгчийн 295-р засварыг буцаах&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Туршиж үзээгүй)&lt;br /&gt;
How to run odoo(openerp8) in IDE from source on windows&lt;br /&gt;
&lt;br /&gt;
1. install python 2.7 (per openerp8's official doc, python 27 is required.)&lt;br /&gt;
2. download get-pip.py from https://bootstrap.pypa.io/get-pip.py,&lt;br /&gt;
execute the command: python get-pip.py&lt;br /&gt;
3. get source of openerp8 from https://github.com/odoo/odoo.git&lt;br /&gt;
4. execute the command: pip install -r D:\source_code\odoo\openerp8/requirements.txt . (requirements.txt contains all dependencies. )&lt;br /&gt;
&lt;br /&gt;
    The pip will install the python module automatically. However, the real world always bring us the issues because our C++ compile environment is not setup correctly. &lt;br /&gt;
    we will get the link error when pip try to install psycopg2 (driver to access postgresql db.). Go to http://www.stickpeople.com/projects/python/win-psycopg/ and choose the compiled binary file directly.&lt;br /&gt;
    For Python-ldap, go to http://www.lfd.uci.edu/~gohlke/pythonlibs/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Finally, go to http://sourceforge.net/projects/pywin32/files/pywin32 and choose correct version for python-win32service.&lt;br /&gt;
&lt;br /&gt;
6. If you are family with eclipse a lot, I will recommend to use PyDev IDE to work with.&lt;br /&gt;
7. Create new project in PyDev and link the source folder to D:\source_code\odoo\openerp8&lt;br /&gt;
8. modify conf file of debian\openerp-server.conf as :&lt;br /&gt;
       [options]&lt;br /&gt;
       ; This is the password that allows database operations:&lt;br /&gt;
       ; admin_passwd = admin&lt;br /&gt;
       db_host = 127.0.0.1&lt;br /&gt;
       db_port = 5432&lt;br /&gt;
       db_user = openerp&lt;br /&gt;
       db_password = openerp&lt;br /&gt;
       addons_path = D:\source_code\odoo\openerp8\addons&lt;br /&gt;
9. go to PyDev and run openerp-server.py with &amp;quot;-c debian\openerp-server.conf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Ангилал:Зааварчилгаа]]&lt;/div&gt;</summary>
		<author><name>Deegdalantai</name></author>	</entry>

	<entry>
		<id>https://wiki.dusal.net/index.php?title=Odoo_ERP_Windows_%D0%B4%D1%8D%D1%8D%D1%80_%D1%81%D0%BE%D0%BE%D1%80%D1%81%D0%BE%D0%BE%D1%81_%D1%81%D1%83%D1%83%D0%BB%D0%B3%D0%B0%D1%85&amp;diff=295</id>
		<title>Odoo ERP Windows дээр соорсоос суулгах</title>
		<link rel="alternate" type="text/html" href="https://wiki.dusal.net/index.php?title=Odoo_ERP_Windows_%D0%B4%D1%8D%D1%8D%D1%80_%D1%81%D0%BE%D0%BE%D1%80%D1%81%D0%BE%D0%BE%D1%81_%D1%81%D1%83%D1%83%D0%BB%D0%B3%D0%B0%D1%85&amp;diff=295"/>
				<updated>2017-07-15T15:22:50Z</updated>
		
		<summary type="html">&lt;p&gt;Deegdalantai: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(Туршиж үзээгүй)&lt;br /&gt;
How to run odoo(openerp8) in IDE from source on windows&lt;br /&gt;
&lt;br /&gt;
1. install python 2.7 (per openerp8's official doc, python 27 is required.)&lt;br /&gt;
2. download get-pip.py from https://bootstrap.pypa.io/get-pip.py,&lt;br /&gt;
execute the command: python get-pip.py&lt;br /&gt;
3. get source of openerp8 from https://github.com/odoo/odoo.git&lt;br /&gt;
4. execute the command: pip install -r D:\source_code\odoo\openerp8/requirements.txt . (requirements.txt contains all dependencies. )&lt;br /&gt;
&lt;br /&gt;
    The pip will install the python module automatically. However, the real world always bring us the issues because our C++ compile environment is not setup correctly. &lt;br /&gt;
    we will get the link error when pip try to install psycopg2 (driver to access postgresql db.). Go to http://www.stickpeople.com/projects/python/win-psycopg/ and choose the compiled binary file directly.&lt;br /&gt;
    For Python-ldap, go to http://www.lfd.uci.edu/~gohlke/pythonlibs/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Finally, go to http://sourceforge.net/projects/pywin32/files/pywin32 and choose correct version for python-win32service.&lt;br /&gt;
&lt;br /&gt;
6. If you are family with eclipse a lot, I will recommend to use PyDev IDE to work with.&lt;br /&gt;
7. Create new project in PyDev and link the source folder to D:\source_code\odoo\openerp8&lt;br /&gt;
8. modify conf file of debian\openerp-server.conf as :&lt;br /&gt;
       [options]&lt;br /&gt;
       ; This is the password that allows database operations:&lt;br /&gt;
       ; admin_passwd = admin&lt;br /&gt;
       db_host = 127.0.0.1&lt;br /&gt;
       db_port = 5432&lt;br /&gt;
       db_user = openerp&lt;br /&gt;
       db_password = openerp&lt;br /&gt;
       addons_path = D:\source_code\odoo\openerp8\addons&lt;br /&gt;
9. go to PyDev and run openerp-server.py with &amp;quot;-c debian\openerp-server.conf&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Ангилал:Зааварчилгаа]]&lt;br /&gt;
[[Ангилал:Odoo/OpenERP]]&lt;/div&gt;</summary>
		<author><name>Deegdalantai</name></author>	</entry>

	</feed>