odoo/odoo.git
11 years ago[MERGE] [FIX] [ADD] project, project_issue, portal_project, portal_project_issue...
Thibault Delavallée [Mon, 15 Apr 2013 08:31:30 +0000 (10:31 +0200)]
[MERGE] [FIX] [ADD] project, project_issue, portal_project, portal_project_issue: improved privacy_visibility selection of project.project; improved access rules; added tests to enforce them.

project: privacy_visibility now has basically 'public', 'employees' and 'followers' possible values.
portal_project: add 'portal' to the privacy_visibility values
- public: everybody see the project and all tasks
- portal: employees see the project and all tasks; portal users see the project and the followed or assigned tasks
- employees: employees see the project and all tasks
- followers: employees see the project if follower and the follower or assigned tasks

portal_project, portal_project_issue: added tests for access rights

bzr revid: tde@openerp.com-20130415083130-buklyo8kdpzrbzb7

11 years ago[MERGE] Sync with 7.0
Thibault Delavallée [Mon, 15 Apr 2013 07:54:32 +0000 (09:54 +0200)]
[MERGE] Sync with 7.0

bzr revid: tde@openerp.com-20130415075432-tcxjy91n6lopovx9

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 15 Apr 2013 06:07:22 +0000 (06:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130412060536-q07q8ed9v8ldi2kv
bzr revid: launchpad_translations_on_behalf_of_openerp-20130414055031-dgknuaf8a4dhgt16
bzr revid: launchpad_translations_on_behalf_of_openerp-20130413063110-rtd3r7hxe54yb8eq
bzr revid: launchpad_translations_on_behalf_of_openerp-20130414054933-k6o13mitp3dl62xq
bzr revid: launchpad_translations_on_behalf_of_openerp-20130415060648-klbxmc1afr5jq4vb
bzr revid: launchpad_translations_on_behalf_of_openerp-20130412060533-fq4nwi1i6h39y7pl
bzr revid: launchpad_translations_on_behalf_of_openerp-20130413063146-745583mwivnzgjqj
bzr revid: launchpad_translations_on_behalf_of_openerp-20130414055028-v2dnk713g9ydbvpo
bzr revid: launchpad_translations_on_behalf_of_openerp-20130415060722-gvarcrrppfcq777a

11 years ago[REM] portal_project_issue: removed duplicate tests.
Thibault Delavallée [Fri, 12 Apr 2013 15:15:32 +0000 (17:15 +0200)]
[REM] portal_project_issue: removed duplicate tests.

bzr revid: tde@openerp.com-20130412151532-5s6yqreqa62yj62m

11 years ago[TEST] portal_project_issue: added tests for access rights.
Thibault Delavallée [Fri, 12 Apr 2013 15:12:36 +0000 (17:12 +0200)]
[TEST] portal_project_issue: added tests for access rights.

bzr revid: tde@openerp.com-20130412151236-5jqcd5698soj2b4s

11 years ago[FIX] [ADD] project, project_issue, portal_project, portal_project_issue: improved...
Thibault Delavallée [Fri, 12 Apr 2013 14:37:19 +0000 (16:37 +0200)]
[FIX] [ADD] project, project_issue, portal_project, portal_project_issue: improved privacy_visibility selection of project.project; improved access rules; added tests to enforce them.

bzr revid: tde@openerp.com-20130412143719-ztjo06r900l024dm

11 years ago[FIX] module, technical reference guide report: don't print fields having the same...
Quentin (OpenERP) [Fri, 12 Apr 2013 13:32:14 +0000 (15:32 +0200)]
[FIX] module, technical reference guide report: don't print fields having the same name than another on another object that have been modified in that module. + small refactoring

bzr revid: qdp-launchpad@openerp.com-20130412133214-s92o4gcfwfu7yfbp

11 years ago[FIX] res_bank: good naming of the keyword parameters of fields_get()
Quentin (OpenERP) [Fri, 12 Apr 2013 13:30:08 +0000 (15:30 +0200)]
[FIX] res_bank: good naming of the keyword parameters of fields_get()

bzr revid: qdp-launchpad@openerp.com-20130412133008-d5l6yxm8v7in9i9x

11 years ago[FIX] module, technical reference guide report: print only the that have been added...
Quentin (OpenERP) [Fri, 12 Apr 2013 12:57:54 +0000 (14:57 +0200)]
[FIX] module, technical reference guide report: print only the that have been added, not all the fields of the modified objects

bzr revid: qdp-launchpad@openerp.com-20130412125754-qfu30oxc7yrsrrzv

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 12 Apr 2013 06:05:08 +0000 (06:05 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130410055405-w3d7pmwo87vl44eu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130411144320-1vmytr6rwujytg83
bzr revid: launchpad_translations_on_behalf_of_openerp-20130412060508-w8b9st5nhhzb0hh0

11 years ago[FIX] point_of_sale fix tax rouding, this time tested, tnx fva
Antony Lesuisse [Thu, 11 Apr 2013 22:43:06 +0000 (00:43 +0200)]
[FIX] point_of_sale fix tax rouding, this time tested, tnx fva

bzr revid: al@openerp.com-20130411224306-eei87tz4xp3d0o7n

11 years ago[MERGE] point_of_sale fix tax rouding
Antony Lesuisse [Thu, 11 Apr 2013 22:11:19 +0000 (00:11 +0200)]
[MERGE] point_of_sale fix tax rouding

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

bzr revid: al@openerp.com-20130411221119-cng0p4mct4pdf5tv

11 years ago[FIX] FormRenderingEngine: allow class propagation to group cells
Fabien Meghazi [Thu, 11 Apr 2013 16:32:38 +0000 (18:32 +0200)]
[FIX] FormRenderingEngine: allow class propagation to group cells

bzr revid: fme@openerp.com-20130411163238-qy377cdnn9enax34

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 11 Apr 2013 14:44:02 +0000 (14:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130410055459-5aphwzsdpres8fvu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130411144402-pc6d2zj1j2x3y3jp

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 11 Apr 2013 14:43:57 +0000 (14:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130411144357-92txcwycw3kgyd5k

11 years ago[FIX] crm: fixed on_change_user that was crashing because
Thibault Delavallée [Thu, 11 Apr 2013 12:33:56 +0000 (14:33 +0200)]
[FIX] crm: fixed on_change_user that was crashing because
refers to a default_section_id field that is added in sale_crm bridge module.
New behavior is : one of the team user_id is a member (crm), or
default_section_id if defined or default behavior (sale_crm)

bzr revid: tde@openerp.com-20130411123356-kc8ty16i71nwgzsm

11 years ago[MERGE] [FIX] mail, email_template: fix attachment duplication and clean attachment...
Thibault Delavallée [Thu, 11 Apr 2013 11:20:33 +0000 (13:20 +0200)]
[MERGE] [FIX] mail, email_template: fix attachment duplication and clean attachment management

The way attachments are linked to the document has been cleaned. Posting method message_post may receives 2 arguments:
- attachment_ids: those linked to the wizard model (mail.compose.message) are linked to the document (res_model, res_id)
- attachments: the tuples are used to create new attachments linked to the document
The wizard does not set the res_model and res_id of attachments anymore, delegating this job to message_post.

The mail.message and mail.compose.message now use their respective attachment_ids field when possible. This is done instead of reading/creating new attachments based on the attachments tuple each time a mail.compose.message is processed. Email templates now also use attachment_ids, in particular when generating emails, instead of using the attachments tuple. Only reports are still generated on the fly and put into attachments instead of attachment_ids.

A cron job has been added to unlink 'lost' attachments. Those are attachments:
- linked to 'mail.compose.message'
- with res_id=0 (due Chatter used in minimal mode or reports generated by templates before the wizard has an ID)
- with no activity for more than one day (create_date and write_date)

bzr revid: tde@openerp.com-20130411112033-mqph9vjlcjkoolfs

11 years ago[FIX] mail: fixed missing conflict resolution
Thibault Delavallée [Thu, 11 Apr 2013 10:46:59 +0000 (12:46 +0200)]
[FIX] mail: fixed missing conflict resolution

bzr revid: tde@openerp.com-20130411104659-ik62af6wubzu5j6q

11 years ago[MERGE] [FIX] mail: bettersuggested recipients based on email address. It tries to...
Thibault Delavallée [Thu, 11 Apr 2013 10:41:51 +0000 (12:41 +0200)]
[MERGE] [FIX] mail: bettersuggested recipients based on email address. It tries to find a partner that is in the related document followers, or a user, or the first partner with matching email.

bzr revid: tde@openerp.com-20130411104151-wi5ru54b362pv957

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Thu, 11 Apr 2013 10:36:45 +0000 (12:36 +0200)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20130411103645-rmr3sa8p9ropx2gc

11 years ago[IMP] mail: finding partner based on email: improved code for suggested partners...
Thibault Delavallée [Thu, 11 Apr 2013 10:17:20 +0000 (12:17 +0200)]
[IMP] mail: finding partner based on email: improved code for suggested partners, added somme comments and tests.

bzr revid: tde@openerp.com-20130411101720-mumz152dsxvv1xbj

11 years ago[FIX] project_long_term: don't create the project twice if 'use_phases' is thicked.
Quentin (OpenERP) [Wed, 10 Apr 2013 12:50:46 +0000 (14:50 +0200)]
[FIX] project_long_term: don't create the project twice if 'use_phases' is thicked.

bzr revid: qdp-launchpad@openerp.com-20130410125046-01n3v3p5pnu78wgs

11 years ago[IMP] analytic: add the 'visibility tracking' on some fields in the chatter, to log...
Quentin (OpenERP) [Wed, 10 Apr 2013 12:20:11 +0000 (14:20 +0200)]
[IMP] analytic: add the 'visibility tracking' on some fields in the chatter, to log when an important thing is changed

bzr revid: qdp-launchpad@openerp.com-20130410122011-xgih371ewlxc7aq5

11 years ago[MERGE] hr & co, demo data: update of the pictures of employees
Quentin (OpenERP) [Wed, 10 Apr 2013 12:16:08 +0000 (14:16 +0200)]
[MERGE] hr & co, demo data: update of the pictures of employees

bzr revid: qdp-launchpad@openerp.com-20130410121608-o6bwoukk4w7p8fsm

11 years ago[FIX] Adapt like issues and tasks
Josse Colpaert [Wed, 10 Apr 2013 08:46:38 +0000 (10:46 +0200)]
[FIX] Adapt like issues and tasks

bzr revid: jco@openerp.com-20130410084638-v9yeobgc91yy7lyx

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 10 Apr 2013 05:54:52 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130410055452-4saqwvwv6cgtil6s

11 years ago[FIX] point_of_sale: use the correct rounding method for computing taxes
Frédéric van der Essen [Tue, 9 Apr 2013 16:00:21 +0000 (18:00 +0200)]
[FIX] point_of_sale: use the correct rounding method for computing taxes

bzr revid: fva@openerp.com-20130409160021-707f3vrxcrqytsl6

11 years ago[MERGE] adding a rounding method that is compliant with the server side rounding...
Frédéric van der Essen [Tue, 9 Apr 2013 15:41:29 +0000 (17:41 +0200)]
[MERGE] adding a rounding method that is compliant with the server side rounding method

bzr revid: fva@openerp.com-20130409154129-gul9hkn0p4nt24md

11 years ago[FIX] add a correct rounding algorithm to be able to duplicate server-side financial...
Frédéric van der Essen [Tue, 9 Apr 2013 14:44:14 +0000 (16:44 +0200)]
[FIX] add a correct rounding algorithm to be able to duplicate server-side financial computations

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

bzr revid: fva@openerp.com-20130409144414-nqnmkny5cxrmyru1

11 years ago[IMP] point_of_sale: renamed round_digits to round_decimals
Frédéric van der Essen [Tue, 9 Apr 2013 14:42:08 +0000 (16:42 +0200)]
[IMP] point_of_sale: renamed round_digits to round_decimals

bzr revid: fva@openerp.com-20130409144208-2wq4cozxstbdgld5

11 years ago[FIX] point_of_sale: use correct rounding algorithm
Frédéric van der Essen [Tue, 9 Apr 2013 14:35:36 +0000 (16:35 +0200)]
[FIX] point_of_sale: use correct rounding algorithm

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

bzr revid: fva@openerp.com-20130409143536-hgs38n0sqx8td607

11 years ago[FIX]account_payment_report: formatlang expect float value not string
Cedric Snauwaert [Tue, 9 Apr 2013 13:51:07 +0000 (15:51 +0200)]
[FIX]account_payment_report: formatlang expect float value not string

bzr revid: csn@openerp.com-20130409135107-y59zf6x2p85yvgva

11 years ago[IMP] res.partner form view, autofocus Contact notebook/page on visibility change
Fabien Meghazi [Tue, 9 Apr 2013 12:29:54 +0000 (14:29 +0200)]
[IMP] res.partner form view, autofocus Contact notebook/page on visibility change

bzr revid: fme@openerp.com-20130409122954-mkene266qvcfe6nr

11 years ago[FIX] Do not autofocus Notebook pages by default
Fabien Meghazi [Tue, 9 Apr 2013 12:28:52 +0000 (14:28 +0200)]
[FIX] Do not autofocus Notebook pages by default

bzr revid: fme@openerp.com-20130409122852-f4ikugl83otx8423

11 years ago[FIX] purchase, sale_stock: fix computation of date_planned when no timezone is defin...
Quentin (OpenERP) [Tue, 9 Apr 2013 12:25:30 +0000 (14:25 +0200)]
[FIX] purchase, sale_stock: fix computation of date_planned when no timezone is defined for the user

bzr revid: qdp-launchpad@openerp.com-20130409122530-svv1kpk57s2nrsa9

11 years ago[FIX]error introduce in revid:odo@openerp.com-20130405151451-anjsdt18gmsxr01k
Cedric Snauwaert [Tue, 9 Apr 2013 09:14:33 +0000 (11:14 +0200)]
[FIX]error introduce in revid:odo@openerp.com-20130405151451-anjsdt18gmsxr01k
function date_to_datetime should return a date in server datetime format

bzr revid: csn@openerp.com-20130409091433-4u3nxejdrti7czu3

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 9 Apr 2013 05:59:24 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130409055857-v475gufg9pm5zbqy
bzr revid: launchpad_translations_on_behalf_of_openerp-20130409055920-gtfw1ljrgaej1u0u
bzr revid: launchpad_translations_on_behalf_of_openerp-20130406063645-b7q6s71zvtm9orxm
bzr revid: launchpad_translations_on_behalf_of_openerp-20130407060119-7ojh5lykuwm3ydbn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130409055924-46ylmw1wqri80wgs

11 years ago[MERGE] point_of_sale: prohibit the use of bank journal that aren't of type 'bank...
Quentin (OpenERP) [Mon, 8 Apr 2013 14:24:49 +0000 (16:24 +0200)]
[MERGE] point_of_sale: prohibit the use of bank journal that aren't of type 'bank' or 'cash' as payment method in the pos

bzr revid: qdp-launchpad@openerp.com-20130408142449-w0wemrmds3ikc46v

11 years ago[FIX] report, trml2pdf: allow to use <pageNumber/> tag under a flowable area (<place...
Quentin (OpenERP) [Mon, 8 Apr 2013 13:25:10 +0000 (15:25 +0200)]
[FIX] report, trml2pdf: allow to use <pageNumber/> tag under a flowable area (<place>...<place/>).

bzr revid: qdp-launchpad@openerp.com-20130408132510-7pq0ityec9sl702f

11 years ago[FIX] mail: fixed some translation issues.
Thibault Delavallée [Mon, 8 Apr 2013 09:24:47 +0000 (11:24 +0200)]
[FIX] mail: fixed some translation issues.
Document created text was not translatable
Subtype was fetched without context, therefore not translated
Removed odd override of _t introduced in mail_followers at revision 7885

bzr revid: tde@openerp.com-20130408092447-3ri41v6xluuj0wha

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 8 Apr 2013 06:20:55 +0000 (06:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130406063640-151b9f95w2tgiifb
bzr revid: launchpad_translations_on_behalf_of_openerp-20130407060111-hobhqctome9qtz6c
bzr revid: launchpad_translations_on_behalf_of_openerp-20130408062055-hzgkrbw8lvkfphxe

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 8 Apr 2013 06:20:07 +0000 (06:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130406063615-7i83z5nw8t61j74f
bzr revid: launchpad_translations_on_behalf_of_openerp-20130407060018-f3clm2r44u1qf71g
bzr revid: launchpad_translations_on_behalf_of_openerp-20130408062007-qrme94qjqgan9ie9

11 years ago[REVERT]base_import: revert of last change, because break tests and needs review
dle@openerp.com [Fri, 5 Apr 2013 18:23:51 +0000 (20:23 +0200)]
[REVERT]base_import: revert of last change, because break tests and needs review

bzr revid: dle@openerp.com-20130405182351-0qfqd5klz9g25n9m

11 years ago[FIX]base_import: get_fields now displays database id of the current model imported...
dle@openerp.com [Fri, 5 Apr 2013 17:58:27 +0000 (19:58 +0200)]
[FIX]base_import: get_fields now displays database id of the current model imported in normal fields

bzr revid: dle@openerp.com-20130405175827-58ahjgprju2gf4p9

11 years ago[MERGE] crm: adding onchange on user_id field in opportunity form view in order to...
Quentin (OpenERP) [Fri, 5 Apr 2013 15:41:43 +0000 (17:41 +0200)]
[MERGE] crm: adding onchange on user_id field in opportunity form view in order to fill automatically the sales team

bzr revid: qdp-launchpad@openerp.com-20130405154143-bccw695tadw0o5pi

11 years ago[MERGE] OPW 590100: stock: fix stock.picking.in and stock.picking.out that did not...
Olivier Dony [Fri, 5 Apr 2013 15:30:21 +0000 (17:30 +0200)]
[MERGE] OPW 590100: stock: fix stock.picking.in and stock.picking.out that did not apply stock.picking record rules in all cases

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

bzr revid: odo@openerp.com-20130405153021-t0svhrbryl8r0bin

11 years ago[MERGE] OPW 590221: sale_stock,purchase: fix timezone conversion error when schedulin...
Olivier Dony [Fri, 5 Apr 2013 15:14:51 +0000 (17:14 +0200)]
[MERGE] OPW 590221: sale_stock,purchase: fix timezone conversion error when scheduling delivery/procurement based on SO/PO date

The conversion code is duplicated in sale_stock and purchase
instead of being factored out in the fields.datetime class
because as of v7.0 users are able to selectively update
a single module without necessarily updating the base module
or the framework. This will be improved in next stable version.

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

bzr revid: odo@openerp.com-20130405151451-anjsdt18gmsxr01k

11 years ago[MERGE] procurement, fix of scheduler: there is no need to filter on product that...
Quentin (OpenERP) [Fri, 5 Apr 2013 14:46:45 +0000 (16:46 +0200)]
[MERGE] procurement, fix of scheduler: there is no need to filter on product that can be pruchased only (we may need to re-stock some components (of BoM) that can't be purchased)

bzr revid: qdp-launchpad@openerp.com-20130405144645-yj03ser7ks5vpwbj

11 years ago[MERGE] base_report_designer: Remove double . in numbered bulleted list
Quentin (OpenERP) [Fri, 5 Apr 2013 13:57:50 +0000 (15:57 +0200)]
[MERGE] base_report_designer: Remove double . in numbered bulleted list

bzr revid: qdp-launchpad@openerp.com-20130405135750-ib4fv7dthwqou60h

11 years ago[MERGE] better use of analytic distribution options on sale & purchase settings that...
Quentin (OpenERP) [Fri, 5 Apr 2013 13:51:26 +0000 (15:51 +0200)]
[MERGE] better use of analytic distribution options on sale & purchase settings that now have an impact only on dedicated invoice view

bzr revid: qdp-launchpad@openerp.com-20130405135126-mnzv9o5dbiflvfo0

11 years ago[FIX] web: company_logo does not try to load the pool + failback correctly if the...
Christophe Simonis [Fri, 5 Apr 2013 13:47:47 +0000 (15:47 +0200)]
[FIX] web: company_logo does not try to load the pool + failback correctly if the database does not exists or is not an openerp database

bzr revid: chs@openerp.com-20130405134747-7rkmz5d4r0buhhxj

11 years ago[FIX] Check that payment method journal is of type cash or bank
Josse Colpaert [Fri, 5 Apr 2013 13:44:38 +0000 (15:44 +0200)]
[FIX] Check that payment method journal is of type cash or bank

bzr revid: jco@openerp.com-20130405134438-86l1ph7192owwrol

11 years ago[MERGE] OPW 590457: Cancelled procurements are no longer taken into account for the...
Chris Biersbach [Fri, 5 Apr 2013 12:38:03 +0000 (14:38 +0200)]
[MERGE] OPW 590457: Cancelled procurements are no longer taken into account for the inventory analysis report

bzr revid: cbi@openerp.com-20130405123803-v4lbveeedbdlt3ep

11 years ago[FIX] Cancelled procurements are no longer taken into account for the inventory analy...
Chris Biersbach [Fri, 5 Apr 2013 12:01:27 +0000 (14:01 +0200)]
[FIX] Cancelled procurements are no longer taken into account for the inventory analysis report

bzr revid: cbi@openerp.com-20130405120127-051x0zsq0z8tc0o9

11 years ago[FIX]stock: override search and read method in order to check access because for...
Amit Dodiya [Fri, 5 Apr 2013 11:16:49 +0000 (16:46 +0530)]
[FIX]stock: override search and read method in order to check access because for multi company a child user was also able to see the incoming shipment of parent company where it should not

bzr revid: ado@tinyerp.com-20130405111649-tzf9r2xrii8ktxdj

11 years ago[FIX] Only create project once
Josse Colpaert [Fri, 5 Apr 2013 09:04:44 +0000 (11:04 +0200)]
[FIX] Only create project once

bzr revid: jco@openerp.com-20130405090444-rqlawt05gsj5mvsk

11 years ago[MERGE] fix a crash when deleting an asset. Wrong model was referenced
Quentin (OpenERP) [Fri, 5 Apr 2013 08:45:04 +0000 (10:45 +0200)]
[MERGE] fix a crash when deleting an asset. Wrong model was referenced

bzr revid: qdp-launchpad@openerp.com-20130405084504-bi0f2au9m98m5i62

11 years ago[MERGE] removal of wrong ir.rules testing unkown field 'message_follower_ids' on...
Quentin (OpenERP) [Fri, 5 Apr 2013 08:40:53 +0000 (10:40 +0200)]
[MERGE] removal of wrong ir.rules testing unkown field 'message_follower_ids' on models that do not inherit mail.thread

bzr revid: qdp-launchpad@openerp.com-20130405084053-ex37zhsjww6s8wct

11 years ago[MERGE] OPW 590961: Unicode characters in product names no longer cause a traceback...
Chris Biersbach [Fri, 5 Apr 2013 08:27:09 +0000 (10:27 +0200)]
[MERGE] OPW 590961: Unicode characters in product names no longer cause a traceback when generating the Stock Level Forecast report

bzr revid: cbi@openerp.com-20130405082709-j6ih45bz68881c3j

11 years ago[FIX] Generating the Stock Level Forecast report while having arabic or other foreign...
Chris Biersbach [Fri, 5 Apr 2013 07:51:39 +0000 (09:51 +0200)]
[FIX] Generating the Stock Level Forecast report while having arabic or other foreign characters in the product name no longer causes a traceback

bzr revid: cbi@openerp.com-20130405075139-j327x6kzut3mamqa

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 5 Apr 2013 06:23:20 +0000 (06:23 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130404145702-julajxe3ktc5uqc4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130405062320-27t6hdfy9b9zt7ns

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 5 Apr 2013 06:23:13 +0000 (06:23 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130405062313-k2ucjzk7xhm084or

11 years ago[FIX]Wrong class name give in super call
Vidhin Mehta [Fri, 5 Apr 2013 05:51:47 +0000 (11:21 +0530)]
[FIX]Wrong class name give in super call

bzr revid: vme@tinyerp.com-20130405055147-18jnqoyq9ja6n24j

11 years ago[FIX] fetchmail, on demand cron, context test for date write
Antony Lesuisse [Fri, 5 Apr 2013 03:00:26 +0000 (05:00 +0200)]
[FIX] fetchmail, on demand cron, context test for date write

bzr revid: al@openerp.com-20130405030026-oltyhb537w3p273g

11 years ago[IMP] fetchmail, on demand cron
Antony Lesuisse [Fri, 5 Apr 2013 02:42:13 +0000 (04:42 +0200)]
[IMP] fetchmail, on demand cron
enable a 3 micro hz cron only if needed as we want to lower the maximum
cron frequency in default addons to 1 micro hz

bzr revid: al@openerp.com-20130405024213-ll6t26j685rati5a

11 years ago[FIX] workers limit cron memory usage
al@openerp.com [Fri, 5 Apr 2013 00:11:12 +0000 (02:11 +0200)]
[FIX] workers limit cron memory usage

bzr revid: al@openerp.com-20130405001112-gknqvx0iyjmu1ona

11 years ago[FIX] base_calendar, lower cron frequency (around 0.003 hz)
Antony Lesuisse [Fri, 5 Apr 2013 00:06:10 +0000 (02:06 +0200)]
[FIX] base_calendar, lower cron frequency (around 0.003 hz)

bzr revid: al@openerp.com-20130405000610-cfohyzcdaq9k0y9g

11 years ago[FIX] hr_expense: was crashing if a tax without 'tax_collected_id' field was used...
Quentin (OpenERP) [Thu, 4 Apr 2013 16:41:53 +0000 (18:41 +0200)]
[FIX] hr_expense: was crashing if a tax without 'tax_collected_id' field was used at the time of accounting entries creation

bzr revid: qdp-launchpad@openerp.com-20130404164153-0tbni96scijq90fu

11 years ago[MERGE] base_calendar: fix in argument passing to get_recurrent_dates method (a list...
Quentin (OpenERP) [Thu, 4 Apr 2013 16:04:29 +0000 (18:04 +0200)]
[MERGE] base_calendar: fix in argument passing to get_recurrent_dates method (a list was needed, a string was passed)

bzr revid: qdp-launchpad@openerp.com-20130404160429-lz97n2fgspcstm6k

11 years ago[REF] account: removal of useless code catching/hiding exceptions. Not needed
Quentin (OpenERP) [Thu, 4 Apr 2013 15:59:27 +0000 (17:59 +0200)]
[REF] account: removal of useless code catching/hiding exceptions. Not needed

bzr revid: qdp-launchpad@openerp.com-20130404155927-7eovla17dcowt02h

11 years ago[FIX] On cchange for sales person to change sales team in opportunity
Josse Colpaert [Thu, 4 Apr 2013 15:54:37 +0000 (17:54 +0200)]
[FIX] On cchange for sales person to change sales team in opportunity

bzr revid: jco@openerp.com-20130404155437-a4d6mdi2y0r5nvc6

11 years ago[REF] sale_stock: removing of dead code and correction of documentation (process...
Quentin (OpenERP) [Thu, 4 Apr 2013 15:14:51 +0000 (17:14 +0200)]
[REF] sale_stock: removing of dead code and correction of documentation (process) linked to the invoicing after delivery of a sale order

bzr revid: qdp-launchpad@openerp.com-20130404151451-7fesb178mpijlv29

11 years ago[MERGE] fixes in POS: optimizing the code when closing a session to have acceptable...
Quentin (OpenERP) [Thu, 4 Apr 2013 15:14:28 +0000 (17:14 +0200)]
[MERGE] fixes in POS: optimizing the code when closing a session to have acceptable delays, used the right partner, changing the partner on the pos order also change it on the payment linked...

bzr revid: qdp-launchpad@openerp.com-20130404151428-yr2jhgjkolyjrcyf

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 4 Apr 2013 14:56:55 +0000 (14:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130403150224-6o2tq7pqtgax4o8w
bzr revid: launchpad_translations_on_behalf_of_openerp-20130404145635-l4x86488xak0gwr1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130404145655-30mhci39kbd5n7dq

11 years ago[FIX] web: company_logo route may be accessed with uid = False in some cases, it...
Olivier Dony [Thu, 4 Apr 2013 14:31:44 +0000 (16:31 +0200)]
[FIX] web: company_logo route may be accessed with uid = False in some cases, it should still work

bzr revid: odo@openerp.com-20130404143144-3o2j0xbwh4m84tu8

11 years ago[FIX] sale_stock: useless import due to previous commit + make sure test actually...
Olivier Dony [Thu, 4 Apr 2013 12:31:54 +0000 (14:31 +0200)]
[FIX] sale_stock: useless import due to previous commit + make sure test actually tests something, rather than x() == x()

bzr revid: odo@openerp.com-20130404123154-xtq4idqnnlugv0ui

11 years ago[FIX] Date[time] widget width issues on OSX
Fabien Meghazi [Thu, 4 Apr 2013 10:23:06 +0000 (12:23 +0200)]
[FIX] Date[time] widget width issues on OSX

bzr revid: fme@openerp.com-20130404102306-hrinhnldt5dxqcy7

11 years ago[FIX] DataSet#size() problem + FormView#on_button_delete() shall pop breadcrumb on...
Fabien Meghazi [Thu, 4 Apr 2013 10:14:59 +0000 (12:14 +0200)]
[FIX] DataSet#size() problem + FormView#on_button_delete() shall pop breadcrumb on empty dataset

bzr revid: fme@openerp.com-20130404101459-m9q90e32qwf068lw

11 years ago[MERGE] OPW 587330: DO not copy the value of the statement_id field when copying...
Chris Biersbach [Thu, 4 Apr 2013 09:51:20 +0000 (11:51 +0200)]
[MERGE] OPW 587330: DO not copy the value of the statement_id field when copying an account move

bzr revid: cbi@openerp.com-20130404095120-eomhgacjsbejf31d

11 years ago[FIX] sale_stock,purchase: review help string + remove incorrect fallback to local TZ
Olivier Dony [Thu, 4 Apr 2013 09:21:34 +0000 (11:21 +0200)]
[FIX] sale_stock,purchase: review help string + remove incorrect fallback to local TZ

See also http://bugs.python.org/issue7229

bzr revid: odo@openerp.com-20130404092134-0zt7blbl1kt3p0lz

11 years ago[FIX]portal_stock: remove 2 useless ir rules since the model doesn't inherit mail...
Cedric Snauwaert [Thu, 4 Apr 2013 09:14:01 +0000 (11:14 +0200)]
[FIX]portal_stock: remove 2 useless ir rules since the model doesn't inherit mail.thread

bzr revid: csn@openerp.com-20130404091401-f6l7h7lcw6t0kguz

11 years ago[FIX] Forwardport of 6.1 fix by han: Do not copy the statement_id value when copying...
Chris Biersbach [Thu, 4 Apr 2013 09:09:48 +0000 (11:09 +0200)]
[FIX] Forwardport of 6.1 fix by han: Do not copy the statement_id value when copying account moves

bzr revid: cbi@openerp.com-20130404090948-c7zw5yco1sply0b8

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 3 Apr 2013 15:03:38 +0000 (15:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130403150332-0q7u1so0j76xbo3n
bzr revid: launchpad_translations_on_behalf_of_openerp-20130403150338-iksqy6aim64hko1m

11 years ago[IMP] Chatter: improved footer of chatter messages: better differentiation of logged...
Thibault Delavallée [Wed, 3 Apr 2013 14:51:51 +0000 (16:51 +0200)]
[IMP] Chatter: improved footer of chatter messages: better differentiation of logged a note / send a message / system notification, with or without recipients.

bzr revid: tde@openerp.com-20130403145151-nvpeqdpp937079iu

11 years ago[MERGE] OPW 584359: Fixed the issue of Calendar responsible label not translated...
Chris Biersbach [Wed, 3 Apr 2013 13:40:29 +0000 (15:40 +0200)]
[MERGE] OPW 584359: Fixed the issue of Calendar responsible label not translated when there is selection field on responsible.

bzr revid: cbi@openerp.com-20130403134029-2vr50v2dmcu1vn1c

11 years ago[FIX] Forwardport of 6.1 merge proposal by msh: Fixed the issue of Calendar responsib...
Chris Biersbach [Wed, 3 Apr 2013 13:23:46 +0000 (15:23 +0200)]
[FIX] Forwardport of 6.1 merge proposal by msh: Fixed the issue of Calendar responsible label not translated when there is selection field on responsible.

bzr revid: cbi@openerp.com-20130403132346-bs0k6na71nmu7ztl

11 years ago[FIX] Chatter: do not show colon when there is no trailing record name.
Thibault Delavallée [Wed, 3 Apr 2013 12:41:25 +0000 (14:41 +0200)]
[FIX] Chatter: do not show colon when there is no trailing record name.

bzr revid: tde@openerp.com-20130403124125-3hbmaqktlxhsgih1

11 years ago[FIX] mail: fixed recipients of private discussion, that were not correct. Author...
Thibault Delavallée [Wed, 3 Apr 2013 12:13:07 +0000 (14:13 +0200)]
[FIX] mail: fixed recipients of private discussion, that were not correct. Author could be notified of their own reply independently of the specified recipients. Added tests for private discussions.

bzr revid: tde@openerp.com-20130403121307-4rixx7ct6y86spoz

11 years ago[FIX] mail: notifications: email_to now contains reference to 'Followers of Doc Name...
Thibault Delavallée [Wed, 3 Apr 2013 12:10:22 +0000 (14:10 +0200)]
[FIX] mail: notifications: email_to now contains reference to 'Followers of Doc Name' when having a related document.

bzr revid: tde@openerp.com-20130403121022-lijarue6r2t7mh3w

11 years ago[FIX] Fixed wrong parameter name given to astimezone introduced at revision 8954...
Thibault Delavallée [Wed, 3 Apr 2013 12:09:26 +0000 (14:09 +0200)]
[FIX] Fixed wrong parameter name given to astimezone introduced at revision 8954; correct parameter name is tz, not tzinfo.

bzr revid: tde@openerp.com-20130403120926-xfxtj5hsva6jzb1u

11 years ago[FIX] Only give analytic distribution on customer/supplier invoice if sale/purchase...
Josse Colpaert [Wed, 3 Apr 2013 10:21:04 +0000 (12:21 +0200)]
[FIX] Only give analytic distribution on customer/supplier invoice if sale/purchase checked

bzr revid: jco@openerp.com-20130403102104-udpyg90w8jrdg3lg

11 years ago[FIX] mail: issue: After receiving inbox messages from external emails, when clicking...
Christophe Matthieu [Wed, 3 Apr 2013 09:51:49 +0000 (11:51 +0200)]
[FIX] mail: issue: After receiving inbox messages from external emails, when clicking on reply button the external email is listed in the form. However when clicking on send the external email is removed! and instead of email what we get is an internal note.

bzr revid: chm@openerp.com-20130403095149-kjy5v4uesatwc4p9

11 years ago[FIX] mail: issue: After receiving inbox messages from external emails, when clicking...
Christophe Matthieu [Wed, 3 Apr 2013 09:40:46 +0000 (11:40 +0200)]
[FIX] mail: issue: After receiving inbox messages from external emails, when clicking on reply button the external email is listed in the form. However when clicking on send the external email is removed! and instead of email what we get is an internal note.

bzr revid: chm@openerp.com-20130403094046-rexsmdz6tn1zc2hk

11 years ago[MERGE] [FIX] mail: private discussion now have correct recipients. After receiving...
Thibault Delavallée [Wed, 3 Apr 2013 09:12:31 +0000 (11:12 +0200)]
[MERGE] [FIX] mail: private discussion now have correct recipients. After receiving messages, when clicking on reply button the recipients were correctly listed in the composer. However when sending the recipients were not correctly added, leading to a message considered as a log.

bzr revid: tde@openerp.com-20130403091231-y0x76orxxrqbw6cl

11 years ago[FIX] Replace analytic account with analytic distribution in multiple analytic accounts
Josse Colpaert [Wed, 3 Apr 2013 09:07:58 +0000 (11:07 +0200)]
[FIX] Replace analytic account with analytic distribution in multiple analytic accounts

bzr revid: jco@openerp.com-20130403090758-kzb2jdtxt0y97mvg

11 years ago[FIX] mail: issue: After receiving inbox messages from external emails, when clicking...
Christophe Matthieu [Wed, 3 Apr 2013 08:51:16 +0000 (10:51 +0200)]
[FIX] mail: issue: After receiving inbox messages from external emails, when clicking on reply button the external email is listed in the form. However when clicking on send the external email is removed! and instead of email what we get is an internal note.

bzr revid: chm@openerp.com-20130403085116-m2kyiem0r2dnjwov

11 years ago[MERGE] [FIX] tools: mail: html2plaintext better manages carriage returns.
Thibault Delavallée [Wed, 3 Apr 2013 08:32:37 +0000 (10:32 +0200)]
[MERGE] [FIX] tools: mail: html2plaintext better manages carriage returns.

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

bzr revid: tde@openerp.com-20130403083237-a406615qs8pe1jon

11 years ago[MERGE] workers cron each job should be considered as one request
Antony Lesuisse [Wed, 3 Apr 2013 01:38:33 +0000 (03:38 +0200)]
[MERGE] workers cron each job should be considered as one request

bzr revid: al@openerp.com-20130403013833-4599683ji5tztevd

11 years ago[FIX] view_form: Fixed the issue of attachment was not added in any other language...
Christophe Matthieu [Tue, 2 Apr 2013 14:40:39 +0000 (16:40 +0200)]
[FIX] view_form: Fixed the issue of attachment was not added in any other language, because action URL was getting translated.

bzr revid: chm@openerp.com-20130402144039-y0xoaijds4ipw7g0

11 years ago[FIX] m2o does not use @alive()
Fabien Meghazi [Tue, 2 Apr 2013 13:39:52 +0000 (15:39 +0200)]
[FIX] m2o does not use @alive()

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

bzr revid: fme@openerp.com-20130402133952-xz2qaoygg83ks3tx