Commit Graph

62448 Commits

Author SHA1 Message Date
Vo Minh Thu abbe3ac1de [MERGE] removed a few warnings.
bzr revid: vmt@openerp.com-20121106150431-rem9us13kevan8y0
2012-11-06 16:04:31 +01:00
Quentin (OpenERP) ad66333390 [MERGE] fix in account_voucher (bug spotted by nel)
bzr revid: qdp-launchpad@openerp.com-20121106145556-x95mzg8fukkvoxcs
2012-11-06 15:55:56 +01:00
Xavier Morel 2ebaa6f666 [FIX] searchview drawer closing when clicking advanced proposition
handler for "global click filtered by whether click target is outside
of search view" executed after prop deletion handler has executed =>
the whole proposition has already been removed from the document and
thus isn't a descendent of the searchview anymore => test matches and
drawer closes.

Altered handler to stop propagation so does not reach global handler.

bzr revid: xmo@openerp.com-20121106144736-l0pde7phf3nake4t
2012-11-06 15:47:36 +01:00
Xavier Morel 9304ac6594 [FIX] width of progress bars in list view
bzr revid: xmo@openerp.com-20121106141835-fd8spbm93h3etjps
2012-11-06 15:18:35 +01:00
Xavier Morel 4f52103aa0 [FIX] double html-escaping of group titles in grouped lists (eg analysis)
bzr revid: xmo@openerp.com-20121106140519-0qnq934rr44l6kgt
2012-11-06 15:05:19 +01:00
Quentin (OpenERP) 1795a34291 [FIX] account_voucher: using pay invoice wizard on customer refund was creating wrong entries
bzr revid: qdp-launchpad@openerp.com-20121106123759-rli58yp8lwyub59o
2012-11-06 13:37:59 +01:00
Vo Minh Thu 97455e2c2b [MERGE] Made the assertion report available on the registry.
bzr revid: vmt@openerp.com-20121106112508-1jeb6zgtg1g67h3k
2012-11-06 12:25:08 +01:00
Xavier Morel 9037ca4480 [FIX] test data: duplicating existing demo data crimps my style
bzr revid: xmo@openerp.com-20121106093237-vsbo2l5pjup42frp
2012-11-06 10:32:37 +01:00
Xavier Morel aabb0f38fa [FIX] base_import: only allow reloading the current file if there *is* a current file loaded
bzr revid: xmo@openerp.com-20121106084353-npwkbkg6r0wkwdrg
2012-11-06 09:43:53 +01:00
Xavier Morel 18f885b10f [FIX] recursive conversion of o2ms in import
added new test cases from gkr

