Archive
Seminar: OpenERP 7 Module Development Overview, 2013, CIIT Islamabad, Pakistan
Seminar |
|
OpenERP 7 Module Development Overview |
|
Date & Timing: Thursday, 27 June 2013, 10AMDuration: 2 hour & 30 minutes
Registration: Free |
Venue:Lab, Computer Science Dept, CIIT-Islamabad |
ASERG Computer Science Department of CIIT-Islamabad offers OpenERP v7 seminar. Interested current students of computer science of (7th & 8th) Semester can register by sending an email at cdacdea@gmail.com with subject [Seminar Registration]. This seminar will cover a basic functional overview and detail technical areas of OpenERP including following contents; |
|
Contents
|
![]() |
SpeakerMohsin Yaseen Domain Expert: ASERG-CS-CIIT-Islamabad |
“ERROR SOLUTION;SERVER CRASHED DURING DATABASE CREATION IN OpenERP”
If anyone found error during database creation in OpenERP like;
“Server crashed during database creation
We suggest you to drop this database”
Then you must have to select any language from the default language box and don’t
let it empty; your error will be removed in this way.
The same error I faced few days before, I tried too hard to remove it but nothing worked, and finally I tried the same method and my error solved. You should try this technique and I hope it will satisfy you.
Thanks !
OpenERP Training in Pakistan from NUST, Islamabad (Non OpenERP Partner)
Dear Viewers,
NUST offering OpenERP training. NUST is one of the ‘TOP 100 UNIVERSITIES IN ASIA’ and one of the best educational industry in Pakistan. NUST have 16-18 schools of different areas in Pakistan including capital cities.
This workshop has been designed for both IT Professionals and people from Management background who would like to explore how HRM can be effectively managed through an open source ERP solution. The workshop is also beneficial for IT and Management students to know about state of the art in ERP solutions deployment and its related challenges.
Please Follow the details from given advertisement.
Registration: http://www.seecs.nust.edu.pk/openerp
Contact With:
SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE
A center of excellence for quality education and research
Sector H-12 Islamabad Tel: 051 9085 2400 Fax: 051 8317363 info@seecs.nust.edu.pk www.seecs.nust.edu.pk www.nust.edu.pk
Ubuntu Firewall (ufw) Default Input Traffic
Open the file /etc/default/ufw using below command
sudo gedit /etc/default/ufw
Set the DEFAULT_INPUT_POLICY value “ACCEPT” from “DROP”. Like Below
DEFAULT_INPUT_POLICY=”ACCEPT”
Possible valuse of DEFAULT_INPUT_POLICY are “DROP”, “REJECT”, “ACCEPT_NO_TRACK”
and then restart the firewall using following command
sudo ufw disable && sudo ufw enable
Start OpenERP-server and OpenERP-web Services at Ubuntu Boot Automatically
Dear Friends!
After installing OenERP-server, OpenERP-web and OpenERP-client successfully in ubuntu, we need to start OpenERP-server each time manually when we start Ubuntu. Below is the steps how we can add OpenERP-server and OpenERP-web services in init.d.
1. Download these 2 files in openerp-server and openerp-web in /tmp/
2. Open your favorite terminal and run the following commands
sudo cp /tmp/opener-server /etc/init.d/ sudo cp /tmp/opener-web /etc/init.d/
3. Now run the following commands
sudo update-rc.d openerp-server defaults sudo update-rc.d openerp-web defaults
4. Now runt the following commands
sudo chmod 0755 /etc/init.d/openerp-server sudo chmod 0755 /etc/init.d/openerp-web
5. Now start the services by running the following command
sudo /etc/init.d/openerp-server start sudo /etc/init.d/openerp-web start
Note: Now we can use start|stop|restart parameter with above commands if we force manually to start|stop|restart the openerp-server and openerp-web. Remember now each time Ubuntu start the openerp-server and openerp-web will start automatically.
OpenERP: Couldn’t find package setup install
Hello Friends!
If any one find the error ‘Couldn’t find package setup install’ during installation of openerp in ubuntu 10,
Then just install the python-setuptools from synaptic manager or using this command from terminal sudo apt-get install python-setuptools
Note: Following the steps mentioned in official OpenERP website.
http:// doc.openerp.com/v6.0/install/linux/server/index.html
Thanks
Recent Comments