Update in command line don't respect dependances !
Bug #271380 reported by
Joël Grand-Guillaume @ camptocamp
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenERP |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
If I try to upgrade a module trought the client I don't get the same result than if I do it from command line --update=MY_MODULE !!
It seems like form the client, dependances are respected, but NOT from the --update= !!!!
This is really dangerous... I got lots of problems with that, cause the needed module are not updated...
For exemple :
-------------------
If hr_holiday depends on hr
Update hr with the client will update also hr_holiday, but not from --update=hr !!!!!!!!!!!!!!!!
Really I don't understand how something like this could hapen ! Dependances are really important, We must correct this as soon as possible !
Related branches
Changed in openerp: | |
status: | Confirmed → Won't Fix |
To post a comment you must log in.
dependencies are correct in the server. It's in the client that this is False and only a few people do upgrade through the client, that's why we did not noticed it. It's fixed in trunk.