Commit Graph

61781 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 848cb19302 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121031044102-kzq98kd00ff26loy
2012-10-31 04:41:02 +00:00
Olivier Dony 5411b475de [FIX] account: currency_id must be passed to the chart installation wizard
Otherwise the installation of a chart of account
via the settings page fails miserably.

bzr revid: odo@openerp.com-20121030181754-jnfnnyarf3lixsou
2012-10-30 19:17:54 +01:00
Olivier Dony eefc873a4b [MERGE] hr_timesheet_invoice: fix bug 1048305 + add regression test, courtesy of Stephane Bidoul (Acsone)
The semantics for invoice taxes in OpenERP is to use
the product taxes if the product has any (and if there
is a specific product), and otherwise use those on the
G/L account that is used. This is how taxes are determined
when creating invoices.

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

bzr revid: odo@openerp.com-20121030162443-rn18sl1twp2t1mex
2012-10-30 17:24:43 +01:00
Quentin (OpenERP) df4d649fd9 [FIX] account: context passing in account.move.line search view
bzr revid: qdp-launchpad@openerp.com-20121030153309-7dsnps6dhm0opnvv
2012-10-30 16:33:09 +01:00
Odowan Kenobi 55f8e0485b [IMP] yaml_import: allow to use a view from another module when creating a record in yaml by prefixing it with <module_name> + '.' (e.g: account.supplier_invoice_form_view). A great patch from odony. Hooray
bzr revid: qdp-launchpad@openerp.com-20121030152824-0n2gazacag2hzkbj
2012-10-30 16:28:24 +01:00
niv-openerp 8597e63c29 [FIX] problem in graph view with second level of group by
bzr revid: nicolas.vanhoren@openerp.com-20121030145912-5kxyndtucy0do7x3
2012-10-30 15:59:12 +01:00
Stéphane Bidoul ad811bf48e [FIX] hr_timesheet_invoice: make tax test more independent of master data
bzr revid: stephane.bidoul@acsone.eu-20121030145537-u4jdutaw2mzdur39
2012-10-30 15:55:37 +01:00
Frédéric van der Essen dadcebd434 [MERGE] css changes : added more padding to the chat in formview
bzr revid: fva@openerp.com-20121030123849-z33j4yfx4lwu587t
2012-10-30 13:38:49 +01:00
Vo Minh Thu c902eb4539 [DOC] openerp.tests.common: now included in the test-framework page.
bzr revid: vmt@openerp.com-20121030113737-10h045k368pbrldq
2012-10-30 12:37:37 +01:00
Stéphane Bidoul c186d01d8e [FIX] invoice tasks work: default to account tax when product has no tax
lp bug: https://launchpad.net/bugs/1048305 fixed

bzr revid: stephane.bidoul@acsone.eu-20121030112632-7cbfv7xgzqnua6i5
2012-10-30 12:26:32 +01:00
Frédéric van der Essen 311cf01384 [MERGE] from trunk
bzr revid: fva@openerp.com-20121030110643-u775xem0pp6sqvjc
2012-10-30 12:06:43 +01:00
Frédéric van der Essen fb642473c1 [IMP] css: made the padding around the comments bigger
bzr revid: fva@openerp.com-20121030110621-86exa4ibrnd9585i
2012-10-30 12:06:21 +01:00
Olivier Dony 71b2765bd7 [MERGE] Misc fixes for test-related issues detected during community test sprint
bzr revid: odo@openerp.com-20121030094854-px1nobnx1hanad7f
2012-10-30 10:48:54 +01:00
Launchpad Translations on behalf of openerp 87d3caa50f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121030053700-w841c92uvirpii9h
2012-10-30 05:37:00 +00:00
Fabien Pinckaers ac3f0efec6 [FIX] typo
bzr revid: fp@openerp.com-20121029205602-daotsimsdp7c9wcn
2012-10-29 21:56:02 +01:00
Fabien Pinckaers a17c7ad91f [IMP] fancy notes by default
bzr revid: fp@openerp.com-20121029205419-4vsjpab5frvsk0oa
2012-10-29 21:54:19 +01:00
Olivier Dony 485e437440 [FIX] orm: _validate should not immediately rollback
For some obscure reason _validate used to immediately
rollback the current transaction as soon as a constraint
failed anywhere. This is completely incorrect and
violates the transaction abstraction: the responsibility
of creating and closing transactions belongs to the
RPC dispatch layer, or whatever takes its place (e.g. the
test setup/teardown for tests). Rolling back or committing
in the middle of a transaction precludes special
error treatment and can have very bad side effects.

