View unanswered posts | View active topics
|
Page 1 of 1
|
[ 2 posts ] |
|
| Author |
Message |
|
malek_IET
|
Post subject: customise view Posted: Mon Mar 08, 2010 5:36 pm |
|
Joined: Sat Feb 06, 2010 6:22 pm Posts: 15
|
|
hi experts,
I have a very simple question but I can't find a simple answer.
What is the difference between this 2 methods to increase openerp functionnalties
1 using the user interface wizard
2 by programming directly in python (.py and .xml)
I guess it is a problem of performance but any help is welcom.
Thanks.
|
|
| Top |
|
 |
|
Kontaxis Panagiotis
|
Post subject: Posted: Tue Mar 09, 2010 9:31 pm |
|
Joined: Tue Mar 17, 2009 8:07 pm Posts: 47 Location: Greece
|
|
Way 2 allows you easier transfer your customizations to a new installation of openERP. Customizations are also more maintainable using this way, so I recommend it.
When you install the module you created, customizations (models, views) are mapped to relations in your database, so you can edit them through the user interface. But your changes are not mapped to code, so they will be lost when you create a new database.
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 2 posts ] |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum
|