Commit Graph

75598 Commits

Author SHA1 Message Date
Quentin (OpenERP) 52cfccf2ce [FIX] sale_stock: onchange_product_id parameters fixed in form view (warehouse_id wasn't passed)
bzr revid: qdp-launchpad@openerp.com-20131022120100-t4d0y7q80sjmafnw
2013-10-22 14:01:00 +02:00
Quentin (OpenERP) 4d8a5750de [IMP] purchase: cancellation of a procurement related to a PO + some usability changes
bzr revid: qdp-launchpad@openerp.com-20131022085856-i9m00f1hh0qkrkk9
2013-10-22 10:58:56 +02:00
Quentin (OpenERP) e0b7ff8de6 [IMP] stock, procurement, purchase, mrp: cancelation of a procurement now propagate the cancellation upstream if the rule says so
bzr revid: qdp-launchpad@openerp.com-20131021151235-y0kjr9vy06a3curr
2013-10-21 17:12:35 +02:00
Quentin (OpenERP) 0f0d6cad63 [FIX] purchase: purhcase_id field on stock.picking doesn't exist anymore
bzr revid: qdp-launchpad@openerp.com-20131021112518-2gwjvmoehlzxherf
2013-10-21 13:25:18 +02:00
Quentin (OpenERP) 90319d5e2a [FIX] purchase: create suppier invoice based on incomming shipment + [FIX] stock_complex_route: fixed yaml test
bzr revid: qdp-launchpad@openerp.com-20131021095544-i0n6fd8jz31jo1l6
2013-10-21 11:55:44 +02:00
Quentin (OpenERP) 1df2d9e4db [FIX] stock: picking assignation now accept draft picking as well. This is hardly needed because picking state is based on stock.move state, and at the time of picking creation from a PO, we won't confirm the stock.move one by one (so the picking state stays draft untill all moves are confirmed)
bzr revid: qdp-launchpad@openerp.com-20131018122034-fpj8sgi4sh1n7vsw
2013-10-18 14:20:34 +02:00
Quentin (OpenERP) 829ccdbf9a [MERGE] merged jke's branch with usabilty improvements (visibility of fields)
bzr revid: qdp-launchpad@openerp.com-20131018080317-l2i0jt1ezc8zrgun
2013-10-18 10:03:17 +02:00
Quentin (OpenERP) 9f2d0cc781 [MERGE] misc things: replacement of picking_ids on purchase.order by a fields.function; adding of a button on stock.warehouse to see all the routes related; usability improvement in stock.warehouse form view; bugfix in creation of picking/stock moves from purchase.order confirmation; view all picking-related from button on purchase.order instead of just the incoming shipment
bzr revid: qdp-launchpad@openerp.com-20131017160725-fjphdok34is6q4bc
2013-10-17 18:07:25 +02:00
Quentin (OpenERP) eddd2f3575 [MERGE] merged with main feature branch
bzr revid: qdp-launchpad@openerp.com-20131017121349-xyip1fn6j0itiz56
2013-10-17 14:13:49 +02:00
Quentin (OpenERP) 68e1c6c3d6 [MERGE] merged the branch that merges stock and stock_location modules (and sale_stock_location with sale_stock modules)
bzr revid: qdp-launchpad@openerp.com-20131017091205-1cagp129h2w74lbr
2013-10-17 11:12:05 +02:00
Quentin (OpenERP) 9ead43a274 [FIX] stock_complex_routes: fixed wrong reference in crossdock.yml and fixed bad priority in delivery route creation (stock module) (error spotted in stock_complex_routes/test/dropship.yml)
bzr revid: qdp-launchpad@openerp.com-20131017084024-2tms6rqnjidlsyia
2013-10-17 10:40:24 +02:00
jke-openerp 73e0290e9d continue
bzr revid: jke@openerp.com-20131017072131-lv1omqmqnb39ucsy
2013-10-17 09:21:31 +02:00
Quentin (OpenERP) c3fd943ac4 [MERGE] merged with main feature branch
bzr revid: qdp-launchpad@openerp.com-20131016100318-52unjrqnn5xqo6eg
2013-10-16 12:03:18 +02:00
jke-openerp 8ca4845d63 update display according warehouse configuration [groups]
bzr revid: jke@openerp.com-20131016100050-22g7hykaff372x3g
2013-10-16 12:00:50 +02:00
Quentin (OpenERP) 12338e7aa5 [FIX] stock: xml_ids references due to the merge of stock and stock_location
bzr revid: qdp-launchpad@openerp.com-20131016093446-a1kd2pqsw224mii6
2013-10-16 11:34:46 +02:00
Quentin (OpenERP) 2b3eba3801 [MERGE] merged the branch that removes the need of the wms server branch by manually implementing the prefered order with 2 searches. Indeed, that server hack wasn't safe (was bypassing a SQL injection check), wasn't a good idea because it's good to limit the developper in that case to provide him nice and explicit error messages (if the order by is not well formated) but simply a premature optimization (which is maybe/probably not necessary)
bzr revid: qdp-launchpad@openerp.com-20131016090122-2dncgo0ihfv1gr3s
2013-10-16 11:01:22 +02:00
Quentin (OpenERP) 63701a0634 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20131016085338-wj2lh9v96n6aniua
2013-10-16 10:53:38 +02:00
Launchpad Translations on behalf of openerp 954f9ea511 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131016043744-ndoaph0q8ii4w005
bzr revid: launchpad_translations_on_behalf_of_openerp-20131017053322-jq2sy3zx8arizsue
bzr revid: launchpad_translations_on_behalf_of_openerp-20131018055154-vsi79g8qo0a613ya
2013-10-18 05:51:54 +00:00
Christophe Simonis 6a1079822e [IMP] module loading: run post- migration scripts before running the tests. This allow migration of demo databases
bzr revid: chs@openerp.com-20131016100540-i9nospifzzzsilt2
2013-10-16 12:05:40 +02:00
Quentin (OpenERP) f6bd986320 [MERGE] merged with trunk
bzr revid: qdp-launchpad@openerp.com-20131016082659-y5f9iuil0g8vvlwe
2013-10-16 10:26:59 +02:00
Quentin (OpenERP) 576b8599f6 [MERGE] merged with main feature branch
bzr revid: qdp-launchpad@openerp.com-20131016081810-rspgjqgk3ujgynq4
2013-10-16 10:18:10 +02:00
Quentin (OpenERP) ab3257d98e [FIX] stock_location: fixed error introduced in the previous commit (during the merge of jke branch)
bzr revid: qdp-launchpad@openerp.com-20131016081522-hshi44mf0x00l3od
2013-10-16 10:15:22 +02:00
Quentin (OpenERP) 9e51eb5cdb [MERGE] main feature branch
bzr revid: qdp-launchpad@openerp.com-20131016075223-04hzhdgq97uobmnh
2013-10-16 09:52:23 +02:00
Quentin (OpenERP) a3c28ede83 [MERGE] mergedf jke branch with removal of useless picking_id field on mrp.production + temporary commented crashing yaml test
bzr revid: qdp-launchpad@openerp.com-20131016073302-3hvpuikmacvbo00c
2013-10-16 09:33:02 +02:00
jke-openerp 18a9318cfd [FIX] mrp: removed picking_id field on mrp.production
bzr revid: jke@openerp.com-20131016071209-pryay03jucyezjje
2013-10-16 09:12:09 +02:00
Launchpad Translations on behalf of openerp 7dcf81b3bb Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131016043732-72lt6k8x0kz2g3ph
bzr revid: launchpad_translations_on_behalf_of_openerp-20131016045615-liul2fwhpqsswf68
2013-10-16 04:56:15 +00:00
Quentin (OpenERP) 75a9f5323f [FIX] sale, sale_stock: fixing problems and workflow related to the shipping_except state
bzr revid: qdp-launchpad@openerp.com-20131015150035-ccdbua7e881adwx7
2013-10-15 17:00:35 +02:00
Quentin (OpenERP) 94faa4ae11 [FIX] stock, stock_account: access rights
bzr revid: qdp-launchpad@openerp.com-20131015123028-ku9u0fopcb1wgfii
2013-10-15 14:30:28 +02:00
jke-openerp c076e83b08 move test en stock location -> add file
bzr revid: jke@openerp.com-20131015122300-7yay3o0ys2sn94qa
2013-10-15 14:23:00 +02:00
jke-openerp 5bce036a6a Test on multiCompany updated + some other tiny bug
bzr revid: jke@openerp.com-20131015122216-m5itjbwouetc3loj
2013-10-15 14:22:16 +02:00
Quentin (OpenERP) 3f6875c815 [FIX] stock: traceback when doing action_scrap() fixed
bzr revid: qdp-launchpad@openerp.com-20131015115952-je8w0hih74dy0rl5
2013-10-15 13:59:52 +02:00
Xavier Morel ee4802b1b7 [ADD] forgot a file in previous commit
bzr revid: xmo@openerp.com-20131015112348-94c10psv1nm4evs6
2013-10-15 13:23:48 +02:00
Xavier Morel 38682f1fba [FIX] incorrect __exit__ calls in tests
bzr revid: xmo@openerp.com-20131015110814-faz7361z0560xgrm
2013-10-15 13:08:14 +02:00
Xavier Morel e0493cd6d4 [FIX] handling of single-line files sent for preview
bzr revid: xmo@openerp.com-20131015100313-sdgqx1t43922kgq8
2013-10-15 12:03:13 +02:00
Xavier Morel f2feffe5e2 [FIX] backwards-compatible controller decorator not backwards-compatible at all, replace with @route
bzr revid: xmo@openerp.com-20131015095331-r2xm2198zrwax0c7
2013-10-15 11:53:31 +02:00
Xavier Morel bd6efcfc14 [FIX] removal of session_id from params, may not be only in GET params
bzr revid: xmo@openerp.com-20131015095307-3m1gc71dt3zihm26
2013-10-15 11:53:07 +02:00
Xavier Morel 5e9dd279c1 [IMP] sensible implementation of set_request
bzr revid: xmo@openerp.com-20131015094216-sgsfukzndfpu8kss
2013-10-15 11:42:16 +02:00
Xavier Morel 96f30d058f [REM] useless leftover crap
bzr revid: xmo@openerp.com-20131015093114-15a2jsmsbveqxuw4
2013-10-15 11:31:14 +02:00
Quentin (OpenERP) bf89cee4fe [FIX] stock: usability improvements and bug fixed at the picking creatino time when no scheduled_date is given
bzr revid: qdp-launchpad@openerp.com-20131015092817-z4ss9yhjdz1z2kge
2013-10-15 11:28:17 +02:00
Launchpad Translations on behalf of openerp 5cfe4038f1 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131015044114-anr45am6g1a3h0gg
2013-10-15 04:41:14 +00:00
Antony Lesuisse c195532185 [FIX] debian deps, recommend antiword and python-gevent
bzr revid: al@openerp.com-20131015015800-68pcdv8fg573gi44
2013-10-15 03:58:00 +02:00
Antony Lesuisse ff9e439733 [FIX] fcntl not needed on windows
bzr revid: al@openerp.com-20131015013700-eo0y09ft0p3w0fwe
2013-10-15 03:37:00 +02:00
Quentin (OpenERP) 93c4d0eae1 [FIX] stock:typo
bzr revid: qdp-launchpad@openerp.com-20131014153822-tkmx0jlprx60gin6
2013-10-14 17:38:22 +02:00
Quentin (OpenERP) af84a5dbb5 [FIX] stock_locations: access rights
bzr revid: qdp-launchpad@openerp.com-20131014152202-3202f74h8p45b9y5
2013-10-14 17:22:02 +02:00
Martin Trigaux 74cbd7978f [IMP] base_setup: improve custom font selection (requires server revision 4971)
bzr revid: mat@openerp.com-20131014151928-hz364mginrmbck7n
2013-10-14 17:19:28 +02:00
Martin Trigaux 1d59e6f784 [IMP] fonts: improvement of custom font intergration in rml reports
creation of model res.font
preload font list with basic pdf fonts for performances improvements
add 'reload fonts' on view to scan the filesystem
font selection is a simple on2many

bzr revid: mat@openerp.com-20131014151906-racz1lm0arw6ahfk
2013-10-14 17:19:06 +02:00
Quentin (OpenERP) a44996f5a7 [FIX] access rights + merged the branch of psi with fixes related to the last merge with trunk
bzr revid: qdp-launchpad@openerp.com-20131014151721-9xwj0keiw4oav8mq
2013-10-14 17:17:21 +02:00
Martin Trigaux 554093ae86 [IMP] base_setup: better view for fonts
bzr revid: mat@openerp.com-20131014150724-820j9wcduapbzrpz
2013-10-14 17:07:24 +02:00
Martin Trigaux b9c3d93416 [IMP] font: handle better the difference of fonts
bzr revid: mat@openerp.com-20131014150507-4ueuyyneo6h2f6ju
2013-10-14 17:05:07 +02:00
Martin Trigaux 3bc24a9f3b [FIX] font: correct action for reloading
bzr revid: mat@openerp.com-20131014145339-p1uz9iwfyf3uhyhr
2013-10-14 16:53:39 +02:00