odoo/odoo.git
10 years ago[FIX] website_sale: taxes must be taken from the product_id_change method
Denis Ledoux [Thu, 24 Apr 2014 15:16:05 +0000 (17:16 +0200)]
[FIX] website_sale: taxes must be taken from the product_id_change method

So they are computed with the partner, fiscal_position, etc

bzr revid: dle@openerp.com-20140424151605-81t7v9pc2rou17s3

10 years ago[MERGE] forward port of branch 7.0 up to revid 5288 mat@openerp.com-20140423150215...
Christophe Simonis [Thu, 24 Apr 2014 12:53:38 +0000 (14:53 +0200)]
[MERGE] forward port of branch 7.0 up to revid 5288 mat@openerp.com-20140423150215-578nzug1glccvpwy

bzr revid: chs@openerp.com-20140424125338-26k5atvtqwmmfv4e

10 years ago[MERGE] forward port of branch 7.0 up to revid 10012 launchpad_translations_on_behalf...
Christophe Simonis [Thu, 24 Apr 2014 12:35:38 +0000 (14:35 +0200)]
[MERGE] forward port of branch 7.0 up to revid 10012 launchpad_translations_on_behalf_of_openerp-20140424063249-gwnojb5kvlq544nz

bzr revid: chs@openerp.com-20140424123538-rxk9got9k2on1ki1

10 years ago[FIX] Calendar - only try to split the virtual id if it's a string
Kersten Jeremy [Thu, 24 Apr 2014 12:11:18 +0000 (14:11 +0200)]
[FIX] Calendar - only try to split the virtual id if it's a string

bzr revid: jke@openerp.com-20140424121118-t5rgqssf7mnr6bax

10 years ago[FIX] gamification: do not set a start_date by default as the cron starts past challe...
Martin Trigaux [Thu, 24 Apr 2014 11:03:41 +0000 (13:03 +0200)]
[FIX] gamification: do not set a start_date by default as the cron starts past challenges (making data challenge to start) and avoid useless write

bzr revid: mat@openerp.com-20140424110341-pnu79q44m7gzl8t0

10 years ago[MERGE] [FIX] email_template: effectively support 'user signature'
Thibault Delavallée [Thu, 24 Apr 2014 10:28:01 +0000 (12:28 +0200)]
[MERGE] [FIX] email_template: effectively support 'user signature'
in the mail composer when using templates.

bzr revid: tde@openerp.com-20140424102801-j1qbqdvbyo9wv48e

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] email_template: fixed a test not checking signature but
Thibault Delavallée [Thu, 24 Apr 2014 08:26:22 +0000 (10:26 +0200)]
[FIX] email_template: fixed a test not checking signature but
using a template adding signature.

bzr revid: tde@openerp.com-20140424082622-71ratcz4xrdn8d7t

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20140424063249-gwnojb5kvlq544nz

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[REM] Removed print statement
Thibault Delavallée [Wed, 23 Apr 2014 15:30:08 +0000 (17:30 +0200)]
[REM] Removed print statement

bzr revid: tde@openerp.com-20140423153008-jngdjm0qx7cgqctu

10 years ago[FIX] email_template: when usign the composer in mass mailing mode with
Thibault Delavallée [Wed, 23 Apr 2014 15:29:26 +0000 (17:29 +0200)]
[FIX] email_template: when usign the composer in mass mailing mode with
a template, display the user's signature if asked by the template. The use will
then be able to modify the generated content and to remove / update it if necessary;
Otherwise the signature is not added in mass mailing mode, because the content
of the email is based on the wizard's body, not the template one.

Some rewriting in the onchange: now using a browse instead of a read.

bzr revid: tde@openerp.com-20140423152926-sno0gk8lup9l442p

10 years ago[FIX] stock: pass the geven limit attribute in read_group call, courtesy of Guewen...
Martin Trigaux [Wed, 23 Apr 2014 15:06:21 +0000 (17:06 +0200)]
[FIX] stock: pass the geven limit attribute in read_group call, courtesy of Guewen Baconnier

