odoo/odoo.git
11 years ago[FIX] permission denied msgbox when creating stock.move in multicompany setting
Alexandre Fayolle [Tue, 21 May 2013 14:06:31 +0000 (16:06 +0200)]
[FIX] permission denied msgbox when creating stock.move in multicompany setting

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

bzr revid: alexandre.fayolle@camptocamp.com-20130521140631-k100itymc4qn0f2m

11 years ago[MERGE] point_of_sale: fix for product packaging barcodes
Frédéric van der Essen [Tue, 21 May 2013 09:36:09 +0000 (11:36 +0200)]
[MERGE] point_of_sale: fix for product packaging barcodes

bzr revid: fva@openerp.com-20130521093609-0y0z190ut9iggb0w

11 years ago[FIX] point_of_sale: wrong ean field for packagings
Frédéric van der Essen [Tue, 21 May 2013 09:09:42 +0000 (11:09 +0200)]
[FIX] point_of_sale: wrong ean field for packagings

bzr revid: fva@openerp.com-20130521090942-hvtze13ek6p7nguo

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 21 May 2013 05:44:15 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061258-u0iw6lfwponrmlrp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130520063201-x6ngc83h4rru51rx
bzr revid: launchpad_translations_on_behalf_of_openerp-20130521054415-2s1mdz92ybpgx12d

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 21 May 2013 05:43:52 +0000 (05:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061236-r4zubxtanesjqld0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130520063148-0crtjtoieit1g5k8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130521054352-g6yw7uvuietnscm6

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130519061301-tarop35lwadoymxh

11 years ago[FIX] ir.sequence: add a proper default value for number_next_actual (0 is disallowed...
Olivier Dony [Fri, 17 May 2013 18:15:14 +0000 (20:15 +0200)]
[FIX] ir.sequence: add a proper default value for number_next_actual (0 is disallowed by default) + avoid error when trying to alter a sequence during creation

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

bzr revid: odo@openerp.com-20130517181514-xcy83yakpuqa3oik

11 years ago[MERGE] ir.sequence: lazily compute next value for PostgreSQL-backed ir.sequences...
Olivier Dony [Fri, 17 May 2013 17:35:13 +0000 (19:35 +0200)]
[MERGE] ir.sequence: lazily compute next value for PostgreSQL-backed ir.sequences + avoid resetting it at each change to the sequence, courtesy of Ronald Portier (Therp)

The original patch proposed by Ronald has been modified to
make it more suitable to a stable version, in the following
aspects:
- remove all extra physical columns (boolean flags), as they
  would break the stable policy and were actually unnecessary
  to fix the bug
- avoid displaying both the number_next and the number_next_actual,
  the latter is sufficient
- fix a possible bug when setting the number_next to 0

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

bzr revid: odo@openerp.com-20130517173513-msabph5x62c9wjxt

11 years ago[MERGE] account: safer code for accessing company currency data, in order to avoid...
Olivier Dony [Fri, 17 May 2013 17:06:16 +0000 (19:06 +0200)]
[MERGE] account: safer code for accessing company currency data, in order to avoid errors in some multi-company setups, courtesy of Alexandre Fayolle (Camptocamp)

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

bzr revid: odo@openerp.com-20130517170616-0jkqfls1ph7ydctz

11 years ago[MERGE] res.currency: default to global currencies in multi-company setup + add prope...
Olivier Dony [Fri, 17 May 2013 17:04:14 +0000 (19:04 +0200)]
[MERGE] res.currency: default to global currencies in multi-company setup + add proper ir.rule, courtesy of Alexandre Fayolle (Camptocamp)

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

bzr revid: odo@openerp.com-20130517170414-zx9v1x3noqnce4h0

11 years ago[MERGE] l10n_es: updated version of Spanish localization, including a new Chart for...
Olivier Dony [Fri, 17 May 2013 16:41:46 +0000 (18:41 +0200)]
[MERGE] l10n_es: updated version of Spanish localization, including a new Chart for associations, courtesy of the Spanish localization team (via Pedro Manuel Baeza, Serv. Tecnol. Avanzados)

bzr revid: odo@openerp.com-20130517164146-0og90y9adxzoozj0

11 years ago[FIX] parsing of domains with non-ascii unicode literals
Xavier Morel [Fri, 17 May 2013 16:22:15 +0000 (18:22 +0200)]
[FIX] parsing of domains with non-ascii unicode literals

update py.js to support parsing of escape sequences in string literals

bzr revid: xmo@openerp.com-20130517162215-4afen1mdzbfx1mxi

11 years ago[FIX]ir_sequence: better args definition
Cedric Snauwaert [Fri, 17 May 2013 15:45:44 +0000 (17:45 +0200)]
[FIX]ir_sequence: better args definition

bzr revid: csn@openerp.com-20130517154544-c9jywavo9pnfn4rt

11 years ago[FIX] modify domain evaluation tests to avoid relying on res.currency entries assigne...
Olivier Dony [Fri, 17 May 2013 14:17:26 +0000 (16:17 +0200)]
[FIX] modify domain evaluation tests to avoid relying on res.currency entries assigned to companies, as demo data was modified for bug 1111298

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

bzr revid: odo@openerp.com-20130517141726-67utxubzdflsgsnx

11 years ago[FIX]ir_sequence: only execute a change on postgresql sequence when really needed...
Cedric Snauwaert [Fri, 17 May 2013 12:43:28 +0000 (14:43 +0200)]
[FIX]ir_sequence: only execute a change on postgresql sequence when really needed and add a field to get an approximation of the current next_number.

bzr revid: csn@openerp.com-20130517124328-kex5katw2tgpgdty

11 years ago[FIX] l10n_vn: removed incorrect exec bit on files that have no reason to have it
Olivier Dony [Fri, 17 May 2013 10:35:02 +0000 (12:35 +0200)]
[FIX] l10n_vn: removed incorrect exec bit on files that have no reason to have it

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

bzr revid: odo@openerp.com-20130517103502-llfmq8m9hk1tjz6c

11 years ago[FIX] openerp/tests/test_mail.py marked executable as it should
Olivier Dony [Fri, 17 May 2013 10:29:33 +0000 (12:29 +0200)]
[FIX] openerp/tests/test_mail.py marked executable as it should

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

bzr revid: odo@openerp.com-20130517102933-u1u4n2ad5jxnndw5

11 years ago[MERGE] l10n_es: updated version of Spanish localization, including a new Chart for...
Olivier Dony [Fri, 17 May 2013 10:14:22 +0000 (12:14 +0200)]
[MERGE] l10n_es: updated version of Spanish localization, including a new Chart for associations, courtesy of the Spanish localization team (via Pedro Manuel Baeza, Serv. Tecnol. Avanzados)

bzr revid: odo@openerp.com-20130517101422-krf1cuk31acszr96

11 years ago[IMP] mouse cursors in search view drawer
Xavier Morel [Fri, 17 May 2013 10:03:16 +0000 (12:03 +0200)]
[IMP] mouse cursors in search view drawer

bzr revid: xmo@openerp.com-20130517100316-9angbyhncxhg8620

11 years ago[MERGE] res.currency: default to global currencies in multi-company setup + add prope...
Olivier Dony [Fri, 17 May 2013 09:39:58 +0000 (11:39 +0200)]
[MERGE] res.currency: default to global currencies in multi-company setup + add proper ir.rule, courtesy of Alexandre Fayolle (Camptocamp)

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

bzr revid: odo@openerp.com-20130517093958-d16k9gceenznm9vp

11 years ago[MERGE] account: safer code for accessing company currency data, in order to avoid...
Olivier Dony [Fri, 17 May 2013 09:33:01 +0000 (11:33 +0200)]
[MERGE] account: safer code for accessing company currency data, in order to avoid errors in some multi-company setups, courtesy of Alexandre Fayolle (Camptocamp)

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

bzr revid: odo@openerp.com-20130517093301-702o8x78ufcc369e

11 years ago[FIX]ir_sequence: fix cryptic error message when prefix/suffix is not in a valid...
Cedric Snauwaert [Fri, 17 May 2013 09:04:21 +0000 (11:04 +0200)]
[FIX]ir_sequence: fix cryptic error message when prefix/suffix is not in a valid format and update number_next in order for it to have same value as the sql sequence preventing the sql sequence to restart from one if a write is done.

bzr revid: csn@openerp.com-20130517090421-kik3215az48lg02f

11 years ago[FIX] remove company_id from currencies in currency_data.xml
Alexandre Fayolle [Fri, 17 May 2013 08:03:19 +0000 (10:03 +0200)]
[FIX] remove company_id from currencies in currency_data.xml

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

bzr revid: alexandre.fayolle@camptocamp.com-20130517080319-ct4j81mc01dr1e2v

11 years ago[FIX] missing multi company currency access rules, set currency.company_id to False...
cbi@openerp.my.openerp.com [Fri, 17 May 2013 08:02:46 +0000 (10:02 +0200)]
[FIX] missing multi company currency access rules, set currency.company_id to False by default

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

bzr revid: alexandre.fayolle@camptocamp.com-20130517080246-k23d8hd0ks36cr5l

11 years ago[FIX] some missed access to currency_id through company_id
Alexandre Fayolle [Fri, 17 May 2013 08:00:31 +0000 (10:00 +0200)]
[FIX] some missed access to currency_id through company_id

bzr revid: alexandre.fayolle@camptocamp.com-20130517080031-7j72snb9mdv91cto

11 years ago[FIX] sale_crm: if set on the sale order, copy the sale team to the created invoices
Quentin (OpenERP) [Fri, 17 May 2013 07:40:02 +0000 (09:40 +0200)]
[FIX] sale_crm: if set on the sale order, copy the sale team to the created invoices

bzr revid: qdp-launchpad@openerp.com-20130517074002-qymqczukhj7mpc54

11 years ago[FIX] work around bug preventing to validate invoices in multicompany setting
Alexandre Fayolle [Fri, 17 May 2013 07:35:16 +0000 (09:35 +0200)]
[FIX] work around bug preventing to validate invoices in multicompany setting

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

bzr revid: alexandre.fayolle@camptocamp.com-20130517073516-yko5zp0j8zlopq2d

11 years ago[IMP] Removed 'cursor on '.openerp .oe_searchview .oe_searchview_drawer .oe_searchvie...
Paramjit Singh Sahota [Fri, 17 May 2013 06:01:33 +0000 (11:31 +0530)]
[IMP] Removed 'cursor on '.openerp .oe_searchview .oe_searchview_drawer .oe_searchview_advanced li' and then added 'cursor:default' on '.openerp .oe_searchview .oe_searchview_drawer'.

bzr revid: psa@tinyerp.com-20130517060133-zw7zpuvxhc459s5e

11 years ago[MERGE] Merged lp:openerp-web/7.0
Paramjit Singh Sahota [Fri, 17 May 2013 05:31:30 +0000 (11:01 +0530)]
[MERGE] Merged lp:openerp-web/7.0

bzr revid: bth@tinyerp.com-20130417073823-qh3hzbj2j70kt6c6
bzr revid: psa@tinyerp.com-20130517053130-09k6t1os2x6g8i0j

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]sale_crm: when validating a SO with a sale team associated, information was...
Cedric Snauwaert [Thu, 16 May 2013 15:12:55 +0000 (17:12 +0200)]
[FIX]sale_crm: when validating a SO with a sale team associated, information was not in associated invoice.

bzr revid: csn@openerp.com-20130516151255-azu6a3x6les0tzu6

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