Commit Graph

82612 Commits

Author SHA1 Message Date
Gery Debongnie 2149c1af03 [MERGE] merge from trunk
bzr revid: ged@openerp.com-20140130135056-74l65y4v24ohlwcq
2014-01-30 14:50:56 +01:00
Gery Debongnie e9e2c5d587 [MERGE] merge trunk into local branch
bzr revid: ged@openerp.com-20140130135015-y0uxsdjb6631iqoo
2014-01-30 14:50:15 +01:00
Cedric Snauwaert 53ad5e05c0 [MERGE]merge with latest trunk-wms
bzr revid: csn@openerp.com-20140130134908-uk2x255ync9y7koa
2014-01-30 14:49:08 +01:00
Cedric Snauwaert 12cbabfaf9 [FIX]product qty wizard adjustement: take into account lot id and should not prepare an inventory
bzr revid: csn@openerp.com-20140130134457-6ukdbv0lyz98tkej
2014-01-30 14:44:57 +01:00
Gery Debongnie e96e86b314 [IMP] improves the reporting view Timesheet Sheet Analysis (add some measures to the table) in addon hr_timesheet_sheet
bzr revid: ged@openerp.com-20140130132007-uyvddo0eq8yssft8
2014-01-30 14:20:07 +01:00
Gery Debongnie a768f15038 [IMP] improves the reporting view Timesheet Analysis (add some measures to the table) in addon hr_timesheet_sheet
bzr revid: ged@openerp.com-20140130131737-hibhsfqurtxe7weh
2014-01-30 14:17:37 +01:00
Gery Debongnie 18a2a01853 [IMP] improves the reporting view Expenses Analysis (add some measures to the table) in addon hr_expense
bzr revid: ged@openerp.com-20140130131359-ziq94d5jmvrxbc3y
2014-01-30 14:13:59 +01:00
Christophe Simonis 51cabd2c69 [FIX] correct retro-compatibility with 7.0 route()
bzr revid: chs@openerp.com-20140130125827-j1xzt4qowg1ew3zf
2014-01-30 13:58:27 +01:00
Fabien Meghazi 5322b98647 [FIX] request.func not available on favicon.ico requests
bzr revid: fme@openerp.com-20140130133343-gbo353c41dphy1hj
2014-01-30 14:33:43 +01:00
Fabien Meghazi dac3796177 [MERGE] upstream
bzr revid: fme@openerp.com-20140130125458-rnhvcsgpafcaqftt
2014-01-30 13:54:58 +01:00
Fabien Meghazi 53098c666c [MERGE] trunk's CORS support (merge with changes)
bzr revid: chs@openerp.com-20140130120448-tj9pu30o7dj74zid
bzr revid: fme@openerp.com-20140130125425-j1yn6p4lr7lincr3
2014-01-30 13:54:25 +01:00
Josse Colpaert f9f1cc2831 [IMP] Change quant_search and adapt fifo return test to use real cost
bzr revid: jco@openerp.com-20140130125331-lr70oun5h1uh5w8s
2014-01-30 13:53:31 +01:00
Fabien Meghazi d5031cbee8 [ADD] POS: added cors argument to all routes
bzr revid: fme@openerp.com-20140130124606-wetmhcjqqvvkv5dy
2014-01-30 13:46:06 +01:00
Gery Debongnie 85cb9774b7 [IMP] changes the reception analysis reporting view (warehouse) to select the correct pivot table (addon purchase)
bzr revid: ged@openerp.com-20140130124402-crfr39uqptlzc3cv
2014-01-30 13:44:02 +01:00
Fabien Meghazi 9ce7c7d561 [IMP] Use CORS in pos (only two routes)
bzr revid: fme@openerp.com-20140130122752-kfgo7u0q0crn3tbr
2014-01-30 13:27:52 +01:00
Fabien Meghazi b63b03abd0 [IMP] better handling of methods for CORS
bzr revid: fme@openerp.com-20140130122654-2p481p5hwn033mi7
2014-01-30 13:26:54 +01:00
Denis Ledoux b3268a48c2 [FIX] event: put back country_id related field as needed in event itself (not just website_event)
bzr revid: dle@openerp.com-20140130122051-cm2u2hotlnfv4bxj
2014-01-30 13:20:51 +01:00
Fabien Meghazi 9cce88ab6a [ADD] Cross-Origin Resource Sharing support as http.route() argument
bzr revid: fme@openerp.com-20140130121745-zjuuves1yhydydpx
2014-01-30 13:17:45 +01:00
jke-openerp 1176ef49c1 [FIX] Fix according ODO review : widget image, googlemap, social escape, ...
bzr revid: jke@openerp.com-20140130121244-tv840uvtorg0y3s1
2014-01-30 13:12:44 +01:00
Olivier Dony 5bb31b70d8 [FIX] ir.ui.view: one2many to ir.model.data needs domain otherwise it matches entries from other models
bzr revid: odo@openerp.com-20140130120109-0z6kpzv5t155haog
2014-01-30 13:01:09 +01:00
Antony Lesuisse 20fc20a3f2 [IMP] http allow auth=none without db outside of web
bzr revid: al@openerp.com-20140130114535-0keldqr1eln8swm8
2014-01-30 12:45:35 +01:00
Denis Ledoux 9c8a59b60b [FIX] web: use werkzeug instead of urllib, as werkzeug handle utf-8 while urllib doesnt
bzr revid: dle@openerp.com-20140130112741-mxonv6j1gt89f1uj
2014-01-30 12:27:41 +01:00
Denis Ledoux 18532330d4 [FIX] *: replace urllib calls by werkzeug calls, as werkzeug handles utf-8 encoding while urllib doesnt
bzr revid: dle@openerp.com-20140130112408-8pdju26jnkyxvlw2
2014-01-30 12:24:08 +01:00
jke-openerp 516a85cecc [Fix] Use maps.google.com and not .be (as for thumbail who use the api .com).
[IMP] Add zoom 10 by default
[FIX] Escape False in address for google search

