odoo/odoo.git
10 years ago[IMP] pocurement, stock, purchase, sale_stock, stock_account: misc changes in usabilt...
Quentin (OpenERP) [Thu, 7 Nov 2013 11:20:53 +0000 (12:20 +0100)]
[IMP] pocurement, stock, purchase, sale_stock, stock_account: misc changes in usabilty, code refactoring and new option on procurement group propagation.
1) form view of procurement.order and procurement.rule reviewed
2) added buttons on procurement.order to jump on other procurements or pickings of same procurement.group
3) tracked some fields on procurement.order
4) used the short name of warehouse for the rule names
5) added a new choice for the procurement.group propagation in order to allow having only one reception picking for several po lines grouped in the same PO but belonging to different procurement.group at first
6) some code refactored for easiness, modularity, clarity and other obvious reasons

bzr revid: qdp-launchpad@openerp.com-20131107112053-knracfslqkfitg8b

10 years ago[IMP] procurement, usability: sort procurements by id (for all procurements created...
Quentin (OpenERP) [Wed, 6 Nov 2013 08:54:48 +0000 (09:54 +0100)]
[IMP] procurement, usability: sort procurements by id (for all procurements created at the same time)

bzr revid: qdp-launchpad@openerp.com-20131106085448-eyj2pk2y0y0rg6zn

10 years ago[FIX] stock: typo
Quentin (OpenERP) [Wed, 6 Nov 2013 08:40:51 +0000 (09:40 +0100)]
[FIX] stock: typo

bzr revid: qdp-launchpad@openerp.com-20131106084051-1ure78ruswkr6hzf

10 years ago[FIX] stock: fixed logistic flow when resupplying from another warehouse (the warehou...
Quentin (OpenERP) [Wed, 6 Nov 2013 08:39:38 +0000 (09:39 +0100)]
[FIX] stock: fixed logistic flow when resupplying from another warehouse (the warehouse propagated has sometimes to be different than the warehouse this rule serve)

bzr revid: qdp-launchpad@openerp.com-20131106083938-ucrdm6d64n9xzii8

10 years ago[FIX] stock: fixed the condition for a procurement to be fulfilled (we shouldn't...
Quentin (OpenERP) [Wed, 6 Nov 2013 08:37:56 +0000 (09:37 +0100)]
[FIX] stock: fixed the condition for a procurement to be fulfilled (we shouldn't consider a procurement for which all moves are cancelled as 'done' but as 'in exception')

bzr revid: qdp-launchpad@openerp.com-20131106083756-fk3tbfw9ya0ejjou

10 years ago[IMP] procurement: added a button to reset to confirmed a cancelled procurement
Quentin (OpenERP) [Wed, 6 Nov 2013 08:32:31 +0000 (09:32 +0100)]
[IMP] procurement: added a button to reset to confirmed a cancelled procurement

bzr revid: qdp-launchpad@openerp.com-20131106083231-jnr6w30rhfkvzsbu

10 years ago[FIX] sale: do not copy procurements when copying a sale order (or a sale order line)
Quentin (OpenERP) [Wed, 6 Nov 2013 07:55:22 +0000 (08:55 +0100)]
[FIX] sale: do not copy procurements when copying a sale order (or a sale order line)

bzr revid: qdp-launchpad@openerp.com-20131106075522-36q9vq1ihh6q7lm3

10 years ago[FIX] stock: name for interwarehouse reussply routes wasn't correctly formatted...
Quentin (OpenERP) [Tue, 5 Nov 2013 16:12:54 +0000 (17:12 +0100)]
[FIX] stock: name for interwarehouse reussply routes  wasn't correctly formatted and was not clear

bzr revid: qdp-launchpad@openerp.com-20131105161254-m1qhrr0cefcrle20

10 years ago[FIX] stock: reconfiguration of warehouse was buggy when the default resupply warehou...
Quentin (OpenERP) [Tue, 5 Nov 2013 15:49:23 +0000 (16:49 +0100)]
[FIX] stock: reconfiguration of warehouse was buggy when the default resupply warehouse was removed from both the m2o and the m2m, the rules were also wrongly created (not in MTO) and the code was not clean. The renaming of a warehouse is also fixed and the buy/manufacture pull rules are now treated as well

bzr revid: qdp-launchpad@openerp.com-20131105154923-sl8ei71aa123t108

10 years ago[IMP] stock: usability improvements in picking view
Quentin (OpenERP) [Tue, 5 Nov 2013 15:39:44 +0000 (16:39 +0100)]
[IMP] stock: usability improvements in picking view

bzr revid: qdp-launchpad@openerp.com-20131105153944-el9igp0cnv9z4e9q

10 years ago[FIX] stock_account, purchase: the standard price of a product may not be compatible...
Quentin (OpenERP) [Mon, 4 Nov 2013 16:49:39 +0000 (17:49 +0100)]
[FIX] stock_account, purchase: the standard price of a product may not be compatible with the decimal precision 'Account' or the coinage of the main currency, so we need to take care of that when creating the stock valuation entries

bzr revid: qdp-launchpad@openerp.com-20131104164939-jupkxy1zrqqq3lpq

10 years ago[MERGE] apr's review 2. branch from jke
Quentin (OpenERP) [Mon, 4 Nov 2013 14:23:40 +0000 (15:23 +0100)]
[MERGE] apr's review 2. branch from jke

bzr revid: qdp-launchpad@openerp.com-20131104142340-fj092665f5exn3rw

10 years ago[MERGE] merged the branch from camptocamp with enhancements in purchase_requisition...
Quentin (OpenERP) [Mon, 4 Nov 2013 14:07:24 +0000 (15:07 +0100)]
[MERGE] merged the branch from camptocamp with enhancements in purchase_requisition: it includes a bugfix and the introduction of 2 methods to prepare values before theh creatino of objects (to ease the inheritancy)

bzr revid: qdp-launchpad@openerp.com-20131104140724-z6kt0zqwrtbjso5a

10 years ago[IMP] Improve and fix module stock according to APR Review 20131030
jke-openerp [Mon, 4 Nov 2013 12:00:08 +0000 (13:00 +0100)]
[IMP] Improve and fix module stock according to APR Review 20131030

bzr revid: jke@openerp.com-20131104120008-80g7julsalf041ki

10 years ago[FIX] open_product_line() returns an action, the action should not propagate the...
Guewen Baconnier [Mon, 4 Nov 2013 10:26:46 +0000 (11:26 +0100)]
[FIX] open_product_line() returns an action, the action should not propagate the current context but use its own one (so it will have the correct active_model, active_ids and so on, otherwise, it propagates a wrong active_ids and active_model).

bzr revid: guewen.baconnier@camptocamp.com-20131104102646-pjdorjqfaic3sw7b

10 years ago[IMP] extracted '_prepare' method to be able to customize the creation of po from...
Guewen Baconnier [Mon, 4 Nov 2013 10:19:57 +0000 (11:19 +0100)]
[IMP] extracted '_prepare' method to be able to customize the creation of po from tenders

bzr revid: guewen.baconnier@camptocamp.com-20131104101957-krpkp24ctc4k3zjy

10 years ago[MERGE] merged the branch of jke with new tests on procurement cancelation
Quentin (OpenERP) [Wed, 30 Oct 2013 14:51:05 +0000 (15:51 +0100)]
[MERGE] merged the branch of jke with new tests on procurement cancelation

bzr revid: qdp-launchpad@openerp.com-20131030145105-15lzttxq19fpjtdd

10 years ago[FIX] stock: fixed product_available function to take the location and warehouse...
Quentin (OpenERP) [Wed, 30 Oct 2013 14:22:42 +0000 (15:22 +0100)]
[FIX] stock: fixed product_available function to take the location and warehouse into consideration

bzr revid: qdp-launchpad@openerp.com-20131030142242-5d5sku8n1upxgmue

10 years ago[MERGE] merged branch of jke with misc fixes and improvements
Quentin (OpenERP) [Wed, 30 Oct 2013 13:30:00 +0000 (14:30 +0100)]
[MERGE] merged branch of jke with misc fixes and improvements

bzr revid: qdp-launchpad@openerp.com-20131030133000-wpru31guf0i5t9wg

10 years ago[MERGE] Merge with trunk-wms branche
jke-openerp [Tue, 29 Oct 2013 19:29:31 +0000 (20:29 +0100)]
[MERGE] Merge with trunk-wms branche

bzr revid: jke@openerp.com-20131029192931-63zc0kd0qyr4e8m1

10 years ago[REF] Improve code according to review
jke-openerp [Tue, 29 Oct 2013 19:27:02 +0000 (20:27 +0100)]
[REF] Improve code according to review

bzr revid: jke@openerp.com-20131029192702-w6ddr9pwr2kzqhqn

10 years ago[FIX] stock: fixes in quants_get_prefered_domain() + code refactoring
Quentin (OpenERP) [Tue, 29 Oct 2013 16:09:51 +0000 (17:09 +0100)]
[FIX] stock: fixes in quants_get_prefered_domain() + code refactoring

bzr revid: qdp-launchpad@openerp.com-20131029160951-3jekhqgryydq3ybm

10 years ago[FIX] Update reference for action_view_routes in product.py from module stock which...
jke-openerp [Tue, 29 Oct 2013 10:23:39 +0000 (11:23 +0100)]
[FIX] Update reference for action_view_routes in product.py from module stock which raise a trace back

bzr revid: jke@openerp.com-20131029102339-ecyef6lka65e9ev5

10 years ago[IMP] Add name search on stock.stock_location to allow the search of child
jke-openerp [Tue, 29 Oct 2013 08:35:51 +0000 (09:35 +0100)]
[IMP] Add name search on stock.stock_location to allow the search of child

bzr revid: jke@openerp.com-20131029083551-mbrx7hxoc9w78ogq

10 years ago[FIX] According to [wms] APR's Review from 20131022 - Move lead_time in mrp module...
jke-openerp [Tue, 29 Oct 2013 07:48:15 +0000 (08:48 +0100)]
[FIX] According to [wms] APR's Review from 20131022 - Move lead_time in mrp module, trace back on split delivery

bzr revid: jke@openerp.com-20131029074815-mws7cuvqgxr6q2d4

10 years ago[FIX] Split demo_pre.yml in stock_data.xml for ir_model_data
jke-openerp [Mon, 28 Oct 2013 10:39:06 +0000 (11:39 +0100)]
[FIX] Split demo_pre.yml in stock_data.xml for ir_model_data

bzr revid: jke@openerp.com-20131028103906-izdlfpzknc3j73kp

10 years ago[FIX] procurement: removed message_track overwriting which was not needed anymore...
Quentin (OpenERP) [Mon, 28 Oct 2013 10:33:15 +0000 (11:33 +0100)]
[FIX] procurement: removed message_track overwriting which was not needed anymore (and the note field doesn't exist anymore)

bzr revid: qdp-launchpad@openerp.com-20131028103315-nu387n2tm9s803rs

10 years ago[MERGE] merged with trunk
Quentin (OpenERP) [Mon, 28 Oct 2013 09:32:47 +0000 (10:32 +0100)]
[MERGE] merged with trunk

bzr revid: qdp-launchpad@openerp.com-20131028093247-8eegjl3zle5aoqae

10 years ago[REM] mrp: removed deprecated and unused code
Quentin (OpenERP) [Mon, 28 Oct 2013 09:00:54 +0000 (10:00 +0100)]
[REM] mrp: removed deprecated and unused code

bzr revid: qdp-launchpad@openerp.com-20131028090054-39qvajzoto3xb9dz

10 years ago[MERGE] jke branch with fixes, improvement of warehouse config...
Quentin (OpenERP) [Mon, 28 Oct 2013 08:47:02 +0000 (09:47 +0100)]
[MERGE] jke branch with fixes, improvement of warehouse config...

bzr revid: qdp-launchpad@openerp.com-20131028084702-j0e5c8i4df84zsfy

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 28 Oct 2013 05:23:39 +0000 (05:23 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131028052339-0v9n7leiirwlacok

10 years ago[IMP] convert controllers to the new route api
Antony Lesuisse [Sun, 27 Oct 2013 17:48:13 +0000 (18:48 +0100)]
[IMP] convert controllers to the new route api

bzr revid: al@openerp.com-20131027174813-ghwl3p6w7ebr20s9

10 years agomore controller conversion to new route api
Antony Lesuisse [Sun, 27 Oct 2013 17:31:43 +0000 (18:31 +0100)]
more controller conversion to new route api

bzr revid: al@openerp.com-20131027173143-tfxc7e7vqn7re6wb

10 years ago[IMP] move http layer from openerp-web to openobject-server, convert controllers...
Antony Lesuisse [Sun, 27 Oct 2013 17:17:17 +0000 (18:17 +0100)]
[IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api

bzr revid: al@openerp.com-20131027171717-dzqx2264p152lq8y

10 years ago[IMP] move http layer from openerp-web to openobject-server, convert controllers...
Antony Lesuisse [Sun, 27 Oct 2013 17:15:53 +0000 (18:15 +0100)]
[IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api
versioned history http.py can be found in lp:~openerp/openerp-web/trunk file addons/web/http.py

bzr revid: al@openerp.com-20131027171553-qe1ulbff0bphm15o

10 years agotypo
Antony Lesuisse [Sun, 27 Oct 2013 16:40:23 +0000 (17:40 +0100)]
typo

bzr revid: al@openerp.com-20131027164023-ky1nthy56fmqr4f2

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 27 Oct 2013 05:50:02 +0000 (05:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026060436-zq7lmz0wyaf2or7c
bzr revid: launchpad_translations_on_behalf_of_openerp-20131022044413-i5f1hxr3y23buz38
bzr revid: launchpad_translations_on_behalf_of_openerp-20131023043450-hbi0snv6o0qpl0ne
bzr revid: launchpad_translations_on_behalf_of_openerp-20131026054646-gklydoly8cq62jbp
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027055002-ldfxtxmdm5wpc65b

10 years ago[REF] Indentation + var name
jke-openerp [Fri, 25 Oct 2013 14:35:51 +0000 (16:35 +0200)]
[REF] Indentation + var name

bzr revid: jke@openerp.com-20131025143551-lb86077kl5yaaujn

10 years ago[Merge] with wh conf jke
jke-openerp [Fri, 25 Oct 2013 14:03:30 +0000 (16:03 +0200)]
[Merge] with wh conf jke

bzr revid: jke@openerp.com-20131025140330-po459wxltctpnxls

10 years ago[IMP] Add test for sale_mrp and stock_complex_route about the propagation when we...
jke-openerp [Fri, 25 Oct 2013 13:50:51 +0000 (15:50 +0200)]
[IMP] Add test for sale_mrp and stock_complex_route about the propagation when we cancel the main procurement.

bzr revid: jke@openerp.com-20131025135051-2yzuxd3grlj2qtfn

10 years ago[IMP] stock: code refactoring
Quentin (OpenERP) [Fri, 25 Oct 2013 13:40:23 +0000 (15:40 +0200)]
[IMP] stock: code refactoring

bzr revid: qdp-launchpad@openerp.com-20131025134023-6qeh38wfwocmf1a8

10 years ago[REM] remove useless warning in user preference
Antony Lesuisse [Fri, 25 Oct 2013 13:35:31 +0000 (15:35 +0200)]
[REM] remove useless warning in user preference

bzr revid: al@openerp.com-20131025133531-6sbntv1visib5akt

10 years ago[MERGE] forward port of branch saas-2 up to revid 4965 chs@openerp.com-20131025103939...
Christophe Simonis [Fri, 25 Oct 2013 10:43:26 +0000 (12:43 +0200)]
[MERGE] forward port of branch saas-2 up to revid 4965 chs@openerp.com-20131025103939-5gta1eifjhx1tsmi

bzr revid: chs@openerp.com-20131025104326-4k5hayl0bwdgt0mm

10 years ago[MERGE] forward port of branch saas-1 up to revid 4914 chs@openerp.com-20131025103657...
Christophe Simonis [Fri, 25 Oct 2013 10:39:39 +0000 (12:39 +0200)]
[MERGE] forward port of branch saas-1 up to revid 4914 chs@openerp.com-20131025103657-pbnqhw11mygyi5jn

bzr revid: chs@openerp.com-20131025103939-5gta1eifjhx1tsmi

10 years ago[MERGE] forward port of branch 7.0 up to revid 5113 launchpad_translations_on_behalf_...
Christophe Simonis [Thu, 31 Oct 2013 14:21:25 +0000 (15:21 +0100)]
[MERGE] forward port of branch 7.0 up to revid 5113 launchpad_translations_on_behalf_of_openerp-20131031054724-b9dbttdcrl9eccwr

bzr revid: chs@openerp.com-20131025103657-pbnqhw11mygyi5jn
bzr revid: chs@openerp.com-20131031142125-7bm00z2jpccf3v6f

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Nov 2013 06:02:12 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131031054724-b9dbttdcrl9eccwr
bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062658-f0i1x0ls32lokxmq
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062309-1hvmk0fdeahhzjzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054310-9gbqxiwvi6a7rp1x
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060212-au7d8ww0ru2r10qf

10 years ago[FIX]crm_partner_assign: assign_geo_localize function was assigning the latitude...
Denis Ledoux [Thu, 31 Oct 2013 16:02:15 +0000 (17:02 +0100)]
[FIX]crm_partner_assign: assign_geo_localize function was assigning the latitude/longitude of the first lead to all other leads passed

bzr revid: dle@openerp.com-20131031160215-qkm1fujob53umg3x

10 years ago[FIX]base_import: context was not considered while importing. Thus, default value...
Denis Ledoux [Thu, 31 Oct 2013 13:56:05 +0000 (14:56 +0100)]
[FIX]base_import: context was not considered while importing. Thus, default value (for instance) was not set, and that leaded to inconsistencies (Like importing supplier invoices was actually creating customer invoices

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

bzr revid: dle@openerp.com-20131031135605-ffj3tid9prw2mv8z

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 31 Oct 2013 05:47:53 +0000 (05:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131031054753-45rivp2vcydq7cv3

10 years ago[FIX] board: filter available dashboards
Christophe Simonis [Wed, 30 Oct 2013 19:55:08 +0000 (20:55 +0100)]
[FIX] board: filter available dashboards

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

bzr revid: chs@openerp.com-20131030195508-gw4prkz230m8toma

10 years ago[FIX] web: allow grouping on fields not present in list view
Christophe Simonis [Wed, 30 Oct 2013 18:02:42 +0000 (19:02 +0100)]
[FIX] web: allow grouping on fields not present in list view
[FIX] web,web_kanban: read_group: ensure read grouping fields

bzr revid: chs@openerp.com-20131030180242-rxxlawffv13ll5s1

10 years ago[FIX] ir_attachment: fix security issues on ir_attachment
Martin Trigaux [Wed, 30 Oct 2013 08:44:08 +0000 (09:44 +0100)]
[FIX] ir_attachment: fix security issues on ir_attachment
check: verify the permissions even when no ids are passed (skipped permission checking for create)
create: verify has the write access on the related model (instead of create, was not checked anyway)
function field: execute the write in fnct_inv as superuser (was impossible to have creation without write access)

bzr revid: mat@openerp.com-20131030084408-t857gl7d4lkbrj5p

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:54:38 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062529-74ir3upguunr9mw3
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027061317-d9s440jzv1juvswi
bzr revid: launchpad_translations_on_behalf_of_openerp-20131028054233-15znliqv2eh2jq0i
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051429-rcytejyrg2s4t9db
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055438-gp0hyend0jooi941

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:54:12 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062452-54qhvc3cru0x8e6h
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051406-apyhsdmupva2pdpz
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055412-kuwph2dx2jfeepwc

10 years ago[FIX] ir_attachment: fix security issues on ir_attachment
Martin Trigaux [Tue, 29 Oct 2013 17:14:20 +0000 (18:14 +0100)]
[FIX] ir_attachment: fix security issues on ir_attachment
check: verify the permissions even when no ids are passed (skipped permission checking for create)
create: verify has the write access on the related model (instead of create, was not checked anyway)
function field: execute the write in fnct_inv as superuser (was impossible to have creation without write access)

bzr revid: mat@openerp.com-20131029171420-x87wu7ph8ej7mtro

10 years ago[FIX] purchase: post message on purchase order as admin if have no read access (would...
Martin Trigaux [Tue, 29 Oct 2013 09:50:12 +0000 (10:50 +0100)]
[FIX] purchase: post message on purchase order as admin if have no read access (would block validating invoice, opw #596294)

bzr revid: mat@openerp.com-20131029095012-4v4qyooblzgpkcz5

10 years ago[FIX] purchase: apply same fix to invoice paid
Martin Trigaux [Tue, 29 Oct 2013 09:34:04 +0000 (10:34 +0100)]
[FIX] purchase: apply same fix to invoice paid

bzr revid: mat@openerp.com-20131029093404-hw95lpcjsnok2wxa

10 years ago[FIX] purchase: post message on purchase order as admin if have no read access (would...
Martin Trigaux [Tue, 29 Oct 2013 09:23:53 +0000 (10:23 +0100)]
[FIX] purchase: post message on purchase order as admin if have no read access (would block validating invoice, opw #596294)

bzr revid: mat@openerp.com-20131029092353-yg0wxl42352yu2rb

10 years ago[FIX]account_followup: revert commit 8795 (dle@openerp.com-20131028131851-q6x6rljvjs2...
Denis Ledoux [Mon, 28 Oct 2013 20:27:15 +0000 (21:27 +0100)]
[FIX]account_followup: revert commit 8795 (dle@openerp.com-20131028131851-q6x6rljvjs25vlng), because it requires some more access rights, a proper fix is needed for the group by

bzr revid: dle@openerp.com-20131028202715-uinjafcgpnw1nucx

10 years ago[MERGE] forward port of 7.0 until revision 9546 (launchpad_translations_on_behalf_of_...
Martin Trigaux [Mon, 28 Oct 2013 16:12:27 +0000 (17:12 +0100)]
[MERGE] forward port of 7.0 until revision 9546 (launchpad_translations_on_behalf_of_openerp-20131028054233-15znliqv2eh2jq0i)

bzr revid: mat@openerp.com-20131028161227-rpv6d0unjmg12jgk

10 years ago[FIX] list: force to recompute the selection as closing group reset items and would...
Martin Trigaux [Mon, 28 Oct 2013 14:47:38 +0000 (15:47 +0100)]
[FIX] list: force to recompute the selection as closing group reset items and would lead to an incorrect count of ids (eg: not hidding sidebar when no item is selected) (opw #599969)

bzr revid: mat@openerp.com-20131028144738-qpanf41yu1i92klh

10 years ago[FIX] list: force recompute the selection as closing group reset properties (opw...
Martin Trigaux [Mon, 28 Oct 2013 14:16:47 +0000 (15:16 +0100)]
[FIX] list: force recompute the selection as closing group reset properties (opw #599969)

bzr revid: mat@openerp.com-20131028141647-j6wkvl6plwblh077

10 years ago[FIX]account_followup: latest_followup_level_id was missing from tree view, in order...
Denis Ledoux [Mon, 28 Oct 2013 13:18:51 +0000 (14:18 +0100)]
[FIX]account_followup: latest_followup_level_id was missing from tree view, in order to make work the group by Follow Up Level from searchview

bzr revid: dle@openerp.com-20131028131851-q6x6rljvjs25vlng

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 27 Oct 2013 06:13:22 +0000 (06:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062534-cy8egi58c7w3cwns
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027061322-op6b5ohzf6eiyiu2

10 years ago[FIX] res_config: don't jump to first root menu after applying changes, instead reloa...
Martin Trigaux [Fri, 25 Oct 2013 15:46:57 +0000 (17:46 +0200)]
[FIX] res_config: don't jump to first root menu after applying changes, instead reload and stay on same configuration page

bzr revid: mat@openerp.com-20131025154657-fk7t72hl9cns2279

10 years ago[FIX] list view: serialize concurrent calls when loading files and ensure consistency...
xmo [Fri, 25 Oct 2013 14:55:19 +0000 (16:55 +0200)]
[FIX] list view: serialize concurrent calls when loading files and ensure consistency of variables (prevent selection of items in list view lost, opw #599969)

bzr revid: mat@openerp.com-20131025145519-jio03azp64ppi5ro

10 years ago[FIX] stock: move analysis report incorrectly merges multiple lines with same picking...
Olivier Dony [Fri, 25 Oct 2013 10:36:26 +0000 (12:36 +0200)]
[FIX] stock: move analysis report incorrectly merges multiple lines with same picking, product and qty

This error probably stems from the useless complexity of
the SQL view declaration and the double GROUP BY levels.

The patch rewrites the view query with a single GROUP BY
level and proper aggregation levels, but the core part
of the patch is to replace the outer `group by product_qty`
with a `sum(product_qty)`.

Some columns were also mentioned twice in the same GROUP
BY clause, for some reason.

bzr revid: odo@openerp.com-20131025103626-7l78kdjjr7c2wesb

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 25 Oct 2013 06:01:00 +0000 (06:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052057-4ai7sltsmuoke8l5
bzr revid: launchpad_translations_on_behalf_of_openerp-20131025060100-ua2rf6g9urivk8bm

10 years ago[FIX] allow falsy extra attributes on fields.
Christophe Simonis [Thu, 24 Oct 2013 13:54:48 +0000 (15:54 +0200)]
[FIX] allow falsy extra attributes on fields.

bzr revid: chs@openerp.com-20131024135448-e2bpgaqu7mvg1icn

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 25 Oct 2013 06:00:39 +0000 (06:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131019052730-g67chkz69pmoi5q4
bzr revid: launchpad_translations_on_behalf_of_openerp-20131020050443-pce4qrtn25h1qir6
bzr revid: launchpad_translations_on_behalf_of_openerp-20131023052203-fvk0akb3avqxkqje
bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052015-8kg0owfhye4ws3xw
bzr revid: launchpad_translations_on_behalf_of_openerp-20131025060039-0t8928ck7dgi8yv6

10 years ago[MERGE] [FIX] tools: mail: fixed shortening of html content.
Thibault Delavallée [Thu, 24 Oct 2013 08:44:11 +0000 (10:44 +0200)]
[MERGE] [FIX] tools: mail: fixed shortening of html content.

Fixed length computation of text in html nodes: multiples successive whitespaces are considered as one whitespaces; better truncate position when adding a read more link; now always protect words (placed after the first word that exceeds the shorten position); pre nodes are preserved about whitespaces; when the read more link should go into a quote, it instead goes at the end of the first parent node not being quoted instead of at a wrong position.

Misc :
- removed an unnecessary loop by merging two root.iter() that do not interfere
- changed occurrences of getiterator to iter, because getiterator is deprecated
- nodes are cleaned after processing, removing all attributes used to tag nodes
- fixed a bug about cleaning span containing only whitespaces not always cleaned

Added tests for shorten position.

bzr revid: tde@openerp.com-20131024084411-pytwt9g1gdmoebzc

10 years ago[FIX] Fixed bug due to copy-and-paste: outertext is now valid
Thibault Delavallée [Thu, 24 Oct 2013 08:39:55 +0000 (10:39 +0200)]
[FIX] Fixed bug due to copy-and-paste: outertext is now valid

bzr revid: tde@openerp.com-20131024083955-ipbsf8rxbzm0mag3

10 years ago[FIX] stock: on write of the reception method of a warehouse, recreate the pull rules...
Quentin (OpenERP) [Thu, 24 Oct 2013 08:19:01 +0000 (10:19 +0200)]
[FIX] stock: on write of the reception method of a warehouse, recreate the pull rules of reception route in MTO always

bzr revid: qdp-launchpad@openerp.com-20131024081901-r53dvxu2xnsz4mp8

10 years ago[FIX] purchase: the location of the buy pull rule has to be the default_location_dest...
Quentin (OpenERP) [Thu, 24 Oct 2013 08:03:25 +0000 (10:03 +0200)]
[FIX] purchase: the location of the buy pull rule has to be the default_location_dest_id of the in_type_id of the warehouse, and not its input location which can be inactive (if reception is in 1 step)

bzr revid: qdp-launchpad@openerp.com-20131024080325-pkphb3n426gaizmi

10 years ago[FIX] purchase: typo
Quentin (OpenERP) [Thu, 24 Oct 2013 07:50:54 +0000 (09:50 +0200)]
[FIX] purchase: typo

bzr revid: qdp-launchpad@openerp.com-20131024075054-mq5u06qmhd7oqwa9

10 years ago[FIX] stock: choosing the right rule on procurement.order resolution
Quentin (OpenERP) [Thu, 24 Oct 2013 07:42:09 +0000 (09:42 +0200)]
[FIX] stock: choosing the right rule on procurement.order resolution

bzr revid: qdp-launchpad@openerp.com-20131024074209-jr942b1xjm7hwf4h

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Oct 2013 05:21:02 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052102-y6y20mjt0raox65i

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 24 Oct 2013 04:44:42 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131024044442-55ny33bhhxic8yq3

10 years ago[DOC] stock: for the record, rationale for stock.location.complete_name being stored
Olivier Dony [Wed, 23 Oct 2013 16:32:47 +0000 (18:32 +0200)]
[DOC] stock: for the record, rationale for stock.location.complete_name being stored

bzr revid: odo@openerp.com-20131023163247-bir34amewsxiby2t

10 years ago[IMP] portal_hr: avoid shadowing parent _description for no reason
Olivier Dony [Wed, 23 Oct 2013 16:31:08 +0000 (18:31 +0200)]
[IMP] portal_hr: avoid shadowing parent _description for no reason

bzr revid: odo@openerp.com-20131023163108-ic3xp7yt3lx4bmkx

10 years ago[IMP] crm: defaults can be literals
Olivier Dony [Wed, 23 Oct 2013 16:30:29 +0000 (18:30 +0200)]
[IMP] crm: defaults can be literals

bzr revid: odo@openerp.com-20131023163029-z3q0ve4jykanibkv

10 years ago[FIX] hr_holidays: leave holiday overlap should ignore cancelled/refused ones
Olivier Dony [Wed, 23 Oct 2013 16:29:28 +0000 (18:29 +0200)]
[FIX] hr_holidays: leave holiday overlap should ignore cancelled/refused ones

Obviously a cancelled leave does not really
overlap with a new one.

bzr revid: odo@openerp.com-20131023162928-56vdsjxr8sa4n3jv

10 years ago[IMP] hr.employee: default search should includes work emails (useful e.g. for trigrams)
Olivier Dony [Wed, 23 Oct 2013 16:28:07 +0000 (18:28 +0200)]
[IMP] hr.employee: default search should includes work emails (useful e.g. for trigrams)

bzr revid: odo@openerp.com-20131023162807-qjw68383a7612op6

10 years ago[FIX] web: bind RouteMap using environ to allow correct redirections
Christophe Simonis [Wed, 23 Oct 2013 16:26:46 +0000 (18:26 +0200)]
[FIX] web: bind RouteMap using environ to allow correct redirections

bzr revid: chs@openerp.com-20131023162646-9t8iu2okkddg56yi

10 years ago[FIX] hr: notification about new employee joining should only be sent to employees...
Olivier Dony [Wed, 23 Oct 2013 15:53:40 +0000 (17:53 +0200)]
[FIX] hr: notification about new employee joining should only be sent to employees (base.group_user)

In the future we should directly use the
`Whole Company` mail.group, but this does
not work well enough now, as recipients
will not be able to directly go to the
employee record (e.g. to follow her)

bzr revid: odo@openerp.com-20131023155340-z2e78xo3vb7yq008

10 years ago[FIX] stock_invoice_directly: if picking is not done while doing partial picking...
Martin Trigaux [Wed, 23 Oct 2013 15:34:32 +0000 (17:34 +0200)]
[FIX] stock_invoice_directly: if picking is not done while doing partial picking, create invoice on this backorder instead of the current picking

bzr revid: mat@openerp.com-20131023153432-o7p90h9vmsp04ujb

10 years ago[FIX] purchase, mrp: create buy/manufacture rules that belong to the warehouse
Quentin (OpenERP) [Wed, 23 Oct 2013 15:19:12 +0000 (17:19 +0200)]
[FIX] purchase, mrp: create buy/manufacture rules that belong to the warehouse

bzr revid: qdp-launchpad@openerp.com-20131023151912-adi1oa85rulzefkk

10 years ago[FIX] stock_invoice_directly: if picking is not done while doing partial picking...
Martin Trigaux [Wed, 23 Oct 2013 15:13:42 +0000 (17:13 +0200)]
[FIX] stock_invoice_directly: if picking is not done while doing partial picking, create invoice on this backorder instead of the current picking

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

bzr revid: mat@openerp.com-20131023151342-328egar30upq5d5u

10 years ago[FIX] purchase: fixed references to old variable name
Quentin (OpenERP) [Wed, 23 Oct 2013 14:39:57 +0000 (16:39 +0200)]
[FIX] purchase: fixed references to old variable name

bzr revid: qdp-launchpad@openerp.com-20131023143957-1f6mokl5h2ys3n9c

10 years ago[FIX] purchase: when modifying the reception mode of a warehouse, reconfigure the...
Quentin (OpenERP) [Wed, 23 Oct 2013 14:07:40 +0000 (16:07 +0200)]
[FIX] purchase: when modifying the reception mode of a warehouse, reconfigure the buy rule as well

bzr revid: qdp-launchpad@openerp.com-20131023140740-1z9g31g7k2j6nt5k

10 years ago[REF] some refactoring
Quentin (OpenERP) [Wed, 23 Oct 2013 13:40:21 +0000 (15:40 +0200)]
[REF] some refactoring

bzr revid: qdp-launchpad@openerp.com-20131023134021-jf2n0l1coh7uuc0c

10 years ago[FIX] Fixed previous commit, car go to len of the string.
Thibault Delavallée [Wed, 23 Oct 2013 12:38:39 +0000 (14:38 +0200)]
[FIX] Fixed previous commit, car go to len of the string.

bzr revid: tde@openerp.com-20131023123839-gvf9ugft2b2xmo9a

10 years ago[MERGE] merged with main branch
Quentin (OpenERP) [Wed, 23 Oct 2013 12:28:42 +0000 (14:28 +0200)]
[MERGE] merged with main branch

bzr revid: qdp-launchpad@openerp.com-20131023122842-d4yxulpthx4qa9q5

10 years ago[CLEAN] tools: cleaned modified code
Thibault Delavallée [Wed, 23 Oct 2013 12:27:44 +0000 (14:27 +0200)]
[CLEAN] tools: cleaned modified code

bzr revid: tde@openerp.com-20131023122744-3b3hayy4f8ss2bjx

10 years ago[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 3859 rev-id: dle@openerp...
Denis Ledoux [Wed, 23 Oct 2013 11:34:14 +0000 (13:34 +0200)]
[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 3859 rev-id: dle@openerp.com-20131023110926-tc2n3oqg0l2ga138

bzr revid: dle@openerp.com-20131023113414-mlwppd4d7vyh1tyj

10 years ago[IMP] Auto fill in default_warehouse at initialize
jke-openerp [Wed, 23 Oct 2013 11:30:07 +0000 (13:30 +0200)]
[IMP] Auto fill in default_warehouse at initialize

bzr revid: jke@openerp.com-20131023113007-bfgbco36ppwv3nv3

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 3748 rev-id: dle@openerp...
Denis Ledoux [Wed, 23 Oct 2013 11:09:26 +0000 (13:09 +0200)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 3748 rev-id: dle@openerp.com-20131023103308-18pj2gqq3imrcir7

bzr revid: dle@openerp.com-20131023110926-tc2n3oqg0l2ga138

10 years ago[MERGE] forward port of branch 7.0 up to revid 4067 chs@openerp.com-20131114142639... saas-1
Christophe Simonis [Fri, 15 Nov 2013 10:49:09 +0000 (11:49 +0100)]
[MERGE] forward port of branch 7.0 up to revid 4067 chs@openerp.com-20131114142639-ng7wzfjwvvel2nhv

bzr revid: dle@openerp.com-20131112134311-h1vsux0ge17bsqkc
bzr revid: chs@openerp.com-20131114134731-n324awyon0spq624
bzr revid: chs@openerp.com-20130823145204-xwpnlwg0gg2259f6
bzr revid: chs@openerp.com-20130906170157-e7m4pjskyi47q82o
bzr revid: dle@openerp.com-20130909170408-wxgoduzggap6o4ng
bzr revid: dle@openerp.com-20130919141212-ridtrvvfwvu6calr
bzr revid: dle@openerp.com-20131018120136-fvoq337kgx74njsy
bzr revid: dle@openerp.com-20131023103308-18pj2gqq3imrcir7
bzr revid: chs@openerp.com-20131030180528-hqsztaujjjqev8ky
bzr revid: dle@openerp.com-20131106100128-mx8mnguvp321wick
bzr revid: chs@openerp.com-20131115104909-3u3mu40g9xnler88

10 years ago[MERGE][FIX] web: fix race condition in BufferedDataset.
Christophe Simonis [Thu, 14 Nov 2013 14:26:39 +0000 (15:26 +0100)]
[MERGE][FIX] web: fix race condition in BufferedDataset.

Backport of saas-2 commit 3867 nicolas.vanhoren@openerp.com-20131107112017-7omd01ocvnbzx9m6

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

bzr revid: chs@openerp.com-20131114142639-ng7wzfjwvvel2nhv

10 years ago[FIX] portal: mail_message override: do not check access rules for SUPERUSER_ID
Thibault Delavallée [Thu, 14 Nov 2013 12:33:46 +0000 (13:33 +0100)]
[FIX] portal: mail_message override: do not check access rules for SUPERUSER_ID

bzr revid: tde@openerp.com-20131114123346-dbnrkh6nadl774qe