odoo/odoo.git
10 years ago[MERGE] forward port of branch saas-4 up to revid 9410 chs@openerp.com-20140507164207...
Christophe Simonis [Wed, 7 May 2014 17:01:12 +0000 (19:01 +0200)]
[MERGE] forward port of branch saas-4 up to revid 9410 chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1

bzr revid: chs@openerp.com-20140507170112-bjeltv2b0coy60am

10 years ago[REM] QWeb does not self close empty divs anymore
Fabien Meghazi [Wed, 7 May 2014 16:51:26 +0000 (18:51 +0200)]
[REM] QWeb does not self close empty divs anymore

See web Rev#4011

bzr revid: fme@openerp.com-20140507165126-e32a6qne8slgin09

10 years ago[FIX] mail: correct code indentation introduced during previous forward-port
Christophe Simonis [Wed, 7 May 2014 16:42:07 +0000 (18:42 +0200)]
[FIX] mail: correct code indentation introduced during previous forward-port

bzr revid: chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1

10 years ago[FIX] Do not self close empty elements that are not html void elements
Fabien Meghazi [Wed, 7 May 2014 16:29:03 +0000 (18:29 +0200)]
[FIX] Do not self close empty elements that are not html void elements

bzr revid: fme@openerp.com-20140507162903-1s2rmlvawohlxvc0

10 years ago[MERGE] forward port of branch saas-3 up to revid 9450 chs@openerp.com-20140507153348...
Christophe Simonis [Wed, 7 May 2014 16:00:23 +0000 (18:00 +0200)]
[MERGE] forward port of branch saas-3 up to revid 9450 chs@openerp.com-20140507153348-g2qw61dkxvps13br

bzr revid: chs@openerp.com-20140507160023-8wwqlbf3bv7yqe67

