Commit Graph

22060 Commits

Author SHA1 Message Date
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
Launchpad Translations on behalf of openerp f24c02ff5f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101024045546-08r6nf48fe4b41yb
bzr revid: launchpad_translations_on_behalf_of_openerp-20101025043834-4l12btemd16d7ge5
2010-10-25 04:38:34 +00:00
Fabien Pinckaers dee82b3ce7 fix bug introduced in r2938
bzr revid: fp@tinyerp.com-20101023125131-b7vx7tz5wck6jqn5
2010-10-23 14:51:31 +02:00
AMP (OpenERP) fb90b121ea [Merge]
bzr revid: amp@tinyerp.com-20101023061839-ladrly21bs6yqkef
2010-10-23 11:48:39 +05:30
Launchpad Translations on behalf of openerp 819da9b27d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101023045125-nvkqhzipu927angr
2010-10-23 04:51:25 +00:00
Launchpad Translations on behalf of openerp 9646fdb436 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101023045032-iki6n0uj3irfw6f6
2010-10-23 04:50:32 +00:00
Xavier Morel 52774a994e [IMP] cleanup _check_concurrency a bit and reduce nesting
bzr revid: xmo@openerp.com-20101022162131-9quly5fjl7xe4km5
2010-10-22 18:21:31 +02:00
olt@tinyerp.com d5d6e2ff0e [FIX] crm.meeting: 'duration' is no longer readonly
[FIX] base_calendar: bug when trying to set 'allday'

bzr revid: olt@tinyerp.com-20101022131812-1wmx8crh6cdlhodt
2010-10-22 15:18:12 +02:00
Xavier Morel 2d4c23ef0d [IMP] make the default company pad ieterpad rather than pad.openerp.com
* better naming for clients than piratepad
* Has T&C and privacy policy
* Offers pro accounts
* Undo/redo support

bzr revid: xmo@openerp.com-20101022090133-d187so23fuy0csp9
2010-10-22 11:01:33 +02:00
AMP (OpenERP) 1c251e2f10 [MOD/IMP] hr_expense : Usability Improvement in groups nad access rights
bzr revid: amp@tinyerp.com-20101022085331-qqvd1wj9io4y3di1
2010-10-22 14:23:31 +05:30
DBR (OpenERP) 3f59f48ba1 [IMP]hr_payroll_account : Usability Improvment
bzr revid: dbr@tinyerp.com-20101022073145-furaaacl3affwn9c
2010-10-22 13:01:45 +05:30
Launchpad Translations on behalf of openerp 15043dbefa Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101022044101-ozv1lbgh0spa2c21
2010-10-22 04:41:01 +00:00
Launchpad Translations on behalf of openerp 45fe72282d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101022043833-wernhbhrqrvod7co
2010-10-22 04:38:33 +00:00
Vir (Open ERP) a85ac78f8d [Merge]
bzr revid: vir@tinyerp.com-20101022042823-bo6lvr3gvinr52l7
2010-10-22 09:58:23 +05:30
Olivier Dony be2926de63 [FIX] fields.many2many: get() should ignore "string" domains, meant for client-side eval (pending API change later to make the distinction explicit?)
bzr revid: odo@openerp.com-20101021163131-bbmtpygtwton3acv
2010-10-21 18:31:31 +02:00
Olivier Dony b0dcc6f515 [FIX] base_module_upgrade: ensure the second view has lower priority to avoid conflicts
bzr revid: odo@openerp.com-20101021154203-bzjdt15ohe754y2v
2010-10-21 17:42:03 +02:00
sma@tinyerp.com 3108df45f3 [IMP] orm,res.log: better handling of context in res.log entries
bzr revid: odo@openerp.com-20101021144546-1vetgysw0cljvppc
2010-10-21 16:45:46 +02:00
Olivier Dony f3f9478b6a [IMP] fields.many2many: improve/refactor many2many.get() after last domain patch (initial refactoring from P. Christeas)
bzr revid: odo@openerp.com-20101021130045-s7ntdh7xyu20hgws
2010-10-21 15:00:45 +02:00
Olivier Dony c7b7717e6f [FIX] res.groups: static domains on m2m should be list, not string
bzr revid: odo@openerp.com-20101021125905-mmk42xdid6pd28vc
2010-10-21 14:59:05 +02:00
Jay (OpenERP) c48419d6a8 [FIX] HR : Onchange issues solved
lp bug: https://launchpad.net/bugs/653690 fixed

