- May 09, 2014
-
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20140509144608-btah4s8zorzon2jo
-
Fabien Meghazi authored
bzr revid: fme@openerp.com-20140509141024-xa9mawoye3o8e6c1
-
Thibault Delavallée authored
[MERGE] [ADD] mass_mailing: add a snippet to allow subscribing to a contact list (newsletter). Also cleaned the wording of the snippet allowing to subscribe do a discussion group to avoid confusion. bzr revid: tde@openerp.com-20140509135051-tt1blzojwtpt86lr
-
Martin Trigaux authored
[FIX] website_forum: correct the 'Editor' goal definition, the field author_id on a mail_message is a m2o to res.partner and not res.users bzr revid: mat@openerp.com-20140509134434-6u2ft2gyv0hcryxq
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140509132156-qbmop9au07cllgkk
-
Jeremy Kersten authored
[FIX] Kanban / Modal - Close the backdrop from dialog when we open the dialog for add a new column in kanban view. This bug was introduced since with use bootstrap modal bzr revid: jke@openerp.com-20140509131203-4gy3nhlj0v6fk7zv
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140509125358-2kjc462ttrnxmpxm
-
Thibault Delavallée authored
to avoid confusion with mass mailing mailing lists and newsletters. bzr revid: tde@openerp.com-20140509125118-obvdjkgreyiez8k9
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140507090057-24hacfi1jxs6ob5g bzr revid: tde@openerp.com-20140509124711-v82rqm57nyc0jlcm
-
Jeremy Kersten authored
[FIX] Event - Don't update the context but a copy when we recompute dates with the timezone specified for the event. bzr revid: jke@openerp.com-20140509123121-xchv133t7gh0e5nh
-
Jeremy Kersten authored
bzr revid: jke@openerp.com-20140509121827-3ngkf93jhduobcoa
-
Cédric Snauwaert authored
bzr revid: csn@openerp.com-20140509094836-yhncaqp60od67w7k
-
- May 08, 2014
-
-
Martin Trigaux authored
The additional parameters were made to avoid overwriting values when changing of template. As we can not add parameters in only one module, we overwrite values only for not saved records. This mitigates the overwrite while not changing the API. bzr revid: mat@openerp.com-20140508083948-gkk7d1250a8znhlt
-
- May 07, 2014
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1
-
Christophe Simonis authored
[MERGE] forward port of branch saas-3 up to revid 9450 chs@openerp.com-20140507153348-g2qw61dkxvps13br bzr revid: chs@openerp.com-20140507160023-8wwqlbf3bv7yqe67
-
Christophe Simonis authored
[MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi bzr revid: chs@openerp.com-20140507153348-g2qw61dkxvps13br
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20140507134127-xmp9kza1mvy37jf1
-
Martin Trigaux authored
[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
-
Jeremy Kersten authored
[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
-
Martin Trigaux authored
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
-
Thibault Delavallée authored
in kwargs of kwargs, leading to a kwargception. bzr revid: tde@openerp.com-20140507110637-qlj1rj8lrcpkejf6
-
Martin Trigaux authored
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
-
Denis Ledoux authored
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
-
Martin Trigaux authored
[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
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140507090029-fh312buk013t1gdp
-
- May 06, 2014
-
-
Denis Ledoux authored
[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
-
Thibault Delavallée authored
- 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
-
Martin Trigaux authored
- 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
-
Thibault Delavallée authored
bzr revid: tde@openerp.com-20140506145145-qvncr41sdmplc0bp
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140506143834-od28gkhbpbhsgde4
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140506135953-3hssq2lycvy1c3df
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140506134805-4nsurv82cg9anfvm
-
Thibault Delavallée authored
- 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
-
Denis Ledoux authored
[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
-
Denis Ledoux authored
[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
-
Martin Trigaux authored
[FIX] gamification: be sure that not challenge get subscribers depending of the report_message_frequency bzr revid: mat@openerp.com-20140506115245-ktuxhcsml466ym6u
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140506113831-iut3aqbwfwbnertv
-
Martin Trigaux authored
[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
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140506102942-obopc9j5a2136cxh
-
Martin Trigaux authored
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
-