odoo/odoo.git
11 years ago[FIX] product: if 'date' is passed as False in context of price_get_multi(), it shoul...
Alexis de Lattre [Fri, 17 May 2013 07:02:10 +0000 (12:32 +0530)]
[FIX] product: if 'date' is passed as False in context of price_get_multi(), it should be set to current date and not False (Maintenance Case: 592247)

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

bzr revid: rgo@tinyerp.com-20130517070210-0dno7syscybo0h7j

11 years ago[FIX] product: if 'date' is passed as False in context of price_get_multi(), it shoul...
Alexis de Lattre [Fri, 17 May 2013 06:57:44 +0000 (12:27 +0530)]
[FIX] product: if 'date' is passed as False in context of price_get_multi(), it should be set to current date and not False (Maintenance Case: 592247)

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

bzr revid: rgo@tinyerp.com-20130517065744-il8sfm61rlcu9h2f

11 years ago[FIX] product: if 'date' is passed as False in context of price_get_multi(), it shoul...
Alexis de Lattre [Fri, 17 May 2013 06:31:45 +0000 (12:01 +0530)]
[FIX] product: if 'date' is passed as False in context of price_get_multi(), it should be set to current date and not False (Maintenance Case: 592247)

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

bzr revid: rgo@tinyerp.com-20130517063145-va41paqq3pw38x51

11 years ago[FIX] portal_hr_employee: use dedicated employee kanban view, avoids leaking undesire...
Olivier Dony [Thu, 16 May 2013 16:19:49 +0000 (18:19 +0200)]
[FIX] portal_hr_employee: use dedicated employee kanban view, avoids leaking undesired employee information in case parent view is inherited

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

bzr revid: odo@openerp.com-20130516161949-0wvysc20f9m1vn63

11 years ago[FIX] delete event in calendar, courtesy of Holger Brunn
Xavier Morel [Thu, 16 May 2013 14:49:04 +0000 (16:49 +0200)]
[FIX] delete event in calendar, courtesy of Holger Brunn

Calendar has type mismatche issues where event ids are obtained as
strings even when they are numbers, this is (ish) why get_id_index was
added to Dataset.

When having an event_id in calendar, can't use event_id directly needs
to ensure we have valid index and use that index to get "correct (ly
typed)" id from dataset.

bzr revid: xmo@openerp.com-20130516144904-hbfd5zkl8lic33n8

11 years ago[FIX] missing class leading to broken list layout in o2m
Xavier Morel [Thu, 16 May 2013 14:42:19 +0000 (16:42 +0200)]
[FIX] missing class leading to broken list layout in o2m

bzr revid: xmo@openerp.com-20130516144219-xqab9eio006r43rb

11 years ago[FIX] incorrect company logo on databases with uppercase letters
Xavier Morel [Thu, 16 May 2013 13:22:00 +0000 (15:22 +0200)]
[FIX] incorrect company logo on databases with uppercase letters

bzr revid: xmo@openerp.com-20130516132200-t4h6gtoplkqzuh1w

11 years ago[FIX] Error when selecting filters in calendar view
Xavier Morel [Thu, 16 May 2013 12:56:50 +0000 (14:56 +0200)]
[FIX] Error when selecting filters in calendar view

e.g. calendar view of customer invoice

Also attempted to make the code flow slightly simpler by just forcing
the filter to a [value, label] pair in all cases.

bzr revid: xmo@openerp.com-20130516125650-qeqx97dzzhzjrq52

11 years ago[FIX] mail_alias, hr_job: when migrating to aliases, allow to have aliases creating...
Thibault Delavallée [Thu, 16 May 2013 12:02:27 +0000 (14:02 +0200)]
[FIX] mail_alias, hr_job: when migrating to aliases, allow to have aliases creating records from a different model than the parent model; for example hr_job create hr_applicant records.

bzr revid: tde@openerp.com-20130516120227-z819lxy30mghc1hv

11 years ago[FIX] project: do not hide tasks from template project in the project kanban and...
Quentin (OpenERP) [Thu, 16 May 2013 12:13:06 +0000 (14:13 +0200)]
[FIX] project: do not hide tasks from template project in the project kanban and if we open those tasks from the project template

bzr revid: qdp-launchpad@openerp.com-20130516121306-3d24o7z9y8odmvqh