bzr revid: odo@openerp.com-20121029180742-2gw08kobdh7w5njc
2012-10-29 19:07:42 +01:00
Olivier Dony 290baa5be7 [FIX] yaml: more explicit error if !record has missing parameters
bzr revid: odo@openerp.com-20121029173421-bbx9kn0xp10bpeh1
2012-10-29 18:34:21 +01:00
Olivier Dony 6dd4a1ae5f [FIX] openerp-server: missing variable in startup script for --test-file option
bzr revid: odo@openerp.com-20121029173321-clq0p2z2dh3ld8mu
2012-10-29 18:33:21 +01:00
Fabien Pinckaers 2d3c672d93 [IMP] margin-right on hours for timesheets
bzr revid: fp@tinyerp.com-20121029165138-4i0rgh9ayyw2qq5m
2012-10-29 17:51:38 +01:00
Antonin Bourguignon 46e94a312c [IMP] usability of menus by displaying their full hierarchy
this will avoid confusion while organizing menu items hierarchy

bzr revid: abo@openerp.com-20121029145946-6fz0rvi7ewzbtp43
2012-10-29 15:59:46 +01:00
Vo Minh Thu d45e2db49b [MERGE] added single transaction unit test base case.
bzr revid: vmt@openerp.com-20121029145723-ov1efsnh5b834cy4
2012-10-29 15:57:23 +01:00
Fabien Pinckaers d3ff1d70a8 [FIX] timesheet context bug
bzr revid: fp@tinyerp.com-20121029145549-n2zdzd3llqqrskba
2012-10-29 15:55:49 +01:00
Thibault Delavallée c61687e66f [MERGE] OpenChatter 5.Pi "Stylin' in the rain", with a better Chatter widget, CSS and behavior.
This addons-side revision brings :
- Chatter DOM and CSS refactoring
- Chatter JS code cleaning
- server-side code cleaning and testing

bzr revid: tde@openerp.com-20121029145050-sp55fkn70t0fcobp
2012-10-29 15:50:50 +01:00
Thibault Delavallée 4bc3bde860 [MERGE] OpenChatter 5.Pi "Stylin' in the rain", with a better Chatter widget, CSS and behavior.
This web-side revision brings a new web widget for attachments, in order to upload one or more file in same time and display them as a list. Files deletion is supported. The blockui option allows to block the UI while the file is uploaded.

bzr revid: tde@openerp.com-20121029144755-7xibc7a3ndmby898
2012-10-29 15:47:55 +01:00
Frédéric van der Essen 9d0e42e3bc [IMP] css: design for 'likes'
bzr revid: fva@openerp.com-20121029144503-tc124u71b2qijclx
2012-10-29 15:45:03 +01:00
Thibault Delavallée e79b8e2912 [MERGE] Merged branch fixing recurring bug with ClEditor.
bzr revid: tde@openerp.com-20121029143527-6libgkpudmo2xlu8
2012-10-29 15:35:27 +01:00
Christophe Matthieu 54a945f63c [IMP] mail: openchatter fadeout fix
bzr revid: chm@openerp.com-20121029142856-kd2mnje5w4ee5x3t
2012-10-29 15:28:56 +01:00
Antonin Bourguignon db584c4673 [MERGE] trunk-bug-994272-abo: improve project's usability by giving the full path to linked analytic accounts
without this name_get() overwriting, if you have two accounts with the same name, it's impossible to distinct them when you want to link a project to one of them
also improved the project's 'parent_id' field @help

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