bzr revid: mat@openerp.com-20140423150621-rjiae83nxh5tqyau

10 years ago[FIX] amount_to_text: make sure accented string is in unicode
Martin Trigaux [Wed, 23 Apr 2014 15:02:15 +0000 (17:02 +0200)]
[FIX] amount_to_text: make sure accented string is in unicode

bzr revid: mat@openerp.com-20140423150215-578nzug1glccvpwy

10 years ago[MERGE] [FIX] stock: fix error when executing a read_group on stock.picking.in and...
Martin Trigaux [Wed, 23 Apr 2014 13:25:52 +0000 (15:25 +0200)]
[MERGE] [FIX] stock: fix error when executing a read_group on stock.picking.in and out, courtesy of Yannick Vaucher (Camptocamp)

bzr revid: mat@openerp.com-20140423132552-hpnr2skutqranvsj

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[FIX] hr_timesheet_sheet: allow writing attendance line not according to the date...
Denis Ledoux [Wed, 23 Apr 2014 11:25:54 +0000 (13:25 +0200)]
[FIX] hr_timesheet_sheet: allow writing attendance line not according to the date order, and check that the attendances satisfy the alternance constraint, even for delete operations

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

bzr revid: dle@openerp.com-20140423112554-75bpk5k3viroqbh5

10 years ago[MERGE] [FIX] account_voucher: in recompute_voucher_lines, ensure the price value...
Martin Trigaux [Wed, 23 Apr 2014 10:18:47 +0000 (12:18 +0200)]
[MERGE] [FIX] account_voucher: in recompute_voucher_lines, ensure the price value is not modified when computing the writeoff_amount.

Using the remaining amount for writeoff does not make sense as the amount is already in credit or debit lines.
This issue could be observed in the payment wizard where the execution of _compute_writeoff_amount (through onchange) would be a negative value at the first execution.

bzr revid: mat@openerp.com-20140423101847-s0efihzqe7jcdcps

10 years ago[MERGE] [FIX] procurement: default_get in orderpoint make a search instead of hardcod...
Martin Trigaux [Wed, 23 Apr 2014 10:03:24 +0000 (12:03 +0200)]
[MERGE] [FIX] procurement: default_get in orderpoint make a search instead of hardcoding a warehouse as it's possible te user do not have access to it (e.g. multicompany), courtesy of Romain Deheele(Camptocamp)

bzr revid: mat@openerp.com-20140423100324-6stypg5uapnl1s5f

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20140423065826-x7fmgc85ckhi9s8u
bzr revid: launchpad_translations_on_behalf_of_openerp-20140423070300-k249yxs2ghd1vaof

10 years ago[FIX] account_voucher: Fixed wrong writeoff(Payment Difference) calculation by recomp...
Ravi Gohil (OpenERP) [Wed, 23 Apr 2014 07:01:39 +0000 (12:31 +0530)]
[FIX] account_voucher: Fixed wrong writeoff(Payment Difference) calculation by recompute_voucher_lines(...). (Maintenance Case: 605632)

bzr revid: rgo@tinyerp.com-20140423070139-ielwafap3zcupglx

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 ago[FIX] account_voucher: Fixed wrong writeoff(Payment Difference) calculation by recomp...
Ravi Gohil (OpenERP) [Mon, 21 Apr 2014 11:23:39 +0000 (16:53 +0530)]
[FIX] account_voucher: Fixed wrong writeoff(Payment Difference) calculation by recompute_voucher_lines(...). (Maintenance Case: 605632)

bzr revid: rgo@tinyerp.com-20140421112339-36q7ifaplea40r56

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 agoFix group by access error on stock.picking.in/out in multi company by ensuring the...
Yannick Vaucher [Thu, 17 Apr 2014 16:49:53 +0000 (18:49 +0200)]
Fix group by access error on stock.picking.in/out in multi company by ensuring the good ir rules are applied, this is done by calling read_group using stock.picking intead of stock.picking.in/out.

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

bzr revid: yannick.vaucher@camptocamp.com-20140417164953-7bjuggmhktv7mfwx

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