11 years ago[FIX] exclude non-searchable function fields from the advanced search's list
Xavier Morel [Thu, 16 May 2013 11:09:49 +0000 (13:09 +0200)]
[FIX] exclude non-searchable function fields from the advanced search's list

bzr revid: xmo@openerp.com-20130516110949-o79aw68izo8poivu

11 years ago[IMP] replace literal values by symbolic ones for node types dispatching
Xavier Morel [Thu, 16 May 2013 11:03:35 +0000 (13:03 +0200)]
[IMP] replace literal values by symbolic ones for node types dispatching

bzr revid: xmo@openerp.com-20130516110335-dk803tjn1qpqd0ro

11 years ago[FIX] handling of multiline strings during qweb translation
Xavier Morel [Thu, 16 May 2013 10:59:08 +0000 (12:59 +0200)]
[FIX] handling of multiline strings during qweb translation

Javascript regexps don't provide a DOTALL flag (to make `.` match
newlines) so have to replace `.` by `[\s\S]` hack, as *that* will
match newlines as well as all other characters.

Note: the `m` flag has a different meaning, it makes `^` and `$` match
      the start and end of lines rather than the start and end of the
      string itself.

bzr revid: xmo@openerp.com-20130516105908-exgtwwf785hrmedo

11 years ago[FIX]project: show tasks of project that are in template state when clicking on the...
Cedric Snauwaert [Thu, 16 May 2013 10:16:16 +0000 (12:16 +0200)]
[FIX]project: show tasks of project that are in template state when clicking on the show task button from the project.

bzr revid: csn@openerp.com-20130516101616-g4unvwc2e1dxb5dc

11 years ago[FIX] account: validation of an invoice from another company was not allowed because...
Quentin (OpenERP) [Thu, 16 May 2013 08:52:54 +0000 (10:52 +0200)]
[FIX] account: validation of an invoice from another company was not allowed because of default value of company_id field on account.move

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

bzr revid: qdp-launchpad@openerp.com-20130516085254-it0ff5oqlnodt5mm

11 years ago[MERGE] add module l10n_vn, contribution by Tien Tran (General Solutions)
Martin Trigaux [Thu, 16 May 2013 08:46:59 +0000 (10:46 +0200)]
[MERGE] add module l10n_vn, contribution by Tien Tran (General Solutions)

bzr revid: mat@openerp.com-20130516084659-cm326nmldkk0pbht

11 years ago[ADD] module l10n_vn, contribution by Tien Tran (General Solutions)
Martin Trigaux [Thu, 16 May 2013 08:32:52 +0000 (10:32 +0200)]
[ADD] module l10n_vn, contribution by Tien Tran (General Solutions)