bzr revid: abo@openerp.com-20121029142706-fhsoyli5klwg4sco
2012-10-29 15:27:06 +01:00
Christophe Matthieu f3e397a98f [FIX] cleditor: When the DOM is modify, the event resize try to call refresh and refresh has not DOM available. Correction : If the DOM as no prent, don't call refresh.
bzr revid: chm@openerp.com-20121029142557-q4wdjiqw5fortp36
2012-10-29 15:25:57 +01:00
Vo Minh Thu 3ffc363cd2 [IMP] tests: added a whole-class setup/teardown base class to tests/common.
bzr revid: vmt@openerp.com-20121029142302-ug3phcx3c26cxd91
2012-10-29 15:23:02 +01:00
Quentin (OpenERP) e67b730ba9 [IMP] base: usability in module form view
bzr revid: qdp-launchpad@openerp.com-20121029141631-2ybbmaoif0lgn33x
2012-10-29 15:16:31 +01:00
Thibault Delavallée 061fd61d64 [MERGE] Sync with addons/trunk.
bzr revid: tde@openerp.com-20121029135531-8x3mx84jtv42p454
2012-10-29 14:55:31 +01:00
Thibault Delavallée 7768919bb2 [MERGE] Sync with web/trunk.
bzr revid: tde@openerp.com-20121029135519-rjjannd2rssl665v
2012-10-29 14:55:19 +01:00
Frédéric van der Essen 867f79cc30 [MERGE] css changes for the chat
bzr revid: fva@openerp.com-20121029135321-upotggfh9jzpu4tv
2012-10-29 14:53:21 +01:00
Frédéric van der Essen cdbafaa06f [MERGE] from chm
bzr revid: fva@openerp.com-20121029135202-jjq6v9u2sm06aum0
2012-10-29 14:52:02 +01:00
Frédéric van der Essen 631122ce7e [MERGE] css changes for openchatter integration
bzr revid: fva@openerp.com-20121029134154-x4eeavzqec2w1fo6
2012-10-29 14:41:54 +01:00
Frédéric van der Essen f561d7e9fd [MERGE] from trunk
bzr revid: fva@openerp.com-20121029105126-gmc4b88e4ggon2l7
bzr revid: fva@openerp.com-20121029134120-7ipcitjtwhgzaqeu
2012-10-29 14:41:20 +01:00
Frédéric van der Essen 930be38e8b [IMP] moved the follower's subtype checkbox to the left
bzr revid: fva@openerp.com-20121029130937-ihwacro4q9jl3h7y
2012-10-29 14:09:37 +01:00
Thibault Delavallée 46718679f3 [FIX] Fixing last fix, forgot a field.
bzr revid: tde@openerp.com-20121029130656-et7vfu2nepxezb31
2012-10-29 14:06:56 +01:00
Frédéric van der Essen 01e2d11863 [IMP] improved padding between messages
bzr revid: fva@openerp.com-20121029130333-388iwp76wozfzqsj
2012-10-29 14:03:33 +01:00
Thibault Delavallée 530b946b32 [IMP] [FIX] base_calendar: read only required fields; first try to fix the runbot infinite loop bug.
bzr revid: tde@openerp.com-20121029123532-okl3q2dtnhq4a2xv
2012-10-29 13:35:32 +01:00
Christophe Matthieu 79669aaf9b [FIX] mail: compose message with reduce DOM
bzr revid: chm@openerp.com-20121029113145-50gx1qdu3co3jd0c
2012-10-29 12:31:45 +01:00
Christophe Matthieu 81df392b71 [IMP] mail: openchatter, reduce DOM item
bzr revid: chm@openerp.com-20121029112254-e0az3mi3vmmk83ca
2012-10-29 12:22:54 +01:00
Thibault Delavallée d97ffd7b19 [CLEAN] Misc cleaning of code: removed debug statements, added some notes.
bzr revid: tde@openerp.com-20121029112117-kup1q99c2nbkgar7
2012-10-29 12:21:17 +01:00
niv-openerp 6c9137021c [FIX] small problem in search view, it did not supported the field type html (caused an exception in Notes)
bzr revid: nicolas.vanhoren@openerp.com-20121029111542-tikkk513ilv0br4e
2012-10-29 12:15:42 +01:00
Christophe Matthieu 7371f63bd0 [IMP] view form: one2many_binary, css like chatter attachment
bzr revid: chm@openerp.com-20121029105947-67lynhgjmbadvb3k
2012-10-29 11:59:47 +01:00
niv-openerp 143d67a2b0 [FIX] web_shortcuts: the module was broken due to small javascript error
bzr revid: nicolas.vanhoren@openerp.com-20121029105931-nwwfl9stjvcmpgf7
2012-10-29 11:59:31 +01:00
Antonin Bourguignon 55b787b27b [MERGE] trunk
bzr revid: abo@openerp.com-20121029105215-od2ly1jpeqghhhld
2012-10-29 11:52:15 +01:00
Antonin Bourguignon d3a09bfcfc [MERGE] trunk
bzr revid: abo@openerp.com-20121029105213-3eofoz6e0jmwh5r7
2012-10-29 11:52:13 +01:00