odoo/odoo.git
10 years ago[FIX] Calendar - Override _name_search to convert virtual_id to real_id
Kersten Jeremy [Thu, 24 Apr 2014 10:10:36 +0000 (12:10 +0200)]
[FIX] Calendar - Override _name_search to convert virtual_id to real_id

bzr revid: jke@openerp.com-20140424101036-1twaii8oj70e4fx5

10 years ago[FIX] Importing dateutil.relativedelta.relativedelta
Stephane Wirtel [Thu, 24 Apr 2014 09:28:28 +0000 (11:28 +0200)]
[FIX] Importing dateutil.relativedelta.relativedelta

bzr revid: stw@openerp.com-20140424092828-j8l6j1re9sa94m85

10 years ago[FIX] ir.ui.view missing time libraries in qweb rendering context
Antony Lesuisse [Wed, 23 Apr 2014 16:28:27 +0000 (18:28 +0200)]
[FIX] ir.ui.view missing time libraries in qweb rendering context

bzr revid: al@openerp.com-20140423162827-zw1fjysgkshgamwa

10 years ago[MERGE] [IMP] mail sanitizer: do not remove comments in html body when cleaning ...
Martin Trigaux [Wed, 23 Apr 2014 13:19:19 +0000 (15:19 +0200)]
[MERGE] [IMP] mail sanitizer: do not remove comments in html body when cleaning (and do not remove too many content) (opw 605315)

