Commit Graph

255 Commits

Author SHA1 Message Date
Xavier Morel b39712cf3d [ADD] basic loading of default values in faceted search view
bzr revid: xmo@openerp.com-20120320102846-g2ymabvt4qc4bwzg
2012-03-20 11:28:46 +01:00
Thibault Delavallée e09d180008 [MERGE] Merged with new base.needaction implementation
bzr revid: tde@openerp.com-20120315101558-gdxas1qywl15zx7k
2012-03-15 11:15:58 +01:00
Thibault Delavallée 6808cd7e53 [ADD] Added a menu entry in Settings/Users, along with a tree view definition.
bzr revid: tde@openerp.com-20120315100542-xhlvb43lda9d3a0m
2012-03-15 11:05:42 +01:00
Thibault Delavallée 632c5e3036 [DOC] Updated code and server documentation.
bzr revid: tde@openerp.com-20120315095203-8g7drwdz9axjexwj
2012-03-15 10:52:03 +01:00
Thibault Delavallée 059cc5bef3 [ADD] Added documentation for merge proposal, related to the need_action mixin class.
bzr revid: tde@openerp.com-20120313122939-239ae3ftask1rrmb
2012-03-13 13:29:39 +01:00
Thibault Delavallée 8454553a5b [DOC] Updated merge documentation.
bzr revid: tde@openerp.com-20120313104155-221i8zfzfs03yenq
2012-03-13 11:41:55 +01:00
Thibault Delavallée 6c4ccf9bd5 [DOC] Added merge proposal documentation
bzr revid: tde@openerp.com-20120313085743-oa9jrbvnqwklpnlb
2012-03-13 09:57:43 +01:00
Thibault Delavallée 071dc54a5c [MERGE] Merged with main server
bzr revid: tde@openerp.com-20120308083904-l05slz6td2ibggk4
2012-03-08 09:39:04 +01:00
Openerp Online 3fec9bb049 [DOC] change v6.1 reference to trunk.
bzr revid: online@openerp.com-20120305164617-2ykj6o263sywjstz
2012-03-05 17:46:17 +01:00
Openerp Online 1ae5913ae8 [DOC] change v6.1 reference to trunk.
bzr revid: online@openerp.com-20120305164552-tij9m4if82h4huts
2012-03-05 17:45:52 +01:00
Vo Minh Thu 7e3d080aa2 [MERGE] run unit tests in addition to YAML tests.
bzr revid: vmt@openerp.com-20120305141355-djmbojnntj583ujd
2012-03-05 15:13:55 +01:00
Vo Minh Thu c7ab774b53 [DOC] moved FEATURES.rst to doc/.
bzr revid: vmt@openerp.com-20120305140738-ou7f1pz5fnqffukm
2012-03-05 15:07:38 +01:00
Vo Minh Thu 19d96751a5 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120305133437-yrgb2pzroch84cyw
2012-03-05 14:34:37 +01:00
Openerp Online 0c8e11643f [DOC] use a flat (i.e. no source/ directory) structure.
bzr revid: online@openerp.com-20120305124016-d25rncl3q2qcem31
2012-03-05 13:40:16 +01:00
Openerp Online ba3193dd4d [DOC] added intersphinx namespaces.
bzr revid: online@openerp.com-20120305114029-j0g6jf8v3t6uf090
2012-03-05 12:40:29 +01:00
Openerp Online 14a682903c [DOC] added intersphinx namespaces.
bzr revid: online@openerp.com-20120305113957-xmrjudts6kbdhh6e
2012-03-05 12:39:57 +01:00
Vo Minh Thu fa4bc04db0 [DOC] added new Makefile.
bzr revid: vmt@openerp.com-20120305085836-qhz3glwhyp8an38z
2012-03-05 09:58:36 +01:00
Vo Minh Thu 2b8d20f424 [DOC] Added modified (used in global doc and server) flask theme.
bzr revid: vmt@openerp.com-20120305084940-wxz0haidk99fh77s
2012-03-05 09:49:40 +01:00
Xavier Morel e178185b4f [MERGE] bug fixes form 6.1 branch
bzr revid: xmo@openerp.com-20120305070634-li0eloj7vhsljguu
2012-03-05 08:06:34 +01:00
Openerp Online 288ee81ca1 [DOC] adapted some strings in conf.py.
bzr revid: online@openerp.com-20120302160653-2oe2s50s3coerugq
2012-03-02 17:06:53 +01:00
Openerp Online 7dcf552f27 [DOC] changed temporary thu.openerp.com to doc.openerp.com.
bzr revid: online@openerp.com-20120302155629-34axylxb90us0dx6
2012-03-02 16:56:29 +01:00
Openerp Online bac3c40a3e [DOC] removed index content (only add content when it is ready for
public consumption), some bikeshedding.

