Commit Graph

140 Commits

Author SHA1 Message Date
Xavier Morel 4b99639e32 [ADD] documenting the documentation, a bunch of JsDoc
bzr revid: xmo@openerp.com-20110330152736-iqcb533xgvzbnuq6
2011-03-30 17:27:36 +02:00
Antony Lesuisse 2283e03546 reorganize directories
bzr revid: al@openerp.com-20110330135619-9lcvg2mijzxud8gr
2011-03-30 15:56:19 +02:00
Xavier Morel f15f180777 [ADD] some documentation on the search view
bzr revid: xmo@openerp.com-20110328194809-yw0oyo6db5iyy1tk
2011-03-28 21:48:09 +02:00
Xavier Morel ec7510b839 [FIX] documentation handling issues
bzr revid: xmo@openerp.com-20110328091809-kju0n2rw232z1pxf
2011-03-28 11:18:09 +02:00
Xavier Morel 91d620c328 [IMP] Sphinx will automatically cross-reference return types it understands, for direct class references no need to manually cross-ref
bzr revid: xmo@openerp.com-20110327135900-wqk5ow1m4zavnwvg
2011-03-27 15:59:00 +02:00
Xavier Morel bdddf2269d [ADD] document documentation (esp. JS APIDoc via JsDoc, which is actually a fairly complex endeavour)
bzr revid: xmo@openerp.com-20110327120515-wdcxc19j4exuu2zu
2011-03-27 14:05:15 +02:00
Xavier Morel 0a7efc04dc [IMP] eval action context and domain straight as they come from a tree_but_open (on menu), add APIDoc for OpenERPSession
OpenERPSession is in charge of evaluating domains and contexts. Always.

bzr revid: xmo@openerp.com-20110325094119-fpd4e00w20kbgfzf
2011-03-25 10:41:19 +01:00
Vo Minh Thu e7d0ec2b92 [MERGE] merged setup.py revamping
lp bug: https://launchpad.net/bugs/715667 fixed
lp bug: https://launchpad.net/bugs/703422 fixed
lp bug: https://launchpad.net/bugs/727058 fixed

bzr revid: vmt@openerp.com-20110324105651-cd0zmwa47wms9abj
2011-03-24 11:56:51 +01:00
Xavier Morel 1d587145de [IMP] fix docstrings on DataSet, insert into internal APIdoc (and fix documentation PYTHONPATH to generate this correctly)
bzr revid: xmo@openerp.com-20110323122126-3qj7vkhjsc6l0x5x
2011-03-23 13:21:26 +01:00
Xavier Morel 65c8aaf78b [ADD] some doc for the dataset
bzr revid: xmo@openerp.com-20110323105031-9j2s5d2g8kxwf9wu
2011-03-23 11:50:31 +01:00
Fabien Meghazi 8284359b83 [IMP] Improved FieldChar widget
bzr revid: fme@openerp.com-20110322171801-e5jmov41xg3pnzfz
2011-03-22 18:18:01 +01:00
niv-openerp 2a068e2152 [FIX] Removed useless dependency in the documentation generator that is difficult to install under ubuntu.
bzr revid: nicolas.vanhoren@openerp.com-20110322165742-umlvufznh5unkhh5
2011-03-22 17:57:42 +01:00
Xavier Morel 3b3494b27e [FIX] rooted application menus incorrectly, fixed tests
bzr revid: xmo@openerp.com-20110321154034-tqd03u8u7tpxm5vc
2011-03-21 16:40:34 +01:00
Vo Minh Thu 79ed98fd14 [MERGE] merge from trunk.
bzr revid: vmt@openerp.com-20110321132318-8dp8xz8r8wr7q5ar
2011-03-21 14:23:18 +01:00
Xavier Morel 562de2d9a9 [ADD] documentation on running tests in OpenERP Web core
bzr revid: xmo@openerp.com-20110321122328-u1u55gbf3rfks2xv
2011-03-21 13:23:28 +01:00
Xavier Morel 6f471d8946 [ADD] documentation on testing the Python side of addons
bzr revid: xmo@openerp.com-20110321121340-tq0s9p28g6cwg9op
2011-03-21 13:13:40 +01:00
Xavier Morel f252f3ff3c [ADD] placeholder document for differences between 6 and 6.1
bzr revid: xmo@openerp.com-20110319143131-9i7hy4057lcc97cj
2011-03-19 15:31:31 +01:00
Xavier Morel fd36eabd0c Add note/todo in production doc
bzr revid: xmo@openerp.com-20110319133225-y4wwadkopb99cpfm
2011-03-19 14:32:25 +01:00
Xavier Morel 01298d805b [ADD] basic skeleton for project involvement
bzr revid: xmo@openerp.com-20110318160026-7b3yf5szxymtxsh1
2011-03-18 17:00:26 +01:00
Xavier Morel 60e59e6d8c [ADD] very basic documentation skeleton with some sections/needs thrown in
bzr revid: xmo@openerp.com-20110318155247-m4lfwzwp43gkesno
2011-03-18 16:52:47 +01:00
Xavier Morel 9654f60422 [ADD] generated documentation quickstart
bzr revid: xmo@openerp.com-20110318153241-816m0b1clxwuq4e2
2011-03-18 16:32:41 +01:00
Julien Thewys 3d24d76b4f [FIX] Removed deprecated license files (was GPL v3, we are using AGPL v3).
bzr revid: jth@openerp.com-20110311171816-5zoozckwq3efv7ed
2011-03-11 18:18:16 +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
P. Christeas 2bc1ef6c31 openerp-server.conf: adapt sample config to 6.0 options.
bzr revid: p_christ@hol.gr-20110117152232-2o5957d6euvn4cba
2011-01-17 17:22:32 +02:00
Olivier Dony a073aea2a4 [FIX] doc/INSTALL: mention yaml dependency, added to doc.openerp.com too
bzr revid: odo@openerp.com-20101222135005-t23nu4s2gv83hy0q
2010-12-22 14:50:05 +01:00
nvi-openerp b2f7d0c445 [FIX] Fixed imcompatiblity with Windows
bzr revid: nicolas.vanhoren@openerp.com-20101028094826-mqefsvceu14w3v2n
2010-10-28 11:48:26 +02:00
nvi-openerp 1ec3503256 [FIX] Fixed a little bug with multi addon path + changed minimal chart module
name

