odoo/odoo.git
10 years ago[FIXME] deactivated failed tests to make the runbot green again
Frédéric van der Essen [Mon, 24 Feb 2014 16:43:21 +0000 (17:43 +0100)]
[FIXME] deactivated failed tests to make the runbot green again

bzr revid: fva@openerp.com-20140224164321-7631d3uqu2r2zqyw

10 years ago[IMP] 3 cols to respect icon and make it easier for new users to start with
Fabien Pinckaers [Mon, 24 Feb 2014 11:01:48 +0000 (12:01 +0100)]
[IMP] 3 cols to respect icon and make it easier for new users to start with

bzr revid: fp@tinyerp.com-20140224110148-12lndtuaztxypgmw

10 years ago[FIX] website's translation problems on multiple inheritance
Fabien Meghazi [Mon, 24 Feb 2014 10:32:35 +0000 (11:32 +0100)]
[FIX] website's translation problems on multiple inheritance

bzr revid: fme@openerp.com-20140224103235-2s9de5k71xfa2qko

10 years ago[IMP] Allow to press select where you want the new line
Fabien Pinckaers [Mon, 24 Feb 2014 09:55:53 +0000 (10:55 +0100)]
[IMP] Allow to press select where you want the new line

bzr revid: fp@tinyerp.com-20140224095553-qc4lhnpetczl1t7v

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 23 Feb 2014 07:07:06 +0000 (07:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140222063856-jg0p4f82hy0yw5f0
bzr revid: launchpad_translations_on_behalf_of_openerp-20140222063912-upicgao9ly9iu2wf
bzr revid: launchpad_translations_on_behalf_of_openerp-20140223070706-qx82kgcpxvuqfmod

10 years ago[FIX] damn! correct import
Christophe Simonis [Fri, 21 Feb 2014 23:10:10 +0000 (00:10 +0100)]
[FIX] damn! correct import

bzr revid: chs@openerp.com-20140221231010-nxwqfgtn6477ewvg

10 years ago[IMP] openerp/service/server.py: lint file
Christophe Simonis [Fri, 21 Feb 2014 22:35:44 +0000 (23:35 +0100)]
[IMP] openerp/service/server.py: lint file

bzr revid: chs@openerp.com-20140221223544-q309ioxit8tzlaki

10 years ago[FIX] correct signal handler on nt
Christophe Simonis [Fri, 21 Feb 2014 22:17:02 +0000 (23:17 +0100)]
[FIX] correct signal handler on nt

bzr revid: chs@openerp.com-20140221221702-5sa98qfkfh0fimct

10 years ago[FIX] correct run of test-file via command line
Christophe Simonis [Fri, 21 Feb 2014 22:15:51 +0000 (23:15 +0100)]
[FIX] correct run of test-file via command line

bzr revid: chs@openerp.com-20140221221551-y168fe003k45229m

10 years ago[FIX] return code is non-zero if any preloaded database failed to load
Christophe Simonis [Fri, 21 Feb 2014 22:03:48 +0000 (23:03 +0100)]
[FIX] return code is non-zero if any preloaded database failed to load

bzr revid: chs@openerp.com-20140221220348-vw3mll25dti1n23u

10 years ago[FIX] httpd thread must be a daemon threaded
Christophe Simonis [Fri, 21 Feb 2014 21:57:09 +0000 (22:57 +0100)]
[FIX] httpd thread must be a daemon threaded

bzr revid: chs@openerp.com-20140221215709-codb7b9r9n77ln7k

10 years ago[IMP] filter out phantomjs warning on OSX
Xavier Morel [Fri, 21 Feb 2014 14:34:48 +0000 (15:34 +0100)]
[IMP] filter out phantomjs warning on OSX

bzr revid: xmo@openerp.com-20140221143448-tpx62ua785kc8gfx

10 years ago[MERGE] [IMP] ir_actions: allow using workflows in server actions.
Thibault Delavallée [Fri, 21 Feb 2014 14:12:38 +0000 (15:12 +0100)]
[MERGE] [IMP] ir_actions: allow using workflows in server actions.

bzr revid: tde@openerp.com-20140221141238-4tfi6ojxs86arc41

10 years ago[ADD] Test that the variable 'workflow' is correctly assigned in Python server action...
Richard Mathot (OpenERP) [Fri, 21 Feb 2014 12:57:08 +0000 (13:57 +0100)]
[ADD] Test that the variable 'workflow' is correctly assigned in Python server actions (if not, the code will crash)

bzr revid: rim@openerp.com-20140221125708-6vt2ucp5sjtvl02q

10 years ago[MERGE] [IMP] mail: subtype: order by application + allow to hide technical subtypes...
Thibault Delavallée [Fri, 21 Feb 2014 12:20:36 +0000 (13:20 +0100)]
[MERGE] [IMP] mail: subtype: order by application + allow to hide technical subtypes + updated addons subtypes

- mail.message.subtype:
-- added sequence field, used to order subtypes when displaying them
-- added hidden field, used to hide some subtypes. Subtypes like 'Task Created' or 'Issue Created' are not necessary on a task or issue, but useful on the project form view. Indeed by following the task created subtype on the project, the user is notified of new tasks. However on the task itself it makes no sense to be able to follow task created. This subtype has to exist due to the technical implementation, but should be hidden in the followers widget of the task.
- mail: updated followers widget accordingly, and display subtypes by application with a visual border to separate them

- project, crm, sale_crm: updated hidden and sequence of subtypes

bzr revid: tde@openerp.com-20140221122036-m30laylmb4tqndkh

10 years ago[ADD] Enable access to workflow engine in server actions that run arbitrary python...
Richard Mathot (OpenERP) [Fri, 21 Feb 2014 11:53:47 +0000 (12:53 +0100)]
[ADD] Enable access to workflow engine in server actions that run arbitrary python code
(a workflow variable gives now access to trg_* methods of the workflow engine)

bzr revid: rim@openerp.com-20140221115347-rpar6uyiwx1z9deu

10 years ago[MERGE] Sync with trunk, because trunk was broken at last update
Thibault Delavallée [Fri, 21 Feb 2014 11:52:07 +0000 (12:52 +0100)]
[MERGE] Sync with trunk, because trunk was broken at last update

bzr revid: tde@openerp.com-20140221115207-oussz4cxss9u99vw

10 years ago[CLEAN] gamification: removed .moved folder, added when forward porting
Thibault Delavallée [Fri, 21 Feb 2014 11:40:04 +0000 (12:40 +0100)]
[CLEAN] gamification: removed .moved folder, added when forward porting
saas-3 into trunk.

bzr revid: tde@openerp.com-20140221114004-9ee33tn3ilk6rekf

10 years ago[FIX] mail: fixed regression caused by forward-porting saas-3: re-removed
Thibault Delavallée [Fri, 21 Feb 2014 11:39:19 +0000 (12:39 +0100)]
[FIX] mail: fixed regression caused by forward-porting saas-3: re-removed
the hack in mail_thread about subscription in create mode.

bzr revid: tde@openerp.com-20140221113919-3b51stz2u9rj4kcz

10 years ago[IMP] crm: added sequence on subtypes
Thibault Delavallée [Fri, 21 Feb 2014 11:29:15 +0000 (12:29 +0100)]
[IMP] crm: added sequence on subtypes

bzr revid: tde@openerp.com-20140221112915-1o9pk3gjohtl558w

10 years ago[IMP] mail: subtype model: cleaning + improved form view to add the new fields
Thibault Delavallée [Fri, 21 Feb 2014 11:29:04 +0000 (12:29 +0100)]
[IMP] mail: subtype model: cleaning + improved form view to add the new fields

bzr revid: tde@openerp.com-20140221112904-ijgkqy5zhco5a9i4

10 years ago[IMP] mail: do not fetch hidden subtypes in follower widgets
Thibault Delavallée [Fri, 21 Feb 2014 11:28:16 +0000 (12:28 +0100)]
[IMP] mail: do not fetch hidden subtypes in follower widgets

bzr revid: tde@openerp.com-20140221112816-xhtc97az72ip355o

10 years ago[IMP] project, project_issue: added sequence on subtypes
Thibault Delavallée [Fri, 21 Feb 2014 11:27:04 +0000 (12:27 +0100)]
[IMP] project, project_issue: added sequence on subtypes

bzr revid: tde@openerp.com-20140221112704-lqd4o5bnljn84yxs

10 years ago[IMP] sale_crm: subtypes: added sequence
Thibault Delavallée [Fri, 21 Feb 2014 11:26:43 +0000 (12:26 +0100)]
[IMP] sale_crm: subtypes: added sequence

bzr revid: tde@openerp.com-20140221112643-thzam5r0db5cfiq6

10 years ago[FIX] website: bootstrap is now in web module
Christophe Simonis [Fri, 21 Feb 2014 10:47:25 +0000 (11:47 +0100)]
[FIX] website: bootstrap is now in web module

bzr revid: chs@openerp.com-20140221104725-e1w0t9ety5oqjf0y

10 years ago[ADD] mail: mail_message_subtype: add a hidden field, to hide some subtypes from
Thibault Delavallée [Fri, 21 Feb 2014 10:28:23 +0000 (11:28 +0100)]
[ADD] mail: mail_message_subtype: add a hidden field, to hide some subtypes from
the followers widget. This will be used to hide the created
subtype on the task or issues for example, while still available
on the related project. The subtype on the task is necessary
to trigger the various autosubscription and notification mechanisms
but its display on task/issue is not.

bzr revid: tde@openerp.com-20140221102823-ca1bvw3qi9kf61uq

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 21 Feb 2014 10:23:22 +0000 (11:23 +0100)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20140221102322-oi7wa2sc3867g81d

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Feb 2014 05:48:43 +0000 (05:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140221054843-7g7jwzx085jnes1q

10 years ago[FIX] mail: fix IndentationError introduced in last commit
Christophe Simonis [Thu, 20 Feb 2014 17:29:26 +0000 (18:29 +0100)]
[FIX] mail: fix IndentationError introduced in last commit

bzr revid: chs@openerp.com-20140220172926-4fy9x1i1q4wknfqx

10 years ago[FIX] openerp/addons/base/ir/ir_actions.py: correct SyntaxError introduced in last...
Christophe Simonis [Thu, 20 Feb 2014 17:09:49 +0000 (18:09 +0100)]
[FIX] openerp/addons/base/ir/ir_actions.py: correct SyntaxError introduced in last commit

bzr revid: chs@openerp.com-20140220170949-kc4ru12sc5on300c

10 years ago[MERGE] forward port of branch saas-2 up to revid 9195 chs@openerp.com-20140220154517...
Christophe Simonis [Thu, 20 Feb 2014 16:38:15 +0000 (17:38 +0100)]
[MERGE] forward port of branch saas-2 up to revid 9195 chs@openerp.com-20140220154517-6y531n1mqtnfnsmr

bzr revid: chs@openerp.com-20140220163815-69sza1kclnh5mavs

10 years ago[MERGE] forward port of branch saas-2 up to revid 5014 mat@openerp.com-20140220145701...
Christophe Simonis [Thu, 20 Feb 2014 16:05:48 +0000 (17:05 +0100)]
[MERGE] forward port of branch saas-2 up to revid 5014 mat@openerp.com-20140220145701-6y7s1roj88q7ys13

bzr revid: chs@openerp.com-20140220160548-0rhulha4cml6t08v

10 years ago[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 5015 dle@openerp.com-20140...
Denis Ledoux [Fri, 21 Feb 2014 10:55:00 +0000 (11:55 +0100)]
[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 5015 dle@openerp.com-20140221104908-7ytdg6xkxaza05o4

bzr revid: dle@openerp.com-20140220132700-hhc1nsu25j1ye257
bzr revid: mat@openerp.com-20140220150028-p6l0vnwa5q18uxiu
bzr revid: dle@openerp.com-20140221105500-t7jg037uusdloigl

10 years ago[FIX] ir_model: Uninstall with orphan external ids of ir.model.fields
Denis Ledoux [Fri, 21 Feb 2014 10:49:08 +0000 (11:49 +0100)]
[FIX] ir_model: Uninstall with orphan external ids of ir.model.fields

On uninstalling, if external ids are associated to an unexisting field, we do not try to delete the field (as it doesnt exist) and we remove the orphan external ids

bzr revid: dle@openerp.com-20140221104908-7ytdg6xkxaza05o4

10 years ago[FIX] website: ace: client side add a try catch to DOMParser for IE
Christophe Matthieu [Fri, 21 Feb 2014 10:08:53 +0000 (11:08 +0100)]
[FIX] website: ace: client side add a try catch to DOMParser for IE

bzr revid: chm@openerp.com-20140221100853-50smr3ii8jrcq178

10 years ago[MERGE] forward port of branch saas-2 up to revid 9136 dle@openerp.com-20140219170746...
Christophe Simonis [Thu, 20 Feb 2014 15:45:17 +0000 (16:45 +0100)]
[MERGE] forward port of branch saas-2 up to revid 9136 dle@openerp.com-20140219170746-3yjvjyc2wwrb7rvd

bzr revid: chs@openerp.com-20140220154517-6y531n1mqtnfnsmr

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev.5240 revid:mat@openerp.com...
Martin Trigaux [Thu, 20 Feb 2014 14:57:01 +0000 (15:57 +0100)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev.5240 revid:mat@openerp.com-20140220145445-0xt7alp3uj0os1fz

bzr revid: mat@openerp.com-20140220145701-6y7s1roj88q7ys13

10 years ago[MERGE] [FIX] read_group: skip date(time) fields when generating the sql query, the...
Martin Trigaux [Thu, 20 Feb 2014 14:54:45 +0000 (15:54 +0100)]
[MERGE] [FIX] read_group: skip date(time) fields when generating the sql query, the monthly grouping is done afterward

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

bzr revid: mat@openerp.com-20140220103351-n3ohwombd1kk802f
bzr revid: mat@openerp.com-20140220145445-0xt7alp3uj0os1fz

10 years ago[FIX] website: on DOM elements we must set attribute via setAttribute
Christophe Simonis [Thu, 20 Feb 2014 14:21:10 +0000 (15:21 +0100)]
[FIX] website: on DOM elements we must set attribute via setAttribute

bzr revid: chs@openerp.com-20140220142110-zwtvvt2bkvbki7oo

10 years ago[ADD] web: add no_create option in view_form, allowing to remove create and edit...
Denis Ledoux [Thu, 20 Feb 2014 14:13:02 +0000 (15:13 +0100)]
[ADD] web: add no_create option in view_form, allowing to remove create and edit (and quick create)

Before, we used to use selection widget to hide or disable the create and edit of many2one fields, but this is actually an abuse of the selection widget, this is not its purpose

bzr revid: dle@openerp.com-20140220141302-3paib80ixiyi66qg

10 years ago[FIX] orm: grouping of date and datetime conflicts ordering on dates with date and...
Anael Closson [Thu, 20 Feb 2014 13:51:27 +0000 (14:51 +0100)]
[FIX] orm: grouping of date and datetime conflicts ordering on dates with date and datetime - hotfix

bzr revid: acl@openerp.com-20140220135127-1hh7s6dx6p2wuhz9

10 years ago[FIX] web: oe_form_uri is not always a link (many2one readonly no_open for instance...
Denis Ledoux [Thu, 20 Feb 2014 13:50:30 +0000 (14:50 +0100)]
[FIX] web: oe_form_uri is not always a link (many2one readonly no_open for instance), therefore, apply css only for a.oe_form_uri, to add the underline. Color was already added by another rule.

bzr revid: dle@openerp.com-20140220135030-tt6isdwum15zt6i8

10 years ago[FIX] service: wrong namespace for using tools
Denis Ledoux [Thu, 20 Feb 2014 13:25:48 +0000 (14:25 +0100)]
[FIX] service: wrong namespace for using tools

bzr revid: dle@openerp.com-20140220132548-fkw19c45mbnejgld

10 years ago[FIX] crm_partner_assign: remove selection widget from type_id and channel_id, as...
Denis Ledoux [Thu, 20 Feb 2014 12:38:19 +0000 (13:38 +0100)]
[FIX] crm_partner_assign: remove selection widget from type_id and channel_id, as the selection widget implies to have read access on these models, which is not the case for portal users.

bzr revid: dle@openerp.com-20140220123819-mfxr5sne9s4f0u9d

10 years ago[FIX] website_blog: manifest: the url is wrong to start a freetrial from blog apps...
Christophe Matthieu [Thu, 20 Feb 2014 11:19:51 +0000 (12:19 +0100)]
[FIX] website_blog: manifest: the url is wrong to start a freetrial from blog apps in the website. Go to openerp.com, clisk on Blog icon (apps), the url is good, now click on free trial button, it is the website_sale link

bzr revid: chm@openerp.com-20140220111951-h80w1v1w7hwr3pvl

10 years ago[IMP] website ace editor: display more informations about errors when the user save...
Christophe Matthieu [Thu, 20 Feb 2014 10:33:55 +0000 (11:33 +0100)]
[IMP] website ace editor: display more informations about errors when the user save views

bzr revid: chm@openerp.com-20140220103355-0us8k76yrrodqs0u

10 years ago[IMP] Cursor.savepoint
Xavier Morel [Thu, 20 Feb 2014 10:33:45 +0000 (11:33 +0100)]
[IMP] Cursor.savepoint

time.time doesn't guarantee sub-second precision.

Use a uuid1 instead (lower anonymity but higher isolation than uuid4
especially in distributed systems, and we don't care about anonimity for
savepoint names from application servers).

Quote name so first character can be a digit.

bzr revid: xmo@openerp.com-20140220103345-xistzxy17r8j87hf

10 years ago[IMP] ir.actions.act_window: make `multi` field visible in form view + improve label...
Olivier Dony [Thu, 20 Feb 2014 10:00:36 +0000 (11:00 +0100)]
[IMP] ir.actions.act_window: make `multi` field visible in form view + improve label/desc

bzr revid: odo@openerp.com-20140220100036-uu0hg9lqhpc257pr

10 years ago[FIX] incorrect handling of orderbys when generator for the groupby field generates...
Anael Closson [Thu, 20 Feb 2014 09:59:11 +0000 (10:59 +0100)]
[FIX] incorrect handling of orderbys when generator for the groupby field generates more than one orderby clause item

bzr revid: acl@openerp.com-20140220095911-zd5j1ssjw0cwzzz2

10 years ago[FIX] domain added to see only your own contact in model calendar.contact
jke-openerp [Thu, 20 Feb 2014 08:58:37 +0000 (09:58 +0100)]
[FIX] domain added to see only your own contact in model calendar.contact

bzr revid: jke@openerp.com-20140220085837-t2ut7qo4yi4lr4a8

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 20 Feb 2014 05:14:43 +0000 (05:14 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140220051443-j5eojea132bflo3e

10 years ago[FIX]sale: post message of mail_thread only accept 0, False, an ID or a list with...
Denis Ledoux [Wed, 19 Feb 2014 17:07:46 +0000 (18:07 +0100)]
[FIX]sale: post message of mail_thread only accept 0, False, an ID or a list with one ID

bzr revid: dle@openerp.com-20140219170746-3yjvjyc2wwrb7rvd

10 years agoForward-port of latest saas-2 bugfixes, up to rev.3902 revid:mat@openerp.com-20140219...
Martin Trigaux [Wed, 19 Feb 2014 16:33:48 +0000 (17:33 +0100)]
Forward-port of latest saas-2 bugfixes, up to rev.3902 revid:mat@openerp.com-20140219111353-cxo860z7ctz7om30

bzr revid: odo@openerp.com-20140219163348-5fpbm3rgpkq7kjw5

10 years ago[MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_...
Christophe Simonis [Tue, 18 Mar 2014 11:27:43 +0000 (12:27 +0100)]
[MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0

bzr revid: chs@openerp.com-20140129095637-mbfz82r5pyz4dctc
bzr revid: dle@openerp.com-20140210140818-5mtk1qhheo219bm1
bzr revid: dle@openerp.com-20140214114445-krexrwm9o2nrxepk
bzr revid: mat@openerp.com-20140219111353-cxo860z7ctz7om30
bzr revid: dle@openerp.com-20140221120519-1pj3wc8kqgkr5uda
bzr revid: chs@openerp.com-20140318112743-tqv492026y2pnbff

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 25 Mar 2014 07:21:22 +0000 (07:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0
bzr revid: launchpad_translations_on_behalf_of_openerp-20140325072122-d9jgtji9dmmytg8d

10 years ago[FIX] sale: trigger signal manual invoice for make invoices wizard (not advance)
Denis Ledoux [Mon, 24 Mar 2014 10:34:27 +0000 (11:34 +0100)]
[FIX] sale: trigger signal manual invoice for make invoices wizard (not advance)

bzr revid: dle@openerp.com-20140324103427-yckncrnynvs5si8i

10 years ago[FIX] last version of wkhtmltopdf expects all file to have a doctype, inject one...
Simon Lejeune [Mon, 24 Mar 2014 10:17:31 +0000 (11:17 +0100)]
[FIX] last version of wkhtmltopdf expects all file to have a doctype, inject one if not present

bzr revid: sle@openerp.com-20140324101731-eqzqins3s8uak1yd

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 23 Mar 2014 06:44:12 +0000 (06:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140322070453-bbx8zxmppthwar0s
bzr revid: launchpad_translations_on_behalf_of_openerp-20140323064412-l97e4rap18b68ab0

10 years ago[FIX] survey: avoid duplicate partners on new users creation
Denis Ledoux [Fri, 21 Mar 2014 13:57:05 +0000 (14:57 +0100)]
[FIX] survey: avoid duplicate partners on new users creation

bzr revid: dle@openerp.com-20140321135705-lrnxu3gsnkt4r5cd

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Mar 2014 06:51:50 +0000 (06:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140321065150-vovy9a0q2y6vkwm4

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Mar 2014 06:51:15 +0000 (06:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140320061913-o2fp3m104dzeb2ky
bzr revid: launchpad_translations_on_behalf_of_openerp-20140321065115-srp2g1l3twjabmcq

10 years ago[FIX] Move default value in the _defaults of model and not in default_get.
Kersten Jeremy [Thu, 20 Mar 2014 18:02:40 +0000 (19:02 +0100)]
[FIX] Move default value in the _defaults of model and not in default_get.
Don't override the location_id if the super get_default don't retrun a value.

Else it is impossible to set a default value, because the ir_values is always overrided with stock_location_stock as location_id

bzr revid: jke@openerp.com-20140320180240-un42lptu3pjnsmxq

10 years ago[FIX] survey: report not stored on filesystem
Denis Ledoux [Thu, 20 Mar 2014 17:48:35 +0000 (18:48 +0100)]
[FIX] survey: report not stored on filesystem

bzr revid: dle@openerp.com-20140320174835-kdha7ivs64vsvizt

10 years ago[FIX] point_of_sale: add multi-companies rules on pos.config
Denis Ledoux [Thu, 20 Mar 2014 15:44:36 +0000 (16:44 +0100)]
[FIX] point_of_sale: add multi-companies rules on pos.config

bzr revid: dle@openerp.com-20140320154436-ygqhvvyhe6otv70p

10 years ago[FIX] stock: force form_view_ref to False in context of actions track_line and scrap_...
Denis Ledoux [Thu, 20 Mar 2014 11:07:41 +0000 (12:07 +0100)]
[FIX] stock: force form_view_ref to False in context of actions track_line and scrap_move to avoid context propagation of stock picking views

bzr revid: dle@openerp.com-20140320110741-pg8se5c02p87yi1y

10 years ago[FIX] subscription: missing required dependency on `base`
Olivier Dony [Thu, 20 Mar 2014 09:13:49 +0000 (10:13 +0100)]
[FIX] subscription: missing required dependency on `base`

bzr revid: odo@openerp.com-20140320091349-74zykqzf2ols3ja1

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 20 Mar 2014 06:19:44 +0000 (06:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140319063002-sd17jxb37ycogrrz
bzr revid: launchpad_translations_on_behalf_of_openerp-20140320061944-bwpy0lt1bp5ee0y2

10 years ago[FIX] Fix the yml test with option --test-file.
Kersten Jeremy [Wed, 19 Mar 2014 10:48:47 +0000 (11:48 +0100)]
[FIX] Fix the yml test with option --test-file.

1 -
There was a confusing between kind and mode.
Due to the mode 'test', there are many part of code who was not executed.
The right value is kind='test', and arbitrary mode='init' (or 'update')

2 -
The yml test was always roolbacked, without check that command line had '--test-commit'.
It's has been fixed, now we check if param --test-commit is existing, else we roolback the transaction.

Rem for forward: function in trunk=saas-4 has been moved in : openerp/service/server.py - def load_test_file_yml

bzr revid: jke@openerp.com-20140319104847-6r2c70gapocn2wxq

10 years ago[FIX] purchase: for drop shipping po, the supplier of the picking was the customer...
Denis Ledoux [Tue, 18 Mar 2014 15:14:56 +0000 (16:14 +0100)]
[FIX] purchase: for drop shipping po, the supplier of the picking was the customer address, which is obviously wrong, it should be the supplier of the po

bzr revid: dle@openerp.com-20140318151456-qw896i1t55wgwhkm

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 18 Mar 2014 06:21:35 +0000 (06:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140318062135-gqvoka8hm41pe762

10 years ago[FIX] point_of_sale: prevent duplicated order posting
Denis Ledoux [Mon, 17 Mar 2014 16:41:31 +0000 (17:41 +0100)]
[FIX] point_of_sale: prevent duplicated order posting

bzr revid: dle@openerp.com-20140317164131-eewyqmzz5niebz2a

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 17 Mar 2014 05:09:59 +0000 (05:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140315072920-dmiymtbhrgu87wm0
bzr revid: launchpad_translations_on_behalf_of_openerp-20140316060652-akf1fti2hc1a9vmm
bzr revid: launchpad_translations_on_behalf_of_openerp-20140317050959-2xx2aoylhn6a28fo

10 years ago[MERGE] [FIX] stock: add some missing context, courtesy of Lionel Sausin (Numérigraphe)
Martin Trigaux [Fri, 14 Mar 2014 16:09:38 +0000 (17:09 +0100)]
[MERGE] [FIX] stock: add some missing context, courtesy of Lionel Sausin (Numérigraphe)

bzr revid: mat@openerp.com-20140314160938-px91g81280qff635

10 years ago[FIX] pager: revert of revision 4159, the pager was disapearing when going in editabl...
Martin Trigaux [Fri, 14 Mar 2014 13:28:54 +0000 (14:28 +0100)]
[FIX] pager: revert of revision 4159, the pager was disapearing when going in editable mode (which is more problematic that the issue rev 4159 was trying to fix)

bzr revid: mat@openerp.com-20140314132854-8ie8sosx9xecuww4

10 years ago[FIX] pad: improve pad bootstrap, prevent creating useless empty pads, avoid edition...
Olivier Dony [Fri, 14 Mar 2014 13:18:49 +0000 (14:18 +0100)]
[FIX] pad: improve pad bootstrap, prevent creating useless empty pads, avoid edition warning in read-only mode for new pads, translate messages

Added a small method to detect the proper server configuration,
and make it degrade gracefully if the method is not present.
This avoids having to force a pad URL generation in order to
test the config (possibly creating useless pads).
Add a user-friendly message when the pad has not yet been
initialized for a given record, in read-only mode.

bzr revid: odo@openerp.com-20140314131849-rnjvk1pqpiyvtc1c

10 years ago[FIX] share wizard: delete wizard lines in cascade
Christophe Simonis [Fri, 14 Mar 2014 11:59:36 +0000 (12:59 +0100)]
[FIX] share wizard: delete wizard lines in cascade

bzr revid: chs@openerp.com-20140314115936-8y6eg51tzmsdlb85

10 years ago[FIX] pager: do not try to toggle the visibility if the pager do not exists yet
Martin Trigaux [Fri, 14 Mar 2014 11:27:09 +0000 (12:27 +0100)]
[FIX] pager: do not try to toggle the visibility if the pager do not exists yet

bzr revid: mat@openerp.com-20140314112709-0sqq6tcpmza34q1e

10 years ago[FIX] mail.thread: avoid error if `message_unread_count` has been popped 1 line earlier
Olivier Dony [Fri, 14 Mar 2014 10:46:05 +0000 (11:46 +0100)]
[FIX] mail.thread: avoid error if `message_unread_count` has been popped 1 line earlier

bzr revid: odo@openerp.com-20140314104605-qi7eqj2g37dvxvc3

10 years ago[FIX] calendar: correct recurrency end date computation
Christophe Simonis [Fri, 14 Mar 2014 09:48:09 +0000 (10:48 +0100)]
[FIX] calendar: correct recurrency end date computation

bzr revid: chs@openerp.com-20140314094809-0wuus62tob8vtyi0

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 14 Mar 2014 06:58:36 +0000 (06:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140314065823-xdw7aa9ye4j200pp
bzr revid: launchpad_translations_on_behalf_of_openerp-20140314065836-tn2fv9smot0omj8f

10 years ago[FIX] Change password wizard: reload webclient after changing your own password....
Kersten Jeremy [Thu, 13 Mar 2014 18:14:15 +0000 (19:14 +0100)]
[FIX] Change password wizard: reload webclient after changing your own password. Because your session is dead after the changing !

bzr revid: jke@openerp.com-20140313181415-3rwlxhpevev3tlsq

10 years ago[MERGE] [FIX] base_calendar: correct the set method for rrule (opw 605088)
Martin Trigaux [Thu, 13 Mar 2014 15:51:31 +0000 (16:51 +0100)]
[MERGE] [FIX] base_calendar: correct the set method for rrule (opw 605088)

- create hook method to fix the invalid call while keeping the signature of the old methdo
- remove undeclared variable
- force the 'byday' field (type selection) to be a string value instead of an integer

bzr revid: mat@openerp.com-20140313155131-e90stgoh8bz8tgvg

10 years ago[FIX] pager show the pagger earlier in the loading process to avoid to mix the list...
Martin Trigaux [Thu, 13 Mar 2014 15:42:28 +0000 (16:42 +0100)]
[FIX] pager show the pagger earlier in the loading process to avoid to mix the list and form pagers when fast switching (and slow network)

bzr revid: mat@openerp.com-20140313154228-70jytisdwlf3sfbo

10 years ago[IMP] add test
Martin Trigaux [Thu, 13 Mar 2014 15:37:57 +0000 (16:37 +0100)]
[IMP] add test

bzr revid: mat@openerp.com-20140313153757-nj9nn52u7kxpfg8i

10 years ago[FIX] pad: use server to get pad content
Christophe Simonis [Thu, 13 Mar 2014 15:35:35 +0000 (16:35 +0100)]
[FIX] pad: use server to get pad content

bzr revid: chs@openerp.com-20140313153535-ogyip9tfm2hkwn1f

10 years ago[FIX] if only one id, convert to list
Martin Trigaux [Thu, 13 Mar 2014 15:16:12 +0000 (16:16 +0100)]
[FIX] if only one id, convert to list

bzr revid: mat@openerp.com-20140313151612-saoc3a73x1cwvgbg

10 years ago[FIX] base_calendar: correct the invert call to the function field rrule.
Martin Trigaux [Thu, 13 Mar 2014 15:08:23 +0000 (16:08 +0100)]
[FIX] base_calendar: correct the invert call to the function field rrule.
Create new hook method with valid signature.
Keep the old one for compatibility reasons.
Force the value of 'byday' (type selection) to be a string instead of integer.

bzr revid: mat@openerp.com-20140313150823-vba9qulj549v37t9

10 years ago[FIX] stock: use fully qualified xmlid in *_view_ref context keys
Christophe Simonis [Thu, 13 Mar 2014 13:44:38 +0000 (14:44 +0100)]
[FIX] stock: use fully qualified xmlid in *_view_ref context keys

bzr revid: chs@openerp.com-20140313134438-jcwhrm3demu4i99q

10 years ago[FIX] pager: show the pagger earlier to avoid slow loading to mix list and form pager...
Martin Trigaux [Thu, 13 Mar 2014 12:38:11 +0000 (13:38 +0100)]
[FIX] pager: show the pagger earlier to avoid slow loading to mix list and form pagers when fast switching

bzr revid: mat@openerp.com-20140313123811-ej7lu53xp51kn6gu

10 years ago[FIX] Add missing context to some calls
Lionel Sausin [Thu, 13 Mar 2014 09:50:54 +0000 (10:50 +0100)]
[FIX] Add missing context to some calls

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

bzr revid: ls@numerigraphe.com-20140313095054-3506f3tan8eyqc61

10 years ago[FIX] base_import: avoid name clash when importing ir.translation records. Call the...
Martin Trigaux [Thu, 13 Mar 2014 08:28:13 +0000 (09:28 +0100)]
[FIX] base_import: avoid name clash when importing ir.translation records. Call the orm method directly.

This hack is needed in 7.0 to avoid changes in the API.
Renaming the load method of ir.translation is the proper solution for trunk (done in server revision 5018)

bzr revid: mat@openerp.com-20140313082813-afjsj912q2idrhl5

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 13 Mar 2014 07:15:40 +0000 (07:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140313071540-nhiuwlanpkvorb8h

10 years ago[FIX] add the logging handler only to the root logger. let the loggers propagate...
Christophe Simonis [Wed, 12 Mar 2014 17:18:19 +0000 (18:18 +0100)]
[FIX] add the logging handler only to the root logger. let the loggers propagate to allow more than one handler

bzr revid: chs@openerp.com-20140312171819-bnj3md07w4le2m7m

10 years ago[MERGE] [FIX] one2many fields: when sortign on a column of type m2o (format (id,...
Martin Trigaux [Wed, 12 Mar 2014 15:04:35 +0000 (16:04 +0100)]
[MERGE] [FIX] one2many fields: when sortign on a column of type m2o (format (id, name)), instead of sorting on the tuple (and then id), sort on the name_get value to match what is shown on the screen

bzr revid: mat@openerp.com-20140312150435-shq9hy3b9njkhxsn

10 years ago[FIX] base_import: avoid name clash when importing ir.translation records. Call the...
Martin Trigaux [Wed, 12 Mar 2014 14:05:15 +0000 (15:05 +0100)]
[FIX] base_import: avoid name clash when importing ir.translation records. Call the orm method directly.

This hack is needed in 7.0 to avoid changes in the API.
Renaming the method is the proper solution for trunk (done revision 5018)

bzr revid: mat@openerp.com-20140312140515-tisj9cye0mzfprsw

10 years ago[FIX] account: change decimal precision to avoid erasing tax and base values when...
Najlaâ [Wed, 12 Mar 2014 13:05:22 +0000 (14:05 +0100)]
[FIX] account: change decimal precision to avoid erasing tax and base values when updating a tax with coefficients on more than 2 decimals

bzr revid: nel@tinyerp.com-20140312130522-qr5e010onc7ejrz5

10 years ago[FIX] account: using float_round instead of native python round method, to apply...
Denis Ledoux [Wed, 12 Mar 2014 12:09:04 +0000 (13:09 +0100)]
[FIX] account: using float_round instead of native python round method, to apply half-up tie-breaking rule (1.655 with precision 2 is now 1.66 instead of 1.65).

bzr revid: dle@openerp.com-20140312120904-ucixsl1szfi1q0ea

10 years ago[FIX] account_check_writing: set the amount_in_word even if the check is not created...
Denis Ledoux [Wed, 12 Mar 2014 11:03:03 +0000 (12:03 +0100)]
[FIX] account_check_writing: set the amount_in_word even if the check is not created through the voucher form (for example, for checks created through pay wizard of invoices)

bzr revid: dle@openerp.com-20140312110303-x82juu3i2nox3u3j

10 years ago[MERGE] [FIX] auditrail: when removing tracked object in a write call (eg: remove...
Martin Trigaux [Wed, 12 Mar 2014 09:30:10 +0000 (10:30 +0100)]
[MERGE] [FIX] auditrail: when removing tracked object in a write call (eg: remove a line in o2m field) use the old name value, if present, as the name_get would fail for deleted value (opw 593569)

bzr revid: mat@openerp.com-20140312093010-k9djbp82hqpoj8j7

10 years ago[FIX]audittrail:on deletion of record from one2many and saving the parent form error...
Somesh Khare (OpenERP) [Wed, 12 Mar 2014 05:45:35 +0000 (11:15 +0530)]
[FIX]audittrail:on deletion of record from one2many and saving the parent form error raised as list index out of range (Ref: Case 604750)

bzr revid: skh@openerp.com-20140312054535-kjlqltscnojb7lce