bzr revid: xmo@openerp.com-20121106084206-1cckepflh9h4g1yv
2012-11-06 09:42:06 +01:00
Launchpad Translations on behalf of openerp df41b0ef2d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121106051257-ux0x5d6sa0vn0eha
2012-11-06 05:12:57 +00:00
Xavier Morel f02c4266d6 [IMP] better logging during import failure
bzr revid: xmo@openerp.com-20121105100717-pqexs7j710s2ea2i
2012-11-05 11:07:17 +01:00
Launchpad Translations on behalf of openerp c1d04e00d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121106045008-xngylwi17dh211vm
2012-11-06 04:50:08 +00:00
Fabien Pinckaers 6db4620bce [MERGE] fix POS
bzr revid: fp@openerp.com-20121105204051-g1kx1uf7ur2bj8ke
2012-11-05 21:40:51 +01:00
Fabien Meghazi fa3c7f11c0 [IMP] Upgraded dhtmlxscheduler
bzr revid: fme@openerp.com-20121105194733-5yy3zqmk8byfj3v6
2012-11-05 20:47:33 +01:00
Antonin Bourguignon 2fa821b6dc [IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT
bzr revid: abo@openerp.com-20121105173017-ntxnedz2yffyo5kp
2012-11-05 18:30:17 +01:00
Antonin Bourguignon 88f06c467c [IMP] use tools.DEFAULT_SERVER_DATETIME_FORMAT
bzr revid: abo@openerp.com-20121105170318-fmq31jsjf1xriqnh
2012-11-05 18:03:18 +01:00
Fabien Meghazi a2852d5774 [MERGE] trunk
bzr revid: fme@openerp.com-20121105151914-tcxu1hn324cbts3l
2012-11-05 16:19:14 +01:00
Antonin Bourguignon 1ccf56d34e [MERGE] trunk-10click-hr: hr modules improvements
regroup hr modules in the modules kanban view
improve onchanges in form views
- hr holidays: auto-fill in employee's department, auto-fill end date when possible, check if start date < end date
- hr recruitment: auto-fill in partner's phone, mobile and email

bzr revid: abo@openerp.com-20121105150857-or0b30opn9pdq123
2012-11-05 16:08:57 +01:00
Fabien Meghazi 2e4cb3a69a [FIX] Dirty workaround for dhtmlxscheduler bug
bzr revid: fme@openerp.com-20121105150412-7x0ah1mfuvffsipe
2012-11-05 16:04:12 +01:00
Raphael Collet 0db0876322 [MERGE] trunk-bug-related-field-rco (fix and simplify related fields, to handle field chains of length 1)
bzr revid: rco@openerp.com-20121105141051-1333e5jdrfxulalj
2012-11-05 15:10:51 +01:00
Antonin Bourguignon cf4f0a1021 [WIP] better management of start and end dates
bzr revid: abo@openerp.com-20121105133229-e3qge2pid9j6u4ck
2012-11-05 14:32:29 +01:00
Cedric Snauwaert db2c3ff865 [FIX]Correct the bug due to the name change of module mrp_subproduct to mrp_byproduct which caused an error when trying to access configuration menu of manufacturing in settings. Also add some typo fix
lp bug: https://launchpad.net/bugs/1071178 fixed

bzr revid: csn@openerp.com-20121105132918-pg6hn3l2h3dx8832
2012-11-05 14:29:18 +01:00
Raphael Collet 750ef9d931 [IMP] fields.related._fnct_read: small improvements
bzr revid: rco@openerp.com-20121105131712-sc70thn3wpyq6o7y
2012-11-05 14:17:12 +01:00
Fabien Meghazi cbbd4dcee3 [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130130-dwkn8124zc6yq933
2012-11-05 14:01:30 +01:00
Fabien Meghazi 6f57449dcd [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130053-6gdklt6ok4lst6ba
2012-11-05 14:00:53 +01:00
Cedric Snauwaert c3aaf6439e [MERGE]merge with latest addons_trunk
bzr revid: csn@openerp.com-20121105123913-cvrvkmgeoqtija71
2012-11-05 13:39:13 +01:00
Launchpad Translations on behalf of openerp 2d42b35fba Launchpad automatic translations update.
bzr revid: odo@openerp.com-20121105111708-086ye2o6s2a8i7sn
2012-11-05 12:17:08 +01:00
Fabien Pinckaers ef3210031d [MERGE] pos: fix multicompany bugs
(this is also an attempt to fix history breakage due to fp-style merge)

bzr revid: odo@openerp.com-20121105111609-yuaw6wu6jd1ar2a1
2012-11-05 12:16:09 +01:00
Sanjay Gohel (Open ERP) 00a28c4b3d [IMP]pos does not calculate tax and touch screen does not gives actually quantity
bzr revid: sgo@tinyerp.com-20121105104357-6r59u4g20ojg0hlw
2012-11-05 16:13:57 +05:30
Antonin Bourguignon 602ed5c7ca [MERGE] trunk
bzr revid: abo@openerp.com-20121105101538-tdgu6bi8vp2lnqru
2012-11-05 11:15:38 +01:00
Raphael Collet 52c29ae1c0 [FIX] fields.related._fnct_read: fix handling of type many2one
bzr revid: rco@openerp.com-20121105094929-oz7trjzwlqw90499
2012-11-05 10:49:29 +01:00
Vo Minh Thu 7169f91bc3 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121105090123-difc1iksbnb28mtv
2012-11-05 10:01:23 +01:00
Raphael Collet 401dd57f30 [MERGE] from trunk
bzr revid: rco@openerp.com-20121105083756-jdr9fxp32djpifqk
2012-11-05 09:37:56 +01:00
Raphael Collet db13e8591a [FIX] fields.related._fnct_write: handle the case where ids is a single id
bzr revid: rco@openerp.com-20121105082259-rcmcjs5n1eimtcpl
2012-11-05 09:22:59 +01:00
Launchpad Translations on behalf of openerp 958edad965 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121105044053-iwdfmabj0neffc9o
2012-11-05 04:40:53 +00:00
Launchpad Translations on behalf of openerp 29fffbc97d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121104045554-ygf95bxx3xy44tm1
2012-11-04 04:55:54 +00:00
Fabien Pinckaers 974ca267cf [MERGE] fix multi-company for pos
bzr revid: fp@openerp.com-20121103172128-rx5lvo5xzmsj9ay1
2012-11-03 18:21:28 +01:00
Fabien Pinckaers 4a15e55895 [FIX] bug pos
bzr revid: fp@openerp.com-20121103171627-7mvvn13494ofbbh0
2012-11-03 18:16:27 +01:00
Fabien Pinckaers 74476c8e22 [FIX] POS close session without cash register
bzr revid: fp@openerp.com-20121103171225-nlp53s0aenamdhcg
2012-11-03 18:12:25 +01:00
Antony Lesuisse 74cda3df5b [MERGE] content-disposition fixes by Giedrius Slavinskas
lp bug: https://launchpad.net/bugs/1072803 fixed

bzr revid: al@openerp.com-20121103153406-m2xlwm9af2ekcdc7
2012-11-03 16:34:06 +01:00
Antony Lesuisse 8d82b8bb96 [MERGE] view_editor css fixes
bzr revid: al@openerp.com-20121103152724-ag7pq44gm8tmwsv5
2012-11-03 16:27:24 +01:00
Fabien Pinckaers fa90c9e771 [MERGE] trunk
bzr revid: fp@openerp.com-20121103152552-zlf761mkoxbgyxfh
2012-11-03 16:25:52 +01:00
Fabien Pinckaers ce874db95a [FIX] POS
bzr revid: fp@openerp.com-20121103152504-f3o6ce0e833hdibj
2012-11-03 16:25:04 +01:00
Antony Lesuisse 8198fc787d [FIX] remove unsed minified files
bzr revid: al@openerp.com-20121103150045-pkx6ckvc9hp7vaz0
2012-11-03 16:00:45 +01:00
Antony Lesuisse cdd2398496 [MERGE] auth_signup jsonrpc instead of post and redirect
bzr revid: al@openerp.com-20121103144237-5otizomez1du5iyq
2012-11-03 15:42:37 +01:00
Fabien Pinckaers 15be6914be [IMP] typo
bzr revid: fp@openerp.com-20121103134730-z42xnfgieoccl16i
2012-11-03 14:47:30 +01:00
Fabien Pinckaers 367edaad26 [IMP] order of invoice types
bzr revid: fp@openerp.com-20121103134512-mwkqzsnz3ndy5fsb
2012-11-03 14:45:12 +01:00
Fabien Pinckaers c7550c110a [IMP] typo
bzr revid: fp@openerp.com-20121103133857-6aly1tcxv5jkfp8y
2012-11-03 14:38:57 +01:00
Fabien Pinckaers e0453227ef [IMP] useability: invisible contract type if defined by default
bzr revid: fp@openerp.com-20121103133510-nsuenjvgbkbxx2ub
2012-11-03 14:35:10 +01:00