odoo/odoo.git
11 years ago[FIX] crm_lead search show group by creation_date
Antony Lesuisse [Fri, 8 Mar 2013 12:34:30 +0000 (13:34 +0100)]
[FIX] crm_lead search show group by creation_date

bzr revid: al@openerp.com-20130308123430-osftdtmtoj8uwndh

11 years ago[FIX] point_of_sale: add the missing call to the workflow service
Stephane Wirtel [Fri, 8 Mar 2013 11:04:49 +0000 (12:04 +0100)]
[FIX] point_of_sale: add the missing call to the workflow service

bzr revid: stw@openerp.com-20130308110449-feobq8yoc6kg3efy

11 years ago[FIX] problem when o2m and readonly fields, now readonly fields are saved in buffered...
niv-openerp [Fri, 8 Mar 2013 10:43:36 +0000 (11:43 +0100)]
[FIX] problem when o2m and readonly fields, now readonly fields are saved in buffered dataset too

bzr revid: nicolas.vanhoren@openerp.com-20130308104336-u2gslznv24h8n88l

11 years agoadded readonly fields to buffered dataset cache
niv-openerp [Fri, 8 Mar 2013 10:40:50 +0000 (11:40 +0100)]
added readonly fields to buffered dataset cache

bzr revid: nicolas.vanhoren@openerp.com-20130308104050-uqt5qi2n9dmcd2hb

11 years ago[FIX] base: invalid address in demo data causes failure in Google Maps lookup
Olivier Dony [Fri, 8 Mar 2013 09:41:15 +0000 (10:41 +0100)]
[FIX] base: invalid address in demo data causes failure in Google Maps lookup

Apprently on 2013-03-08 Google Maps stopped
returning a location in Belgium for this invalid
street name.

We consider Google Maps as a commodity so it
is ok to have the crm_partner_assign tests
fail in case our lookup mechanism does
not work anymore.

bzr revid: odo@openerp.com-20130308094115-frjp99xi296oosxl

11 years ago[FIX] replace uncommon month names of the ar_SY datejs localization file by more...
Xavier Morel [Fri, 8 Mar 2013 08:00:20 +0000 (09:00 +0100)]
[FIX] replace uncommon month names of the ar_SY datejs localization file by more standard ones, courtesy of Ahmad Khayyat

The server only supports the ar_SY variant of arabic, so this is the
one and only locale arabic speakers can currently select. According to
Ahmad Khayyat:

> The [ar-SY datejs localization] uses uncommon month names, which are
> hard to recognize.  The more common month names should be used
> instead.

This could be reverted if more arabic locales are made available in
the server, in order to limit deviations from the upstream package.

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

bzr revid: xmo@openerp.com-20130308080020-6q370e2kmrk2xk2w

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130308052354-6aerviht20qnfh26
bzr revid: launchpad_translations_on_behalf_of_openerp-20130308060553-lujyj3qxhqljssu0
bzr revid: launchpad_translations_on_behalf_of_openerp-20130308060749-69tgopwkctb0v5ei