bzr revid: jvo@tinyerp.com-20101021124800-17mo6r7zxzm6pm9b
2010-10-21 18:18:00 +05:30
skh 340547a18e [FIX] hr, hr_expense : On change event problem
lp bug: https://launchpad.net/bugs/653690 fixed

bzr revid: skh@tinyerp.com-20101021122020-obeha6aimohkwmog
2010-10-21 17:50:20 +05:30
skh b3b0dd31d8 [MERGE] Merged from the main trunk addons
bzr revid: rme@tinyerp.com-20101021090526-rgbj24qaz2ep3d1t
bzr revid: skh@tinyerp.com-20101021121622-z22qqf0armfu0kyj
2010-10-21 17:46:22 +05:30
DBR (OpenERP) d2012542a3 [IMP]hr_holidays,hr_payroll : Usability Improvment
bzr revid: dbr@tinyerp.com-20101021113438-7yscni6sx7ponvzk
2010-10-21 17:04:38 +05:30
Xavier Morel 06f376b71d [ADD] pad: server module with web addon component
bzr revid: xmo@openerp.com-20101021111330-9loqx0lht8noi5bp
2010-10-21 13:13:30 +02:00
Xavier Morel 11c4cbd31f [FIX] booleans are returned, not raised
bzr revid: xmo@openerp.com-20101021110144-t7azpoho48cnc39u
2010-10-21 13:01:44 +02:00
Xavier Morel 5ee5a24bdc [REV] previous revision in part: back to returning false when resource not found
bzr revid: xmo@openerp.com-20101021104439-sjrixx5ubwu5wa8d
2010-10-21 12:44:39 +02:00
Xavier Morel 9030f5d625 [ADD] pad: web component
bzr revid: xmo@openerp.com-20101021103448-fyb0km0i147av93t
2010-10-21 12:34:48 +02:00
Xavier Morel fcdebe5924 [FIX] naming in get_resource_path, raise errors when invoked stupidly rather than just return False
bzr revid: xmo@openerp.com-20101021095817-fm0qr3fzsamj4giw
2010-10-21 11:58:17 +02:00
DBR (OpenERP) 02d7109955 [IMP]hr_holidays : Usability Improvment
bzr revid: dbr@tinyerp.com-20101021095813-emph31d5kad55m49
2010-10-21 15:28:13 +05:30
P. Christeas 312e62c10a [FIX] get_module_resource should not limit to regular files.
bzr revid: xmo@openerp.com-20101021095226-u3v9gtyerhm6l2g0
2010-10-21 11:52:26 +02:00
jam-openerp 0548860aff [FIX] hr_evaluation_plan_pahses Error while saving record cause of m2o field is requird and not in view
bzr revid: jam@tinyerp.com-20101021091028-uhdnywe2xu5lcpre
2010-10-21 14:40:28 +05:30
olt@tinyerp.com 27be0ec7e4 [FIX] calendar: try to keep 'duration' and 'end date' synchronized
bzr revid: olt@tinyerp.com-20101021090841-xpkv3ljlblx28nsl
2010-10-21 11:08:41 +02:00
Xavier Morel 38e5b5d44d [IMP] get current user's pad root URL from company configuration rather than hardcoding it
bzr revid: xmo@openerp.com-20101021090325-g1dg3l3jkwty8w49
2010-10-21 11:03:25 +02:00
Xavier Morel 126c2103bc [ADD] pad module
bzr revid: xmo@openerp.com-20101021090056-s37esucpv1nywayr
2010-10-21 11:00:56 +02:00
DBR (OpenERP) 7c3bb62f7f [IMP]hr_holidays : Usability Improvment
bzr revid: dbr@tinyerp.com-20101021074342-klm7duunsh98r9e4
2010-10-21 13:13:42 +05:30
DBR (OpenERP) a46239d937 [MOD]hr_holidays : Usability Improvement in search view
bzr revid: dbr@tinyerp.com-20101021072126-n3vkddg1kpcftvdw
2010-10-21 12:51:26 +05:30
RME (OpenERP) bf71b78303 [REV] account_voucher : reverted revision number 4285
bzr revid: rme@tinyerp.com-20101021072012-je9ajep9jp4331lz
2010-10-21 12:50:12 +05:30
olt@tinyerp.com a823c78c53 [IMP] base_calendar: avoid creating context object twice when context dict is empty (using 'is None')
bzr revid: olt@tinyerp.com-20101021065003-xo2whz2zn0orqgqz
2010-10-21 08:50:03 +02:00
Jay (OpenERP) 191fb6f17e [FIX] Account_voucher : Removed the lines which blocked the form view of voucher lines
bzr revid: jvo@tinyerp.com-20101021085122-922665s8j329gk3j
2010-10-21 14:21:22 +05:30
Jay (OpenERP) 48b2b16628 [FIX] Account : wizard corrected for unicode
lp bug: https://launchpad.net/bugs/664288 fixed