bzr revid: nicolas.vanhoren@openerp.com-20101026095759-201hggg8n39hmdtm
2010-10-26 11:57:59 +02:00
Olivier Dony 891eb265b6 [REF] config: rationalized config parameters to make consistent for v6.
Renamed parameters for static HTTP service + improved param check message.
+ minor cleanup in config params

bzr revid: odo@openerp.com-20100810131200-p71zge94l1qp1s18
2010-08-10 15:12:00 +02:00
P. Christeas 9613c0c864 Static httpd: by default, disable. Sample config.
bzr revid: p_christ@hol.gr-20100726093335-m6kfvk8xn2c6ddrh
2010-07-26 12:33:35 +03:00
OpenERP Framework R&D Team 8e13209525 [ADD] new experimental utility script: xml2yml for conversion of XML data/test files to the new YAML format
bzr revid: odo@openerp.com-20100520143528-3717ybwyp1exhsd6
2010-05-20 16:35:28 +02:00
Anup (OpenERP) 67277f6f3d [MERGE] Merged from the main trunk server branch.
bzr revid: ach@tinyerp.com-20100520050727-zdkp6mp65kmfm66o
2010-05-20 10:37:27 +05:30
Olivier Dony d65180c290 [ADD] starting draft changelog for 6.0 server
bzr revid: odo@openerp.com-20100519173958-88p9bmv3p7j8uak5
2010-05-19 19:39:58 +02:00
Jay (Open ERP) 0c9ecbf429 [MERGE] Merged the changelog upto 5.0.10
bzr revid: jvo@tinyerp.com-20100511143954-exhrzxidou2r3j2a
2010-05-11 20:09:54 +05:30
Xavier Morel 766edc36f8 [fix] remove mentions of python-xml, libxml2 and libxslt from doc/INSTALL; bump python dep from 2.4-2.5 to >2.5 < 3.O
bzr revid: xmo@tinyerp.com-20100302131257-nomnqff50z5p643x
2010-03-02 14:12:57 +01:00
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
Christophe Simonis 9a3b004ae4 [REL] 5.0.7
bzr revid: chs@tinyerp.com-20091203135108-9enz6ke9f35y0u2x
2009-12-03 14:51:08 +01:00
Xavier Morel cf13b6c36e [merge] fix-shebang from 5.0 to trunk
bzr revid: hmo@tinyerp.com-20091202091102-r509b0bgogyul6yx
bzr revid: xmo@tinyerp.com-20091202101458-6a1mo240grkld6do
2009-12-02 11:14:58 +01:00
Xavier Morel 9bb02a1bb0 [fix] use env for python shebang rather than hardcoding /usr/bin/python
bzr revid: xmo@tinyerp.com-20091202100658-d2q66mu6kihgj8h5
2009-12-02 11:06:58 +01:00
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
P. Christeas c716ecb731 Mandriva: when server starts/stops, run scripts
With this feature, server special initialization and/or preparation can
be scripted. The same after stopping, too.

bzr revid: p_christ@hol.gr-20091023222925-oph2bc6kr3u0ol7w
2009-10-24 01:29:25 +03:00
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
P. Christeas 71d5ee956a Merge remote branch 'origin/master', v5.0.6 into optimize
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py
	bin/osv/orm.py

bzr revid: p_christ@hol.gr-20090925204745-352t3ngsltr4cj8a
2009-09-25 23:47:45 +03:00
olt@tinyerp.com 605e3786ce [IMP] updated changelog file for 5.0.6 release
bzr revid: olt@tinyerp.com-20090922111815-je0c161jzeoeeaqn
2009-09-22 13:18:15 +02:00
olt@tinyerp.com 0d7199a133 [IMP] updated changelog file
bzr revid: olt@tinyerp.com-20090917132335-so2fugos4sutat90
2009-09-17 15:23:35 +02:00
olt@tinyerp.com cdb2371b83 [IMP] updated changelog file
bzr revid: olt@tinyerp.com-20090917132126-bghsqfgbvfod54ac
2009-09-17 15:21:26 +02:00
P. Christeas 6e6329bb7d Merge origin/5.0.4 into xrg
Conflicts:
	bin/addons/base/i18n/base.pot

bzr revid: p_christ@hol.gr-20090828180203-xbavbj02nas6f0qy
2009-08-28 21:02:03 +03:00
Christophe Simonis 36b7806e8f [REL] 5.0.4
bzr revid: christophe@tinyerp.com-20090828165855-461psr84dugkzvp7
2009-08-28 18:58:55 +02:00
P. Christeas 8cbe393b52 Merge commit 'origin/master' into xrg (5.0.3 official)
Conflicts:
	bin/netsvc.py
	bin/tools/config.py
	bin/workflow/instance.py

bzr revid: p_christ@hol.gr-20090823100210-2py390qp3hym8jlp
2009-08-23 13:02:10 +03:00
Christophe Simonis fe82cf7fac [REL] 5.0.3
bzr revid: christophe@tinyerp.com-20090821152731-0utzy021ac629lbx
2009-08-21 17:27:31 +02:00