bzr revid: mat@openerp.com-20130516083252-0k4rl6yr60m1uhy0

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 16 May 2013 05:55:22 +0000 (05:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130516055522-vvzc9h3p43b3zkwb

11 years ago[MERGE] l10n_nl: various changes, contribution by Stefan Rijnhart (Therp)
Martin Trigaux [Wed, 15 May 2013 16:26:56 +0000 (18:26 +0200)]
[MERGE] l10n_nl: various changes, contribution by Stefan Rijnhart (Therp)
[ADD] [l10n_nl] Fiscal position for transferred VAT 'BTW verlegd'
[FIX] [l10n_nl]: lp:1171872, Tax code is not created because of duplicate (truncated) name
[FIX] [l10n_nl] Fix sign, sequence and label of tax 'BTW verlegd inkoop'
[FIX] [l10n_nl]: Remove duplicate tax 'BTW te vorderen verlegd' plus child taxes
[FIX] [l10n_nl]: tax 'BTW verlegd 0%' is a sales tax

bzr revid: mat@openerp.com-20130515162656-9kxa6h7xvvvcy83r

11 years ago[MERGE] various changes on l10n_nl, contribution by Stefan Rijnhart (Therp)
Martin Trigaux [Wed, 15 May 2013 16:09:05 +0000 (18:09 +0200)]
[MERGE] various changes on l10n_nl, contribution by Stefan Rijnhart (Therp)

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

bzr revid: mat@openerp.com-20130515160905-i9rz0xq1apd40bik

11 years ago[MERGE] l10n_ch: contributors and meta-data, contribution by Nicolas Bessi (Camptocam...
Martin Trigaux [Wed, 15 May 2013 15:38:13 +0000 (17:38 +0200)]
[MERGE] l10n_ch: contributors and meta-data, contribution by Nicolas Bessi (Camptocamp); l10n_nl: missing sequence on tax gives wrong default tax, contribution by Stefan Rijnhart (Therp)

bzr revid: mat@openerp.com-20130515153813-munzwn5b8cf1fegu

11 years ago[FIX] update l10n_ch contributors and meta-data, contribution by Nicolas Bessi (Campt...
Martin Trigaux [Wed, 15 May 2013 15:21:42 +0000 (17:21 +0200)]
[FIX] update l10n_ch contributors and meta-data, contribution by Nicolas Bessi (Camptocamp)

bzr revid: mat@openerp.com-20130515152142-nuu3puyj0qpechav

11 years ago[FIX] l10n_nl: missing sequence on tax gives wrong default tax, contribution by Stefa...
Martin Trigaux [Wed, 15 May 2013 15:17:19 +0000 (17:17 +0200)]
[FIX] l10n_nl: missing sequence on tax gives wrong default tax, contribution by Stefan Rijnhart (Therp)

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

bzr revid: mat@openerp.com-20130515151719-dec0bo585pnh904l

11 years ago[FIX] account_followup: do not set the next action date on a partner if he already...
Quentin (OpenERP) [Wed, 15 May 2013 15:10:54 +0000 (17:10 +0200)]
[FIX] account_followup: do not set the next action date on a partner if he already had one previously set

bzr revid: qdp-launchpad@openerp.com-20130515151054-dhuuscqrtc1agq0i

11 years ago[MERGE] sync with latest trunk
Martin Trigaux [Wed, 15 May 2013 15:10:44 +0000 (17:10 +0200)]
[MERGE] sync with latest trunk

bzr revid: mat@openerp.com-20130515151044-1va9vpq71l2udlbq

11 years ago[FIX] problem with concatenation of js files, encodings and utf boms
niv-openerp [Wed, 15 May 2013 14:07:04 +0000 (16:07 +0200)]
[FIX] problem with concatenation of js files, encodings and utf boms

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

bzr revid: nicolas.vanhoren@openerp.com-20130515140704-jo0ws3ucf81e6mdm

11 years ago[FIX] mail: notification email: notification sent for private discussions now have...
Thibault Delavallée [Wed, 15 May 2013 13:33:32 +0000 (15:33 +0200)]
[FIX] mail: notification email: notification sent for private discussions now have a correct subject, aka the subject of the original email.

bzr revid: tde@openerp.com-20130515133332-g3wtttsnasfz0y8b

11 years ago[FIX] base: moving the old timezone formats at the end of selection list to avoid...
Quentin (OpenERP) [Wed, 15 May 2013 11:25:36 +0000 (13:25 +0200)]
[FIX] base: moving the old timezone formats at the end of selection list to avoid confusing users

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

bzr revid: qdp-launchpad@openerp.com-20130515112536-j5eitvgk8tznhe5i

11 years ago[FIX] purchase: fix the scheduled date on the created stock move + stock: usability...
Quentin (OpenERP) [Wed, 15 May 2013 10:18:10 +0000 (12:18 +0200)]
[FIX] purchase: fix the scheduled date on the created stock move + stock: usability fixes/imp

bzr revid: qdp-launchpad@openerp.com-20130515101810-tt0w2uz0sjva1l7j

11 years ago[REF]res_partner: compact code to get tz info
Cedric Snauwaert [Wed, 15 May 2013 10:10:27 +0000 (12:10 +0200)]
[REF]res_partner: compact code to get tz info

bzr revid: csn@openerp.com-20130515101027-4nc06nr2u41jh1wr

11 years agochanged encodings
niv-openerp [Wed, 15 May 2013 09:54:13 +0000 (11:54 +0200)]
changed encodings

bzr revid: nicolas.vanhoren@openerp.com-20130515095413-tdvyurv8dwgvj0vd

11 years agowip
niv-openerp [Wed, 15 May 2013 09:02:31 +0000 (11:02 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20130515090231-pj7q042poo2183sp

11 years agofix
niv-openerp [Wed, 15 May 2013 08:56:18 +0000 (10:56 +0200)]
fix

bzr revid: nicolas.vanhoren@openerp.com-20130515085618-m72mahjie4iguwhy

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130515060747-d8cgvt2npsgcihpk

11 years ago[MERGE] correct permissions, shebang, EOL and FSF address
Martin Trigaux [Tue, 14 May 2013 14:52:37 +0000 (16:52 +0200)]
[MERGE] correct permissions, shebang, EOL and FSF address

lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514145237-rciw4hyh0aqw1cak

11 years ago[MERGE] correct permissions, shebang, EOL and FSF address
Martin Trigaux [Tue, 14 May 2013 14:51:17 +0000 (16:51 +0200)]
[MERGE] correct permissions, shebang, EOL and FSF address

lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514145117-ur32kilr42kg1du0

11 years ago[MERGE] correct permissions, shebang, EOL and FSF address
Martin Trigaux [Tue, 14 May 2013 14:47:28 +0000 (16:47 +0200)]
[MERGE] correct permissions, shebang, EOL and FSF address

lp bug: https://launchpad.net/bugs/993414 fixed
lp bug: https://launchpad.net/bugs/993408 fixed

bzr revid: mat@openerp.com-20130514144728-t2ni4ynasl2us260

11 years ago[IMP] use exact writing for fsf address
Martin Trigaux [Tue, 14 May 2013 14:37:28 +0000 (16:37 +0200)]
[IMP] use exact writing for fsf address

bzr revid: mat@openerp.com-20130514143728-s341hmkw5dw9l7o1

11 years ago[IMP] use exact writing for fsf address
Martin Trigaux [Tue, 14 May 2013 14:34:02 +0000 (16:34 +0200)]
[IMP] use exact writing for fsf address

bzr revid: mat@openerp.com-20130514143402-amqukyz9mpeq5y95

11 years ago[IMP] use exact writing for fsf address
Martin Trigaux [Tue, 14 May 2013 14:32:54 +0000 (16:32 +0200)]
[IMP] use exact writing for fsf address

bzr revid: mat@openerp.com-20130514143254-f9ap1pkh7253xs1g

11 years ago[IMP] use exact writing for fsf address
Martin Trigaux [Tue, 14 May 2013 14:29:26 +0000 (16:29 +0200)]
[IMP] use exact writing for fsf address

bzr revid: mat@openerp.com-20130514142926-twja0tqy64s9eo09

11 years ago[IMP] use exact writing for fsf address
Martin Trigaux [Tue, 14 May 2013 14:28:37 +0000 (16:28 +0200)]
[IMP] use exact writing for fsf address

bzr revid: mat@openerp.com-20130514142837-jt65d8xjd1eozqst

11 years ago[IMP] remove double space in fsf address
Martin Trigaux [Tue, 14 May 2013 14:17:23 +0000 (16:17 +0200)]
[IMP] remove double space in fsf address

bzr revid: mat@openerp.com-20130514141723-xvtiru2fvhp6enbq

11 years ago[IMP] use new fsf address
Martin Trigaux [Tue, 14 May 2013 14:16:19 +0000 (16:16 +0200)]
[IMP] use new fsf address

bzr revid: mat@openerp.com-20130514141619-xd30aqer3f3gii31

11 years ago[IMP] trmove double space in fsf address
Martin Trigaux [Tue, 14 May 2013 14:11:32 +0000 (16:11 +0200)]
[IMP] trmove double space in fsf address

bzr revid: mat@openerp.com-20130514141132-610k885sxtcr8vpb

11 years ago[IMP] fix EOL : CRLF to unix
Martin Trigaux [Tue, 14 May 2013 13:55:53 +0000 (15:55 +0200)]
[IMP] fix EOL : CRLF to unix

bzr revid: mat@openerp.com-20130514135553-50jrqn7dkg77hhe6

11 years ago[IMP] remove empty line
Martin Trigaux [Tue, 14 May 2013 13:52:40 +0000 (15:52 +0200)]
[IMP] remove empty line

bzr revid: mat@openerp.com-20130514135240-66zvm1uv91snpbnm

11 years ago[IMP] fix EOL : CRLF to unix
Martin Trigaux [Tue, 14 May 2013 13:51:50 +0000 (15:51 +0200)]
[IMP] fix EOL : CRLF to unix

bzr revid: mat@openerp.com-20130514135150-j0flc0ffsddx09bw

11 years ago[FIX] fix FSF address
Martin Trigaux [Tue, 14 May 2013 12:04:24 +0000 (14:04 +0200)]
[FIX] fix FSF address

bzr revid: mat@openerp.com-20130514120424-xwjzdf3mufifl90d

11 years ago[FIX] fix FSF address
Martin Trigaux [Tue, 14 May 2013 12:04:13 +0000 (14:04 +0200)]
[FIX] fix FSF address

bzr revid: mat@openerp.com-20130514120413-r39mu6lsn04nh5zi

11 years ago[FIX] fix FSF address
Martin Trigaux [Tue, 14 May 2013 12:04:06 +0000 (14:04 +0200)]
[FIX] fix FSF address

bzr revid: mat@openerp.com-20130514120406-mz9mo1cnif04pyz9

11 years ago[IMP] remove shebang
Martin Trigaux [Tue, 14 May 2013 11:40:45 +0000 (13:40 +0200)]
[IMP] remove shebang

bzr revid: mat@openerp.com-20130514114045-b6xbkbjlp5bsm7h2

11 years ago[FIX] portal: mail_message: fixed wrong condition for check_access_rule introduced...
Thibault Delavallée [Tue, 14 May 2013 11:38:59 +0000 (13:38 +0200)]
[FIX] portal: mail_message: fixed wrong condition for check_access_rule introduced at revision 9117. Added tests by the way.

bzr revid: tde@openerp.com-20130514113859-3yucygu3pkav7qbt

11 years ago[FIX]res_partner: change fields selection of tz so that timezone starting with Etc...
Cedric Snauwaert [Tue, 14 May 2013 11:31:00 +0000 (13:31 +0200)]
[FIX]res_partner: change fields selection of tz so that timezone starting with Etc/ are at the end of the selection, that way it's less confusing for the users.

bzr revid: csn@openerp.com-20130514113100-h2oihowcplaba10j

11 years ago[FIX] portal_project_long_term: fixed access right using a non-existing field.
Thibault Delavallée [Tue, 14 May 2013 11:15:59 +0000 (13:15 +0200)]
[FIX] portal_project_long_term: fixed access right using a non-existing field.

bzr revid: tde@openerp.com-20130514111559-az39rnmrow5v30oi

11 years ago[IMP] account_voucher, usability: added currency_help_label to help at the understand...
Quentin (OpenERP) [Tue, 14 May 2013 11:52:13 +0000 (13:52 +0200)]
[IMP] account_voucher, usability: added currency_help_label to help at the understanding when using the payment rate fields

bzr revid: qdp-launchpad@openerp.com-20130514115213-cklf7s6r889ahen7

11 years ago[IMP] clean permissions and shebang in files
Martin Trigaux [Tue, 14 May 2013 10:37:36 +0000 (12:37 +0200)]
[IMP] clean permissions and shebang in files

bzr revid: mat@openerp.com-20130514103736-kfuk3nutvezyo7l0

11 years ago[IMP] clean permissions and shebang in files
Martin Trigaux [Tue, 14 May 2013 10:33:33 +0000 (12:33 +0200)]
[IMP] clean permissions and shebang in files

bzr revid: mat@openerp.com-20130514103333-puuj4kmxq3bwzwec

11 years ago[IMP] clean permissions and shebang in files
Martin Trigaux [Tue, 14 May 2013 10:31:13 +0000 (12:31 +0200)]
[IMP] clean permissions and shebang in files

bzr revid: mat@openerp.com-20130514103113-8idhvhokt0e8jzea

11 years ago[FIX]stock: remove message from chatter, useless since information appears with track...
Cedric Snauwaert [Tue, 14 May 2013 09:19:14 +0000 (11:19 +0200)]
[FIX]stock: remove message from chatter, useless since information appears with tracking state and change view
so that schedule date appears when product hasn't been received and date of reception appears when it has
been received

bzr revid: csn@openerp.com-20130514091914-rod821mkj7v4s97c

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 14 May 2013 06:25:31 +0000 (06:25 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130508061745-3w2v8zqbedx53bx0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130513064606-6ynxgbs7f50s891m
bzr revid: launchpad_translations_on_behalf_of_openerp-20130514062531-mifd04b012g1kcz4

11 years ago[FIX]stock: add method that was added in server here to prevent user to have to updat...
Cedric Snauwaert [Mon, 13 May 2013 15:45:46 +0000 (17:45 +0200)]
[FIX]stock: add method that was added in server here to prevent user to have to update base do not forward in trunk

bzr revid: csn@openerp.com-20130513154546-v5zqi6723aeiymxl

11 years ago[FIX]purchase/stock: when validating a PO, information on scheduled_date was not...
Cedric Snauwaert [Mon, 13 May 2013 14:53:18 +0000 (16:53 +0200)]
[FIX]purchase/stock: when validating a PO, information on scheduled_date was not correct, should take
into account, schedule_date for each product instead of PO date.
Also add a message in chatter whenever we receive a product. Added a function in tools/misc/py for the
purpose of printing correct date in user timezone + timezone information.

bzr revid: csn@openerp.com-20130513145318-qterabm7vmjkezi4

11 years ago[IMP] account_voucher, usability: reset the amount to 0 in the 'pay invoice wizard...
Quentin (OpenERP) [Mon, 13 May 2013 14:21:16 +0000 (16:21 +0200)]
[IMP] account_voucher, usability: reset the amount to 0 in the 'pay invoice wizard' if the currency is not the same than the invoice currency to avoid a common mistake

bzr revid: qdp-launchpad@openerp.com-20130513142116-wyuud8n9fcnafc7l

11 years ago[FIX] account_voucher: display the multi-currency options each time needed
Quentin (OpenERP) [Mon, 13 May 2013 13:24:22 +0000 (15:24 +0200)]
[FIX] account_voucher: display the multi-currency options each time needed

bzr revid: qdp-launchpad@openerp.com-20130513132422-q78dopdnnyd2x8dy

11 years ago[FIX] portal: mail_message: override of _search and check_access_rule of mail_message...
Thibault Delavallée [Tue, 14 May 2013 11:18:48 +0000 (13:18 +0200)]
[FIX] portal: mail_message: override of _search and check_access_rule of mail_message in order to remove all internal notes if uid is not an employee.

bzr revid: tde@openerp.com-20130514111848-2yktt685f6nhn1r7

11 years ago[IMP] mail_message for portal users: actually only comment without subtype are not...
Thibault Delavallée [Tue, 14 May 2013 10:45:21 +0000 (12:45 +0200)]
[IMP] mail_message for portal users: actually only comment without subtype are not shown (internal notes).

bzr revid: tde@openerp.com-20130514104521-e8pbgvgn2xtmyr5o

11 years ago[FIX] portal mail: Override of _search and check_access_rule of mail_message to add...
Christophe Matthieu [Mon, 13 May 2013 14:40:24 +0000 (16:40 +0200)]
[FIX] portal mail: Override of _search and check_access_rule of mail_message to add specific access rights of mail.message, to remove all no discussion message if uid is a portal user.

bzr revid: chm@openerp.com-20130513144024-m1o4q8in62fe123b

11 years ago[FIX] mail_followers: avoid partners_to_notify parameter in _notify only if None...
Thibault Delavallée [Mon, 13 May 2013 14:26:33 +0000 (16:26 +0200)]
[FIX] mail_followers: avoid partners_to_notify parameter in _notify only if None, not if void.

bzr revid: tde@openerp.com-20130513142633-bf02usbabnncy6me

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 14 May 2013 06:25:45 +0000 (06:25 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130514062545-amio4juyvdyzilre

11 years ago[FIX] Menu NeedAction: Uncaught TypeError: Cannot call method 'do_reload_needaction...
Christophe Matthieu [Mon, 13 May 2013 12:59:15 +0000 (14:59 +0200)]
[FIX] Menu NeedAction: Uncaught TypeError: Cannot call method 'do_reload_needaction' of undefined

bzr revid: chm@openerp.com-20130513125915-clr79swr5amcjkio

11 years ago[FIX] needaction: issue 592134 'Uncaught TypeError: Cannot call method 'do_reload_nee...
Christophe Matthieu [Mon, 13 May 2013 11:22:02 +0000 (13:22 +0200)]
[FIX] needaction: issue 592134 'Uncaught TypeError: Cannot call method 'do_reload_needaction' of undefined'

bzr revid: chm@openerp.com-20130513112202-32sko79k23v5seq2

11 years ago[MERGE] fix de-anonymization process
Olivier [Mon, 13 May 2013 08:54:44 +0000 (10:54 +0200)]
[MERGE] fix de-anonymization process

bzr revid: olt@openerp.com-20130513085444-qvx73tn8auuxtqvn

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130511062919-fsosj75j0ku21nob
bzr revid: launchpad_translations_on_behalf_of_openerp-20130512062708-98yyc1nsq3utfa71
bzr revid: launchpad_translations_on_behalf_of_openerp-20130513064623-zl0lsonr97jljbkj

11 years ago[FIX] anonymization: Flush queries list used in de-anonymization
vro [Mon, 13 May 2013 05:40:26 +0000 (11:10 +0530)]
[FIX] anonymization: Flush queries list used in de-anonymization

bzr revid: vro@tinyerp.com-20130513054026-1wco2hzkm85nz2ik

11 years ago[MERGE]product: space issue between the price and the currency
Martin Trigaux [Fri, 10 May 2013 14:24:31 +0000 (16:24 +0200)]
[MERGE]product: space issue between the price and the currency

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

bzr revid: mat@openerp.com-20130510142431-0x8846oxgk0x1ilc

11 years ago[IMP]product: remove space between the price and the currency
Martin Trigaux [Fri, 10 May 2013 13:49:44 +0000 (15:49 +0200)]
[IMP]product: remove space between the price and the currency

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

bzr revid: mat@openerp.com-20130510134944-s8yz9z6g0abdy0i7

11 years ago[FIX] web_calender: when filter is of kind object it was not handled properly
Purnendu Singh (OpenERP) [Fri, 10 May 2013 12:08:40 +0000 (17:38 +0530)]
[FIX] web_calender: when filter is of kind object it was not handled properly

bzr revid: psi@tinyerp.com-20130510120840-52zlu9iqpz7977og

11 years ago[MERGE]resource: opw 587786: use float_compare to avoid rounding issue for interval...
Martin Trigaux [Fri, 10 May 2013 09:23:26 +0000 (11:23 +0200)]
[MERGE]resource: opw 587786: use float_compare to avoid rounding issue for interval computation

bzr revid: mat@openerp.com-20130510092326-6ekur03kb7qtg0m5

11 years ago[FIX]resource: revert correctly
Martin Trigaux [Fri, 10 May 2013 08:26:54 +0000 (10:26 +0200)]
[FIX]resource: revert correctly

bzr revid: mat@openerp.com-20130510082654-102w20am9zvgspd7

11 years ago[IMP]resource: use correctly float_compare
Martin Trigaux [Fri, 10 May 2013 08:23:38 +0000 (10:23 +0200)]
[IMP]resource: use correctly float_compare

bzr revid: mat@openerp.com-20130510082338-055enqqpxcsuyp23

11 years ago[REF] revert useless chqnges
Martin Trigaux [Fri, 10 May 2013 08:18:03 +0000 (10:18 +0200)]
[REF] revert useless chqnges

bzr revid: mat@openerp.com-20130510081803-d08uqm4b3as588xp

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 May 2013 06:51:22 +0000 (06:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130509061134-n0s13s5mudwpofan
bzr revid: launchpad_translations_on_behalf_of_openerp-20130510065122-6968relnf5rj67w4

11 years ago[MERGE] kill the executable bit on things that are clearly not executables or scripts
Martin Trigaux [Wed, 8 May 2013 14:45:21 +0000 (16:45 +0200)]
[MERGE] kill the executable bit on things that are clearly not executables or scripts

bzr revid: mat@openerp.com-20130508144521-bkvms15maji1ykpb

11 years ago[IMP] resource: use float_compare instead
Martin Trigaux [Wed, 8 May 2013 14:21:04 +0000 (16:21 +0200)]
[IMP] resource: use float_compare instead

bzr revid: mat@openerp.com-20130508142104-clgs1khxgktxlxsm

11 years ago[MERGE] opw584557: account: use current and previous fiscal year for account.config...
Martin Trigaux [Wed, 8 May 2013 13:42:08 +0000 (15:42 +0200)]
[MERGE] opw584557: account: use current and previous fiscal year for account.config.settings

bzr revid: mat@openerp.com-20130508134208-86v8j13t1781ul3m

11 years ago[IMP] account: compute default period for fiscal year
Martin Trigaux [Wed, 8 May 2013 13:14:38 +0000 (15:14 +0200)]
[IMP] account: compute default period for fiscal year

bzr revid: mat@openerp.com-20130508131438-nyzi49wbn61giecf

11 years ago[IMP] account: use DEFAULT_SERVER_DATETIME_FORMAT and merging in one method
Martin Trigaux [Wed, 8 May 2013 12:55:20 +0000 (14:55 +0200)]
[IMP] account: use DEFAULT_SERVER_DATETIME_FORMAT and merging in one method

bzr revid: mat@openerp.com-20130508125520-kf0pbgfislf34vay

11 years ago[IMP] account: use DEFAULT_SERVER_DATETIME_FORMAT
Martin Trigaux [Wed, 8 May 2013 12:34:40 +0000 (14:34 +0200)]
[IMP] account: use DEFAULT_SERVER_DATETIME_FORMAT

bzr revid: mat@openerp.com-20130508123440-kmtbv1vq4x03gr8k

11 years ago[IMP] better comment
Martin Trigaux [Wed, 8 May 2013 12:06:26 +0000 (14:06 +0200)]
[IMP] better comment

bzr revid: mat@openerp.com-20130508120626-tz68kaunfdv45paj

11 years ago[FIX] use correctly datetime objects
Martin Trigaux [Wed, 8 May 2013 11:57:08 +0000 (13:57 +0200)]
[FIX] use correctly datetime objects

bzr revid: mat@openerp.com-20130508115708-ut4jlp572dhxntsd

11 years ago[FIX] chatter: yet another protection against reloading a non-existing menu
Thibault Delavallée [Wed, 8 May 2013 11:39:52 +0000 (13:39 +0200)]
[FIX] chatter: yet another protection against reloading a non-existing menu

bzr revid: tde@openerp.com-20130508113952-29a1xk9holyvhc13

11 years ago[FIX] opw584557: account: better default fiscalyear dates for fiscalyears not 1/1...
Martin Trigaux [Wed, 8 May 2013 10:50:44 +0000 (12:50 +0200)]
[FIX] opw584557: account: better default fiscalyear dates for fiscalyears not 1/1-12/31

bzr revid: mat@openerp.com-20130508105044-fr3tf2t1zwmd6hko

11 years ago[FIX] [FIX] mail: fixed subscription of an already subscribed follower erasing alread...
Thibault Delavallée [Wed, 8 May 2013 10:23:04 +0000 (12:23 +0200)]
[FIX] [FIX] mail: fixed subscription of an already subscribed follower erasing already existing subtypes + added tests

bzr revid: tde@openerp.com-20130508102304-p52bq0qux9s7rses

11 years ago[FIX] hr_timesheet: improved perfomances on the read of timesheet sheets
Quentin (OpenERP) [Wed, 8 May 2013 08:59:38 +0000 (10:59 +0200)]
[FIX] hr_timesheet: improved perfomances on the read of timesheet sheets

bzr revid: qdp-launchpad@openerp.com-20130508085938-a2uyalx1cy2musj0

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 8 May 2013 06:18:08 +0000 (06:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130508061808-15l9uv7xeeaar0cc

11 years ago[FIX] typo & imp
Anael Closson [Tue, 7 May 2013 15:21:03 +0000 (17:21 +0200)]
[FIX] typo & imp

bzr revid: acl@openerp.com-20130507152103-0gm36pnuc4pp6wet

11 years ago[FIX] account_voucher: there is no reason to not post currency difference entry at...
Quentin (OpenERP) [Tue, 7 May 2013 14:54:27 +0000 (16:54 +0200)]
[FIX] account_voucher: there is no reason to not post currency difference entry at each full reconciliation, whatever the voucher and the line currencies

bzr revid: qdp-launchpad@openerp.com-20130507145427-39w05wwrp1vylb6k

11 years ago[FIX] account_voucher: fixed yaml test wromgly computing the entry related to the...
Quentin (OpenERP) [Tue, 7 May 2013 13:54:08 +0000 (15:54 +0200)]
[FIX] account_voucher: fixed yaml test wromgly computing the entry related to the currency difference

bzr revid: qdp-launchpad@openerp.com-20130507135408-jzp315rl29b6dwo9

11 years ago[FIX] account_voucher: post accounting entry related to a currency rate difference...
Quentin (OpenERP) [Tue, 7 May 2013 13:05:20 +0000 (15:05 +0200)]
[FIX] account_voucher: post accounting entry related to a currency rate difference in all cases

bzr revid: qdp-launchpad@openerp.com-20130507130520-3zndk5mt7mlvv3i7