bzr revid: jke@openerp.com-20140130111349-l90w9larrntv83hh
2014-01-30 12:13:49 +01:00
jke-openerp c38e65d343 [FIx] Convert # to %23 in url for twitter
bzr revid: jke@openerp.com-20140130111056-gf31rpb8wknyxm8d
2014-01-30 12:10:56 +01:00
Josse Colpaert d93a12588f [IMP] Add possibility to cancel chained moves
bzr revid: jco@openerp.com-20140130110106-1jjpiiku546dux67
2014-01-30 12:01:06 +01:00
Cedric Snauwaert ca041ac631 [FIX]picking_wave: rename partner_id into user_id and change method done to work with list of ids
bzr revid: csn@openerp.com-20140130105801-gi35yjv7yowrxaua
2014-01-30 11:58:01 +01:00
Gery Debongnie 6a8e9256ae [IMP] updates the reporting fleet view (cost analysis/indicative costs analysis) to use the new pivot table view (addon fleet)
bzr revid: ged@openerp.com-20140130105140-f24cdpt3peqvavxn
2014-01-30 11:51:40 +01:00
jke-openerp fd6d4d8303 [FIX] Set the good url redirect in "Sign In" button from the cart
bzr revid: jke@openerp.com-20140130104937-6rjt51rg3o9bz90k
2014-01-30 11:49:37 +01:00
Quentin (OpenERP) b944882755 [MERGE] main trunk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140130104326-64ep633xtqar2ku3
2014-01-30 11:43:26 +01:00
Jitendra Prajapati (OpenERP) 3d4d40a5e7 [FIX]print inventory adjustment
bzr revid: jpr@tinyerp.com-20140130104133-3krhattn7zd0xshv
2014-01-30 16:11:33 +05:30
Cedric Snauwaert a6cc6300c7 [FIX]move domain check in _quants_get_order
bzr revid: csn@openerp.com-20140130103816-ymimnnftc61ostw2
2014-01-30 11:38:16 +01:00
Frédéric van der Essen 7119170b09 [MERGE] point_of_sale: receipt printing reliability improvements
bzr revid: fva@openerp.com-20140130103802-3rfo6r87dv5gotg5
2014-01-30 11:38:02 +01:00
Quentin (OpenERP) 72f4cdc3b1 [MERG€] purchase: stock move created by a PO hadn't any reference to the PO as origin
lp bug: https://launchpad.net/bugs/1269353 fixed

