Commit Graph

2 Commits

Author SHA1 Message Date
Vo Minh Thu 7766fcca62 [REF] renamed openerp-server.py to openerp-server.
bzr revid: vmt@openerp.com-20110324095012-a5joofz60zrhbit5
2011-03-24 10:50:12 +01:00
Vo Minh Thu 175dc96747 [IMP] setup.py: cleaning
- Removed unnecessary custom code to search/list files and addons.
- Handling of some environment variable and files created specifically by debian/rule.
- This case should be handled by simply copying the addons in the server (as is done)
  for packaging if needed. A setup.py file will probably be created for addons in the
  future.
- The console option has been reintroduced (it is needed for py2exe) but taking care
  of adding it only on os=nt.
- The dependency on pychart as been commented out as we already include its code.
- Building (with py2exe) on windows has yet to be tested.

bzr revid: vmt@openerp.com-20110304160911-4redpkh8mbn19rid
2011-03-04 17:09:11 +01:00