bzr revid: online@openerp.com-20120302154927-fbx212tovmutraah
2012-03-02 16:49:27 +01:00
Xavier Morel 9b0cc92b66 [ADD] grouping to the Model/Query API, but filtering looks completely broken
bzr revid: xmo@openerp.com-20120302154759-8ihi5p1ffygiyhw3
2012-03-02 16:47:59 +01:00
Xavier Morel 2c2df2b325 [FIX] Model#call not working correctly if the second argument (after method) is the kwargs
bzr revid: xmo@openerp.com-20120302100742-p1wrg44ght8d3cdy
2012-03-02 11:07:42 +01:00
Xavier Morel 8225ef6c99 [ADD] small doc for Connection#rpc
bzr revid: xmo@openerp.com-20120301103049-u2b208awbv6e67xb
2012-03-01 11:30:49 +01:00
Xavier Morel 9022aae8cb [ADD] core Traverser API
There are still questions over how it'll work, and if it can work at all

bzr revid: xmo@openerp.com-20120301102117-zxd89ffcvo2n32nw
2012-03-01 11:21:17 +01:00
Xavier Morel 923e947917 [ADD] small Model examples
bzr revid: xmo@openerp.com-20120229141754-2mr8b6sm6es2j4wb
2012-02-29 15:17:54 +01:00
Openerp Online 3a639fb1c0 [DOC] separate files.
bzr revid: online@openerp.com-20120229141536-u3cip5vptyunpa8v
2012-02-29 15:15:36 +01:00
Openerp Online cc552fd36a [DOC] added an index.
bzr revid: online@openerp.com-20120228144338-si3lgz4ega69h01x
2012-02-28 15:43:38 +01:00
Xavier Morel e6f5d4c211 [ADD] Model API, reimplement DataSet/DataSetSearch on top of it (as much as possible)
TODO: traversal state API, removing even more method (e.g. completely remove DataSet.call in the Python API)

bzr revid: xmo@openerp.com-20120227135626-yxqh0gc6jwrdkshs
2012-02-27 14:56:26 +01:00
Olivier Dony 30dae1d7d6 [REL] OpenERP 6.1.1
bzr revid: odo@openerp.com-20120222114322-hl61qi2nan0mnbz0
2012-02-22 12:43:22 +01:00
Xavier Morel c881a2b134 [FIX] autodoc references
bzr revid: xmo@openerp.com-20120222085727-qdwfgx92q3yv2gsj
2012-02-22 09:57:27 +01:00
Xavier Morel 9f6af7c974 [ADD] asynchronous javascript guide, as it'll be needed by the networking/RPC guide
bzr revid: xmo@openerp.com-20120221170455-rcrbyvz1ozj7mfib
2012-02-21 18:04:55 +01:00
Openerp Online d2fb00bb34 [IMP] added doc directory, intended to be included in the new openerp technical documentation.
bzr revid: online@openerp.com-20120218203101-8p35jsuylp0ovvj8
2012-02-18 21:31:01 +01:00
Xavier Morel bd6694fb5a [FIX] documented signature of View#do_search
bzr revid: xmo@openerp.com-20120126095432-x359um1e0b2g7vw2
2012-01-26 10:54:32 +01:00
niv-openerp c044b70429 [imp] removed identifier_prefix
bzr revid: nicolas.vanhoren@openerp.com-20120124151343-t17b3obenv244io3
2012-01-24 16:13:43 +01:00
Xavier Morel d206ee9124 [ADD] guide to translations in OpenERP Web
bzr revid: xmo@openerp.com-20111220183521-oo4dvofca1uqmzuy
2011-12-20 19:35:21 +01:00
Xavier Morel 542928adde [ADD] protocol to allow sidebar to query its parent view for context data
bzr revid: xmo@openerp.com-20111121140908-e9b3eygtt42m9bnp
2011-11-21 15:09:08 +01:00
Antony Lesuisse d1e40a55af [IMP] directory cleanups, moved historical cruft into history
bzr revid: al@openerp.com-20110926005444-a7vqjb05vep7xbvj
2011-09-26 02:54:44 +02:00
Xavier Morel 0ad6c7ea78 [ADD] guide for developing client actions
bzr revid: xmo@openerp.com-20110920095657-9rk9ktekn1uuf36d
2011-09-20 11:56:57 +02:00
Xavier Morel ce55ea5255 [FIX] more documentation
bzr revid: xmo@openerp.com-20110907061416-thr8qy3td8dr78y0
2011-09-07 08:14:16 +02:00
Antony Lesuisse 3416663637 [FIX] sphinx documentation
bzr revid: al@openerp.com-20110906191717-pxss44lvysatu07h
2011-09-06 21:17:17 +02:00
Xavier Morel fe51c2c5c1 [IMP] add some docstrings
bzr revid: xmo@openerp.com-20110902124542-v9e5fg8m0d862mfo
2011-09-02 14:45:42 +02:00
Xavier Morel 2cefb02439 [IMP] add note on Widget insertion methods starting widgets themselves
bzr revid: xmo@openerp.com-20110819135454-3qykqkxukzja36yd
2011-08-19 15:54:54 +02:00
Xavier Morel d6074e6619 [IMP] move openerp.base.Widget to relevant section of the actual dogs (as a guide), remove old manual openerp.base.Widget APIDoc
bzr revid: xmo@openerp.com-20110812103643-2ew32jiqdsm71jqe
2011-08-12 12:36:43 +02:00
Xavier Morel f130d1c374 [IMP] rename openerp.base.Class.mix to openerp.base.Class.include, // to Ruby's name for the same behavior
bzr revid: xmo@openerp.com-20110808095750-yhg1ixaump4rq09x
2011-08-08 11:57:50 +02:00
Xavier Morel ec186dfb7d [FIX] race condition between graph view loading and search request: View.start() should return a promise if it makes an async call, so caller (ViewManager in this case) knows when the graph view is ready for action
Also inherit from View

