openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #06004
[Merge] lp:~agilebg/hotel-management-system/7.0-bug-1308639-hurrinico into lp:hotel-management-system/7.0
Nicola Malcontenti - Agile BG has proposed merging lp:~agilebg/hotel-management-system/7.0-bug-1308639-hurrinico into lp:hotel-management-system/7.0.
Requested reviews:
Hotel Editors (hotel-core-editors)
Related bugs:
Bug #1308639 in Hotel Management System: "mx's import problem"
https://bugs.launchpad.net/hotel-management-system/+bug/1308639
For more details, see:
https://code.launchpad.net/~agilebg/hotel-management-system/7.0-bug-1308639-hurrinico/+merge/216308
Hi All,
In order to this: https://bugs.launchpad.net/hotel-management-system/+bug/1308639
i've remove all the "import mx from DateTime" and "import wizard".
Now the module install and run accurately.
Best Regards.
--
https://code.launchpad.net/~agilebg/hotel-management-system/7.0-bug-1308639-hurrinico/+merge/216308
Your team Hotel Editors is requested to review the proposed merge of lp:~agilebg/hotel-management-system/7.0-bug-1308639-hurrinico into lp:hotel-management-system/7.0.
=== modified file 'hotel/hotel.py'
--- hotel/hotel.py 2012-05-25 11:25:10 +0000
+++ hotel/hotel.py 2014-04-17 12:57:20 +0000
@@ -22,7 +22,6 @@
import time
import netsvc
#import ir
-from mx import DateTime
import datetime
from tools import config
=== modified file 'hotel_housekeeping/wizard/housekeeping_wizard.py'
--- hotel_housekeeping/wizard/housekeeping_wizard.py 2012-05-23 07:17:58 +0000
+++ hotel_housekeeping/wizard/housekeeping_wizard.py 2014-04-17 12:57:20 +0000
@@ -21,7 +21,6 @@
#
##############################################################################
-import wizard
from osv import osv, fields
class hotel_housekeeping_wizard(osv.osv_memory):
=== modified file 'hotel_reservation/hotel_reservation.py'
--- hotel_reservation/hotel_reservation.py 2012-05-25 11:25:10 +0000
+++ hotel_reservation/hotel_reservation.py 2014-04-17 12:57:20 +0000
@@ -22,7 +22,6 @@
from osv import fields
from osv import osv
import time
-from mx import DateTime
import datetime
import pooler
from tools import config
=== modified file 'hotel_reservation/wizard/hotel_reservation_wizard.py'
--- hotel_reservation/wizard/hotel_reservation_wizard.py 2012-05-23 07:17:58 +0000
+++ hotel_reservation/wizard/hotel_reservation_wizard.py 2014-04-17 12:57:20 +0000
@@ -21,11 +21,9 @@
from osv import fields
from osv import osv
import time
-from mx import DateTime
import datetime
import pooler
from tools import config
-import wizard
import netsvc
class hotel_reservation_wizard(osv.osv_memory):
=== modified file 'hotel_restaurant/hotel_restaurant.py'
--- hotel_restaurant/hotel_restaurant.py 2012-05-25 11:25:10 +0000
+++ hotel_restaurant/hotel_restaurant.py 2014-04-17 12:57:20 +0000
@@ -22,7 +22,6 @@
from osv import fields
from osv import osv
import time
-from mx import DateTime
import netsvc
import datetime
import pooler
=== modified file 'hotel_restaurant/wizard/hotel_restaurant_wizard.py'
--- hotel_restaurant/wizard/hotel_restaurant_wizard.py 2012-05-23 07:17:58 +0000
+++ hotel_restaurant/wizard/hotel_restaurant_wizard.py 2014-04-17 12:57:20 +0000
@@ -22,11 +22,9 @@
from osv import fields
from osv import osv
import time
-from mx import DateTime
import datetime
import pooler
from tools import config
-import wizard
import netsvc
import pooler
Follow ups