Commit Graph

28027 Commits

Author SHA1 Message Date
Xavier Morel 32f9914ebd [FIX] typo
bzr revid: xmo@openerp.com-20110325081613-1i8ns180e84hmz9p
2011-03-25 09:16:13 +01:00
Xavier Morel f03f6115e4 [IMP] hook search into ViewManager, add handling for auto_search in window action
bzr revid: xmo@openerp.com-20110325081227-cpct376v07amlooo
2011-03-25 09:12:27 +01:00
Xavier Morel 98037d1fe5 [IMP] use .toggle(condition) instead of if(condition) .show() else .hide()
bzr revid: xmo@openerp.com-20110325072607-gbz2z3rsnv140fgu
2011-03-25 08:26:07 +01:00
Xavier Morel 6c5665b7ed [ADD] integer widget
bzr revid: xmo@openerp.com-20110324192459-csylxhu32au9nns6
2011-03-24 20:24:59 +01:00
Xavier Morel 270ccc546a [ADD] text, selection and boolean fields; improve logic to detect whether a field has a value
If the value returned by a field is the literal 'null' or an empty
string, then the field is empty (empty input, no valued option
selected, etc...).

On the other hand, because openerp.base.search.Field.get_value returns
a *javascript* value it can be the literals '0' or 'false'. Those are
falsy in a boolean context (for good reasons, for 'false') but they
should still count as the field having a value.

I'm guessing this part is going to reach "spin off in its own
per-field method" complexity pretty soon.

bzr revid: xmo@openerp.com-20110324184713-sf7skv34s9824ge6
2011-03-24 19:47:13 +01:00
Xavier Morel 58584c82a7 [IMP] move group toggling from template code to JS code
bzr revid: xmo@openerp.com-20110324182222-qaymq120818jx10n
2011-03-24 19:22:22 +01:00
Xavier Morel 2e2e88e687 [ADD] Date and ManyToMany fields
bzr revid: xmo@openerp.com-20110324181655-xh1btoq1mj8kr2mi
2011-03-24 19:16:55 +01:00
Xavier Morel 3c46de8c98 [FIX] the default operator on 'char' fields is 'ilike'
bzr revid: xmo@openerp.com-20110324180129-mv36bxo7dswv7q06
2011-03-24 19:01:29 +01:00
Xavier Morel f9e10d85a1 [IMP] only send domain if there's a value (the field is 'enabled')
bzr revid: xmo@openerp.com-20110324180028-3cuim4glo70wezkh
2011-03-24 19:00:28 +01:00
Xavier Morel 10d34d936a [FIX] it turns out the default operator is weirdly named 'default_operator', not 'die_walküre'. Weird
bzr revid: xmo@openerp.com-20110324174230-nfv342t6aysrkkb5
2011-03-24 18:42:30 +01:00
Xavier Morel cff572c9c4 [FIX] yes suzie, we do actually need the last filter of our view, it can be useful
bzr revid: xmo@openerp.com-20110324173926-ctk9ys2ddiuguvjz
2011-03-24 18:39:26 +01:00
Xavier Morel cd46d24b33 [ADD] basic domain and value handling on all inputs (integrated so far)
bzr revid: xmo@openerp.com-20110324173721-zo5gm38lv92f2b7f
2011-03-24 18:37:21 +01:00
Xavier Morel 4756756f81 [ADD] basic implementation of get_context and get_domain on filters
bzr revid: xmo@openerp.com-20110324162335-l622nm8pyjb31pfh
2011-03-24 17:23:35 +01:00
Xavier Morel c96b91e690 [ADD] perform search after clicking on a button
bzr revid: xmo@openerp.com-20110324162030-1dvnn422hsusmiol
2011-03-24 17:20:30 +01:00
Xavier Morel 491e6017af [ADD] a bunch of stuff to make it possible to enable and disable filters when clicking on them (yay)
bzr revid: xmo@openerp.com-20110324161842-6lri6u9pu0msa5cx
2011-03-24 17:18:42 +01:00
Xavier Morel 8a0faeb73f [add] kinda forgot about the filters-within-fields things
bzr revid: xmo@openerp.com-20110324142330-711hpfm4younpcim
2011-03-24 15:23:30 +01:00
Xavier Morel a8f877e6f0 [ADD] start of widgets-based search view, break search itself (for now) and get the same result as before I broke everything layout-wise (woohoo)
bzr revid: xmo@openerp.com-20110324124653-kn5c69ytuieu68gn
2011-03-24 13:46:53 +01:00
Xavier Morel d4ee05255c [IMP] make qweb raise an error on template not found
bzr revid: xmo@openerp.com-20110324124221-jnnrznrg3a4w02rx
2011-03-24 13:42:21 +01:00
Xavier Morel ddaf85e1b3 [MERGE] favicon fix
bzr revid: xmo@openerp.com-20110324211157-mb9ehmr4nd4bo354
2011-03-24 22:11:57 +01:00
Xavier Morel 73343295fa [FIX] Label widget rendering breaking on actual label elements/widgets (e.g. opportunities form)
bzr revid: xmo@openerp.com-20110324210347-1tnqjpzu22zr0vzw
2011-03-24 22:03:47 +01:00
Xavier Morel d6979759fa [FIX] shut up the annoying console spamming by default. To enable it, set 'openerp.debug' to true or add 'debug' at the start of the querystring
bzr revid: xmo@openerp.com-20110324204813-09wdb7k3m5h7asca
2011-03-24 21:48:13 +01:00
Xavier Morel 885cab6230 [FIX] use LABjs to load scripts to avoid recurring 'TypeError: Result of expression 'openerp._openerp[mod]' [undefined] is not a function.'
Might not be the best loader, not sure, but we only use it in two places so it's trivial to replace. It's also one of the oldest loaders so it should be pretty stable.

