
Centralised Hotel Reservation system is an OpenERP Solution from Zesty Beanz for linking different hotels in a country/region so that users can easily identify the availability of hotel services in a selected region and plan their journeys/schedules more effectively. OpenERP will act as the back end in this solution. Normal users will be interacting with this system through a web interface. This blog tries to provide an overview of the features in OpenERP perspective.
In OpenERP 7.0. the form view of each object has been redesigned so that the object the user is working on resembles a real document. So, now when a user is creating an invoice, the document which appears on his screen actually looks like a hard copy invoice, a sales order will be similar to a sales order print out and so on. Likewise changes have been brought into the xml file. Html as well as css have been included for designing the forms . Some of the attributes and tags are mentioned below.
Here I have added some new features in Openerp 7.
In this blog we will go through some steps required in setting up OpenERP for customization under eclipse in Ubuntu.In my previous blog i have gone through setting up OpenERP for windows.
Version Used:
Whats up very cool site!! Guy .. Beautiful .. Amazing . . I will bookmark your web site and take the feeds also? I am glad to find a lot of useful info here in the submit, we want work out extra strategies in this regard, thanks for sharing. . . . . .
This is a lovely post and very helpful; thanks!
But, I'm a little confused. Why would the Eclipse run catch a breakpoint from my LIVE code?
I have the OpenERP source setup under workspace as Eclipse likes for DEVelopment and I have another instance of OpenERP installed in the normal /usr/lib/pymodules/python2.7/openerp LIVE location. I turn off my LIVE instance with "service openerp stop" then run the DEV instance via Eclipse. Everything seems to be working fine until I encounter some code that does not exist in the Eclipse instance and catch a pdb.set_trace() breakpoint I'd set in my LIVE code.
> /usr/lib/pymodules/python2.7/openerp/addons/insurance_report/report/bill_report.py(52)invoice_rows()
-> res['quantity'] = self.formatLang(entry.quantity, digits=self.get_digits(dp='Account'))
(Pdb) l
How did the LIVE code get executed by the Eclipse DEV instance?
DaleEMoore@gMail.Com
Works nicely on CentOS 6 x86_64 with XFCE desktop. Here is the link to Fedora 16/17 installation guide. With little adjustments (mainly for PostgreSQL 9.1 installation) it can be used for CentOS 6 too. CentOS 5 is not worth trying. Hope this will help to someone.
Great, it works. Write something about debuging with Eclipse.
How to use Debug as and Python unit-test.
Hi......................?????? This is a really good post… Must admit that you are amongst the best bloggers I have read… Thanks…..?
XML syntax highlight
Hi Fahad,
I did not find how to add the syntax higlight for XML files.
Can you help me on this?
Thank you again for your great help!
Vincent
Hi vincent,
XML syntax could be highllighted by installing xml editor plugins, which could be installed as follows
Help --> Install new software --> select (eclipse version name) Update Site from the dropdown --> Web, XML, and JAVA EE develpoment -- > Eclipse XML editors and Tools
check the box and give for install.
Regards,
Fahad
I'm trying to connect locally to the database via pgAdmin, but it doesn't work.
What user/pass should I use?
Thanks!
Hi,
Please type the following commands in the command line.
sudo su postgres
psql
Run this query "Alter user <system-user> with password 'admin';"
\q to quit and ctrl+d to exit
now you can login using <system username> as username and password admin.
Regards,
Fahad
HI...................?
Hello Vishnu
it is very nice and very useful post.
Those who knows OpenERP for them this is one of the tricky help (idea) to do more operation or solve some business process solution.
Thanks...
I appreciate spending some time to talk about that, I believe firmly regarding this and so really enjoy understanding more about this kind of subject.Keep up the good work!
Hello, do you know how to
Hello, do you know how to change a module that use the objectect res.partner.address to use res.partner
Hi, When we migrate a
Hi,
When we migrate a module to openerp version 7 ,just replace 'res.partner.address' by 'res.partner'.