10 years ago[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552...
Christophe Simonis [Wed, 7 May 2014 15:33:48 +0000 (17:33 +0200)]
[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi

bzr revid: chs@openerp.com-20140507153348-g2qw61dkxvps13br

10 years ago[MERGE] trunk-websit-al-refactor by chm
Antony Lesuisse [Wed, 7 May 2014 15:32:23 +0000 (17:32 +0200)]
[MERGE] trunk-websit-al-refactor by chm
- allow fiscal position change on sale orders
- public user on website
- simplify website_sale sale.order and shopping cart code
- remove preprocess_request

bzr revid: al@openerp.com-20140507153223-q73u5lhyrfw98o3a

10 years agoLarge cleanups in addons
Gery Debongnie [Wed, 7 May 2014 15:17:49 +0000 (17:17 +0200)]
Large cleanups in addons

The code I merged in my branch stat buttons was sadly not up to our
standing...  This branch improves the situation by removing harmful
try/excpet/pass statements, by using search_count when appropriate, by
removing unused one2many fields and by correcting some bugs

bzr revid: ged@openerp.com-20140507151749-k37iclwt499ip3e4

10 years ago[MERGE] merge from trunk
Gery Debongnie [Wed, 7 May 2014 15:16:31 +0000 (17:16 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140507151631-qvkun5z9wvew6069

10 years ago[FIX] code cleanup (addon purchase)
Gery Debongnie [Wed, 7 May 2014 14:45:32 +0000 (16:45 +0200)]
[FIX] code cleanup (addon purchase)

simplify a few _count methods by removing useless try/except/pass and by using search_count when appropriate.  It allows us to remove two one2many fields as well.

bzr revid: ged@openerp.com-20140507144532-dgm9mfgt9k5p10jr

10 years ago[FIX] code cleanup (addon hr_timesheet_sheet)
Gery Debongnie [Wed, 7 May 2014 14:17:25 +0000 (16:17 +0200)]
[FIX] code cleanup (addon hr_timesheet_sheet)

remove try/except/statement that should not be here, uses search_count when appropriate, and remove a now useless one2many field

bzr revid: ged@openerp.com-20140507141725-h2z9u72roscf407n

10 years ago[FIX] code cleanup (addon hr_contract)
Gery Debongnie [Wed, 7 May 2014 14:07:18 +0000 (16:07 +0200)]
[FIX] code cleanup (addon hr_contract)

simplify the method _contracts_count, remove try/except/pass statements

bzr revid: ged@openerp.com-20140507140718-waw1di92qicsch2z

10 years ago[FIX] code cleanup (addon hr_payroll)
Gery Debongnie [Wed, 7 May 2014 13:58:26 +0000 (15:58 +0200)]
[FIX] code cleanup (addon hr_payroll)

remove try/except/pass in _count_detail_payslip and in _payslip_count, improves these methods and remove the now useless field payslip_ids

bzr revid: ged@openerp.com-20140507135826-xlo5gn7iq612lonp

10 years ago[FIX] code cleanup (addon account_asset)
Gery Debongnie [Wed, 7 May 2014 13:45:44 +0000 (15:45 +0200)]
[FIX] code cleanup (addon account_asset)

simplify the method _entry_count by using search_count and by removing try/except/pass

bzr revid: ged@openerp.com-20140507134544-oi3y8hwf16nituki

10 years ago[FIX] code cleanup (addon procurement)
Gery Debongnie [Wed, 7 May 2014 13:41:34 +0000 (15:41 +0200)]
[FIX] code cleanup (addon procurement)

improves the _orderpoint_count method.  Also, as a bonus, the preexisting orderpoint_ids is not used
in any other place, so it can be removed as well

bzr revid: ged@openerp.com-20140507134134-isaor8ulq4pf5wrt

10 years ago[FIX] website_forum: set config parameter via dedicated function
Christophe Simonis [Wed, 7 May 2014 13:41:27 +0000 (15:41 +0200)]
[FIX] website_forum: set config parameter via dedicated function

bzr revid: chs@openerp.com-20140507134127-xmp9kza1mvy37jf1

10 years ago[FIX] account: when creating partial reconcilation after unreconciliating one invoice...
Martin Trigaux [Wed, 7 May 2014 13:35:52 +0000 (15:35 +0200)]
[FIX] account: when creating partial reconcilation after unreconciliating one invoice, make sure we create this partial reconcilation only if we have at least two lines

bzr revid: mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi

10 years ago[FIX] code cleanup (addon project_issue)
Gery Debongnie [Wed, 7 May 2014 13:29:49 +0000 (15:29 +0200)]
[FIX] code cleanup (addon project_issue)

improves the code of _issue_count (both in partner and in project).  This makes the issue_ids field in res_partner useless,
so issue_ids is also removed.

bzr revid: ged@openerp.com-20140507132949-tbtd4pl33zwhzgwd

10 years ago[FIX] code cleanup (addon hr_recruitment)
Gery Debongnie [Wed, 7 May 2014 13:16:29 +0000 (15:16 +0200)]
[FIX] code cleanup (addon hr_recruitment)

remove try/except/pass in method _count_all, improves the logic

bzr revid: ged@openerp.com-20140507131629-knp2kvw2zs1k200x

10 years ago[FIX] code cleanup (addon mrp)
Gery Debongnie [Wed, 7 May 2014 12:52:48 +0000 (14:52 +0200)]
[FIX] code cleanup (addon mrp)

change the way bom_count, bom_strct and mo_count are computed, removes the try/except/pass statements, improves the logic.

Also, for some reason, bom_strct is the same as bom_count, but I don't really know what it is supposed to be, and the Bom Structure and Bill of materials buttons leads to views with the same number of items.

bzr revid: ged@openerp.com-20140507125248-ctv491ktx008v9ic

10 years ago[MERGE] I18N: make fr_CA one of the default installation languages, courtesy of Maxim...
Olivier Dony [Wed, 7 May 2014 12:31:55 +0000 (14:31 +0200)]
[MERGE] I18N: make fr_CA one of the default installation languages, courtesy of Maxime Chambreuil (SavoirFaireLinux)

bzr revid: odo@openerp.com-20140507123155-blwh7uvmltajkmf5

10 years ago[FIX] Do not self close empty elements that are not html void elements
Fabien Meghazi [Wed, 7 May 2014 12:14:13 +0000 (14:14 +0200)]
[FIX] Do not self close empty elements that are not html void elements

bzr revid: fme@openerp.com-20140507121413-o7jqhexbm1wmitt6

10 years ago[FIX] code cleanup (addon account)
Gery Debongnie [Wed, 7 May 2014 12:13:10 +0000 (14:13 +0200)]
[FIX] code cleanup (addon account)

improve the logic of _journal_item_count (removes try/except/pass, use search_count) and remove useless one2many field in res_partner (journal_item_ids)

bzr revid: ged@openerp.com-20140507121310-ya6m71fvs40rf90d

10 years ago[FIX] POS - Write the state to Paid before the create_picking. It's allow to stay...
Kersten Jeremy [Wed, 7 May 2014 12:01:44 +0000 (14:01 +0200)]
[FIX] POS - Write the state to Paid before the create_picking. It's allow to stay in a valid state in workflow. And let the current stock picking out to 'Ready for delivery'

bzr revid: jke@openerp.com-20140507120144-m177kqxa3fbfl37r

10 years ago[FIX] warning: make blocking warning actually doing something (opw 607380)
Martin Trigaux [Wed, 7 May 2014 11:39:40 +0000 (13:39 +0200)]
[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way to forbid creating a record that uses this partner/product but it is not possible to select it through the web interface.

bzr revid: mat@openerp.com-20140507113940-d8iynfl1lcskht63

10 years ago[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
Thibault Delavallée [Wed, 7 May 2014 11:06:37 +0000 (13:06 +0200)]
[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
in kwargs of kwargs, leading to a kwargception.

bzr revid: tde@openerp.com-20140507110637-qlj1rj8lrcpkejf6

10 years ago[IMP] mail: type fixes
Xavier Morel [Wed, 7 May 2014 10:30:56 +0000 (12:30 +0200)]
[IMP] mail: type fixes

* _get_tracked_fields should return a dict even when there's no tracked field
  (return an empty dict)

* in write, only call _get_tracked_fields once, initialize to None instead of
  a list (especially since it should be a dict in the first place)

bzr revid: xmo@openerp.com-20140507103056-ykr9f57yxpw1c542

10 years ago[FIX] warning: make blocking warning actually doing something (opw 607380)
Martin Trigaux [Wed, 7 May 2014 10:25:50 +0000 (12:25 +0200)]
[FIX] warning: make blocking warning actually doing something (opw 607380)

Instead of raising an exception (which only interupt the call of the onchange methods), return a dictionnary to set the forbidden partner or product to an empty value.
The call is not blocking in a way it forbid to create a record that uses this partner/product but it make it not possible to select it through the web interface.

bzr revid: mat@openerp.com-20140507102550-sms5nbf0u7pdkci9

10 years ago[FIX] auth_oauth: missing field body in formview
Denis Ledoux [Wed, 7 May 2014 10:24:14 +0000 (12:24 +0200)]
[FIX] auth_oauth: missing field body in formview

The body is the field used to actually display the 'log in with ...'
As not shown in the view, when adding a new provider, this field was empty and therefore wasnt visible on the login form...

bzr revid: dle@openerp.com-20140507102414-vz7ur7zvh4ptuk2e

10 years ago[FIX] code cleanup (addon crm)
Gery Debongnie [Wed, 7 May 2014 10:09:54 +0000 (12:09 +0200)]
[FIX] code cleanup (addon crm)

improves the method to count opportunities/meetings/phonecalls in res_partner.py.  It was bugged in two different way: the phonecall_count field was counting the number of meetings and not of phone calls, and it was in the try statement, so it might give an incorrect value if an exception occurs in the computation of opportunity/meeting

Also, remove useless meeting_ids one2many field in crm_lead.py and improves the method meeting_count

bzr revid: ged@openerp.com-20140507100954-1aqnd93iu5wsixob

10 years ago[IMP] gamification: avoid subscription hacks and send directly relevant messages...
Martin Trigaux [Wed, 7 May 2014 09:56:16 +0000 (11:56 +0200)]
[IMP] gamification: avoid subscription hacks and send directly relevant messages to followers of the challenge, remove the goals of users not matching the user domain anymore

bzr revid: mat@openerp.com-20140507095616-1xvetgj4qel7iqii

10 years ago[FIX] code cleanup (addon crm)
Gery Debongnie [Wed, 7 May 2014 09:45:53 +0000 (11:45 +0200)]
[FIX] code cleanup (addon crm)

remove unused fields meeting_count and meeting_ids

bzr revid: ged@openerp.com-20140507094553-fwj05122ncr3uic1

10 years ago[FIX] code cleanup (addon stock)
Gery Debongnie [Wed, 7 May 2014 09:34:42 +0000 (11:34 +0200)]
[FIX] code cleanup (addon stock)

improves the _move_count method by removing try statement and using better logic.  Also, removes now useless one2many field (move_ids)

bzr revid: ged@openerp.com-20140507093442-ew1gc06r58tbl9ug

10 years ago[FIX] code cleanup (addon sale)
Gery Debongnie [Wed, 7 May 2014 09:23:03 +0000 (11:23 +0200)]
[FIX] code cleanup (addon sale)

improves the _sales_count method in product.product by removing try/catch and by using better logic.  Also, removes now useless sales_ids one2many field.

bzr revid: ged@openerp.com-20140507092303-a2g4gq2mq3obelye

10 years ago[MERGE] merge from trunk
Gery Debongnie [Wed, 7 May 2014 09:12:10 +0000 (11:12 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140507091210-2bhcz5azxmgcc37o

10 years ago[FIX] code cleanup (addon account_analytic_default)
Gery Debongnie [Wed, 7 May 2014 09:08:41 +0000 (11:08 +0200)]
[FIX] code cleanup (addon account_analytic_default)

improves the _rules_count method (remove try/catch and better logic), and
removes now useless one2many field rules_ids

bzr revid: ged@openerp.com-20140507090841-jptga7kjrverd25n

10 years ago[FIX] code cleanup (addon hr_evaluation)
Gery Debongnie [Wed, 7 May 2014 09:03:28 +0000 (11:03 +0200)]
[FIX] code cleanup (addon hr_evaluation)

improves _appraisal_count method and remove now useless one2many field appraisal_ids

bzr revid: ged@openerp.com-20140507090328-wyl9gbfzdc540d1k

10 years ago[FIX] code cleanup (addon project)
Gery Debongnie [Wed, 7 May 2014 08:55:35 +0000 (10:55 +0200)]
[FIX] code cleanup (addon project)

improves the _task_count method by removing try clause and using
search_count

bzr revid: ged@openerp.com-20140507085535-16w47y51r6q3yqza

10 years ago[FIX] code cleanup (addon hr_holidays)
Gery Debongnie [Wed, 7 May 2014 08:35:56 +0000 (10:35 +0200)]
[FIX] code cleanup (addon hr_holidays)

improves th _leaves_count method, and remove an useless one2many field
(leaves_ids)

bzr revid: ged@openerp.com-20140507083556-rqm5sllj8fc3qfev

10 years ago[FIX] code cleanup (addon crm_claim)
Gery Debongnie [Wed, 7 May 2014 08:17:23 +0000 (10:17 +0200)]
[FIX] code cleanup (addon crm_claim)

improves the _claim_count method by removing try/except/pass and by using
search_count. Also, removes the now useless one2many field claims_ids (strangely, it was defined before
_claim_count, but was not used.

bzr revid: ged@openerp.com-20140507081723-7pi1t33xxjb6hbwy

10 years ago[FIX] code cleanup (addon fleet)
Gery Debongnie [Wed, 7 May 2014 07:56:45 +0000 (09:56 +0200)]
[FIX] code cleanup (addon fleet)

improve the _count_all method by removing try/catch/pass and by
using search_count instead of the one2many relation.

Also, removes now useless one2many fields costs_ids and odometer_ids

bzr revid: ged@openerp.com-20140507075645-2tp5zgayeea9ehv2

10 years ago[FIX] runbot color
Fabien Meghazi [Wed, 7 May 2014 07:43:10 +0000 (09:43 +0200)]
[FIX] runbot color

bzr revid: fme@openerp.com-20140507074310-bt0r1vt6rsgy9wqe

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 7 May 2014 06:27:12 +0000 (06:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140507062712-t81pc41duzjfrwa6

10 years ago[REM] html_template and render_bootstrap_template()
Fabien Meghazi [Tue, 6 May 2014 16:34:22 +0000 (18:34 +0200)]
[REM] html_template and render_bootstrap_template()

bzr revid: fme@openerp.com-20140506163422-vruavrvkcowu09zi

10 years ago[REM] Removed addons.web#html_template usage
Fabien Meghazi [Tue, 6 May 2014 16:33:34 +0000 (18:33 +0200)]
[REM] Removed addons.web#html_template usage

bzr revid: fme@openerp.com-20140506163334-x94pz9bau4a0r0lb

10 years ago[ADD] modules global rendering variable
Fabien Meghazi [Tue, 6 May 2014 16:32:04 +0000 (18:32 +0200)]
[ADD] modules global rendering variable

This is temporary

bzr revid: fme@openerp.com-20140506163204-u63n3wv1yv6yohd3

10 years ago[IMP] Jinja template for database manager
Mohammed Shekha [Tue, 6 May 2014 15:50:51 +0000 (17:50 +0200)]
[IMP] Jinja template for database manager

bzr revid: fme@openerp.com-20140506155051-3u3kkb9lpvm06iad

10 years ago[FIX] account_analytic_analysis: recurring invoices, map_tax and map_account methods...
Denis Ledoux [Tue, 6 May 2014 15:34:59 +0000 (17:34 +0200)]
[FIX] account_analytic_analysis: recurring invoices, map_tax and map_account methods of fiscal position model expect a browse record

bzr revid: dle@openerp.com-20140506153459-0vv6rcttihl628l3

10 years ago[FIX] jQuery.ui - boostrap conflict
Fabien Meghazi [Tue, 6 May 2014 15:33:35 +0000 (17:33 +0200)]
[FIX] jQuery.ui - boostrap conflict

bzr revid: fme@openerp.com-20140506153335-x2fwpajvthcru1cv

10 years ago[FIX] jQuery.ui - boostrap conflicts
Fabien Meghazi [Tue, 6 May 2014 15:33:00 +0000 (17:33 +0200)]
[FIX] jQuery.ui - boostrap conflicts

bzr revid: fme@openerp.com-20140506153300-0p1gwnrxihpb4y3r

10 years ago[FIX] code cleanup (addon purchase)
Gery Debongnie [Tue, 6 May 2014 15:07:32 +0000 (17:07 +0200)]
[FIX] code cleanup (addon purchase)

remove useless one2many field in product.product, and improves the way
purchase_count is computed

bzr revid: ged@openerp.com-20140506150732-e0ztuzqm7hqu183p

10 years ago[MERGE] [FIX] website_forum: batch of fixes :
Thibault Delavallée [Tue, 6 May 2014 15:01:45 +0000 (17:01 +0200)]
[MERGE] [FIX] website_forum: batch of fixes :
- fixed reopen link that was broken (python code appearing)
- fixed close link that was leading to a 500 error due to post -> question
- fixed link to question author, was redirecting to the current user
- fixed displayed number of questions in the forum, now displaying actual question
number, not number of displayed questions in the page
- improved guidelines: added link back to the forum
- fixed tags display: now by posts_count desc, unused tags are not shown
- users are now displayed by desc karma
- converting a comment as an answer does not allow to create a new answer if another
one by uid is already present, it just moves the comment
- display tag name in 'filter' bar when filtering on a tag
- display active tag in a blue color
- order answers: correct first, then most upvoted

bzr revid: tde@openerp.com-20140506150145-c1uvlaqtyvkjcwea

10 years ago[REF] gamification: performance improvements when running with a large number of...
Martin Trigaux [Tue, 6 May 2014 14:56:23 +0000 (16:56 +0200)]
[REF] gamification: performance improvements when running with a large number of users

- gamification.goal do not depends of mail.thread anymore (message posting and fields tracking was slow)
- check reward works in batch mode
- fix update method that did not reset variable in loop
- when the cron is running commit after each goal definition update

bzr revid: mat@openerp.com-20140506145623-476s3q3vxoybya77

10 years ago[FIX] name_get returns tuple
Martin Trigaux [Tue, 6 May 2014 14:38:34 +0000 (16:38 +0200)]
[FIX] name_get returns tuple

bzr revid: mat@openerp.com-20140506143834-od28gkhbpbhsgde4

10 years ago[IMP] unsubscribing at each cron run is overkill
Martin Trigaux [Tue, 6 May 2014 13:59:53 +0000 (15:59 +0200)]
[IMP] unsubscribing at each cron run is overkill

bzr revid: mat@openerp.com-20140506135953-3hssq2lycvy1c3df

10 years ago[FIX] gamification: using batch mode to check rewards
Martin Trigaux [Tue, 6 May 2014 13:48:05 +0000 (15:48 +0200)]
[FIX] gamification: using batch mode to check rewards

bzr revid: mat@openerp.com-20140506134805-4nsurv82cg9anfvm

10 years ago[FIX] website_forum: more fixes :
Thibault Delavallée [Tue, 6 May 2014 12:30:01 +0000 (14:30 +0200)]
[FIX] website_forum: more fixes :
- display tag name in 'filter' bar when filtering on a tag
- display active tag in a blue color
- order answers: correct first, then most upvoted

bzr revid: tde@openerp.com-20140506123001-fz5gt6i9zw6ondcu

10 years ago[IMP] do_warn on ClientAction not found
Fabien Meghazi [Tue, 6 May 2014 12:28:40 +0000 (14:28 +0200)]
[IMP] do_warn on ClientAction not found

bzr revid: fme@openerp.com-20140506122840-01b9xtewp4wcv42g

10 years ago[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 5122 revid:dle@openerp...
Denis Ledoux [Tue, 6 May 2014 12:17:55 +0000 (14:17 +0200)]
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 5122 revid:dle@openerp.com-20140506121627-4oyw4zl4o6azy73w

bzr revid: dle@openerp.com-20140506121755-15gj3h43oqof6xx9

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com...
Denis Ledoux [Tue, 6 May 2014 12:16:27 +0000 (14:16 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u

bzr revid: dle@openerp.com-20140506121627-4oyw4zl4o6azy73w

10 years ago[FIX] gamification: be sure that not challenge get subscribers depending of the repor...
Martin Trigaux [Tue, 6 May 2014 11:52:45 +0000 (13:52 +0200)]
[FIX] gamification: be sure that not challenge get subscribers depending of the report_message_frequency

bzr revid: mat@openerp.com-20140506115245-ktuxhcsml466ym6u

10 years ago[IMP] gamification: commit for each goal definition in cron
Martin Trigaux [Tue, 6 May 2014 11:38:31 +0000 (13:38 +0200)]
[IMP] gamification: commit for each goal definition in cron

bzr revid: mat@openerp.com-20140506113831-iut3aqbwfwbnertv

10 years ago[IMP] gamification: move write in goal update inside the first loop to be able to...
Martin Trigaux [Tue, 6 May 2014 11:21:09 +0000 (13:21 +0200)]
[IMP] gamification: move write in goal update inside the first loop to be able to group the computation by definition (and potentially apply intermediate commits)

bzr revid: mat@openerp.com-20140506112109-z4rsx5umet5x6n26

10 years ago[ADD] openerp.loadBundle()
Fabien Meghazi [Tue, 6 May 2014 10:36:49 +0000 (12:36 +0200)]
[ADD] openerp.loadBundle()

bzr revid: fme@openerp.com-20140506103649-wrfa25boj2chy6gl

10 years ago[FIX] gamification: avoid recomputing every goal for every challenge
Martin Trigaux [Tue, 6 May 2014 10:29:42 +0000 (12:29 +0200)]
[FIX] gamification: avoid recomputing every goal for every challenge

bzr revid: mat@openerp.com-20140506102942-obopc9j5a2136cxh

10 years ago[IMP] gamification: performance improvement on the goal computation
Martin Trigaux [Tue, 6 May 2014 09:37:16 +0000 (11:37 +0200)]
[IMP] gamification: performance improvement on the goal computation

Removing the inheritance to mail.thread will avoid posting message at creation and other tracking mechanism at each write. Updating a challenge with a large number of users will be significantly faster.

bzr revid: mat@openerp.com-20140506093716-xvpe1n2ase2zix0v

10 years ago[FIX] account_analytic_analysis: split _prepare_invoice into two methods, one for...
Denis Ledoux [Tue, 6 May 2014 09:06:49 +0000 (11:06 +0200)]
[FIX] account_analytic_analysis: split _prepare_invoice into two methods, one for the 'generic' data for invoices (customers, fiscal position, etc) and one for generate the recurring invoice line, so they can be reused in other methods

bzr revid: dle@openerp.com-20140506090649-141s4io4329ybu69

10 years ago[IMP] sale: add comment on onchange_fiscal_position and update taxes of order lines...
chm@openerp.com [Tue, 6 May 2014 08:05:25 +0000 (10:05 +0200)]
[IMP] sale: add comment on onchange_fiscal_position and update taxes of order lines only if a product is defined

bzr revid: chm@openerp.com-20140506080525-4scwvtk7os8b63d0

10 years ago[FIX] website_sale: manifest typo
Denis Ledoux [Tue, 6 May 2014 07:51:26 +0000 (09:51 +0200)]
[FIX] website_sale: manifest typo

bzr revid: dle@openerp.com-20140506075126-mv6g869aqdl1yt5g

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 May 2014 07:27:15 +0000 (07:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140506072715-4m7kz3factf743c9

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 May 2014 06:36:12 +0000 (06:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140506061338-jwpj0jxfcnakph24
bzr revid: launchpad_translations_on_behalf_of_openerp-20140506061359-p8lxp23aopeb6mwh
bzr revid: launchpad_translations_on_behalf_of_openerp-20140506063612-leryt792evbx9hsy

10 years ago[REM] preprocess_request from website
Fabien Meghazi [Mon, 5 May 2014 16:38:41 +0000 (18:38 +0200)]
[REM] preprocess_request from website

The method is still there with only a pass statement
Will completetly remove once chm merges his branch

bzr revid: fme@openerp.com-20140505163841-lstk3r37sf23ngrg

10 years ago[MERGE] Merge with trunk-cal-V8-jke. - Change field datetime into date or datetime...
Kersten Jeremy [Mon, 5 May 2014 16:24:22 +0000 (18:24 +0200)]
[MERGE] Merge with trunk-cal-V8-jke. - Change field datetime into date or datetime according to that event type is in all day or not...

bzr revid: jke@openerp.com-20140505162422-k332rm7j21af5ore

10 years ago[MERGE] Merge with trunk-cal-V8-jke. - Change field datetime into date or datetime...
Kersten Jeremy [Mon, 5 May 2014 16:22:57 +0000 (18:22 +0200)]
[MERGE] Merge with trunk-cal-V8-jke. - Change field datetime into date or datetime according to that event type is in all day or not...

bzr revid: jke@openerp.com-20140505162257-rsb0ez8n9u6engu9

10 years ago[ADD] Support for ir.attachments in assets bundles
Fabien Meghazi [Mon, 5 May 2014 16:09:53 +0000 (18:09 +0200)]
[ADD] Support for ir.attachments in assets bundles

bzr revid: fme@openerp.com-20140505160953-yk6688ey7eoz5579

10 years ago[FIX] website_forum: new batch of fixes :
Thibault Delavallée [Mon, 5 May 2014 15:45:23 +0000 (17:45 +0200)]
[FIX] website_forum: new batch of fixes :
- fixed reopen link that was broken (python code appearing)
- fixed close link that was leading to a 500 error due to post -> question
- fixed link to question author, was redirecting to the current user
- fixed displayed number of questions in the forum, now displaying actual question
number, not number of displayed questions in the page
- improved guidelines: added link back to the forum
- fixed tags display: now by posts_count desc, unused tags are not shown
- users are now displayed by desc karma
- converting a comment as an answer does not allow to create a new answer if another
one by uid is already present, it just moves the comment

bzr revid: tde@openerp.com-20140505154523-6dld9sfm0nc0oulu

10 years ago[REF] Replace temp name by real name
Kersten Jeremy [Mon, 5 May 2014 15:43:43 +0000 (17:43 +0200)]
[REF] Replace temp name by real name

bzr revid: jke@openerp.com-20140505154343-7r6t02n51ts8m8j9

10 years ago[FIX] Add missing security rules
Kersten Jeremy [Mon, 5 May 2014 15:43:09 +0000 (17:43 +0200)]
[FIX] Add missing security rules

bzr revid: jke@openerp.com-20140505154309-whfdzf7suf8307vd

10 years ago[REF] Replace temp name by real name
Kersten Jeremy [Mon, 5 May 2014 15:42:46 +0000 (17:42 +0200)]
[REF] Replace temp name by real name

bzr revid: jke@openerp.com-20140505154246-8vahdzf60oiksm62

10 years ago[FIX] website editor: background image
chm@openerp.com [Mon, 5 May 2014 15:07:22 +0000 (17:07 +0200)]
[FIX] website editor: background image

bzr revid: chm@openerp.com-20140505150722-gwewelvu3uv6joen

10 years ago[ADD] base_import_module test module, static asset in backend bundle
Fabien Meghazi [Mon, 5 May 2014 14:58:16 +0000 (16:58 +0200)]
[ADD] base_import_module test module, static asset in backend bundle

bzr revid: fme@openerp.com-20140505145816-jz7e4byh1imrkaek

10 years ago[FIX] web: view_form: fixed effective_readonly behavior of the
Thibault Delavallée [Mon, 5 May 2014 14:51:38 +0000 (16:51 +0200)]
[FIX] web: view_form: fixed effective_readonly behavior of the
binary multi files widget. The option to add an attachment should
be available only in edit mode.

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

bzr revid: tde@openerp.com-20140505145138-x9iwzp74ha2q0bp2

10 years ago[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.
Thibault Delavallée [Mon, 5 May 2014 14:50:31 +0000 (16:50 +0200)]
[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.

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

bzr revid: tde@openerp.com-20140505145031-xgvti78aqspr5170

10 years ago[MERGE] from trunk
chm@openerp.com [Mon, 5 May 2014 13:46:08 +0000 (15:46 +0200)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20140505134608-hqcmqyo3d98y851j

10 years ago[REV] defer
Fabien Meghazi [Mon, 5 May 2014 13:10:12 +0000 (15:10 +0200)]
[REV] defer

bzr revid: fme@openerp.com-20140505131012-owp0qucjbnesp4ee

10 years ago[FIX] account_analytic_analysis: recurring invoices, prepare_invoice method actually...
Denis Ledoux [Mon, 5 May 2014 13:02:26 +0000 (15:02 +0200)]
[FIX] account_analytic_analysis: recurring invoices, prepare_invoice method actually prepare the invoice, without creating it. _recurring_create_invoice return value is the list of created invoices ids

bzr revid: dle@openerp.com-20140505130226-ylcycmzmj0hm35w6

10 years ago[FIX] website_sale: don't rewrite sale order partner_id with the public user
chm@openerp.com [Mon, 5 May 2014 12:47:02 +0000 (14:47 +0200)]
[FIX] website_sale: don't rewrite sale order partner_id with the public user

bzr revid: chm@openerp.com-20140505124702-cq6tvb6h3lgyst99

10 years ago[FIX] Fix access rule for portal. Add timezone in small calendar from email
Kersten Jeremy [Mon, 5 May 2014 12:46:57 +0000 (14:46 +0200)]
[FIX] Fix access rule for portal. Add timezone in small calendar from email

bzr revid: jke@openerp.com-20140505124657-t6gxusxkkgon06hf

10 years ago[FIX] mail: attachments present for first recipient, but not for the others
Denis Ledoux [Mon, 5 May 2014 12:38:52 +0000 (14:38 +0200)]
[FIX] mail: attachments present for first recipient, but not for the others

attachments should be an array and not a generator [x for x in y] instead of (x for x in y)

bzr revid: dle@openerp.com-20140505123852-kjc6z0npiot9c54l

10 years ago[FIX] module: do not crash in case of not found module
Martin Trigaux [Mon, 5 May 2014 12:18:40 +0000 (14:18 +0200)]
[FIX] module: do not crash in case of not found module

bzr revid: mat@openerp.com-20140505121840-f84u36mng3p1gstn

10 years ago[TRY] defer
Fabien Meghazi [Mon, 5 May 2014 12:10:36 +0000 (14:10 +0200)]
[TRY] defer

bzr revid: fme@openerp.com-20140505121036-044ecvq8s3d669b2

10 years ago[IMP] website: load website.xml templates only in editable mode
Fabien Meghazi [Mon, 5 May 2014 11:38:00 +0000 (13:38 +0200)]
[IMP] website: load website.xml templates only in editable mode

bzr revid: fme@openerp.com-20140505113800-wv5vh802us270oez

10 years ago[MERGE] from trunk
chm@openerp.com [Mon, 5 May 2014 11:23:14 +0000 (13:23 +0200)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20140505112314-1zbn7ae61mg8xavl

10 years ago[FIX] Calendar - set tz compatible in template mail and view (from email link). now...
Kersten Jeremy [Mon, 5 May 2014 10:46:11 +0000 (12:46 +0200)]
[FIX] Calendar - set tz compatible in template mail and view (from email link). now it's possible to choose in template the TZ of the attendee, or the tz from event creator...

bzr revid: jke@openerp.com-20140505104611-6qwpwwslxen0bea5

10 years ago[MERGE] [FIX] hr: when duplicating an employee or user, do not duplicate the referenc...
Martin Trigaux [Mon, 5 May 2014 10:13:13 +0000 (12:13 +0200)]
[MERGE] [FIX] hr: when duplicating an employee or user, do not duplicate the reference to other employees (opw 607313)

bzr revid: mat@openerp.com-20140505101313-5y72gs2xpgokhxl1

10 years ago[FIX] website_sale & website_event: create product (redirect with slug)
chm@openerp.com [Mon, 5 May 2014 09:57:24 +0000 (11:57 +0200)]
[FIX] website_sale & website_event: create product (redirect with slug)

bzr revid: chm@openerp.com-20140505095724-mc9k6d2yf68ln9nq

10 years ago[FIX] mail: change copy call to copy_data to avoid resending email during duplication...
Jacques-Etienne Baudoux [Mon, 5 May 2014 09:43:29 +0000 (11:43 +0200)]
[FIX] mail: change copy call to copy_data to avoid resending email during duplication (opw 607295)

bzr revid: mat@openerp.com-20140505094329-vr7h4c92i43ezob4

10 years ago[FIX] website_sale: message confirmation
chm@openerp.com [Mon, 5 May 2014 09:34:23 +0000 (11:34 +0200)]
[FIX] website_sale: message confirmation

bzr revid: chm@openerp.com-20140505093423-nrmou02ov1txod3k

10 years ago[IMP] website_sale: attribute's filters template unactive by default
chm@openerp.com [Mon, 5 May 2014 09:27:30 +0000 (11:27 +0200)]
[IMP] website_sale: attribute's filters template unactive by default

bzr revid: chm@openerp.com-20140505092730-pxsdxlhxwuxoc3fr

10 years ago[FIX] website_sale: apply tax position on checkout signup
chm@openerp.com [Mon, 5 May 2014 09:23:00 +0000 (11:23 +0200)]
[FIX] website_sale: apply tax position on checkout signup

bzr revid: chm@openerp.com-20140505092300-l29tc4pum31nqd1h