bzr revid: xmo@openerp.com-20110324203538-bk59e8wbiux47e7j
2011-03-24 21:35:38 +01:00
Fabien Meghazi a75c048ede [ADD] Transformation of fields view get during parsing. See http://pad.openerp.com/discoveries
bzr revid: fme@openerp.com-20110324201125-in8wgrad51aljoej
2011-03-24 21:11:25 +01:00
Fabien Meghazi d981f1413f [FIX] Secondary menu content has scrollbar under firefox
bzr revid: fme@openerp.com-20110324201018-tczdnrobb1jr3c28
2011-03-24 21:10:18 +01:00
Fabien Meghazi 196f6f6ec8 [FIX] Using js keywords for object keys is a bad idea (of fme)
bzr revid: fme@openerp.com-20110324200858-36lh8ioqdd2m6su1
2011-03-24 21:08:58 +01:00
Antony Lesuisse cce35c01e1 viewmanager typo
bzr revid: al@openerp.com-20110324163449-26amfxhsx03h72jg
2011-03-24 17:34:49 +01:00
Antony Lesuisse 506a85c80e viewmanager part1
bzr revid: al@openerp.com-20110324163114-dvoi8l3nzmut5y63
2011-03-24 17:31:14 +01:00
Quentin (OpenERP) f585444f10 [MERGE] lp:725908
bzr revid: qdp-launchpad@openerp.com-20110324151230-jwrpdmj92akb294x
2011-03-24 16:12:30 +01:00
Quentin (OpenERP) 33396ff7bf [MERGE] lp:729602
bzr revid: qdp-launchpad@openerp.com-20110324144655-7pw862axxg0pr93p
2011-03-24 15:46:55 +01:00
Quentin (OpenERP) f6505b1c37 [MERGE] lp:723448
bzr revid: qdp-launchpad@openerp.com-20110324142906-bnu2mqn3d2z31bal
2011-03-24 15:29:06 +01:00
Quentin (OpenERP) 60c3b07dee [MERGE] lp:728092
bzr revid: qdp-launchpad@openerp.com-20110324140250-9r9vbuetz68oafii
2011-03-24 15:02:50 +01:00
Quentin (OpenERP) 0d8c9e6410 [MERGE] lp:740762
bzr revid: qdp-launchpad@openerp.com-20110324135017-npad7j3jm5znap3i
2011-03-24 14:50:17 +01:00
Quentin (OpenERP) 1b592727ec [MERGE] lp: 725921
bzr revid: qdp-launchpad@openerp.com-20110324134745-q85knilk15igzfbj
2011-03-24 14:47:45 +01:00
Quentin (OpenERP) b92b3efce2 [MERGE] lp:736102 (removed the useless test on section structure as 1.A is acceptable as section name)
bzr revid: qdp-launchpad@openerp.com-20110324133350-vk19kkk8qqr7ups4
2011-03-24 14:33:50 +01:00
Quentin (OpenERP) 5a27aa0a91 [MERGE] lp:739342
bzr revid: qdp-launchpad@openerp.com-20110324131144-fqomix3t1pqtg5ur
2011-03-24 14:11:44 +01:00
Quentin (OpenERP) db3f78f818 [MERGE] merged the mra branch containing a fix related to the read() on osv_memory that returns now a tuple instead of id for m2o
bzr revid: qdp-launchpad@openerp.com-20110324115721-xwt3ebo1kjw5j717
2011-03-24 12:57:21 +01:00
Quentin (OpenERP) fc803cfd59 [MERGE] merged the rpa branch containing a fix related to the read() on osv_memory that returns now a tuple instead of id for m2o
bzr revid: qdp-launchpad@openerp.com-20110324115302-srzuucz9gzrpz49p
2011-03-24 12:53:02 +01:00
Quentin (OpenERP) b40ea41d34 [MERGE] merged the branch containing a new restriction on deletion of invoice if it has an internal_number (if it has already been open). In that case, as it can lead to gap in numbering, people are supposed to make a credite note.
bzr revid: qdp-launchpad@openerp.com-20110324114352-089ttnroiyrszxvr
2011-03-24 12:43:52 +01:00
Quentin (OpenERP) 8c0e4fffad [MERGE] lp:733143
bzr revid: qdp-launchpad@openerp.com-20110324113945-h4x01s3pz2n75gyk
2011-03-24 12:39:45 +01:00
Quentin (OpenERP) 01243bdc16 [MERGE] lp:724201
bzr revid: qdp-launchpad@openerp.com-20110324111631-dzoe9ze3lss5m47w
2011-03-24 12:16:31 +01:00
Quentin (OpenERP) c2aae70a71 [MERGE] lp:728560
bzr revid: qdp-launchpad@openerp.com-20110324111337-az9klf60jzcf3ccn
2011-03-24 12:13:37 +01:00
Quentin (OpenERP) cee122bcfb [FIX] analytic: fixed the constraint on currencies on analytic accounts in order to be compliant with analytic accounts that doesn't belong to a company and for which we should be able to set any currency (no constraint in that case, otherwise it has to be the same as company)
bzr revid: qdp-launchpad@openerp.com-20110324111212-bal82qcrdhc0pyzh
2011-03-24 12:12:12 +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
Quentin (OpenERP) 7c1ea9057b [MERGE] lp:700154
bzr revid: qdp-launchpad@openerp.com-20110324100814-c3lz3vak7u5zs1ae
2011-03-24 11:08:14 +01:00
Vo Minh Thu 1c95c0f866 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110324095056-38owv76szpr9aro9
2011-03-24 10:50:56 +01:00
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
Xavier Morel a51d1c0c49 [FIX] trailing comma
bzr revid: xmo@openerp.com-20110324071652-8i6rnyb9drkmsbb5
2011-03-24 08:16:52 +01:00
Launchpad Translations on behalf of openerp ff20865adf Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110324045030-dnid31oi7qb2oql6
2011-03-24 04:50:30 +00:00
Launchpad Translations on behalf of openerp b5d02ab327 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110324044923-41vu5q9ctj3nry8j
2011-03-24 04:49:23 +00:00
Antony Lesuisse b507d2231f loud thinking about viewmanager
bzr revid: al@openerp.com-20110324010814-n8hk09002jfq65eg
2011-03-24 02:08:14 +01:00