Commit Graph

82524 Commits

Author SHA1 Message Date
Gery Debongnie ce7ac857ad [MERGE] merge trunk-new-graphview-ged into trunk. This changes read_group to make sure it uses the correct timezone (orm.py)
bzr revid: ged@openerp.com-20140130142555-0ss0humycpdtbt7z
2014-01-30 15:25:55 +01:00
Gery Debongnie 9cdcf812a6 [MERGE] merge from trunk into local branch
bzr revid: ged@openerp.com-20140130135251-ahk515cy0wc87kyr
2014-01-30 14:52:51 +01:00
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
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
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
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
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
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
Olivier Dony 4b746826b2 [IMP] res.partner: unused imports
bzr revid: odo@openerp.com-20140130093012-ytrx2i2xoc23npfg
2014-01-30 10:30:12 +01:00
Fabien Meghazi e974e1fbea [REM] remove disable_db and ensure_db() from addons
bzr revid: fme@openerp.com-20140130092308-s24a7h2mhzuaasf1
2014-01-30 10:23:08 +01:00
Fabien Meghazi 1daa7db8b0 [REM] Removed disabled_db=True from ir_http's auth="none"
[MOV] ensure_db() helper from http module to web module

Since we removed auth="admin" in favor of auth="none" with explicit superuser id usage,
the disable_db clause in auth_none() has only sense for the /web and /web/login routes.
The web module is an exception because it's routes are registered for the nodb dispatching.
This is why the ensure_db() helper is moved to web client and will take care of the
web's auth="none" routes that needs a db to work with

bzr revid: fme@openerp.com-20140130092152-h6elwf2yerhd9xey
2014-01-30 10:21:52 +01:00
Fabien Meghazi 469c5d3f1c [MOV] Move ensure_db() helper from
Since we removed auth="admin" in favor of auth="none" with explicit superuser id usage,
the disable_db clause in ir_http#...auth_none() has only sense for /web and /web/login routes.
The web module is an exception because it's routes are registered for the nodb dispatching.
This is why the ensure_db() helper is moved to web client and will take care of the
web's auth="none" routes that needs a db to work with

bzr revid: fme@openerp.com-20140130091820-xezgqezsv2vnmlq1
2014-01-30 10:18:20 +01:00
Gery Debongnie 7fd82bc83b [FIX] remove references to 'month' account.invoice.report field in sale/board_sale_view.xml. That field was removed in the model (addon sale)
bzr revid: ged@openerp.com-20140130091816-y7w38epdk440t44m
2014-01-30 10:18:16 +01:00
jke-openerp 7027ce6eda [REF] website_sale : Add missing widget option in recommanded product, to display image
bzr revid: jke@openerp.com-20140130091813-hko16qlm4t8tmq37
2014-01-30 10:18:13 +01:00
Quentin (OpenERP) 2dd1e8094c [MERGE] stock: putaway applied also when availability is forced
lp bug: https://launchpad.net/bugs/1273635 fixed

bzr revid: qdp-launchpad@openerp.com-20140130091343-8d15mmqd9jq9yn2e
2014-01-30 10:13:43 +01:00