bzr revid: mat@openerp.com-20140423131919-q3vbw12tokglwdsq

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com...
Denis Ledoux [Tue, 22 Apr 2014 16:20:28 +0000 (18:20 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5

bzr revid: dle@openerp.com-20140422162028-2icoebrb5q4tg3t3

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4179 revid:dle@openerp.com...
Denis Ledoux [Tue, 22 Apr 2014 16:07:12 +0000 (18:07 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4179 revid:dle@openerp.com-20140422150918-nxv2v4bcvi6u3v6g

bzr revid: dle@openerp.com-20140417101315-2pjn31wb7ald3qe4
bzr revid: dle@openerp.com-20140417161003-g3mchwrucp6ab8tu
bzr revid: dle@openerp.com-20140422160712-iq4yur3jmw5n01ar

10 years ago[FIX] web: abitility to do exact id matching with child_of operator for searchs on...
Denis Ledoux [Tue, 22 Apr 2014 15:09:18 +0000 (17:09 +0200)]
[FIX] web: abitility to do exact id matching with child_of operator for searchs on many2one fields

bzr revid: dle@openerp.com-20140422150918-nxv2v4bcvi6u3v6g

10 years ago[FIX] base: in partner search view, use operator=child_of instead of filter_domain...
Denis Ledoux [Tue, 22 Apr 2014 15:07:36 +0000 (17:07 +0200)]
[FIX] base: in partner search view, use operator=child_of instead of filter_domain with a child_of domain

operator child_of has the advantage to do exact ID matching for many2one, and not just matching on the name

bzr revid: dle@openerp.com-20140422150736-o2t3eank6yqttlel

10 years ago[FIX] *: in search views, use operator=child_of instead of filter_domain with a child...
Denis Ledoux [Tue, 22 Apr 2014 15:07:10 +0000 (17:07 +0200)]
[FIX] *: in search views, use operator=child_of instead of filter_domain with a child_of domain

operator child_of has the advantage to do exact ID matching for many2one, and not just matching on the name

bzr revid: dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5

10 years ago[MERGE] [FIX] stock: when duplicating a stock.move, remove serial number and tracking...
Martin Trigaux [Tue, 22 Apr 2014 14:03:37 +0000 (16:03 +0200)]
[MERGE] [FIX] stock: when duplicating a stock.move, remove serial number and tracking information in every cases instead of specific to duplication of invocies, courtesy of Guewen Baconnier

bzr revid: mat@openerp.com-20140422140337-ymq7x133eicy6rpa

10 years ago[FIX] account: avoid tax on name search to execute request with empty journal (if...
Martin Trigaux [Tue, 22 Apr 2014 13:50:12 +0000 (15:50 +0200)]
[FIX] account: avoid tax on name search to execute request with empty journal (if context == {'journal_id': False}) (opw 606875)

bzr revid: mat@openerp.com-20140422135012-6faelx7cf0p8cvab

10 years ago[FIX] note: typo in manifest
Denis Ledoux [Tue, 22 Apr 2014 13:05:06 +0000 (15:05 +0200)]
[FIX] note: typo in manifest

bzr revid: dle@openerp.com-20140422130506-934g9o433kdhmwnp

10 years ago[MERGE][FIX] *: typos fixes in modules manifest
Denis Ledoux [Tue, 22 Apr 2014 13:03:48 +0000 (15:03 +0200)]
[MERGE][FIX] *: typos fixes in modules manifest

bzr revid: dle@openerp.com-20140422130348-137yvk356pkv25im

10 years ago[FIX] website_event_sale: hide event tickets that are not for sale anymore
Olivier Dony [Tue, 22 Apr 2014 12:31:53 +0000 (14:31 +0200)]
[FIX] website_event_sale: hide event tickets that are not for sale anymore

This should ideally be based on an extra timezone
field on each event, pending fix later in trunk.

bzr revid: odo@openerp.com-20140422123153-m6za55oqkiqysalx

10 years ago[FIX] account: Advance search on 'Tax' from journal items leads to traceback if we...
Ravi Gohil (OpenERP) [Tue, 22 Apr 2014 11:11:15 +0000 (16:41 +0530)]
[FIX] account: Advance search on 'Tax' from journal items leads to traceback if we do not select any journal. (Maintenance Case: 606875)

bzr revid: rgo@tinyerp.com-20140422111115-17e6juruftp3oj2r

10 years ago[FIX] sale: move demo data from sale to sale_stock
Martin Trigaux [Tue, 22 Apr 2014 10:50:39 +0000 (12:50 +0200)]
[FIX] sale: move demo data from sale to sale_stock

A better fix would be to create a sale_procurement module (sale_stock has sale, procurement and stock as dependecies) but a bit overkill for simple demo data

bzr revid: mat@openerp.com-20140422105039-vqvxejd123cmtc0s

10 years ago[MERGE] [FIX] account unreconciliation and voucher cancelation (opw 605498)
Martin Trigaux [Tue, 22 Apr 2014 10:45:45 +0000 (12:45 +0200)]
[MERGE] [FIX] account unreconciliation and voucher cancelation (opw 605498)

When canceling a voucher or unreconciling move lines, make sure the linked invoice is still correct and has valid payment lines (if cancel one of two payments, should have the other one left).
Forward-port from 6.0 addons revision:5094

Oh, by the way, revision 10000 !

bzr revid: mat@openerp.com-20140422104545-900yfw8gckse1iay

10 years ago[MERGE][FIX] stock: typos in inventory analysis wizard - opw 606933
Denis Ledoux [Tue, 22 Apr 2014 10:28:16 +0000 (12:28 +0200)]
[MERGE][FIX] stock: typos in inventory analysis wizard - opw 606933

bzr revid: dle@openerp.com-20140422102816-zw6mqlmr3lt0xwp5

10 years ago[FIX] account_voucher & account_move_line: while we have partial payment and we cance...
Amit Dodiya [Tue, 22 Apr 2014 10:11:28 +0000 (15:41 +0530)]
[FIX] account_voucher & account_move_line: while we have partial payment and we cancel one payment it also unlink the reconcile/partial reconcile tag from other payment entries also

bzr revid: ado@tinyerp.com-20140422101128-ugudle2s7ysc6n1p

10 years ago[FIX] en_US typos - opw 606919
Anael Closson [Tue, 22 Apr 2014 08:58:37 +0000 (10:58 +0200)]
[FIX] en_US typos - opw 606919

bzr revid: acl@openerp.com-20140422085837-9flv9ksh54ymvv7i

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 22 Apr 2014 08:24:59 +0000 (08:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140419063533-z6kswp5wkioh5jlv
bzr revid: launchpad_translations_on_behalf_of_openerp-20140420055842-traoy17xi60ufook
bzr revid: launchpad_translations_on_behalf_of_openerp-20140421050815-44ydlitvsaj3xdd9
bzr revid: launchpad_translations_on_behalf_of_openerp-20140422082459-bfjqgpt2bpgll64p

10 years ago[FIX] convert: use _all_columns instead of _columns as it contain fields from inherit...
Martin Trigaux [Tue, 22 Apr 2014 07:56:01 +0000 (09:56 +0200)]
[FIX] convert: use _all_columns instead of _columns as it contain fields from inherited models.

bzr revid: mat@openerp.com-20140422075601-s382vj4c4ren882i

10 years ago[FIX] en_US typos - opw 606933
Anael Closson [Tue, 22 Apr 2014 07:40:39 +0000 (09:40 +0200)]
[FIX] en_US typos - opw 606933

bzr revid: acl@openerp.com-20140422074039-oobrzrgpnf42v8au

10 years ago[FIX] en_US typos - opw 606933
Anael Closson [Tue, 22 Apr 2014 07:38:26 +0000 (09:38 +0200)]
[FIX] en_US typos - opw 606933

bzr revid: acl@openerp.com-20140422073826-0w9ne38ub8nh7p4v

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 20 Apr 2014 05:58:23 +0000 (05:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140418072138-5fv3mmbsqnlcpk4b
bzr revid: launchpad_translations_on_behalf_of_openerp-20140419063447-v94cfwvpby4h6d0v
bzr revid: launchpad_translations_on_behalf_of_openerp-20140420055823-r61ad07jgr3110pw

10 years ago[FIX] convert: use _all_columns instead of _columns as it contain fields from inherit...
Martin Trigaux [Fri, 18 Apr 2014 16:45:52 +0000 (18:45 +0200)]
[FIX] convert: use _all_columns instead of _columns as it contain fields from inherited models.

bzr revid: mat@openerp.com-20140418164552-2mlprexkdlqlui2h

10 years ago[FIX] account_analytic_analysis: test, the recurring invoices are generated for analy...
Denis Ledoux [Fri, 18 Apr 2014 14:45:38 +0000 (16:45 +0200)]
[FIX] account_analytic_analysis: test, the recurring invoices are generated for analytic accounts of type contract only (no template...)

bzr revid: dle@openerp.com-20140418144538-paqas7j8cbjyi11t

10 years ago[FIX] base_geolocalize: no reason to have groups no one for geolocation tab, any...
Denis Ledoux [Fri, 18 Apr 2014 14:17:55 +0000 (16:17 +0200)]
[FIX] base_geolocalize: no reason to have groups no one for geolocation tab, any salesman should be able to set the latitude longitude

bzr revid: dle@openerp.com-20140418141755-x4wnhqh39v23tky2

10 years ago[FIX] account_analytic_analysis: test recurring_create_invoice, ids is mandatory
Denis Ledoux [Fri, 18 Apr 2014 14:15:27 +0000 (16:15 +0200)]
[FIX] account_analytic_analysis: test recurring_create_invoice, ids is mandatory

bzr revid: dle@openerp.com-20140418141527-jxc4l7amuj7weu0a

10 years ago[FIX] mail: correct missing comma in domain on mail.mail
Martin Trigaux [Fri, 18 Apr 2014 14:05:08 +0000 (16:05 +0200)]
[FIX] mail: correct missing comma in domain on mail.mail

bzr revid: mat@openerp.com-20140418140508-y0fnxsbgda0gp6t4

10 years ago[FIX] account_analytic_analysis: avoid create recurring invoices for contract templates
Denis Ledoux [Fri, 18 Apr 2014 13:47:40 +0000 (15:47 +0200)]
[FIX] account_analytic_analysis: avoid create recurring invoices for contract templates

bzr revid: dle@openerp.com-20140418134740-dv39ffwcdqh4np0g

10 years ago[FIX] account_analytic_analysis: prevent enable recurring invoices if not of type...
Denis Ledoux [Fri, 18 Apr 2014 13:29:17 +0000 (15:29 +0200)]
[FIX] account_analytic_analysis: prevent enable recurring invoices if not of type contract. Avoid cron to not continue if one of the contract failed to create its recurring invoices

bzr revid: dle@openerp.com-20140418132917-ztvzinwn3kt786m2

10 years ago[FIX] gamification: set data in noupdate blocks to allow the user to customise it...
Martin Trigaux [Fri, 18 Apr 2014 12:18:09 +0000 (14:18 +0200)]
[FIX] gamification: set data in noupdate blocks to allow the user to customise it without loosing changes after update

bzr revid: mat@openerp.com-20140418121809-hbuugj0xc690wt2n

10 years ago[FIX] gamification: set data in noupdate blocks to allow the user to customise it...
Martin Trigaux [Fri, 18 Apr 2014 12:08:46 +0000 (14:08 +0200)]
[FIX] gamification: set data in noupdate blocks to allow the user to customise it without loosing changes after update

bzr revid: mat@openerp.com-20140418120846-h8yo4ljult88f1h3

10 years ago[FIX] FieldMany2One: avoid error when saving changes in popup from a related fields...
Martin Trigaux [Fri, 18 Apr 2014 09:20:33 +0000 (11:20 +0200)]
[FIX] FieldMany2One: avoid error when saving changes in popup from a related fields (opw 606601)

bzr revid: mat@openerp.com-20140418092033-mvqng3thuy61kfoq

10 years ago[FIX] website_hr_recruitment: missing public group in security rule for website_published
Denis Ledoux [Fri, 18 Apr 2014 08:38:18 +0000 (10:38 +0200)]
[FIX] website_hr_recruitment: missing public group in security rule for website_published

bzr revid: dle@openerp.com-20140418083818-p11a17k4az2wsa2e

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 18 Apr 2014 07:21:54 +0000 (07:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140418072154-969nr7hzpppvd0mw

10 years ago[REVERT] web: 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr, break the...
Denis Ledoux [Thu, 17 Apr 2014 16:09:19 +0000 (18:09 +0200)]
[REVERT] web: 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr, break the kanban drag and drop, which is far more important than the show more button wrongly displayed in ie.

bzr revid: dle@openerp.com-20140417160919-ftwk0jtci9dwuu7h

10 years ago[FIX] account_analytics_plan: for bank statement move, the analytic distribution...
Denis Ledoux [Thu, 17 Apr 2014 13:26:16 +0000 (15:26 +0200)]
[FIX] account_analytics_plan: for bank statement move, the analytic distribution must not be written on the counterpart move line

bzr revid: dle@openerp.com-20140417132616-w71ctwn0w653yn0v

10 years ago[FIX] gamification: this noupdate block should be in noupdate (no kidding)
Martin Trigaux [Thu, 17 Apr 2014 12:54:12 +0000 (14:54 +0200)]
[FIX] gamification: this noupdate block should be in noupdate (no kidding)

bzr revid: mat@openerp.com-20140417125412-4w5wp0ubsendx7nr

10 years ago[FIX] Mail snippet - Set generic URL
Kersten Jeremy [Thu, 17 Apr 2014 11:56:21 +0000 (13:56 +0200)]
[FIX] Mail snippet - Set generic URL

bzr revid: jke@openerp.com-20140417115621-c0j2nj4srlshougy

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9991 revid:dle@openerp.com...
Denis Ledoux [Thu, 17 Apr 2014 11:26:55 +0000 (13:26 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9991 revid:dle@openerp.com-20140417110435-u8uwwcf5ji1b54ao

bzr revid: dle@openerp.com-20140417112655-eeaiokbqzokpwx4i

10 years ago[FIX] note: folded by default was not considered
Denis Ledoux [Thu, 17 Apr 2014 11:04:35 +0000 (13:04 +0200)]
[FIX] note: folded by default was not considered

bzr revid: dle@openerp.com-20140417110435-u8uwwcf5ji1b54ao

10 years ago[FIX] web: double click on save button was trying to save the data two times if there...
Denis Ledoux [Thu, 17 Apr 2014 10:12:17 +0000 (12:12 +0200)]
[FIX] web: double click on save button was trying to save the data two times if there is some latency, event target should be used instead of delegate target

bzr revid: dle@openerp.com-20140417101217-3fwnm76qne6f1vwk

10 years ago[FIX] web: double click on save button was trying to save the data two times if there...
Denis Ledoux [Thu, 17 Apr 2014 10:10:00 +0000 (12:10 +0200)]
[FIX] web: double click on save button was trying to save the data two times if there is some latency

bzr revid: dle@openerp.com-20140417101000-6gtyxntkm5d7zcoy

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 17 Apr 2014 06:53:16 +0000 (06:53 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140417065316-5cle12k1npy96t4m

10 years ago[FIX] gamification: add security rule for multicompany (avoid getting error messages...
Martin Trigaux [Wed, 16 Apr 2014 13:09:24 +0000 (15:09 +0200)]
[FIX] gamification: add security rule for multicompany (avoid getting error messages on home page when displaying top 3 goals)

bzr revid: mat@openerp.com-20140416130924-8pyuejefcu7hnzmf

10 years ago[FIX] crm_helpdesk: when creating a new helpdesk category
Thibault Delavallée [Wed, 16 Apr 2014 13:08:04 +0000 (15:08 +0200)]
[FIX] crm_helpdesk: when creating a new helpdesk category
it was not possible to re-use the category due to a missing object_id.

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

bzr revid: tde@openerp.com-20140416130804-xfgi8dr5703mr49o

10 years ago[FIX] crm_todo: usability fix: the lead was not present
Thibault Delavallée [Wed, 16 Apr 2014 13:03:56 +0000 (15:03 +0200)]
[FIX] crm_todo: usability fix: the lead was not present
in the task form view, but in the tree view, it is now present in both view when coming from 'my tasks' in crm menu.

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

bzr revid: tde@openerp.com-20140416130356-i3a5pqcib8smdx47

10 years ago[FIX] base: search groups by full name not working with operators 'in' nor with opera...
Denis Ledoux [Wed, 16 Apr 2014 11:22:39 +0000 (13:22 +0200)]
[FIX] base: search groups by full name not working with operators 'in' nor with operand boolean

bzr revid: dle@openerp.com-20140416112239-vl20z3xzgp61vygu

10 years ago[FIX]Fixed the issue of reference field throws traceback that view is undefined,...
Mohammed Shekha [Wed, 16 Apr 2014 08:38:57 +0000 (14:08 +0530)]
[FIX]Fixed the issue of reference field throws traceback that view is undefined, the reason is that reference field passing DefaultFieldManager while creating instance of many2one widget and DefaultFieldManager is eventually extending instance.web.widget not instance.web.form.FormWidget and hence DefaultFieldmanager will nto having view attribute, instead of calling self.view.do_onchange, trigger changed_value which is going to do the same job.

bzr revid: msh@tinyerp.com-20140416083857-sug0k4a28nkvgg27

10 years ago[FIX] Website - fix path of script watch.js
Kersten Jeremy [Wed, 16 Apr 2014 08:34:11 +0000 (10:34 +0200)]
[FIX] Website - fix path of script watch.js

bzr revid: jke@openerp.com-20140416083411-a06k9sbiyda7zmrd

10 years ago[FIX] Record id are not always an integer. It could be a virtual id (str) as in calendar.
Kersten Jeremy [Wed, 16 Apr 2014 08:29:24 +0000 (10:29 +0200)]
[FIX] Record id are not always an integer. It could be a virtual id (str) as in calendar.

bzr revid: jke@openerp.com-20140416082924-t52pvja4617zpkce

10 years ago[FIX] account_anglo_saxon: avoid incorrect conversion while creating invoice in diffe...
Martin Trigaux [Wed, 16 Apr 2014 08:29:15 +0000 (10:29 +0200)]
[FIX] account_anglo_saxon: avoid incorrect conversion while creating invoice in different currency than the one of the company (opw 606408).

Without this patch the generated entries would use incorrect currencies. The expected result from move_line_get are prices in the currency of the invoice.

bzr revid: mat@openerp.com-20140416082915-555nhsvi8l0mmyxi

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20140416070627-eneildfcgmfpyjxy

10 years ago[FIX] mail: mail: convert attachments to binary as it is the expected format of messa...
Martin Trigaux [Tue, 15 Apr 2014 16:29:11 +0000 (18:29 +0200)]
[FIX] mail: mail: convert attachments to binary as it is the expected format of message_post opw 604205

The double convertion (render_message and send_mail) is done to keep the API but should be changed in next version.

bzr revid: mat@openerp.com-20140415162911-fe3306wn9w258ii7

10 years ago[FIX] mail: convert attachments to binary as it is the expected format of message_pos...
Martin Trigaux [Tue, 15 Apr 2014 16:14:41 +0000 (18:14 +0200)]
[FIX] mail: convert attachments to binary as it is the expected format of message_post opw 604205

The double convertion (render_message and send_mail) is done to keep the API but should be changed in next version.

bzr revid: mat@openerp.com-20140415161441-q6pfueetvv0namgw

10 years ago[FIX] stock: before creating chained pickings, regroup moves by chained auto packing
Denis Ledoux [Tue, 15 Apr 2014 16:03:31 +0000 (18:03 +0200)]
[FIX] stock: before creating chained pickings, regroup moves by chained auto packing

Before, all moves issued from a same purchase order were put in the same chained picking, and, therefore, the moves were all treated with the same behavior (manually, automaticaly, ...)

bzr revid: dle@openerp.com-20140415160331-kzgib87qabvpc86p

10 years ago[FIX] tools: Comments in e-mail templates are removed before mako/jinja2 processing...
Anael Closson [Tue, 15 Apr 2014 14:37:36 +0000 (16:37 +0200)]
[FIX] tools: Comments in e-mail templates are removed before mako/jinja2 processing - opw 605315

bzr revid: acl@openerp.com-20140415143736-bcgwgribsv2hsbvo

10 years ago[MERGE] forward port of branch 7.0 up to revid 5281 launchpad_translations_on_behalf_...
Christophe Simonis [Tue, 15 Apr 2014 13:36:50 +0000 (15:36 +0200)]
[MERGE] forward port of branch 7.0 up to revid 5281 launchpad_translations_on_behalf_of_openerp-20140412094159-mhy3v2prb3ctx32k

bzr revid: jke@openerp.com-20140409153527-mic1a8afcvdhsd27
bzr revid: chs@openerp.com-20140410102422-fcwxhjk40z0oy8x5
bzr revid: chs@openerp.com-20140415133650-y46i0o3qkb2atbvi

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4174 revid:dle@openerp.com...
Denis Ledoux [Tue, 15 Apr 2014 13:09:51 +0000 (15:09 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr

bzr revid: dle@openerp.com-20140415101427-a6r7lgy50x9bdah3
bzr revid: dle@openerp.com-20140415130951-ckuv8nsl17qkb300

10 years ago[FIX] web_kanban: show more button of kanban view behind the kanban cards on (ie9)
Denis Ledoux [Tue, 15 Apr 2014 13:07:32 +0000 (15:07 +0200)]
[FIX] web_kanban: show more button of kanban view behind the kanban cards on (ie9)

bzr revid: dle@openerp.com-20140415130732-bud8xb3pzgxw2imr

10 years ago[MERGE][FIX] account: while refuding the invoice with payment term journal items...
Denis Ledoux [Tue, 15 Apr 2014 10:07:02 +0000 (12:07 +0200)]
[MERGE][FIX] account: while refuding the invoice with payment term journal items are created wrongly with write-off account

bzr revid: dle@openerp.com-20140415100702-s13cuejf89gtlnhc

10 years ago[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculat...
Ravi Gohil (OpenERP) [Tue, 15 Apr 2014 09:47:23 +0000 (15:17 +0530)]
[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculation. (Maintenance Case: 606408)

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

bzr revid: rgo@tinyerp.com-20140415094723-hly42ii5c8hdcnw4

10 years ago[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculat...
Ravi Gohil (OpenERP) [Tue, 15 Apr 2014 09:38:18 +0000 (15:08 +0530)]
[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculation. (Maintenance Case: 606408)

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

bzr revid: rgo@tinyerp.com-20140415093818-ckfck3tc513k3lvv

10 years ago[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculat...
Ravi Gohil (OpenERP) [Tue, 15 Apr 2014 09:26:08 +0000 (14:56 +0530)]
[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculation. (Maintenance Case: 606408)

bzr revid: rgo@tinyerp.com-20140415092608-hplfg4ftsuxhu7rh

10 years ago[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculat...
Ravi Gohil (OpenERP) [Tue, 15 Apr 2014 09:14:28 +0000 (14:44 +0530)]
[FIX] account_anglo_saxon: Enabled the multi-currency support for price diff calculation. (Maintenance Case: 606408)

bzr revid: rgo@tinyerp.com-20140415091428-az1rx5ngz79j4fh6

10 years ago[FIX] purchase: invoiced based on invoiced bool of purchase order line, instead of...
Denis Ledoux [Tue, 15 Apr 2014 08:12:11 +0000 (10:12 +0200)]
[FIX] purchase: invoiced based on invoiced bool of purchase order line, instead of rate

invoiced bool of purchase order line is set to true on invoice validation, not on invoice creation

bzr revid: dle@openerp.com-20140415081211-jz6if0vzgq3inzzw

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20140415075130-aqn4mzx05l3txtkb
bzr revid: launchpad_translations_on_behalf_of_openerp-20140415075337-ulie3qkes53t8ivf

10 years ago[FIX] Fix the call of the cron due to a function which has been renamed.
Kersten Jeremy [Mon, 14 Apr 2014 20:29:36 +0000 (22:29 +0200)]
[FIX] Fix the call of the cron due to a function which has been renamed.
[IMP] Add param calendar.block_mail in ir.config.parameters to allow to bypass the sent of mails to attendees.

bzr revid: jke@openerp.com-20140414202936-kh1izog183nwenb7

10 years ago[FIX] Remove watcher, need to be review because it breaks other tests.
Kersten Jeremy [Mon, 14 Apr 2014 16:57:21 +0000 (18:57 +0200)]
[FIX] Remove watcher, need to be review because it breaks other tests.

bzr revid: jke@openerp.com-20140414165721-i8g23jxy66p1p6ao

10 years ago[FIX] Reactive watcher
Kersten Jeremy [Mon, 14 Apr 2014 16:34:12 +0000 (18:34 +0200)]
[FIX] Reactive watcher

bzr revid: jke@openerp.com-20140414163412-88seef6j58xiamug

10 years ago[FIX] Remove watcher
Kersten Jeremy [Mon, 14 Apr 2014 15:35:37 +0000 (17:35 +0200)]
[FIX] Remove watcher

bzr revid: jke@openerp.com-20140414153537-0qjlnqqnk0q9utn0

10 years ago[FIX] Watch if jQuery is overwritted by another version in some script. If an overrid...
Kersten Jeremy [Mon, 14 Apr 2014 15:14:23 +0000 (17:14 +0200)]
[FIX] Watch if jQuery is overwritted by another version in some script. If an override is detected, we check that all old function is always present else we add the missing.
The problem was that some websites uses externals libraries which use a jQuery more recent that our version. Jquery by default  checks his own version  and overwrite itself if the current version is lower.
Once user had their jquery overwritted, function dropdown was missing and it was impossible to the end user to get menu working again... and so impossible to remove the view with the front end.

bzr revid: jke@openerp.com-20140414151423-zhi3tjj52rihltzy

10 years ago[FIX] Add prototype watch in js object. That will allow to listen change on some...
Kersten Jeremy [Mon, 14 Apr 2014 14:58:02 +0000 (16:58 +0200)]
[FIX] Add prototype watch in js object. That will allow to listen change on some library for example. It's used to know if jquery is overrided by an external script.

bzr revid: jke@openerp.com-20140414145802-osjcjj01f8ehwsqc

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9980 revid:dle@openerp.com...
Denis Ledoux [Mon, 14 Apr 2014 13:11:46 +0000 (15:11 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9980 revid:dle@openerp.com-20140414121930-xbawuj93ddifhf4m

bzr revid: dle@openerp.com-20140414131146-1jz0isk58wgdsx2p

10 years ago[FIX] account: name_search methods used '=' or 'ilike' to search, instead of the...
Denis Ledoux [Mon, 14 Apr 2014 12:19:30 +0000 (14:19 +0200)]
[FIX] account: name_search methods used '=' or 'ilike' to search, instead of the actual operator

Therefore, for example, searching invoices for journals doesnt containing 'sales' actually returned invoices with journal containing 'sales'.

bzr revid: dle@openerp.com-20140414121930-xbawuj93ddifhf4m

10 years ago[FIX] Website - Don't set active on OpenDialog link else the user cannot click on...
Kersten Jeremy [Mon, 14 Apr 2014 09:48:03 +0000 (11:48 +0200)]
[FIX] Website - Don't set active on OpenDialog link else the user cannot click on it again after.

bzr revid: jke@openerp.com-20140414094803-bfyvu3wizy09n53c

10 years ago[FIX] mass_mailing: mail_thread model redefined as a osv.Model, while the original...
Denis Ledoux [Mon, 14 Apr 2014 09:08:25 +0000 (11:08 +0200)]
[FIX] mass_mailing: mail_thread model redefined as a osv.Model, while the original mail thread is an AbstractModel. Mass mailing mail thread must be an Abstract Model as well

bzr revid: dle@openerp.com-20140414090825-o456mdd9q38m47mw

10 years ago[MERGE] [FIX] FormView: avoid multiple creations of the same line in o2m fields when...
Martin Trigaux [Mon, 14 Apr 2014 08:10:03 +0000 (10:10 +0200)]
[MERGE] [FIX] FormView: avoid multiple creations of the same line in o2m fields when the save action fails (e.g. forgot one required field)

This is done by removing the added action 'prepend_on_create' that can be present as many time as we pressed the save button

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

bzr revid: mat@openerp.com-20140414081003-290q4v21q01m4rsi

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 Apr 2014 05:59:48 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140412094159-mhy3v2prb3ctx32k
bzr revid: launchpad_translations_on_behalf_of_openerp-20140412094217-3u3f03f0wjhbzyo4
bzr revid: launchpad_translations_on_behalf_of_openerp-20140413062047-z833pejjrtuhfygs
bzr revid: launchpad_translations_on_behalf_of_openerp-20140414055948-intynzk8l823ukei

10 years ago[FIX] web: do not try to close a destroyed dialog. trigger "closing" signal on close...
Christophe Simonis [Fri, 11 Apr 2014 16:24:26 +0000 (18:24 +0200)]
[FIX] web: do not try to close a destroyed dialog. trigger "closing" signal on close by top-right "X" button

bzr revid: chs@openerp.com-20140411162426-60bfybim5aqojsxx

10 years ago[MERGE] Forward-port of 7.0 bugfixes up to rev 9976 rev-id: odo@openerp.com-201404111...
Olivier Dony [Fri, 11 Apr 2014 14:28:00 +0000 (16:28 +0200)]
[MERGE] Forward-port of 7.0 bugfixes up to rev 9976 rev-id: odo@openerp.com-20140411142429-y0rpkzqbrsabxqsg

bzr revid: odo@openerp.com-20140411142800-t8sbcmfkj3qgmrh3

10 years ago[FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply...
Olivier Dony [Fri, 11 Apr 2014 14:24:29 +0000 (16:24 +0200)]
[FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply-to hostname does not match + fix tests

This improve previous commit by making sure we
never consider the thread_id/model values in the
In-Reply-To/References header if the host name
did not match.
Also fixes the tests that were using the
6.1 compatibility mode to post in a mail group
thread instead of specifying the right
message-id.

bzr revid: odo@openerp.com-20140411142429-y0rpkzqbrsabxqsg

10 years ago[FIX] Empty all current line(s) when you change template. Before, the display do...
Kersten Jeremy [Fri, 11 Apr 2014 14:20:22 +0000 (16:20 +0200)]
[FIX] Empty all current line(s) when you change template. Before, the display do it, but when you save, you have back the old lines.

bzr revid: jke@openerp.com-20140411142022-rceic1ma2axakzpe

10 years ago[FIX] website_sale_quote - Make the sale quote template translatable when you edit...
Kersten Jeremy [Fri, 11 Apr 2014 14:19:32 +0000 (16:19 +0200)]
[FIX] website_sale_quote - Make the sale quote template translatable when you edit a template. Force use of the language of partner in quotation, when you use a template.

bzr revid: jke@openerp.com-20140411141932-fk41zgsuw9e68t3a

10 years ago[FIX] 500 error on connection when using PyWebDAV 0.9.4
Denis Ledoux [Fri, 11 Apr 2014 13:42:03 +0000 (15:42 +0200)]
[FIX] 500 error on connection when using PyWebDAV 0.9.4
(and maybe others)

Courtesy of Holger Brunn (Therp)

bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3

10 years ago[FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system
Olivier Dony [Fri, 11 Apr 2014 10:13:49 +0000 (12:13 +0200)]
[FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system

When emails transit from an OpenERP system to another
there is a chance of wrongly considering the foreign
model,id pair as local, possibly attaching a reply
to a wrong parent message.
This naive heuristic ignore the foreign identifiers
unless the hostname of the message-id mentioned in
the In-Reply-To header matches the local one.
This may fail after a change of local hostname but
is still better than the alternative.
In OpenERP v8 we should stop including the model,res_id
in outgoing Message-Id headers and only rely on the
stored, opaque, unique Message-Ids, preventing
any future mismatch.

bzr revid: odo@openerp.com-20140411101349-h3jmkdzvbr7lut26

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Apr 2014 05:59:30 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140411055930-7coykr7rveqsucp3

10 years ago[MERGE] [FIX] account_budget: fix the computation of theorical amount field (opw...
Martin Trigaux [Thu, 10 Apr 2014 15:17:17 +0000 (17:17 +0200)]
[MERGE] [FIX] account_budget: fix the computation of theorical amount field (opw 606232)

The amount should use number of days +1
eg: budget from 2014-04-01 to 2014-04-11, today is 2014-04-10, should be 10/11*amount instead of 9/10*amount

bzr revid: mat@openerp.com-20140410151717-gzoucjmshb2y2j6i

10 years ago[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only...
Olivier Dony [Thu, 10 Apr 2014 14:02:44 +0000 (16:02 +0200)]
[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only want to stay below 0.9.8

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

bzr revid: odo@openerp.com-20140410140244-wu2l4hb5o1ct7tmm

10 years ago[FIX] Remove double return
Kersten Jeremy [Thu, 10 Apr 2014 11:40:48 +0000 (13:40 +0200)]
[FIX] Remove double return

bzr revid: jke@openerp.com-20140410114048-hw26q9x0dm11wbqc

10 years ago[FIX] Website - Fix quantity not refresh when you add a product in your cart
Kersten Jeremy [Thu, 10 Apr 2014 11:39:52 +0000 (13:39 +0200)]
[FIX] Website - Fix quantity not refresh when you add a product in your cart

bzr revid: jke@openerp.com-20140410113952-g0nvc9nfjma2t614

10 years ago[FIX] website_sale: Do not search and associate a company to the partner when an...
Denis Ledoux [Thu, 10 Apr 2014 10:58:04 +0000 (12:58 +0200)]
[FIX] website_sale: Do not search and associate a company to the partner when an order is validated
This can be regarded as a security leak: You can associate your partner to an existing company, which you maybe do not really belong, and therefore potentially access data which you are not authorized to see

Use street for the company name, street2 for the actual street, meanwhile

bzr revid: dle@openerp.com-20140410105804-am2xjmr09u3jk36r

10 years ago[MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027...
Christophe Simonis [Thu, 10 Apr 2014 10:36:38 +0000 (12:36 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027-5ug4801pfch9virt

bzr revid: chs@openerp.com-20140410103638-x7vajn70ewsfp0ck

10 years ago[FIX] account: Chart Installer: new way to get apps server
Christophe Simonis [Thu, 10 Apr 2014 10:00:27 +0000 (12:00 +0200)]
[FIX] account: Chart Installer: new way to get apps server

bzr revid: chs@openerp.com-20140410100027-5ug4801pfch9virt

10 years ago[FIX] modules: install_from_urls: restrict to administrators. Urls must come from...
Christophe Simonis [Thu, 10 Apr 2014 09:58:17 +0000 (11:58 +0200)]
[FIX] modules: install_from_urls: restrict to administrators. Urls must come from apps server.
[FIX] modules: download() method is now a no-op. This method was in fact already a no-op as the "url" field is never set explicitly in the code.

bzr revid: chs@openerp.com-20140410095817-bkni63g346wneybb

10 years ago[FIX] website_sale: use commercial_partner_id instead of parent_id to have the compan...
Denis Ledoux [Thu, 10 Apr 2014 09:58:14 +0000 (11:58 +0200)]
[FIX] website_sale: use commercial_partner_id instead of parent_id to have the company name of the artner in the checkout form

If the user is portal, its partner is a company and has a parent: a security rule prevent to read the parent_id
and the company which should be displayed is the closest company of the partner in the hierarchy, and, in this case, itself.

bzr revid: dle@openerp.com-20140410095814-x7hqymfelspvjdsw

10 years ago[FIX] account_voucher & account_move_line: while we have partial payment and we cance...
Amit Dodiya [Thu, 10 Apr 2014 09:51:32 +0000 (15:21 +0530)]
[FIX] account_voucher & account_move_line: while we have partial payment and we cancel one payment it also unlink the reconcile/partial reconcile tag from other payment entries also

bzr revid: ado@tinyerp.com-20140410095132-wx29csixtxsf6gdv

10 years ago[FIX] payment: remove mail of dependance (as account already depends on it) and set...
Denis Ledoux [Thu, 10 Apr 2014 08:48:46 +0000 (10:48 +0200)]
[FIX] payment: remove mail of dependance (as account already depends on it) and set auto_install

payment was added as dependance of portal_sale, which used to be auto installed when portal and sale were installed. With this new dependance, it wasnt the case anymore
With auto install of the payment module with the installation of account, this module is installed on the installation of sale (depends on account), and, therefore, on the installation of portal, portal_sale is now installed correctly

bzr revid: dle@openerp.com-20140410084846-78kxwc63nmv0rg9k