11 years ago[REVERT] tools.translate: undo rev 4874 refactoring and renaming `trans_parse_view...
Olivier Dony [Thu, 7 Mar 2013 16:45:58 +0000 (17:45 +0100)]
[REVERT] tools.translate: undo rev 4874 refactoring and renaming `trans_parse_view`, was meant for trunk

rev 4874 = rev-id xmo@openerp.com-20130306095720-3277aw0rq9pzpsw4

bzr revid: odo@openerp.com-20130307164558-alvl7hcov2uhqxbw

11 years ago[FIX] oops, previous revision now mandates valid contexts in filter group tests
Xavier Morel [Thu, 7 Mar 2013 14:11:02 +0000 (15:11 +0100)]
[FIX] oops, previous revision now mandates valid contexts in filter group tests

bzr revid: xmo@openerp.com-20130307141102-86tb7axyh3x4rgk9

11 years ago[FIX] crm: when creating a new crm.case.categ from the lead form view, link it to...
Quentin (OpenERP) [Thu, 7 Mar 2013 10:33:49 +0000 (11:33 +0100)]
[FIX] crm: when creating a new crm.case.categ from the lead form view, link it to the right object

bzr revid: qdp-launchpad@openerp.com-20130307103349-tn3w1kj0wipxaekm

11 years ago[MERGE] share: replace expression.normalize (which no onger exists) by expression...
Chris Biersbach [Thu, 7 Mar 2013 13:14:11 +0000 (14:14 +0100)]
[MERGE] share: replace expression.normalize (which no onger exists) by expression.normalize_domain

bzr revid: cbi@openerp.com-20130307131411-qnpwpkny0lyqci60

11 years ago[FIX] module loading: allow addons path entries to have substring of others.
Christophe Simonis [Thu, 7 Mar 2013 13:11:04 +0000 (14:11 +0100)]
[FIX] module loading: allow addons path entries to have substring of others.
i.e. having ./addons/ and ./addons2/ is now possible

bzr revid: chm@openerp.com-20130307131104-ju2n7zm7yvced68h

11 years ago[FIX] Share: The share wizard code still used expression.normalize, which does no...
Chris Biersbach [Thu, 7 Mar 2013 13:04:42 +0000 (14:04 +0100)]
[FIX] Share: The share wizard code still used expression.normalize, which does no longer exist. expression.normalize_domain is now correctly used instead.

bzr revid: cbi@openerp.com-20130307130442-penzwh2unq0vvfih

11 years ago[FIX] broken inference of groupby groups in search view filters
Xavier Morel [Thu, 7 Mar 2013 12:42:22 +0000 (13:42 +0100)]
[FIX] broken inference of groupby groups in search view filters

Before the valpocalypse, filter contexts were "literal" (parsed
objects) when reaching the search view, and `.attrs.context.group_by`
would return the right thing (namely the group_by attribute of the
context object).

After the valpocalypse, contexts & domains on view fields (and
filters) are not evaluated on the Python side anymore and reach view
objects as strings, the access chain above thus always returns a falsy
value (undefined) as strings don't have a .group_by.

Fix FilterGroup to correctly parse filter's @context before trying to
see if it has a group_by.

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

bzr revid: xmo@openerp.com-20130307124222-1ypzfopbktxmad4z

11 years ago[I18N] *: update translation templates for latest term changes due to bug fixes
Olivier Dony [Thu, 7 Mar 2013 12:19:34 +0000 (13:19 +0100)]
[I18N] *: update translation templates for latest term changes due to bug fixes

bzr revid: odo@openerp.com-20130307121934-jfwfl1q0jtvswe0c

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 7 Mar 2013 05:44:34 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130307054408-wu5arb2r3o3o5gmz
bzr revid: launchpad_translations_on_behalf_of_openerp-20130307054431-sed0lo6klnisoyo7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130307054434-qdlzkcum9yy9mkaw

11 years ago[FIX] typo in previous commit
niv-openerp [Wed, 6 Mar 2013 16:24:36 +0000 (17:24 +0100)]
[FIX] typo in previous commit

bzr revid: nicolas.vanhoren@openerp.com-20130306162436-nuitgum452gz6bq9

11 years ago[FIX] stock: print the delivery slip in the customer language
Quentin (OpenERP) [Wed, 6 Mar 2013 15:36:19 +0000 (16:36 +0100)]
[FIX] stock: print the delivery slip in the customer language

bzr revid: qdp-launchpad@openerp.com-20130306153619-twvcrfik7m77vxcs

11 years ago[IMP] expression.py: added a clue to debug fuzzy tracebacks related to domain badly...
Quentin (OpenERP) [Wed, 6 Mar 2013 15:23:28 +0000 (16:23 +0100)]
[IMP] expression.py: added a clue to debug fuzzy tracebacks related to domain badly written

bzr revid: qdp-launchpad@openerp.com-20130306152328-qdlil19diks4mvkt

11 years ago[FIX]l10n_fr_hr_payroll: fix a few errors in report
Cedric Snauwaert [Wed, 6 Mar 2013 15:22:16 +0000 (16:22 +0100)]
[FIX]l10n_fr_hr_payroll: fix a few errors in report

bzr revid: csn@openerp.com-20130306152216-061prm1hkt77iidk

11 years ago[FIX] visual problem in some cases in field texts, solved by switching field texts...
niv-openerp [Wed, 6 Mar 2013 15:13:06 +0000 (16:13 +0100)]
[FIX] visual problem in some cases in field texts, solved by switching field texts to simple html output instead of textarea when in read-only mode

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

bzr revid: nicolas.vanhoren@openerp.com-20130306151306-1qwv04bvw50z81z9

11 years ago[MERGE] [REV] mail: reverted commit 8802. Reason: opt-out will be used only for marke...
Thibault Delavallée [Wed, 6 Mar 2013 15:10:07 +0000 (16:10 +0100)]
[MERGE] [REV] mail: reverted commit 8802. Reason: opt-out will be used only for marketing campaigns; notification_email_send for emails.

bzr revid: tde@openerp.com-20130306151007-8vru0w6tsjukbesn

11 years ago[MERGE] fix of bad partner chosen for accounting entries when doing stock valuation...
Quentin (OpenERP) [Wed, 6 Mar 2013 15:01:42 +0000 (16:01 +0100)]
[MERGE] fix of bad partner chosen for accounting entries when doing stock valuation (imply a small refactoring of the function that moves on the partner instead of being of the invoice)

bzr revid: qdp-launchpad@openerp.com-20130306150142-oyjyn3s7scfc31yw

11 years ago[FIX] cleanup m2o field events when reloading m2o fields
Xavier Morel [Wed, 6 Mar 2013 14:55:27 +0000 (15:55 +0100)]
[FIX] cleanup m2o field events when reloading m2o fields

The big issue was the hooking on the closest ui-dialog's scroll event:
if an m2o in a dialog (e.g. wizard-type situations) toggled state from
editable to readonly (workflow action of some sort), the event hook
would remain, and call .$input.autocomplete("widget") which would blow
up because the autocompletion widget hasn't been re-initialized.

Take care to fully unbind all events during the reload process to
avoid this issue (and potentially other such as duplicate bindings and
the like).

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

bzr revid: xmo@openerp.com-20130306145527-sssv7ocfvqxgv896

11 years ago[I18N] web_*: update translation templates for latest term changes due to bug fixes
Olivier Dony [Thu, 7 Mar 2013 12:17:31 +0000 (13:17 +0100)]
[I18N] web_*: update translation templates for latest term changes due to bug fixes

bzr revid: odo@openerp.com-20130307121731-m5nj8g59fbisfjhz

11 years ago[FIX] timezone: under windows os.environ["TZ"] was not affecting the server,
Vo Minh Thu [Thu, 7 Mar 2013 12:16:37 +0000 (13:16 +0100)]
[FIX] timezone: under windows os.environ["TZ"] was not affecting the server,

now it does (probably because we make sure to first set the environment
*then* import the time module. Works fine under Windows XP.

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

bzr revid: vmt@openerp.com-20130307121637-47fac72clykizlnj

11 years ago[I18N] base: update translation templates for latest term changes due to bug fixes
Olivier Dony [Thu, 7 Mar 2013 12:02:59 +0000 (13:02 +0100)]
[I18N] base: update translation templates for latest term changes due to bug fixes

bzr revid: odo@openerp.com-20130307120259-oiywqqlxwfpn2uc6

11 years ago[MERGE] [FIX] Chatter: typo (send -> sent) + removed an extra space in 'Send a message'.
Thibault Delavallée [Thu, 7 Mar 2013 10:01:17 +0000 (11:01 +0100)]
[MERGE] [FIX] Chatter: typo (send -> sent) + removed an extra space in 'Send a message'.

bzr revid: tde@openerp.com-20130307100117-j6cxt2cz54hht7c7

11 years ago[MERGE] [FIX] Backward-compatibility fix for rev 8783.
Thibault Delavallée [Thu, 7 Mar 2013 10:00:38 +0000 (11:00 +0100)]
[MERGE] [FIX] Backward-compatibility fix for rev 8783.
Missing methods declarations are back
Fixed partner_ids management in message_post to support some 2many commands

bzr revid: tde@openerp.com-20130307100038-eo4ayiopsk0s0dvv

11 years ago[MERGE] display the lunch application menu for administrator
Quentin (OpenERP) [Thu, 7 Mar 2013 09:53:22 +0000 (10:53 +0100)]
[MERGE] display the lunch application menu for administrator

bzr revid: qdp-launchpad@openerp.com-20130307095322-b9oun8sqg5usv0hp

11 years ago[FIX] mail_thread: fixed a list that should be a set. This has nothing to do with...
Thibault Delavallée [Thu, 7 Mar 2013 09:34:14 +0000 (10:34 +0100)]
[FIX] mail_thread: fixed a list that should be a set. This has nothing to do with the previous commit. Seriously.

bzr revid: tde@openerp.com-20130307093414-wcdakf017sskj35l

11 years ago[FIX] mail_thread: fixed set that should not be a set.
Thibault Delavallée [Thu, 7 Mar 2013 09:31:15 +0000 (10:31 +0100)]
[FIX] mail_thread: fixed set that should not be a set.

bzr revid: tde@openerp.com-20130307093115-9jmflmnf420iiz21

11 years ago[FIX] account, duplicate of account.tax: better fix for problem fixed in revision...
Quentin (OpenERP) [Thu, 7 Mar 2013 09:04:08 +0000 (10:04 +0100)]
[FIX] account, duplicate of account.tax: better fix for problem fixed in revision 8807.

fixed the duplicate of tax (wasn't working because of a unique constraint on name field). The previous fix was working only for taxes that doesn't have any child. The reason is that copy() is never called for one2many fields, only copy_data() is called (and give the same results for other fields)

bzr revid: qdp-launchpad@openerp.com-20130307090408-cxb1qcfz4n9ksrg5

11 years ago[MERGE] OPW 587184: Document: Graceful handling of the case when pdftotext is not...
Chris Biersbach [Thu, 7 Mar 2013 09:04:34 +0000 (10:04 +0100)]
[MERGE] OPW 587184: Document: Graceful handling of the case when pdftotext is not installed and an index needs to be generated.

bzr revid: cbi@openerp.com-20130307090434-2anmh0mh0dbz38q0

11 years ago[FIX] Document: Does no longer generate an error when trying to send a quotation...
Chris Biersbach [Thu, 7 Mar 2013 08:55:05 +0000 (09:55 +0100)]
[FIX] Document: Does no longer generate an error when trying to send a quotation by email when pdftotext is not available. This case is handled more gracefully (a warning in the log). Also changes the default return when generating the index using antiword to be more consistent.

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

bzr revid: cbi@openerp.com-20130307085505-v9vwo788ios8244u

11 years ago[FIX]lunch: in order to see lunch menu, put root user as lunch manager by default...
Cedric Snauwaert [Thu, 7 Mar 2013 08:42:26 +0000 (09:42 +0100)]
[FIX]lunch: in order to see lunch menu, put root user as lunch manager by default even if no demo data

bzr revid: csn@openerp.com-20130307084226-o02po2v301x5vgbe

11 years ago[REM] removed duplicate method.
Thibault Delavallée [Thu, 7 Mar 2013 08:06:16 +0000 (09:06 +0100)]
[REM] removed duplicate method.

bzr revid: tde@openerp.com-20130307080616-63nuzq15jg0ijkr6

11 years ago[FIX] Chatter: typo (send -> sent) + removed an extra space in 'Send a message'
Thibault Delavallée [Thu, 7 Mar 2013 07:58:09 +0000 (08:58 +0100)]
[FIX] Chatter: typo (send -> sent) + removed an extra space in 'Send a message'

bzr revid: tde@openerp.com-20130307075809-krc3j6ca3460qac2

11 years ago[MERGE] Sync with 7.0
Thibault Delavallée [Thu, 7 Mar 2013 07:52:48 +0000 (08:52 +0100)]
[MERGE] Sync with 7.0

bzr revid: tde@openerp.com-20130307075248-pi3qo3kszr3af7cs

11 years ago[FIX] mail: added wrapper for message_Create_patners_from_emails in mail_thread and...
Thibault Delavallée [Thu, 7 Mar 2013 07:52:16 +0000 (08:52 +0100)]
[FIX] mail: added wrapper for message_Create_patners_from_emails in mail_thread and res_users; cleaned message_post signature to match the pre-merge signature. Also fixed a wrong argument name in message_post_user_api.

bzr revid: tde@openerp.com-20130307075216-kk0m304405ohm7ua

11 years ago[MERGE] point_of_sale: accounting entries generation failed if a tax was defined...
Quentin (OpenERP) [Thu, 7 Mar 2013 07:52:10 +0000 (08:52 +0100)]
[MERGE] point_of_sale: accounting entries generation failed if a tax was defined with no account for tax collected.

bzr revid: qdp-launchpad@openerp.com-20130307075210-wf3kht28leu76tek

11 years ago[FIX] project: when writing on several projects, don't erase the name of all projects...
Quentin (OpenERP) [Thu, 7 Mar 2013 07:51:31 +0000 (08:51 +0100)]
[FIX] project: when writing on several projects, don't erase the name of all projects with the last one's name! stupid me.

bzr revid: qdp-launchpad@openerp.com-20130307075131-1cuhwonymijqueq8

11 years ago[MERGE] account_asset: don't restrit to delete an asset if it has unposted depreciati...
Quentin (OpenERP) [Thu, 7 Mar 2013 07:49:50 +0000 (08:49 +0100)]
[MERGE] account_asset: don't restrit to delete an asset if it has unposted depreciation lines (on delete cascade + restrict if it exists some...)

bzr revid: qdp-launchpad@openerp.com-20130307074950-2zq4wy7sa1uswbfr

11 years ago[MERGE] point_of_sale: acconting entries generation failed if a tax was defined with...
Quentin (OpenERP) [Wed, 6 Mar 2013 17:46:16 +0000 (18:46 +0100)]
[MERGE] point_of_sale: acconting entries generation failed if a tax was defined with no account for tax collected.

this hack is pretty stupid, don't mention it. We need to refactor the whole function, the sooner the better. At least it's not worst than before as we were already using 'line' without being sure it was defined (and now, with the assert, we are)

bzr revid: qdp-launchpad@openerp.com-20130306174616-rb5sr2a6wv8nef3v

11 years ago[FIX] project: when writing on several projects, don't erase the name of all projects...
Quentin (OpenERP) [Wed, 6 Mar 2013 17:28:56 +0000 (18:28 +0100)]
[FIX] project: when writing on several projects, don't erase the name of all projects with the last one's name! stupid me.

bzr revid: qdp-launchpad@openerp.com-20130306172856-35dmxn7efydr5xyf

11 years ago[MERGE] account_asset: don't restrit to delete an asset if it has unposted depreciati...
Quentin (OpenERP) [Wed, 6 Mar 2013 17:05:38 +0000 (18:05 +0100)]
[MERGE] account_asset: don't restrit to delete an asset if it has unposted depreciation lines (on delete cascade + restrict if it exists some account.move.line)

bzr revid: qdp-launchpad@openerp.com-20130306170538-kqxquf6kzkndgxgy

11 years ago[FIX] mail: added wrapper because of changes introduced in the API recently.
Thibault Delavallée [Wed, 6 Mar 2013 16:28:11 +0000 (17:28 +0100)]
[FIX] mail: added wrapper because of changes introduced in the API recently.

bzr revid: tde@openerp.com-20130306162811-t4505m08nep2jlz4

11 years ago[FIX]point of sale: when creating account_move_line, was passing a false parameter...
Cedric Snauwaert [Wed, 6 Mar 2013 15:55:48 +0000 (16:55 +0100)]
[FIX]point of sale: when creating account_move_line, was passing a false parameter instead of a correct account id

bzr revid: csn@openerp.com-20130306155548-pdeli8m5ao3126aw

11 years ago[FIX] xml2str: Do not keep html void tags opened
Fabien Meghazi [Wed, 6 Mar 2013 14:40:24 +0000 (15:40 +0100)]
[FIX] xml2str: Do not keep html void tags opened

bzr revid: fme@openerp.com-20130306144024-gjuyq6fsrvol12x2

11 years ago[FIX] setup.nsi: better IfErrors/StrCmp order after testing the postgres registry...
Vo Minh Thu [Wed, 6 Mar 2013 14:34:44 +0000 (15:34 +0100)]
[FIX] setup.nsi: better IfErrors/StrCmp order after testing the postgres registry keys.

bzr revid: vmt@openerp.com-20130306143444-8qgpa6yj0c00ua0v

11 years ago[FIX] babel: the babel localedata was put back to its right place in the previous...
Vo Minh Thu [Wed, 6 Mar 2013 14:33:17 +0000 (15:33 +0100)]
[FIX] babel: the babel localedata was put back to its right place in the previous commit, so the zip-related hack can disappear.

bzr revid: vmt@openerp.com-20130306143317-oo4n6x78v68rqn9i

11 years ago[REV] mail: reverted commit 8802. Reason: opt-out will be used only for marketing...
Thibault Delavallée [Wed, 6 Mar 2013 14:27:41 +0000 (15:27 +0100)]
[REV] mail: reverted commit 8802. Reason: opt-out will be used only for marketing campaigns; notification_email_send for emails.

bzr revid: tde@openerp.com-20130306142741-ghazensh58xw3rvu

11 years ago[IMP] Chatter: small css cleaning about Send a message or Log a note.
Thibault Delavallée [Wed, 6 Mar 2013 14:01:20 +0000 (15:01 +0100)]
[IMP] Chatter: small css cleaning about Send a message or Log a note.

bzr revid: tde@openerp.com-20130306140120-n6vub0d82gjr6hlh

11 years ago[IMP] crm: logging/schedulign a call now adds the description in the chatter message.
Thibault Delavallée [Wed, 6 Mar 2013 14:01:07 +0000 (15:01 +0100)]
[IMP] crm: logging/schedulign a call now adds the description in the chatter message.

bzr revid: tde@openerp.com-20130306140107-myvtia1tsham9yuv

11 years ago[FIX] Should work better this way
Josse Colpaert [Wed, 6 Mar 2013 13:58:53 +0000 (14:58 +0100)]
[FIX] Should work better this way

bzr revid: jco@openerp.com-20130306135853-0isxehb6mh41r67t

11 years ago[FIX] account: fixed the duplicate of tax (wasn't working because of a unique constra...
Quentin (OpenERP) [Wed, 6 Mar 2013 13:25:43 +0000 (14:25 +0100)]
[FIX] account: fixed the duplicate of tax (wasn't working because of a unique constraint on name field)

bzr revid: qdp-launchpad@openerp.com-20130306132543-4kqiwuvoo61h18qs

11 years ago[FIX] Delivery slip language depends on partner
Josse Colpaert [Wed, 6 Mar 2013 11:34:47 +0000 (12:34 +0100)]
[FIX] Delivery slip language depends on partner

bzr revid: jco@openerp.com-20130306113447-kz31ed2kiqy0iv5s

11 years ago[FIX] setup.py (windows): add some babel files not automatically included by py2exe.
Vo Minh Thu [Wed, 6 Mar 2013 11:21:59 +0000 (12:21 +0100)]
[FIX] setup.py (windows): add some babel files not automatically included by py2exe.

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

bzr revid: vmt@openerp.com-20130306112159-9j58mf0se3lf7a0j

11 years ago[FIX] search view field visible through dropdown menu
Xavier Morel [Wed, 6 Mar 2013 11:00:51 +0000 (12:00 +0100)]
[FIX] search view field visible through dropdown menu

xmo@openerp.com-20130305093619-s1e5fbl80r7qnk5l added zIndex on wrong
element of search view (view itself instead of just the autocompletion
drop-down) leading to the search view text field being visible over
the "more" section of the menu.

Move zIndex setting to the right place (on the missing
`autocomplete('widget')` indirection, and on open as jquery ui
autocomplete apparently decides to reset the dropdown's z-index each
time it is open)

bzr revid: xmo@openerp.com-20130306110051-1wfhxaylsn71skjp

11 years ago[FIX] various forgotten compilations of sass files into css
Xavier Morel [Wed, 6 Mar 2013 10:51:06 +0000 (11:51 +0100)]
[FIX] various forgotten compilations of sass files into css

bzr revid: xmo@openerp.com-20130306105106-k66gvdz0vgbn1y3e

11 years ago[FIX] broken kanban sass file
Xavier Morel [Wed, 6 Mar 2013 10:50:38 +0000 (11:50 +0100)]
[FIX] broken kanban sass file

bzr revid: xmo@openerp.com-20130306105038-mtd3tiurvs8ra8gd

11 years ago[]FIX] disable (broken) inline edition in grouped editable lists
Xavier Morel [Wed, 6 Mar 2013 10:21:36 +0000 (11:21 +0100)]
[]FIX] disable (broken) inline edition in grouped editable lists

Because the Add/Create button is global, it's not really possible to
know *where* to create the new record, and the current design can't
really deal with a record being edited outside of all groups.

An option might be to create a dedicated empty group for that, but the
cost/benefit is high and the UI would probably be odd.

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

bzr revid: xmo@openerp.com-20130306102136-2ms7llbt4swka92k

11 years ago[MERGE] Remove url timestamps in debug mode
Fabien Meghazi [Wed, 6 Mar 2013 10:07:01 +0000 (11:07 +0100)]
[MERGE] Remove url timestamps in debug mode

bzr revid: fme@openerp.com-20130306100701-bwli4fkwv7xlfpf8

11 years ago[IMP] deduplicate trans_parse_view code, rename for clarity
Xavier Morel [Wed, 6 Mar 2013 09:57:20 +0000 (10:57 +0100)]
[IMP] deduplicate trans_parse_view code, rename for clarity

also correctly handle all translatable attributes in a <attribute name=...> extension tag

bzr revid: xmo@openerp.com-20130306095720-3277aw0rq9pzpsw4

11 years ago[MERGE] mail: use opt_out parameter in notification emails and in invite emails....
Thibault Delavallée [Wed, 6 Mar 2013 08:52:32 +0000 (09:52 +0100)]
[MERGE] mail: use opt_out parameter in notification emails and in invite emails. As notification_email_send is not present on the partner form view, and as opt_out can be used once CRM is installed, we perform a direct check in the res.partner columns to see if opt_out is present. Please remove me in 8.0 (remove opt_out and replace it by the notification parameter).

lp bug: https://launchpad.net/bugs/1099181 fixed
lp bug: https://launchpad.net/bugs/1130207 fixed

bzr revid: tde@openerp.com-20130306085232-mm8qsvy4takhk2y3

11 years ago[IMP] invite: only opt_out is taken into account when sending invite emails; added...
Thibault Delavallée [Wed, 6 Mar 2013 08:24:45 +0000 (09:24 +0100)]
[IMP] invite: only opt_out is taken into account when sending invite emails; added some comments to clean the code in 8.0

bzr revid: tde@openerp.com-20130306082445-hg2flvidtgso30dq

11 years ago[FIX] invite: do not send invite notification emails to partners having 'none' or...
Thibault Delavallée [Wed, 6 Mar 2013 08:03:06 +0000 (09:03 +0100)]
[FIX] invite: do not send invite notification emails to partners having 'none' or opt_out.

bzr revid: tde@openerp.com-20130306080306-86k0pmzqiqilknzw

11 years ago[FIX] mail: handle opt_out parameter. Please see comment in code for more info.
Thibault Delavallée [Wed, 6 Mar 2013 07:58:52 +0000 (08:58 +0100)]
[FIX] mail: handle opt_out parameter. Please see comment in code for more info.

bzr revid: tde@openerp.com-20130306075852-dyaynwq0r1otrxx1

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 6 Mar 2013 06:22:21 +0000 (06:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130306062137-pxtoftblp1hmspp5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130306062207-lac3gq4ck6k3mexw
bzr revid: launchpad_translations_on_behalf_of_openerp-20130306062221-a6s313kt0qg6rnkj

11 years ago[FIX] auth_signup: mark module as `bootstrap` so its translations are applied on...
Olivier Dony [Tue, 5 Mar 2013 17:38:11 +0000 (18:38 +0100)]
[FIX] auth_signup: mark module as `bootstrap` so its translations are applied on the login screen

The `bootstrap` flag is only needed for modules that
modify the login screen or DB manager, as these run
in a special bootstrap environment. Loading
database-specific translations requires to be logged
in.

bzr revid: odo@openerp.com-20130305173811-ab52c1x7l00zpgj1

11 years ago[FIX] _find_partner refactoring for res_partner and using it in creation of stock...
Josse Colpaert [Tue, 5 Mar 2013 16:20:15 +0000 (17:20 +0100)]
[FIX] _find_partner refactoring for res_partner and using it in creation of stock account moves

bzr revid: jco@openerp.com-20130305162015-lndgz2f0z4xtd62z

11 years ago[FIX]auth_signup: signup controllers signatures uses **values instead of login,passwo...
dle@openerp.com [Tue, 5 Mar 2013 14:32:04 +0000 (15:32 +0100)]
[FIX]auth_signup: signup controllers signatures uses **values instead of login,password,...

bzr revid: dle@openerp.com-20130305143204-p0a12q9ujrhxu67d

11 years ago[FIX]auth_signup: intermediate get_params function for signup rpc call (for override...
dle@openerp.com [Tue, 5 Mar 2013 13:31:48 +0000 (14:31 +0100)]
[FIX]auth_signup: intermediate get_params function for signup rpc call (for override purposes)

bzr revid: dle@openerp.com-20130305133148-sgxepdgl45urfso0

11 years ago[FIX] setup.nsi: fix the posgresql registry check:
Vo Minh Thu [Tue, 5 Mar 2013 11:02:53 +0000 (12:02 +0100)]
[FIX] setup.nsi: fix the posgresql registry check:

My understanding is that EnumRegKey will index (the last argument)
the given registry path. When nothing is found, it sets the first
argument to the empty string. Only if the given path is wrong an
error is generated. So we have to go to the DoInstallPostgreSQL
label.

bzr revid: vmt@openerp.com-20130305110253-tu0t240liupxtchj

11 years ago[IMP] use @draggable instead of hooking on dragstart to disable image and fake-link...
Xavier Morel [Tue, 5 Mar 2013 10:04:00 +0000 (11:04 +0100)]
[IMP] use @draggable instead of hooking on dragstart to disable image and fake-link dragging

Improves upon xmo@openerp.com-20130218104529-i0i8700v2mwxje4b

bzr revid: xmo@openerp.com-20130305100400-8cqkcnd527yn1hbj

11 years ago[FIX]product: rename product_variant group since it is not used in v7.0 but still...
Cedric Snauwaert [Tue, 5 Mar 2013 10:01:20 +0000 (11:01 +0100)]
[FIX]product: rename product_variant group since it is not used in v7.0 but still in trunk and users don't understand why nothing happen when ticking the option

bzr revid: csn@openerp.com-20130305100120-h59kuj2twmzf6aos

11 years ago[FIX] stacking of various "drop-down" elements
Xavier Morel [Tue, 5 Mar 2013 09:36:19 +0000 (10:36 +0100)]
[FIX] stacking of various "drop-down" elements

The search view's completion list should be in front of the search
view's drawer, which itself should (probably) be on top of the graph
view's "action" dropdown.

The graph view's dropdown itself needs a z-index > 0 to be in front of
the graph itself, otherwise it is inactive and unusable: it's visible
through the graph but not activable.

bzr revid: xmo@openerp.com-20130305093619-s1e5fbl80r7qnk5l

11 years ago[FIX] Deleting asset also deletes its depreciation lines
Josse Colpaert [Tue, 5 Mar 2013 09:21:11 +0000 (10:21 +0100)]
[FIX] Deleting asset also deletes its depreciation lines

bzr revid: jco@openerp.com-20130305092111-30szqz1hqa55sqz8

11 years ago[FIX] access rights handling on m2m widgets
Xavier Morel [Tue, 5 Mar 2013 09:19:56 +0000 (10:19 +0100)]
[FIX] access rights handling on m2m widgets

m2m lists inherit (from listview/view) the handling of access rights
attributes (e.g. @create, @delete) in which the access rights to the
related model are those checked for the view. This is generally true,
but *not* for m2ms: even if a user has no creation rights to the
related model, he can still create a *relation* between the current
and related models.

The m2m access rights are really governed by the *current* (source)
model, in which case the user won't get to see an "editable" view of
the m2m in the first place.

So just override is_action_enabled to disable it in m2ms.

bzr revid: xmo@openerp.com-20130305091956-zn6qtuo4tl0vh3bs

11 years ago[IMP] jsdoc annotations
Xavier Morel [Tue, 5 Mar 2013 09:19:51 +0000 (10:19 +0100)]
[IMP] jsdoc annotations

bzr revid: xmo@openerp.com-20130305091951-z2p0wi7w7p6b93y0

11 years ago[MERGE] OPW 585261: translations: corrects extraction of translation for placeholders
Chris Biersbach [Tue, 5 Mar 2013 09:12:25 +0000 (10:12 +0100)]
[MERGE] OPW 585261: translations: corrects extraction of translation for placeholders

bzr revid: cbi@openerp.com-20130305091225-kkpeb6i8yohce5if

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 5 Mar 2013 05:39:05 +0000 (05:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130305053802-13krr4lhrwrebwak
bzr revid: launchpad_translations_on_behalf_of_openerp-20130305053905-y30zk4dbbcc3qj4b

11 years ago[FIX] statusbar widget: fix no value display for 'selection' field
Xavier ALT [Mon, 4 Mar 2013 23:02:53 +0000 (00:02 +0100)]
[FIX] statusbar widget: fix no value display for 'selection' field

 * really call initial get_selection() after binding 'change:selection'
 overwise no value are assigned to internal selection list - resulting
 to an empty statusbar when field type is 'selection'

bzr revid: xal@openerp.com-20130304230253-0e959r9sintwsd98

11 years ago[MERGE] share: give the right number of argument to has_share()
Quentin (OpenERP) [Mon, 4 Mar 2013 19:19:21 +0000 (20:19 +0100)]
[MERGE] share: give the right number of argument to has_share()

bzr revid: qdp-launchpad@openerp.com-20130304191921-zng1j12dm0ftvj2d

11 years ago[FIX] all: change confusing labels on Cancel buttons in form views
Olivier Dony [Mon, 4 Mar 2013 18:44:31 +0000 (19:44 +0100)]
[FIX] all: change confusing labels on Cancel buttons in form views

bzr revid: odo@openerp.com-20130304184431-1p8byycyl0nv26qx

11 years ago[MERGE] base, res.users: added onchange_state() on res.users. Was crashing because...
Quentin (OpenERP) [Mon, 4 Mar 2013 18:41:44 +0000 (19:41 +0100)]
[MERGE] base, res.users: added onchange_state() on res.users. Was crashing because the _inherits is not a real python inheritance

bzr revid: qdp-launchpad@openerp.com-20130304184144-iae1pdrrcfy6pveo

11 years ago[FIX] base_report_design: fix mixed tabs/spaces preventing compilation under recent...
Olivier Dony [Mon, 4 Mar 2013 17:31:32 +0000 (18:31 +0100)]
[FIX] base_report_design: fix mixed tabs/spaces preventing compilation under recent libreoffice versions

Plugin binary was updated in previous commit already with these fixes,
so not updated again

bzr revid: odo@openerp.com-20130304173132-op4hcnr1l104mzfg

11 years ago[FIX] base_report_designer: fix upload code in plugin to avoid broken reports
Olivier Dony [Mon, 4 Mar 2013 17:31:25 +0000 (18:31 +0100)]
[FIX] base_report_designer: fix upload code in plugin to avoid broken reports

It is the call to upload_report() that triggers the registration
of the new reports in the system, as report services.
Unfortunately the `header` property of the report is cached in
the report service and taken from its value at
registration time. So that value *must* be written before
calling upload_report().

Also force the `Corporate Header` to be checked by default
as this is what users want in most cases, and forgetting
it at report creation makes it very hard to set afterwards,
as it is cached in the service.

Updated plugin binary as well.

bzr revid: odo@openerp.com-20130304173125-zky8rtdye64bep07

11 years ago[FIX] account, usability: removing the group no one from periods menuitem (in account...
Quentin (OpenERP) [Mon, 4 Mar 2013 17:12:45 +0000 (18:12 +0100)]
[FIX] account, usability: removing the group no one from periods menuitem (in accounting\config), as if someone wants to reopen a period this is the normal/easy way to access the period in form view (where the button stands)

bzr revid: qdp-launchpad@openerp.com-20130304171245-lnwxrtp0ejm1lr94

11 years ago[FIX] project_issue: on project.issue, the state related to the stage 'cancelled...
Quentin (OpenERP) [Mon, 4 Mar 2013 17:11:23 +0000 (18:11 +0100)]
[FIX] project_issue: on project.issue, the state related to the stage 'cancelled' is 'cancelled', not 'cancel'. This bug was preventing the state to be saved in the record, as it was not available in the field.selection (given by project.task.type => task states). I made the state of issues pointing to the right place to prevent any other problems related to code desynchrnonization

bzr revid: qdp-launchpad@openerp.com-20130304171123-bilpd51kbwiy19gb

11 years ago[FIX] strip server action code before passing it to eval
Xavier Morel [Mon, 4 Mar 2013 16:44:23 +0000 (17:44 +0100)]
[FIX] strip server action code before passing it to eval

Python 2.7's compile handles trailing whitespaces correctly, Python
2.6 does not and blows up.

bzr revid: xmo@openerp.com-20130304164423-83vm9teu7b3c52y3

11 years ago[FIX] implement forgotten @invisible handling on search view fields
Xavier Morel [Mon, 4 Mar 2013 15:20:47 +0000 (16:20 +0100)]
[FIX] implement forgotten @invisible handling on search view fields

bzr revid: xmo@openerp.com-20130304152047-8xaczg9qdx6ug2p1

11 years ago[MERGE] Chatter: added a small explanation text when logging a note. Also removed...
Thibault Delavallée [Mon, 4 Mar 2013 13:59:35 +0000 (14:59 +0100)]
[MERGE] Chatter: added a small explanation text when logging a note. Also removed custom placeholders in various views, because they do not make much sense anymore, default message should be sufficient.

bzr revid: tde@openerp.com-20130304135935-hjafhalyp94mona6

11 years ago[IMP] Chatter: log message better in black.
Thibault Delavallée [Mon, 4 Mar 2013 13:57:01 +0000 (14:57 +0100)]
[IMP] Chatter: log message better in black.

bzr revid: tde@openerp.com-20130304135701-4qss8jrmjk9qs4os

11 years ago[FIX] account_followup: Remove the notified_partner_ids and set the
Stephane Wirtel [Mon, 4 Mar 2013 13:19:34 +0000 (14:19 +0100)]
[FIX] account_followup: Remove the notified_partner_ids and set the
right value for the partner_ids parameter for the message_post
function

bzr revid: stw@openerp.com-20130304131934-tkly4aesoirvaas6

11 years ago[FIX] project_issue: in kanban view of project, display only the number of unclosed...
Quentin (OpenERP) [Mon, 4 Mar 2013 13:18:59 +0000 (14:18 +0100)]
[FIX] project_issue: in kanban view of project, display only the number of unclosed issues because the number total of issues is meaningless

bzr revid: qdp-launchpad@openerp.com-20130304131859-4kiyz2lez1ywhkks

11 years ago[FIX] stock: change confusing labels on Cancel buttons
Olivier Dony [Mon, 4 Mar 2013 13:07:32 +0000 (14:07 +0100)]
[FIX] stock: change confusing labels on Cancel buttons

bzr revid: odo@openerp.com-20130304130732-82xx3rlr87152b0g

11 years ago[IMP] various: removed custom placeholders for chatter, because default message shoul...
Thibault Delavallée [Mon, 4 Mar 2013 12:55:34 +0000 (13:55 +0100)]
[IMP] various: removed custom placeholders for chatter, because default message should be sufficient in most cases.

bzr revid: tde@openerp.com-20130304125534-u3zoe730jd1ry3ng

11 years ago[IMP] Cahtter: imp log message.
Thibault Delavallée [Mon, 4 Mar 2013 12:54:43 +0000 (13:54 +0100)]
[IMP] Cahtter: imp log message.

bzr revid: tde@openerp.com-20130304125443-9ua1r01r25so0qyw

11 years ago[FIX]res_users : add missing on_change function for res_user simplified view
Cedric Snauwaert [Mon, 4 Mar 2013 10:58:17 +0000 (11:58 +0100)]
[FIX]res_users : add missing on_change function for res_user simplified view

bzr revid: csn@openerp.com-20130304105817-v3y9d9vupzhuiu2u