You have been requested to review the proposed merge of
lp:~openerp-dev/openobject-server/trunk-bug-822836-nch into
lp:openobject-server.
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-822836-nch/+merge/83582
--
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-822836-nch/+merge/83582
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openobject-server/trunk-bug-822836-nch into
lp:openobject-server.
=== modified file 'openerp/tools/config.py'
--- openerp/tools/config.py 2011-11-22 08:58:48 +0000
+++ openerp/tools/config.py 2011-11-28 11:18:56 +0000
@@ -568,6 +568,7 @@
p.set('options', opt, self.options[opt])
for sec in sorted(self.misc.keys()):
+ p.add_section(sec)
for opt in sorted(self.misc[sec].keys()):
p.set(sec,opt,self.misc[sec][opt])
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp