Commit Graph

21249 Commits

Author SHA1 Message Date
niv-openerp 5d4dca9495 [IMP] Removed stoping event propagation on buttons.
bzr revid: nicolas.vanhoren@openerp.com-20110404151215-9put77ezsiiy6mwg
2011-04-04 17:12:15 +02:00
Fabien Meghazi 6dd76ea8f6 [FIX] Simplified dataset. Plugged form view.
bzr revid: fme@openerp.com-20110404150619-z8tc382ujdfw89ji
2011-04-04 17:06:19 +02:00
niv-openerp 00188c2980 [MERGE]
bzr revid: nicolas.vanhoren@openerp.com-20110404142640-bgdhe7jcwdug4qq2
2011-04-04 16:26:40 +02:00
niv-openerp 19a8432167 [IMP] Added populate sidebar.
bzr revid: nicolas.vanhoren@openerp.com-20110404134705-rmzbxlobntfoblub
2011-04-04 15:47:05 +02:00
Antony Lesuisse 1865a1dae0 typo
bzr revid: al@openerp.com-20110404113803-hme1ls2rxahxa64w
2011-04-04 13:38:03 +02:00
Antony Lesuisse 9ad770a2da [MERGE] xmo viewmanager
bzr revid: al@openerp.com-20110404112535-pa3ss7ymj6mr97r1
2011-04-04 13:25:35 +02:00
Thibault Francois 609d962b97 [CHANGE] change opp assign reporter with assign date instead of creation date + remove find similar partner with lead name
bzr revid: tfr@openerp.com-20110401122520-389zigbr34qe9u2m
2011-04-01 14:25:20 +02:00
niv-openerp 63bf45372b [IMP] Initialisation of the sidebar.
bzr revid: nicolas.vanhoren@openerp.com-20110401121042-abg9zo1ldgwde0ht
2011-04-01 14:10:42 +02:00
Xavier Morel f880ecb5d9 [FIX] race condition on auto_search due to desynchronized loading of search view and {any default main view}
If loading of search view completes before loading of content view, do_search is immediately called on search view and forwarded to content view which is *not* ready yet and therefore blows up.

Solved by having start() methods return a promise object (or a non-promise object taken as a fulfilled promise) which the viewmanager can use (from both search view and initial content view) to synchronize when both are ready and it's possible to start a search

bzr revid: xmo@openerp.com-20110401115005-inceqsj7qn4k3b8e
2011-04-01 13:50:05 +02:00
Xavier Morel 0a5a8cd81a [IMP] show and hide search view based on whether the currently displayed view is searchable
Note: searchability is *opt-out*, a view is searchable until it unambiguously states 'do not search me'

bzr revid: xmo@openerp.com-20110401104500-n7g6so01xb8oow3n
2011-04-01 12:45:00 +02:00
Antony Lesuisse 96e08cf3d1 action handling proposal
bzr revid: al@openerp.com-20110401104454-djtm0728azy66g76
2011-04-01 12:44:54 +02:00
Fabien Meghazi 3cc735cc2c [IMP] Improved date widget styling
bzr revid: fme@openerp.com-20110404090047-yvmbfnnt910b553n
2011-04-04 11:00:47 +02:00
Fabien Meghazi 1c07f1dd53 [FIX] Fix dataset testsuite that I broke in rev #4648
bzr revid: fme@openerp.com-20110404082842-i95u0pg31xj8vy1t
2011-04-04 10:28:42 +02:00
Xavier Morel 05a3ee3b46 [IMP] nicely style search date field (with little calendar icon)
bzr revid: xmo@openerp.com-20110401152833-p4f4r1vecdfkae4i
2011-04-01 17:28:33 +02:00
Xavier Morel b42333b86f [FIX] correctly format result of date picker, otherwise search blows up
bzr revid: xmo@openerp.com-20110401152649-mpjug9jdp4qvap0i
2011-04-01 17:26:49 +02:00
Xavier Morel ac649d5ccc [ADD] date search widget
bzr revid: xmo@openerp.com-20110401151735-hdxo0289ilmik1go
2011-04-01 17:17:35 +02:00
Xavier Morel efbeb7e50d [REF] move custom fields search below normal fields and inputs
bzr revid: xmo@openerp.com-20110401125313-xizmsalj4gf1mjur
2011-04-01 14:53:13 +02:00
Xavier Morel f40d778c2e [FIX] some domains and contexts have leading or trailing slashes, need to strip them before evaluation
bzr revid: xmo@openerp.com-20110401094835-k1w7xlgdcyppt7io
2011-04-01 11:48:35 +02:00
Xavier Morel a806fe63cc [ADD] fake views init in order to check the views are correctly instantiated
bzr revid: xmo@openerp.com-20110401094030-jysoq5gj9k20ulrd
2011-04-01 11:40:30 +02:00
Ujjvala Collins (OpenERP) 023d988ac4 [FIX] thunderbird: Fixed access rights problem for Sales/Manager group.
lp bug: https://launchpad.net/bugs/745558 fixed

bzr revid: uco@tinyerp.com-20110401092102-zzxbxdwz9j33e0c9
2011-04-01 14:51:02 +05:30
Xavier Morel 52fb7adc66 [IMP] reverse logic for handling view-switching buttons so it's more efficient and straightforward
bzr revid: xmo@openerp.com-20110401091117-v2q0s57qp2xny7cx
2011-04-01 11:11:17 +02:00
Xavier Morel de1912d2a1 [IMP] enabling/disabling of switcher buttons on view switch
bzr revid: xmo@openerp.com-20110401090653-jr21w79p5e5pdfts
2011-04-01 11:06:53 +02:00
Xavier Morel 11bdbfef5c [MERGE] view manager redo from proto-61
Full of timing bugs ;_;

bzr revid: xmo@openerp.com-20110401090249-kxp4xkm92sqkxu1e
2011-04-01 11:02:49 +02:00
Antony Lesuisse 0d9a590970 [MERGE] fme viewmanager updates
bzr revid: al@openerp.com-20110331172258-vzrkxqeo4rk2lsvx
2011-03-31 19:22:58 +02:00
Fabien Meghazi 6910a9c19a [ADD] Activated simple datepicker on date field
bzr revid: fme@openerp.com-20110331160323-opcovdlczzi6ugxs
2011-03-31 18:03:23 +02:00
Fabien Meghazi 6de5177cf3 [ADD] calendar image
bzr revid: fme@openerp.com-20110331160309-0jybr51uf03ygizh
2011-03-31 18:03:09 +02:00
Xavier Morel baf8d2d9a9 [IMP] server behavior fix: split tree view mode into tree and list based on view_type, nuke view_type
bzr revid: xmo@openerp.com-20110331152531-cpff6js0k8v4dtk9
2011-03-31 17:25:31 +02:00
Fabien Meghazi 79ce2be95e [IMP] DataSet has no more notion of fields. These are now inherent to the views.
bzr revid: fme@openerp.com-20110331151441-z5xtn0j4kohi72ja
2011-03-31 17:14:41 +02:00
Xavier Morel 16d580a573 [FIX] generify view management using a registry
bzr revid: xmo@openerp.com-20110331145432-qg0kigi1xtgxvk1i
2011-03-31 16:54:32 +02:00
Fabien Meghazi 4d76991c55 [FIX] Search is now done by the view and not by the viewmanager
bzr revid: fme@openerp.com-20110331144422-34wmf2bauc0lmz7d
2011-03-31 16:44:22 +02:00
Xavier Morel 95bd1d1237 [IMP] have action manager correctly stop the view manager
bzr revid: xmo@openerp.com-20110331134346-bn5fuq62ypcjs0fz
2011-03-31 15:43:46 +02:00
Xavier Morel 7d1de96569 [IMP] fix a pair of warnings, remove some pointless code in custom filters, use registry
bzr revid: xmo@openerp.com-20110331133117-epdpu0sw18zslstb
2011-03-31 15:31:17 +02:00
Xavier Morel 369278902a [FIX] warnings, trailing commas
bzr revid: xmo@openerp.com-20110331132552-4jjb1mgn5myn1gzh
2011-03-31 15:25:52 +02:00
Xavier Morel b57ca94e49 [IMP] remove fallback in extended search
bzr revid: xmo@openerp.com-20110331132226-95hd2vesl2xe281o
2011-03-31 15:22:26 +02:00
Fabien Meghazi f64b7d3b8c [IMP] Lazy loading of views
bzr revid: fme@openerp.com-20110331132058-w6g87wsxof3kyiqv
2011-03-31 15:20:58 +02:00
Xavier Morel 1c39367b54 [IMP] use registry for widgets
Re-introduced 'char' fallback, but other sections (form and search) log an error and proceed blissfully unaware, I should probably do that here

bzr revid: xmo@openerp.com-20110331124127-4dfjdxv5ottlb4vo
2011-03-31 14:41:27 +02:00
Fabien Meghazi 911af887b9 [IMP] do_action really switch to first view in sequence
bzr revid: fme@openerp.com-20110331123519-uk4pkd5azix545ji
2011-03-31 14:35:19 +02:00
Fabien Meghazi 4722165efb [REM] Removed wrong action reference in action manager
bzr revid: fme@openerp.com-20110331122542-gnlxfg2unxvlqut8
2011-03-31 14:25:42 +02:00
Fabien Meghazi 7fed892684 [ADD] retain currently activated view
bzr revid: fme@openerp.com-20110331122522-3v7coio2wpnzsszn
2011-03-31 14:25:22 +02:00
Xavier Morel 651e311119 [FIX] add correct toString for KeyNotFound and ObjectNotFound
bzr revid: xmo@openerp.com-20110331122018-kd6oz5942pvd6bgu
2011-03-31 14:20:18 +02:00
Xavier Morel 1acde8ff13 [IMP] move operators to field classes, add datetime field stub
bzr revid: xmo@openerp.com-20110331120627-yu28osuqd0r568i1
2011-03-31 14:06:27 +02:00
Fabien Meghazi 3180df7f6c [FIX] Wrong result variable used for fields
bzr revid: fme@openerp.com-20110331120515-ugge893xkjmhoflf
2011-03-31 14:05:15 +02:00
Xavier Morel a95012dea9 [IMP] simplify templates a bit, rename set_selected to select_field for clarity
bzr revid: xmo@openerp.com-20110331120010-vsxxmo1ec4mtstac
2011-03-31 14:00:10 +02:00
Xavier Morel 8bd00f390e [FIX] not (ilike) is (not ilike), not (not like)
bzr revid: xmo@openerp.com-20110331113610-e0wjfbcterqmx30h
2011-03-31 13:36:10 +02:00
Xavier Morel f86d1acc51 [FIX] don't needlessly prevent events from bubbling
bzr revid: xmo@openerp.com-20110331113545-ig0kcaxzi8x2g4c1
2011-03-31 13:35:45 +02:00
Xavier Morel 359e2443d4 [IMP] use Registry in forms
bzr revid: xmo@openerp.com-20110331105751-aib329cpnpigbpu3
2011-03-31 12:57:51 +02:00
Xavier Morel 878df7ff9d [IMP] use registry object for search view
bzr revid: xmo@openerp.com-20110331104012-6etgbo83b528wziv
2011-03-31 12:40:12 +02:00
Xavier Morel e5466507ec [ADD] Registry object to record extensible mappings of objects (e.g. views or widgets)
bzr revid: xmo@openerp.com-20110331102023-iovd7s7ktk6zgb45
2011-03-31 12:20:23 +02:00
Xavier Morel ab3a266640 [FIX] typo in object path
bzr revid: xmo@openerp.com-20110331101636-8m9sx42byclm8vgm
2011-03-31 12:16:36 +02:00
Quentin (OpenERP) ab529f999f [FIX] stock/mrp: when consuming partially a product without production lot defined (but with track production lot thicked), don't siplt automatically by 1 to assign production lots
bzr revid: qdp-launchpad@openerp.com-20110331100725-otnmej7r4a36rl4e
2011-03-31 12:07:25 +02:00
Xavier Morel 3fc0ef57bb [IMP] remove useless files in tests, make setup of sections explicit
bzr revid: xmo@openerp.com-20110331085806-j5yd1syvvos47yfj
2011-03-31 10:58:06 +02:00
Xavier Morel 0add303a60 [FIX] datasets test suite
bzr revid: xmo@openerp.com-20110331085007-f9ln7eor2qbz60e0
2011-03-31 10:50:07 +02:00
Thibault Francois 54f8d9fbc7 [MERGE] survey-fixes
bzr revid: tfr@openerp.com-20110331083523-emxu11uohjjltj2p
2011-03-31 10:35:23 +02:00
Fabien Meghazi e74ff91f19 [ADD] Put form widgets in instance.base.form{}
bzr revid: fme@openerp.com-20110331082838-d27ekbdfjtfahsmo
2011-03-31 10:28:38 +02:00
Fabien Meghazi 07eb4e005c [REV] Switch back to <script> tags until we find a clean solution for chrome's cache
bzr revid: fme@openerp.com-20110331082506-53xu93msz0exkjuu
2011-03-31 10:25:06 +02:00
Fabien Meghazi 386dd624ae [FIX] Updated jqGrid hardcoded path
bzr revid: fme@openerp.com-20110331082353-a5s9p6cgciedzm10
2011-03-31 10:23:53 +02:00
Xavier Morel 9979c52ac6 [FIX] warnings
bzr revid: xmo@openerp.com-20110331080335-u3vxmxr2cn7vx3nf
2011-03-31 10:03:35 +02:00
Launchpad Translations on behalf of openerp eb4fbd8551 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110331043544-4uod3qjraw8g3sk2
bzr revid: launchpad_translations_on_behalf_of_openerp-20110331043640-q2ujjqpmgkqifdeq
2011-03-31 04:36:40 +00:00
Antony Lesuisse affa119a48 playing with folding part2
bzr revid: al@openerp.com-20110330235743-7if1cog3dafmjtve
2011-03-31 01:57:43 +02:00
Antony Lesuisse e18bb959be playing with folding, lends will be removed (can be added by preprocessing)
bzr revid: al@openerp.com-20110330235552-06z58n5vcbzwmst5
2011-03-31 01:55:52 +02:00
Antony Lesuisse 850988f762 fix lib prefix for js in base.html
bzr revid: al@openerp.com-20110330230426-5skppswnnve4ceri
2011-03-31 01:04:26 +02:00
Xavier Morel b79b219cc3 [FIX] forgot duplicate variable declaration during merge
bzr revid: xmo@openerp.com-20110330155604-ohwaqadh9ibhfltd
2011-03-30 17:56:04 +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
niv-openerp 0519496d0a [FIX] Corrected tabs.
bzr revid: nicolas.vanhoren@openerp.com-20110330150421-7c7zc2n4mjv44tnh
2011-03-30 17:04:21 +02:00
Fabien Meghazi 0292b18dd1 renames part 7
bzr revid: fme@openerp.com-20110330144436-vh6tc9tl4r52d3e3
2011-03-30 16:44:36 +02:00
Antony Lesuisse c7e2d214ad renames part6 partially working
bzr revid: al@openerp.com-20110330143556-yogu79hyy5oojdvq
2011-03-30 16:35:56 +02:00
Antony Lesuisse 316d13143f renames part5
bzr revid: al@openerp.com-20110330140448-g0jnzz8nlpywjgt5
2011-03-30 16:04:48 +02:00
Antony Lesuisse dcb9634cea renames part4
bzr revid: al@openerp.com-20110330140048-qm5m28ns44hkqzvn
2011-03-30 16:00:48 +02:00
Antony Lesuisse 4dd20612ad renames part3
bzr revid: al@openerp.com-20110330140007-8mncjzcb07921iw4
2011-03-30 16:00:07 +02:00
Antony Lesuisse 561070589e renames part2
bzr revid: al@openerp.com-20110330135909-7vrkihfqubcg9tmz
2011-03-30 15:59:09 +02:00
Antony Lesuisse 2283e03546 reorganize directories
bzr revid: al@openerp.com-20110330135619-9lcvg2mijzxud8gr
2011-03-30 15:56:19 +02:00
Quentin (OpenERP) 086d74aa9d [IMP] hr_expense: minor improvements in the report (added back the note and certified conform blabla + added validation user)
bzr revid: qdp-launchpad@openerp.com-20110330130723-99rf9fcnsv71exn9
2011-03-30 15:07:23 +02:00
odoo f3433d30aa [FIX] do not send email if email_to is false, do not link with contact if no partner
bzr revid: odoo@ns307129.ovh.net-20110330114324-4ry4pixddj8jppd7
2011-03-30 13:43:24 +02:00
Antony Lesuisse 37f8970f7c added empty DataGroup controller
bzr revid: al@openerp.com-20110330095915-bm2phpfiphomyh62
2011-03-30 11:59:15 +02:00
Quentin (OpenERP) 7fa3dd42a7 [FIX] mrp: when producing, wrong stock move where created when there was a produciton lot on the 'product to consume' move
lp bug: https://launchpad.net/bugs/740047 fixed

bzr revid: qdp-launchpad@openerp.com-20110330095628-3kynl4yrz423cmqg
2011-03-30 11:56:28 +02:00
niv-openerp ab56c9a9ae [MERGE] Little improvement to BaseWidget.
bzr revid: nicolas.vanhoren@openerp.com-20110330084835-arzwrgcucsxepi5z
2011-03-30 10:48:35 +02:00
niv-openerp d438b37475 [IMP] Improved BaseWidget.
bzr revid: nicolas.vanhoren@openerp.com-20110330084752-krewtpl8w0wov1f7
2011-03-30 10:47:52 +02:00
Ujjvala Collins (OpenERP) 75090b3fb0 [FIX] survey: Fixed Browse Answers error.
bzr revid: uco@tinyerp.com-20110330073026-tc9nwuihbuen7kq9
2011-03-30 13:00:26 +05:30
Ujjvala Collins (OpenERP) 0e4e5b67f1 [FIX] survey: Fixed survey demo data error.
bzr revid: uco@tinyerp.com-20110330061447-hngjt3l56gan3arz
2011-03-30 11:44:47 +05:30
Ujjvala Collins (OpenERP) 252abfebd5 [FIX] survey: Fixed survey page error.
bzr revid: uco@tinyerp.com-20110330061407-0b8lfjq225f2nx3r
2011-03-30 11:44:07 +05:30
Launchpad Translations on behalf of openerp 408b9e64bb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110330043747-xs97mruw4g9scs4z
2011-03-30 04:37:47 +00:00
Fabien Meghazi b2d921759c [CHANGE] Refactored form view (WIP)
bzr revid: fme@openerp.com-20110329163437-08373sb1eck11lhy
2011-03-29 18:34:37 +02:00
Antony Lesuisse 16f85c2e2d [MERGE] niv custom filters
bzr revid: al@openerp.com-20110329152425-580vhch31f8cmy6v
2011-03-29 17:24:25 +02:00
Thibault Francois 3b24b3ce06 [IMP] send notification to salesman
bzr revid: tfr@openerp.com-20110329151909-k2nh055fjj9ugqgh
2011-03-29 17:19:09 +02:00
niv-openerp 97e63b9e57 [IMP] Improved BaseWidget.
bzr revid: nicolas.vanhoren@openerp.com-20110329144623-vnxtfc9ouclkq5sa
2011-03-29 16:46:23 +02:00
niv-openerp c8469427c4 [IMP] Wip extended filters. Is functional. Still need to improve design, allow to save and implement all data types.
bzr revid: nicolas.vanhoren@openerp.com-20110329143525-3nhtrgrpgkykg7s9
2011-03-29 16:35:25 +02:00
Quentin (OpenERP) 3557de7ecf [MERGE] lp:728417
bzr revid: qdp-launchpad@openerp.com-20110329143031-kvl9mvq8la0alrha
2011-03-29 16:30:31 +02:00
niv-openerp 301d170ef8 [IMP] Cleaned code of extended filters.
bzr revid: nicolas.vanhoren@openerp.com-20110329142217-zfp5b3lw19f8bzsf
2011-03-29 16:22:17 +02:00
niv-openerp ae3ee42fd0 [FIX] Bug with propositions.
bzr revid: nicolas.vanhoren@openerp.com-20110329135922-nswtf2zq5reby27f
2011-03-29 15:59:22 +02:00
Quentin (OpenERP) bafdbf8bfd [MERGE] lp:740517
bzr revid: qdp-launchpad@openerp.com-20110329135143-jj2fmb7rhq4m6tiv
2011-03-29 15:51:43 +02:00
Thibault Francois 0703c5d506 [IMP, FIX] partner look up, only name =, convert merge only with one opp, don't merge cancelled and done, fix history loss, take info from oldest opp
bzr revid: tfr@openerp.com-20110329134022-80wkml8mbgwp9igy
2011-03-29 15:40:22 +02:00
Quentin (OpenERP) fc01002f92 [MERGE] lp:740134
bzr revid: qdp-launchpad@openerp.com-20110329133422-ejz6qpmfouaaf500
2011-03-29 15:34:22 +02:00
Quentin (OpenERP) 29ffff19ea [MERGE] lp:740202
bzr revid: qdp-launchpad@openerp.com-20110329132800-w010o561ou1ntuni
2011-03-29 15:28:00 +02:00
niv-openerp 06c6a18d10 [IMP] Extended filters wip. Now generates domains.
bzr revid: nicolas.vanhoren@openerp.com-20110329131854-m2d2fjwm3d566su2
2011-03-29 15:18:54 +02:00
Thibault Francois 49a52d542a [IMP, FIX] partner look up, only name =, convert merge only with one opp, don't merge cancelled and done, fix history loss, take info from oldest opp
bzr revid: tfr@openerp.com-20110329131242-z8rtt70fj7u8ishi
2011-03-29 15:12:42 +02:00
Antony Lesuisse 8a59852690 LABjs dont use preloading to ease debugging
bzr revid: al@openerp.com-20110329130728-feb1c35y331jvqgl
2011-03-29 15:07:28 +02:00
Quentin (OpenERP) 7c77f450ab [MERGE] merged with main branch
bzr revid: qdp-launchpad@openerp.com-20110329130049-9icvwthzyb4h3gsl
2011-03-29 15:00:49 +02:00
Antony Lesuisse b700dcf63f [MERGE] xmo search views
bzr revid: al@openerp.com-20110329125042-5vaketmxekhv4r39
2011-03-29 14:50:42 +02:00
ron@tinyerp.com e7189d1e91 [REF]stock:Refectoring code
bzr revid: ron@tinyerp.com-20110329122712-pk639w1ax0ck3mg9
2011-03-29 17:57:12 +05:30
ron@tinyerp.com ac13038f41 [FIX]stock:passing int to write method of stock.move
lp bug: https://launchpad.net/bugs/740202 fixed

bzr revid: ron@tinyerp.com-20110329110702-kvu2a9c0y71sooqt
2011-03-29 16:37:02 +05:30
skh 65d2c896b0 [FIX] Account: Problem for duplicating a record
lp bug: https://launchpad.net/bugs/740134 fixed

bzr revid: skh@tinyerp.com-20110329110135-yemxfqb4hyyeiljk
2011-03-29 16:31:35 +05:30
Xavier Morel 50abec8590 [FIX] test case names: I should really stop copy/pasting and editing tests
bzr revid: xmo@openerp.com-20110329110130-0r2kyzn4l40j0k0r
2011-03-29 13:01:30 +02:00
Xavier Morel 5fc3bf26df [ADD] handle validation at the searchview level, instead of blowing up the whole thing by letting Invalid errors bubble up
bzr revid: xmo@openerp.com-20110329104744-601os9hafz5mp7z1
2011-03-29 12:47:44 +02:00
skh 994b44db40 [FIX] Account: Problem for duplicating a record
lp bug: https://launchpad.net/bugs/740134 fixed

bzr revid: skh@tinyerp.com-20110329104036-2h9eaunt4keitw4n
2011-03-29 16:10:36 +05:30
skh d38f743abb [FIX] Account: Problem for duplicating a record
bzr revid: skh@tinyerp.com-20110329101109-8nuny0wmrsooroxa
2011-03-29 15:41:09 +05:30
niv-openerp 7af4d63d0c [IMP] Prototype base class for widgets.
bzr revid: nicolas.vanhoren@openerp.com-20110329091001-u76p5psmpi70me3t
2011-03-29 11:10:01 +02:00
Xavier Morel c3d74fe290 [ADD] handling of own values on fields (e.g. self, values which are used to evaluate the field's context and domain, but not any other field's)
Also fix bugs in fields_view_get: didn't evaluate filter_domain to a nonliteral Domain (or a literal domain dict)

bzr revid: xmo@openerp.com-20110329090941-av5ymojubq23yjim
2011-03-29 11:09:41 +02:00
Thibault Francois adc1e1b818 [FIX] do not assign to partner if do not link is selected
bzr revid: tfr@openerp.com-20110329084822-fdvagtj4j8q62nbt
2011-03-29 10:48:22 +02:00
ARA (OpenERP) 8b151db55a [FIX] membership: invoice membership action missing
lp bug: https://launchpad.net/bugs/740517 fixed

bzr revid: ara@tinyerp.com-20110329061822-qxqirltaurajya0y
2011-03-29 11:48:22 +05:30
Launchpad Translations on behalf of openerp d8ca559b5d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110329044041-qyy3q7u1em74acq9
2011-03-29 04:40:41 +00: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
Quentin (OpenERP) abe2683049 [MERGE] lp: 739474
bzr revid: qdp-launchpad@openerp.com-20110328171849-ld419s384kahq64y
2011-03-28 19:18:49 +02:00
Quentin (OpenERP) 839363ef58 [MERGE] lp:740858
bzr revid: qdp-launchpad@openerp.com-20110328170906-dx8q4gx69809blmg
2011-03-28 19:09:06 +02:00
Quentin (OpenERP) d89c81eacc [MERGE] lp:739584
bzr revid: qdp-launchpad@openerp.com-20110328170553-gncwq96nda4d30y4
2011-03-28 19:05:53 +02:00
niv-openerp 1e908843ee [IMP] Extended filters wip.
bzr revid: nicolas.vanhoren@openerp.com-20110328164945-xdsmfq233cxlxggy
2011-03-28 18:49:45 +02:00
Xavier Morel 7b711fd117 [ADD] group_by support in search views (not handled yet by the view manager and list view, so they have no actual effect)
bzr revid: xmo@openerp.com-20110328163917-5deq43o7jwotfpym
2011-03-28 18:39:17 +02:00
Fabien Meghazi 4c83159797 [ADD] attrs support in form view
bzr revid: fme@openerp.com-20110328160530-qw2esi6pmin2p1mo
2011-03-28 18:05:30 +02:00
Quentin (OpenERP) f4b8ddfc5d [FIX] sale: fixed stupid attrs in sale order form view
bzr revid: qdp-launchpad@openerp.com-20110328154601-47a099ya93jws0vu
2011-03-28 17:46:01 +02:00
Xavier Morel 6f3862e101 [ADD] non-literal contexts
bzr revid: xmo@openerp.com-20110328151410-6ep57ay6sdc2k39r
2011-03-28 17:14:10 +02:00
Xavier Morel e7860c7e63 [IMP] use non-literal domains to and from client, add a bunch of tests
Converted OpenERPSession's evaluations to be based on literal (dict) or nonliteral (Domain) objects. OpenERPSession will *not accept* to eval strings

bzr revid: xmo@openerp.com-20110328141920-hlp6sb173o2j6ldw
2011-03-28 16:19:20 +02:00
odoo 2638641b89 [FIX] crm: when looking for existing partners, consider digits as a meaningful part of the name
bzr revid: odoo@ns307129.ovh.net-20110328141053-mqul5io5na9wf2j6
2011-03-28 16:10:53 +02:00
Vo Minh Thu 27b1cac812 [FIX] base_tools, marketing_campaign_crm_demo: __init__.py is no more blank
- the file should not be blank otherwise the Debian packaging will ignore it.

lp bug: https://launchpad.net/bugs/706227 fixed

bzr revid: vmt@openerp.com-20110328140453-sbid5l1042qkqbyh
2011-03-28 16:04:53 +02:00
niv-openerp 5b477c1464 [IMP] Extended filters wip.
bzr revid: nicolas.vanhoren@openerp.com-20110328124247-mb723pentlpimb1z
2011-03-28 14:42:47 +02:00
Xavier Morel fd9da7558a [ADD] start working on adding the concept of literal and non-lit domains, non-lit domains will *not* be pushed to the client but will be stored locally and only a ref will go through
bzr revid: xmo@openerp.com-20110328122724-gnxn8cnta4xyotab
2011-03-28 14:27:24 +02:00
Quentin (OpenERP) b815396f06 [IMP] account, refund invoice wizard: changed default value and order of filter_refund field in order to have something less error prone and less dangereous
bzr revid: qdp-launchpad@openerp.com-20110328112354-o3nxeho0k2ehwni1
2011-03-28 13:23:54 +02:00
skh c5fbe2198f [FIX] Account: Problem for duplicating a record
bzr revid: skh@tinyerp.com-20110328105019-0dlsdgg93l0rlje4
2011-03-28 16:20:19 +05:30
skh 572e7d08c7 [FIX] Account: Problem for duplicating a record
bzr revid: skh@tinyerp.com-20110328102912-fr1qz4e4hcahxfsh
2011-03-28 15:59:12 +05:30
Fabien Meghazi bfba874832 [FIX] invisible tag is alias to attrs 'state', 'not in' instead of 'state', 'in'
bzr revid: fme@openerp.com-20110328100109-gmitlx4r9l1t3wnz
2011-03-28 12:01:09 +02:00
Stephane Wirtel 832e251a93 [IMP] Sort the project issue by priority and create date
bzr revid: stephane@openerp.com-20110328095108-a1uap927ravb202f
2011-03-28 11:51:08 +02:00
Stephane Wirtel 7e7369face [IMP] set assign_to when the state is open
[FIX] Recompute the working days
[IMP] Add an onchange event on the project, to assign the project manager for the user_id field
[FIX] Review the reports for the project.issue
[FIX] Use avg instead of sum for the working days
[IMP] Raise a warning if the analytic account is in pending
[FIX] Use the assigned_To user for the worklogs

bzr revid: stephane@openerp.com-20110328094548-pdzuc4ukf8n7743p
2011-03-28 11:45:48 +02:00
Xavier Morel ec7510b839 [FIX] documentation handling issues
bzr revid: xmo@openerp.com-20110328091809-kju0n2rw232z1pxf
2011-03-28 11:18:09 +02:00
niv-openerp f4518c1f07 [FIX] Changed LabJs configuration to workaround a bug in Chrome that made debugging unusable.
bzr revid: nicolas.vanhoren@openerp.com-20110328090339-vr6nkw4vce2jr1by
2011-03-28 11:03:39 +02:00
Xavier Morel 5820b8f32c [MERGE] small refactoring from trunk
bzr revid: xmo@openerp.com-20110328083153-0uxa4m63aa3we8s7
2011-03-28 10:31:53 +02:00
Xavier Morel 6b3b5fec2f [IMP] extract attributes normalization in its own method, add some comments and fix style a bit (y u use has_key?)
bzr revid: xmo@openerp.com-20110328083112-v2y9y2ith7gidq50
2011-03-28 10:31:12 +02:00
Xavier Morel d368258f13 [IMP] mark events as events, fix typo
bzr revid: xmo@openerp.com-20110328074239-1ygsxzxsv2huhv75
2011-03-28 09:42:39 +02:00
niv-openerp cf4fda9764 [IMP] Modified search view to factorise expanding functionality.
bzr revid: nicolas.vanhoren@openerp.com-20110328073722-stytrmyog74ikar5
2011-03-28 09:37:22 +02:00
Launchpad Translations on behalf of openerp c5ca5a565f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110326050046-dq45skrem9w4mvec
bzr revid: launchpad_translations_on_behalf_of_openerp-20110327045332-0qk3wj2yahi6f7ty
bzr revid: launchpad_translations_on_behalf_of_openerp-20110328043636-fm3ded2ur36t8x6q
2011-03-28 04:36:36 +00:00
Xavier Morel 8b485e7b52 [FIX] RST lists to make super brittle text-filler not break
bzr revid: xmo@openerp.com-20110327133637-6l78z8exhs8timuj
2011-03-27 15:36:37 +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
Quentin (OpenERP) 68f0e28114 [MERGE] merged the branch of Lorenzo Battistini - agilebg.com containing a fix for l10n_it
bzr revid: qdp-launchpad@openerp.com-20110325160633-teegug2yujjz2y4w
2011-03-25 17:06:33 +01:00
Xavier Morel ab43c4ee48 [IMP] filters probably should not trigger a re-search themselves, they should report their toggling to their controller instead
bzr revid: xmo@openerp.com-20110325155917-8j1ns332tgzf5kvf
2011-03-25 16:59:17 +01:00
Quentin (OpenERP) d603252350 [MERGE] merged the branch of Stefan Rijnhart (Therp) containing fix for lp:740353 'Adds code fields to all account.tax.code.template'
bzr revid: qdp-launchpad@openerp.com-20110325155445-x1erwzv907ke8z7k
2011-03-25 16:54:45 +01:00
Quentin (OpenERP) bd532276d0 [MERGE] lp: 740353
bzr revid: qdp-launchpad@openerp.com-20110325154229-ps8cm4d6i2wz49vy
2011-03-25 16:42:29 +01:00
Quentin (OpenERP) 26469cf092 [FIX] account/account_move_line: proper use of set()
bzr revid: qdp-launchpad@openerp.com-20110325153854-jtxryt1cw7rm5a7p
2011-03-25 16:38:54 +01:00
Quentin (OpenERP) 4fd0f28792 [MERGE] merged the branch of niv containing updated description and pictures of modules for the loempia project
bzr revid: qdp-launchpad@openerp.com-20110325151724-h8st5m8ygn6d8j82
2011-03-25 16:17:24 +01:00
niv-openerp 8b21ed5ade [IMP] Added beginning of extended views.
bzr revid: nicolas.vanhoren@openerp.com-20110325151120-rwtxizs9rci24k1p
2011-03-25 16:11:20 +01:00
Quentin (OpenERP) d0cb722bb6 [MERGE] lp:737258
bzr revid: qdp-launchpad@openerp.com-20110325143852-59j11its16tkw053
2011-03-25 15:38:52 +01:00
Quentin (OpenERP) ca578f92ae [MERGE] lp:739181
bzr revid: qdp-launchpad@openerp.com-20110325142831-oygh7tepywprlu29
2011-03-25 15:28:31 +01:00
Quentin (OpenERP) 1357670d17 [MERGE] lp:724820
bzr revid: qdp-launchpad@openerp.com-20110325140526-w9m2lhuezc8cyza7
2011-03-25 15:05:26 +01:00
Quentin (OpenERP) e5a18a90de [MERGE] lp:700928
bzr revid: qdp-launchpad@openerp.com-20110325135609-rscqyc12e17mbasx
2011-03-25 14:56:09 +01:00
Rucha (Open ERP) 21ea9fdc96 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-followup-multi-currencies-improvement-ron
bzr revid: rpa@tinyerp.com-20110325133549-gxpnzr51be2f5hjm
2011-03-25 19:05:49 +05:30
Xavier Morel 1938cda158 [MERGE] fixes from trunk for annoying no-id-menu click
bzr revid: xmo@openerp.com-20110325133359-kjcjrhgu9niyjyw5
2011-03-25 14:33:59 +01:00
Xavier Morel 5294b046d9 [FIX] don't call /base/menu/action when the current menu does not have an id
bzr revid: xmo@openerp.com-20110325132351-tqzzmgqj9ldwzv54
2011-03-25 14:23:51 +01:00
Xavier Morel 47fa3b4a5f [IMP] style fixes, just .data() jquery method instead of .attr('data-*'): shorter and parses integers without having the need to do so manually
[Every attempt is made to convert the string to a JavaScript value (this includes booleans, numbers, objects, arrays, and null) otherwise it is left as a string. To retrieve the value's attribute as a string without any attempt to convert it, use the attr() method. ]

bzr revid: xmo@openerp.com-20110325132115-25ey6y08zc1bjk1q
2011-03-25 14:21:15 +01:00
ksa (Open ERP) 291083c8e2 [FIX]: No average price re-calculation on products
lp bug: https://launchpad.net/bugs/737258 fixed

bzr revid: ksa@tinyerp.co.in-20110325132011-22yu69wtzceop0ae
2011-03-25 18:50:11 +05:30
Xavier Morel 4320d25dbd [FIX] loading of data in grid (reload it correctly, ideally we should only replace rows we didn't already have, something like that...)
bzr revid: xmo@openerp.com-20110325130818-wgg4x3dgxsgdpkqy
2011-03-25 14:08:18 +01:00
Xavier Morel 2bceb3a18b [FIX] IntegerField should not fail to validate when left empty. Also, until they're actually implemented relational field widgets should be Integer fields, not just fields
bzr revid: xmo@openerp.com-20110325124315-k8tpt2cpwhohlljm
2011-03-25 13:43:15 +01:00
ron@tinyerp.com 9e4ae35beb [IMP]Account followup:Improvement of report style and shape
bzr revid: ron@tinyerp.com-20110325124235-2niq7ivqgirr6vv0
2011-03-25 18:12:35 +05:30
Xavier Morel a5d2c95cc1 [FIX] field contexts are lists of lists, not just lists (otherwise the evaluator gets screwy)
bzr revid: xmo@openerp.com-20110325124223-2q0li224uhogy52s
2011-03-25 13:42:23 +01:00
Xavier Morel 632d93afa7 [ADD] evaluation of search contexts and domains, hook ViewManager to the dataset in order to perform the correct search.
I'm pretty sure there's a race condition somewhere in there, in the initial loading of the whole mess I bet we can have the auto_search triggering before the list controller is done loading...

We probably need some deferred (one for each searchable view in the manager + one for the searchview itself) and a final one waiting on them all (I don't think jquery's deferred can do that built-in) before launching the auto_search

bzr revid: xmo@openerp.com-20110325123252-fjrgj4aicac3fo3b
2011-03-25 13:32:52 +01:00
Xavier Morel 9760d629a5 [FIX] timing issue with the ViewManager triggering a search on auto_search
* search should be performed after on_loaded has executed, otherwise no data is available (rendering hasn't even happened)
* don't offload start()ing all the widgets via a setTimeout/defer, otherwise need intermediate callback (for when the view is rendered but the widgets are not loaded) to keep ViewManager in sync
* fix preventDefault condition on SearchView DOM event handlers: only try to preventDefault() if there is a first argument *and it has a preventDefault attribute*

bzr revid: xmo@openerp.com-20110325105151-wkdf8llenaqlffhn
2011-03-25 11:51:51 +01:00
Xavier Morel 0f4a950db1 [FIX] no 'not' operator in QWeb conditions, use 'bzr cdiff'
bzr revid: xmo@openerp.com-20110325104847-1lkv0jkbkhemju2x
2011-03-25 11:48:47 +01:00
Xavier Morel 049964817d [FIX] handle default values setting on search view
bzr revid: xmo@openerp.com-20110325103425-ag08qufuavok6kz0
2011-03-25 11:34:25 +01:00
niv-openerp 55a226ef3a [MERGE] Resynchronized with trunk.
bzr revid: nicolas.vanhoren@openerp.com-20110325102413-7xjgusazsow7nwaf
2011-03-25 11:24:13 +01:00
ksa (Open ERP) 771ebbbcb6 [FIX]: Improve code
bzr revid: ksa@tinyerp.co.in-20110325102208-udopl6kg3f8orowl
2011-03-25 15:52:08 +05:30
ARA (OpenERP) 9b06e256e1 [FIX] Account:Exception raised when setting an Account InActive
bzr revid: ara@tinyerp.com-20110325101808-r1yfsenlr10lgdv4
2011-03-25 15:48:08 +05:30
ksa (Open ERP) 40c1a838f4 [IMP]: Improve code
bzr revid: ksa@tinyerp.co.in-20110325101359-60mbc5w41907xt0i
2011-03-25 15:43:59 +05:30
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
ksa (Open ERP) 30594d9013 [IMP]: Improve the code
bzr revid: ksa@tinyerp.co.in-20110325092453-jalp1rinh8mw943b
2011-03-25 14:54:53 +05:30
ARA (OpenERP) 19c0ebbd45 [FIX] account: slow invoice cancel because validate for every line
bzr revid: ara@tinyerp.com-20110325083549-ud6qd6hxhzimsb1l
2011-03-25 14:05:49 +05:30
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
Fabien Meghazi 78f759622f [IMP] Remove unused line
bzr revid: fme@openerp.com-20110325080108-7c155e8xc27m0zvb
2011-03-25 09:01:08 +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
Launchpad Translations on behalf of openerp dea0358cee Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110325044036-zt02l3fxb5pjby0g
2011-03-25 04:40:36 +00: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
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
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
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
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
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
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
Rucha (Open ERP) 0e430028c1 [FIX]: stock: Fixed scraping move having production lot
lp bug: https://launchpad.net/bugs/739181 fixed

bzr revid: rpa@tinyerp.com-20110324132358-yn5gwkj68pnun0qs
2011-03-24 18:53:58 +05:30
Quentin (OpenERP) 5a27aa0a91 [MERGE] lp:739342
bzr revid: qdp-launchpad@openerp.com-20110324131144-fqomix3t1pqtg5ur
2011-03-24 14:11:44 +01:00
ksa (Open ERP) 687ac53c79 [FIX]:internal move for no validation for production lot
bzr revid: ksa@tinyerp.co.in-20110324130654-mh2iy491rivu568y
2011-03-24 18:36:54 +05:30
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
ksa (Open ERP) 5aa4f59898 [IMP]: Remove wrong line
bzr revid: ksa@tinyerp.co.in-20110324122013-r06q9xz23d5af0hy
2011-03-24 17:50:13 +05:30
ksa (Open ERP) fb49ab35b3 [FIX]:Validation production lot in inventory
lp bug: https://launchpad.net/bugs/700928 fixed

bzr revid: ksa@tinyerp.co.in-20110324121221-tqiy19z2v5aot0o9
2011-03-24 17:42:21 +05:30
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
Rucha (Open ERP) 0170692bdd [MERGE]: Merge with latest trunk
bzr revid: rpa@tinyerp.com-20110324102927-vmd11a2tjs0o9m3z
2011-03-24 15:59:27 +05:30
Quentin (OpenERP) 7c1ea9057b [MERGE] lp:700154
bzr revid: qdp-launchpad@openerp.com-20110324100814-c3lz3vak7u5zs1ae
2011-03-24 11:08:14 +01:00
Raphaël Valyi cb85ff64ca [FIX] Account: dog slow invoice cancel because validate for every line; patch included
lp bug: https://launchpad.net/bugs/740353 fixed

bzr revid: ara@tinyerp.com-20110324095631-pgup0qjn8s9jar0f
2011-03-24 15:26:31 +05:30
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
Antony Lesuisse b507d2231f loud thinking about viewmanager
bzr revid: al@openerp.com-20110324010814-n8hk09002jfq65eg
2011-03-24 02:08:14 +01:00
Antony Lesuisse c376ce8415 [MERGE] xmo dataset
bzr revid: al@openerp.com-20110324003835-va9wdokmzb92f65i
2011-03-24 01:38:35 +01:00
Quentin (OpenERP) cf33670162 [FIX][IMP] account_followup: improved the layout and overal shape of report + fixed the way to display amount in currency other than company (should use amount_currency field instead of (debit-credit * rate))
bzr revid: qdp-launchpad@openerp.com-20110323144341-425n7h1rkrpj4s1s
2011-03-23 15:43:41 +01:00
aag (OpenERP) 9e6718db9e [FIX] WIKI: Wiki Pages Application Now get warning id not proper formate
lp bug: https://launchpad.net/bugs/736102 fixed

bzr revid: aag@tinyerp.co.in-20110323131352-wv3chvlt0w7aquj8
2011-03-23 18:43:52 +05:30
aag (OpenERP) 1b466d4a9d [FIX] WIKI: Wiki Pages Application Now got warning if in Section charecter avalable33- Create Index
lp bug: https://launchpad.net/bugs/736102 fixed

bzr revid: aag@tinyerp.co.in-20110323124833-bo7gurieys58jzmk
2011-03-23 18:18:33 +05:30
Xavier Morel c6aab663bc [FIX] rst rtype specification for a bare list is the constructor name
bzr revid: xmo@openerp.com-20110323122217-ehqru2nu2iq2jhvj
2011-03-23 13:22:17 +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
ron@tinyerp.com 27255d1a44 [FIX]product:the same field twice in _defaults of project.template
lp bug: https://launchpad.net/bugs/740858 fixed

bzr revid: ron@tinyerp.com-20110323120818-49l3m94rw35pcwhj
2011-03-23 17:38:18 +05:30
Xavier Morel 801fae18ca [ADD] implement forgotten DataSet.get RPC method, test it a bit
bzr revid: xmo@openerp.com-20110323120806-uhas8xvxnpsa1dm2
2011-03-23 13:08:06 +01:00
ksa (Open ERP) 68748879d1 [FIX]:stock_move done date not recorded
lp bug: https://launchpad.net/bugs/740762 fixed

bzr revid: ksa@tinyerp.co.in-20110323115517-vqrzwbqaca1gk4ck
2011-03-23 17:25:17 +05:30
rch-openerp 027708d146 [IMP]: Image & description.
bzr revid: rch@tinyerp.com-20110323111103-hzxj3g16w49qo26c
2011-03-23 16:41:03 +05:30
Xavier Morel 65c8aaf78b [ADD] some doc for the dataset
bzr revid: xmo@openerp.com-20110323105031-9j2s5d2g8kxwf9wu
2011-03-23 11:50:31 +01:00
vro 524128c757 [IMP]: Images with demo data: base_contact, base_vat, project_caldav
bzr revid: vro@tinyerp.com-20110323101201-q34y0038ggokfvzd
2011-03-23 15:42:01 +05:30
aag (OpenERP) 4f4bf7d34f [FIX] WIKI: Wiki Pages Application Now got warning if in Section charecter avalable22- Create Index
lp bug: https://launchpad.net/bugs/736102 fixed

bzr revid: aag@tinyerp.co.in-20110323095456-ciclodma2ws7pdr6
2011-03-23 15:24:56 +05:30
aag (OpenERP) 2b6d4c6c28 [FIX] WIKI: Wiki Pages Application Now got warning if in Section charecter avalable- Create Index
lp bug: https://launchpad.net/bugs/736102 fixed

bzr revid: aag@tinyerp.co.in-20110323094715-cvsypmap2yssqf1o
2011-03-23 15:17:15 +05:30
ksa (Open ERP) 79c20bdf81 [FIX]:wrong account number from stock move
lp bug: https://launchpad.net/bugs/739584 fixed

bzr revid: ksa@tinyerp.co.in-20110323093928-9e5h25pxlh6kllw4
2011-03-23 15:09:28 +05:30
rch-openerp 7376b90278 [ADD/IMP]: Images of hr_payroll and point_of_sale modules.
bzr revid: rch@tinyerp.com-20110323093622-uq7cqiv3up37zfo7
2011-03-23 15:06:22 +05:30
Thibault Francois 40fd149a4a [MERGE] fix lp:727698
bzr revid: tfr@openerp.com-20110323093043-frbz6vvwua335s2e
2011-03-23 10:30:43 +01:00
Thibault Francois f15ed45b5d [MERGE] bug fix lp:738689
bzr revid: tfr@openerp.com-20110323092903-fc30f5jn7alxt607
2011-03-23 10:29:03 +01:00
Thibault Francois 630e317626 [MERGE] FIX lp:735348
bzr revid: tfr@openerp.com-20110323091920-zgdo0vlsab0vbyp8
2011-03-23 10:19:20 +01:00
RME (OpenERP) 554c44b62f [FIX] report_webkit : 'Header IMG' and 'Header HTML' menus should be a sub menu of 'Companies'
lp bug: https://launchpad.net/bugs/740130 fixed

bzr revid: rme@tinyerp.com-20110323091530-6zpwxi9kh2703dlh
2011-03-23 14:45:30 +05:30
Xavier Morel 2594a8cad6 [ADD] tests for DataSet.(do_)find
bzr revid: xmo@openerp.com-20110323090801-vx75gc5vk0hx71og
2011-03-23 10:08:01 +01:00
Xavier Morel 3d65a024d2 [IMP] implement DataSet.find, rename .ids() to .fetch() (and the corresponding event), make list and form views use the new dataset API
bzr revid: xmo@openerp.com-20110323083441-ego3wphgpb94obrg
2011-03-23 09:34:41 +01:00
Xavier Morel 1284858cb1 [ADD] get_active_id, use API functions more instead of internals in DataSet
bzr revid: xmo@openerp.com-20110323075429-ek9bvxs6vzoxcqlc
2011-03-23 08:54:29 +01:00
Xavier Morel 99f90b17a2 [FIX] split selection of a range of ids and activation of a single id into two methods, write some tests
bzr revid: xmo@openerp.com-20110323072712-10gohth1mxrgh6o1
2011-03-23 08:27:12 +01:00
Launchpad Translations on behalf of openerp f35a989981 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110323043607-ydbntrwael93hvcn
2011-03-23 04:36:07 +00:00
Xavier Morel 8570ae1fff [IMP] use asyncTest rather than test + stop()
bzr revid: xmo@openerp.com-20110322205218-h2skfkandip8pv8u
2011-03-22 21:52:18 +01:00