bzr revid: xmo@openerp.com-20110620143946-tv0qx84e0y06zxu7
2011-06-20 16:39:46 +02:00
Xavier Morel 8ad063965d [FIX] do not use for...in to iterate on arrays, avoid using it to iterate on object as well. Use _.each in either cases. See doc for rationale
bzr revid: xmo@openerp.com-20110617115226-21meg23d0tg43wgv
2011-06-17 13:52:26 +02:00
Xavier Morel ff50ec6407 [FIX] syntax highlighting settings on a pair of code blocks
bzr revid: xmo@openerp.com-20110617102931-85kof2qm1m5psnwl
2011-06-17 12:29:31 +02:00
Xavier Morel 7ed58deec7 [FIX] remove trailing commas in object literals
bzr revid: xmo@openerp.com-20110617091344-mlal79a9poagjwm3
2011-06-17 11:13:44 +02:00
Xavier Morel 3bbb11353a [FIX] non-instance should all be declared with 'var'
See doc for rationale

bzr revid: xmo@openerp.com-20110617090746-z35n4jsdqvicoa9h
2011-06-17 11:07:46 +02:00
Xavier Morel 4ee9ba6d57 [ADD] some listview doc
bzr revid: xmo@openerp.com-20110527091649-gafhkh5gahcxwy3u
2011-05-27 11:16:49 +02:00
Xavier Morel bfd76b67d5 [IMP] DataGroup API doc
bzr revid: xmo@openerp.com-20110511121021-ivie7r93fc6u6quf
2011-05-11 14:10:21 +02:00
Xavier Morel c59d9b69a2 [REM] extraneous g tacked at the end of 'directive'
bzr revid: xmo@openerp.com-20110421085228-ydy0pc7p594xuj50
2011-04-21 10:52:28 +02:00
Daniel Watkins c6b812ebfa Minor fixes.
bzr revid: daniel@daniel-watkins.co.uk-20110414214530-767qdh3ygh8kxkpj
2011-04-14 22:45:30 +01:00
Daniel Watkins ec98904f9c Typos.
bzr revid: daniel@daniel-watkins.co.uk-20110414213622-7c3zb9zd5o1ur4yb
2011-04-14 22:36:22 +01:00
Daniel Watkins fcfa8feb19 Consistent reference to methods.
bzr revid: daniel@daniel-watkins.co.uk-20110414213611-e7duvzsd65ygxp9o
2011-04-14 22:36:11 +01:00
Daniel Watkins 8ed08b8d6f Minor grammatical improvement.
bzr revid: daniel@daniel-watkins.co.uk-20110414212603-3wn8ek3xiawug8ry
2011-04-14 22:26:03 +01:00
Daniel Watkins 2fabcdffd9 'research' unclear; changed wording.
bzr revid: daniel@daniel-watkins.co.uk-20110414212448-oncc720ar4gw7td9
2011-04-14 22:24:48 +01:00
Daniel Watkins 417bdbf690 s/falsy//
bzr revid: daniel@daniel-watkins.co.uk-20110414212343-aam4fc6nxgkxmnwz
2011-04-14 22:23:43 +01:00
Daniel Watkins 8b4fd86743 s/have to/must/ -- it's a more common directive in docs.
bzr revid: daniel@daniel-watkins.co.uk-20110414212132-yw281minl1zx5a7d
2011-04-14 22:21:32 +01:00
Daniel Watkins 82b08318fe Typo fixes.
bzr revid: daniel@daniel-watkins.co.uk-20110414212045-hlglpa7dfum3j15w
2011-04-14 22:20:45 +01:00
Xavier Morel a83bd29ada [IMP] document automatic binding of do_ and on_ methods of BasicController subclasses
bzr revid: xmo@openerp.com-20110413140735-hc8nbxxos4yl11xj
2011-04-13 16:07:35 +02:00
Xavier Morel ffefcd76ed [IMP] documentation of addons structure and namespacing
bzr revid: xmo@openerp.com-20110413133157-pin980f20ovwi4bw
2011-04-13 15:31:57 +02:00
Xavier Morel a3eabdbeee [ADD] notes for packaging/installation doc
bzr revid: xmo@openerp.com-20110412200646-z5yld51pjwyzylak
2011-04-12 22:06:46 +02:00
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