bzr revid: jvo@tinyerp.com-20101021083922-twdzt2vpxj3xirzp
2010-10-21 14:09:22 +05:30
JMA (OpenERP) ee6cdce925 [FIX] account : Unicode corrections for account journal
lp bug: https://launchpad.net/bugs/664288 fixed

bzr revid: jma@tinyerp.com-20101021062421-29zidtfe74afw31i
2010-10-21 11:54:21 +05:30
JMA (OpenERP) 2bf9225f2e [MERGE]: merge from the main trunk addons
bzr revid: jma@tinyerp.com-20101021061935-ec1fa7goibm0lt0k
2010-10-21 11:49:35 +05:30
rpa (Open ERP) 1c45afa7ab [FIX]: crm: Fixed creation of new category of lead/opportunity
lp bug: https://launchpad.net/bugs/663749 fixed

bzr revid: rpa@tinyerp.com-20101021055928-65h8weazmtjn41ol
2010-10-21 11:29:28 +05:30
Vir (Open ERP) 7eaf10aeb0 [Merge]
bzr revid: vir@tinyerp.com-20101021053151-hs4bxig3xvg1af3o
2010-10-21 11:01:51 +05:30
Launchpad Translations on behalf of openerp 26621f9731 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101021050313-b0c2dq8k6l6vgzh4
2010-10-21 05:03:13 +00:00
Launchpad Translations on behalf of openerp ce9dd2d7a3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101021050121-np6p72npz9aft3gw
2010-10-21 05:01:21 +00:00
Olivier Dony 973af690b5 [IMP] base: improve some error messages/translations (modified patch from P. Christeas)
bzr revid: odo@openerp.com-20101020171739-2uc9a6fechrl5iaj
2010-10-20 19:17:39 +02:00
Olivier Dony 69ea053093 [FIX] translations: export wizard should also export _sql_constraints + cleanup
bzr revid: odo@openerp.com-20101020163822-myx69vpr1vavlqru
2010-10-20 18:38:22 +02:00
Olivier Dony eed35f8c52 [ADD] languages: add support for more spanish locales (latin america)
lp bug: https://launchpad.net/bugs/660933 fixed

bzr revid: odo@openerp.com-20101020161843-rpdcihejmiluv3k7
2010-10-20 18:18:43 +02:00
Xavier Morel 5589268c78 [REN] piratepad addon -> pad
bzr revid: xmo@openerp.com-20101020155636-t0lwzlwxjqndtpea
2010-10-20 17:56:36 +02:00