bzr revid: qdp-launchpad@openerp.com-20140130103722-q919n0j0otu0jczs
2014-01-30 11:37:22 +01:00
Frédéric van der Essen 28642435ab [MERGE] from trunk
bzr revid: fva@openerp.com-20140130103713-k21ji454zhup0row
2014-01-30 11:37:13 +01:00
Frédéric van der Essen 8cf2adf5e3 [IMP] point_of_sale: hold receipts until the printer is back online
bzr revid: fva@openerp.com-20140130103051-htsx7ts111axhhub
2014-01-30 11:30:51 +01:00
Fabien Meghazi ef019949f4 [FIX] ensure db param is legit in order to avoid xss
bzr revid: fme@openerp.com-20140130103045-up2bcqmqu8wm3sl9
2014-01-30 11:30:45 +01:00
Quentin (OpenERP) b4f02826ff [MERGE] stock: fixed the all tracking constraint that wasn't firing errors at thegood time
lp bug: https://launchpad.net/bugs/1269516 fixed

bzr revid: qdp-launchpad@openerp.com-20140130100846-dl91764viij3is88
2014-01-30 11:08:46 +01:00
Quentin (OpenERP) 05091a0731 [FIX] stock: context=None + some refactoring to shorten the code
bzr revid: qdp-launchpad@openerp.com-20140130100719-tx7ujnoizcspcncv
2014-01-30 11:07:19 +01:00
Olivier Dony c231d9760a [FIX] ir.ui.view: restore extended validation of view arch, let exceptions bubble up to constraint checker, cleanup+translate error messages
Raising an exception in a _constraint will now be
properly considered as a failed constraint, and the
user will see a warning popup with the exception
message. Therefore it makes sense to translate the
error as well, at least the not-too-technical part

bzr revid: odo@openerp.com-20140130100716-qcbwy7ecnxj17718
2014-01-30 11:07:16 +01:00
Gery Debongnie b44035d478 [FIX] changes reference to removed field account_invoice_report_day to account_invoice_report_date in addon gamification_sale_crm
bzr revid: ged@openerp.com-20140130100656-5ki5ihw7tla2yuya
2014-01-30 11:06:56 +01:00
Quentin (OpenERP) 4c5b6ab356 [MERGE] trunk-wms
bzr revid: qdp-launchpad@openerp.com-20140130100553-6j2ijk095oyz0ojr
2014-01-30 11:05:53 +01:00
Cedric Snauwaert e0ecc24f33 [FIX]quant tracability: It is not logical that a quant that was brought to Inventory Loss, can be reused in a random way to bring back in stock
lp bug: https://launchpad.net/bugs/1272005 fixed

bzr revid: csn@openerp.com-20140130100520-daxf6fnequfjukv5
2014-01-30 11:05:20 +01:00
Josse Colpaert b62f8a6469 [FIX] When move is a return, assigned quants should have been processed by the original move
bzr revid: jco@openerp.com-20140130095328-v63lo6dg1d951z2f
2014-01-30 10:53:28 +01:00
Quentin (OpenERP) b1c784d8c0 [MERGE] mrp: removal of a deprecated option (module stock_no_autopicking doesn't exist anymore)
lp bug: https://launchpad.net/bugs/1271466 fixed

bzr revid: qdp-launchpad@openerp.com-20140130095142-jueza81dhql1am14
2014-01-30 10:51:42 +01:00
jke-openerp ab8ee396ec [TYPO] Add space between icon and button in cart "Continue Shopping"
bzr revid: jke@openerp.com-20140130094927-44b8szwtb602e180
2014-01-30 10:49:27 +01:00
Gery Debongnie e58efb7361 [IMP] replace the Order Analysis tree view by a graph view to use the new Pivot table. Also, removes the Day/Month/Year attributes of the postgres view (addon point_of_sale)
bzr revid: ged@openerp.com-20140130094455-cai7dvvozwhojaff
2014-01-30 10:44:55 +01:00
Olivier Dony 57ec7d6c03 [IMP] orm: when a _constraint check raises, catch it and combine its message with the constraint message for the user-friendly popup
Plus minor cleanup

bzr revid: odo@openerp.com-20140130094337-7g8ez92viwmbzbft
2014-01-30 10:43:37 +01:00
Quentin (OpenERP) fc90a100d0 [MERGE] stock: fixing the choice of itself as resupply warehouse
lp bug: https://launchpad.net/bugs/1273591 fixed

bzr revid: qdp-launchpad@openerp.com-20140130093230-bngkb73n6h07ggch
2014-01-30 10:32:30 +01:00
Olivier Dony 7a01d4a93f [IMP] public_user: make parent partner inactive too
bzr revid: odo@openerp.com-20140130093109-x2legxl31mi5c8m6
2014-01-30 10:31:09 +01:00