Commit Graph

77274 Commits

Author SHA1 Message Date
Quentin (OpenERP) 2f8864e0a0 [FIX] stock: when trying to assign quants on move, watch for picking priority and date_expected
bzr revid: qdp-launchpad@openerp.com-20140116105556-u2jl2c37fnuthf0h
2014-01-16 11:55:56 +01:00
Quentin (OpenERP) 742d55de2c [REF] stock: small refactoring of code
bzr revid: qdp-launchpad@openerp.com-20140116102621-r8dsx9j5wyp79v1s
2014-01-16 11:26:21 +01:00
Quentin (OpenERP) b9273d1af7 [FIX] stock: fixed views for stock.quant
bzr revid: qdp-launchpad@openerp.com-20140116102434-2qyiwoeyg6wokcid
2014-01-16 11:24:34 +01:00
Josse Colpaert 4481eb2a4c [IMP] Write done/cancel a little bit different and default_restrict_lot on scrap
bzr revid: jco@openerp.com-20140115104120-p1gp95n5kqa8mu8x
2014-01-15 11:41:20 +01:00
Josse Colpaert 557a052cb3 [IMP] When consuming in mrp, take into account lot
bzr revid: jco@openerp.com-20140114173101-5999401bm7q64q1f
2014-01-14 18:31:01 +01:00
Josse Colpaert fc9d8a5458 [IMP] Filter domain of serial numbers
bzr revid: jco@openerp.com-20140114164340-5bfuk2290q8rvsd9
2014-01-14 17:43:40 +01:00
Josse Colpaert e8f469e4c8 [IMP] view of scrap wizard, lot creation in scrap wiz, partial transfer should not do cancelled or done moves
bzr revid: jco@openerp.com-20140114094651-7e7urt3kk0g3jngq
2014-01-14 10:46:51 +01:00
Quentin (OpenERP) 05da75b823 [REF] stock: reduced the number of options to track or not serial numbers to 1
bzr revid: qdp-launchpad@openerp.com-20140107152358-uwwfufkg3y1eob8l
2014-01-07 16:23:58 +01:00
Quentin (OpenERP) d99bdac6d9 [REV] stock: rehab the link between a minimum stock rule and its latest procurement (could be usefull for having a fast look on it, i guess..)
bzr revid: qdp-launchpad@openerp.com-20140107134915-gahkz1q7zgbvyiin
2014-01-07 14:49:15 +01:00
Quentin (OpenERP) 84badfe6cc [REF] stock: removing TODO statement
bzr revid: qdp-launchpad@openerp.com-20140107130250-s0o02wqoiu8dv3of
2014-01-07 14:02:50 +01:00
Quentin (OpenERP) 6da122d071 [FIX] mrp installation (wrong xml reference)
bzr revid: qdp-launchpad@openerp.com-20140107125143-yhlxkos76s0u57ih
2014-01-07 13:51:43 +01:00
Quentin (OpenERP) 3230766493 [FIX] stock: tracking lots constraint fixed in order to allow the inventory making (product lost in the inventory do not have a serial given)
bzr revid: qdp-launchpad@openerp.com-20140107123038-eiqgevh3f5ip1rqy
2014-01-07 13:30:38 +01:00
Quentin (OpenERP) 0af018bb54 [FIX] stock: adapted the change qty wizard to the move of track_production in MRP module (fields_view_get overridding removed, the field may not be required as it will raise an error if needed)
bzr revid: qdp-launchpad@openerp.com-20140107110719-snz3nw8fpn8e7m0f
2014-01-07 12:07:19 +01:00
Quentin (OpenERP) e3d7ff9c69 [REV] stock: added back the wizard to change the quantity removed in previous commit: it's not deprecated at all as it applies on product, not stock moves\!
bzr revid: qdp-launchpad@openerp.com-20140107110409-hclpl2552l65bs3i
2014-01-07 12:04:09 +01:00
Quentin (OpenERP) a0558ad4fd [IMP] stock: rehabilited the constraint check on traceability of lots. Improved it by allowing to track all operations (included the internal -> internal ones). Refactored in order to move the track_production field in mrp, where it's meaningful. Removed also a unused/deprecated wizard to change qty on a move
bzr revid: qdp-launchpad@openerp.com-20140107103915-bx9spjoclrlhalbr
2014-01-07 11:39:15 +01:00
Quentin (OpenERP) 497204f4c9 [FIX] account_anglo_saxon: fixed error in yaml test (no fiscal year defined for an hardcoded year\!)
bzr revid: qdp-launchpad@openerp.com-20140106164230-lrgo56jvob51m1ba
2014-01-06 17:42:30 +01:00
Quentin (OpenERP) 0ceed389c5 [FIX] stock: fixed a infinite loop in action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> force_assign -> action_assign -> ....
bzr revid: qdp-launchpad@openerp.com-20140106164109-xnpkt928iscfhhal
2014-01-06 17:41:09 +01:00
Quentin (OpenERP) 9e62057790 [FIX] stock: scrapping/consumming products now allows to specify the lot number of the product. Fixed also the auto_assignation of consumable products that was broken (missing the force_assign call that was wrongly removed before)
bzr revid: qdp-launchpad@openerp.com-20140106160917-fdfycb0m6skfq9g6
2014-01-06 17:09:17 +01:00
Quentin (OpenERP) 4f9da8b85f [IMP/FIX] stock: fixed issues related to date_done field on stock.picking, improved kanban view of picking types
bzr revid: qdp-launchpad@openerp.com-20140106143002-401y636tboeohw31
2014-01-06 15:30:02 +01:00
jke-openerp 066ddf883e [FIX] Fix bug with date in stock_demo.yml (without relativedata)
bzr revid: jke@openerp.com-20140106091817-4djgnosjqbho1da3
2014-01-06 10:18:17 +01:00
Quentin (OpenERP) fc3b00578d [FIX] stock: installation error fixed (reference to account module which may not be installed) + stock_account: changed group implied by stock manager's one as group_account_invoice instead of group_account_user in order to give just as power as needed and not more
bzr revid: qdp-launchpad@openerp.com-20131231100228-dde6bm6w7h3qndci
2013-12-31 11:02:28 +01:00
Quentin (OpenERP) db41bae17b [REM] stock_multi_warehouse: removed module with only demo data (not needed anymore)
bzr revid: qdp-launchpad@openerp.com-20131230105157-2rgdjga1zv7mxqhx
2013-12-30 11:51:57 +01:00
Quentin (OpenERP) f5718efa6e [MERGE] merged with trunk
bzr revid: qdp-launchpad@openerp.com-20131230102802-y1ux8470wxnj4yfr
2013-12-30 11:28:02 +01:00
Launchpad Translations on behalf of openerp 67e479e96e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131225060225-zss93rqqqz3holkp
bzr revid: launchpad_translations_on_behalf_of_openerp-20131226060540-odnnltlm0bobiqp9
bzr revid: launchpad_translations_on_behalf_of_openerp-20131227052235-xq201ghozcgucfuq
bzr revid: launchpad_translations_on_behalf_of_openerp-20131228051943-jo247cfuiyx4w767
bzr revid: launchpad_translations_on_behalf_of_openerp-20131230043947-d1jcf2vpf9go93ec
bzr revid: launchpad_translations_on_behalf_of_openerp-20131231044745-8v24a0fydnvde3js
2013-12-31 04:47:45 +00:00
Martin Trigaux 216303c2fa [FIX] ir_translation: rename method load to load_module_terms to avoid name clash with load call from base_import
bzr revid: mat@openerp.com-20131230125307-kald7ir36bvq3o7c
2013-12-30 13:53:07 +01:00
Quentin (OpenERP) e68c45c3f4 [MERGE] merged a branch with small improvements in test, demo data and usability of delivery module
bzr revid: qdp-launchpad@openerp.com-20131230082144-vsrvvs9bzwmdad4x
2013-12-30 09:21:44 +01:00
Quentin (OpenERP) 5c0083546a [REF] stock_multi_warehouse: fixed a yaml statement on an empty (still-to-do) test
bzr revid: qdp-launchpad@openerp.com-20131227165318-mj3x8n99x2lnitby
2013-12-27 17:53:18 +01:00
Quentin (OpenERP) f9e426a08b [REF] stock: removed custom kanban sparkline and gauge and used default ones from web branch (wipped 4k lines of code ^^ and should have fixed a glitch on runbot when MRP and picking wave modules are installed (?)). Small usability improvements in the kanban view of picking type.
bzr revid: qdp-launchpad@openerp.com-20131227165229-nooudz0d8fn7x0cf
2013-12-27 17:52:29 +01:00
Quentin (OpenERP) f3737b122c [IMP] kanban_gauge: allow to set levelcolors in widget options instead of taking the default ones
bzr revid: qdp-launchpad@openerp.com-20131227164911-tk7og4pf37jmvj0c
2013-12-27 17:49:11 +01:00
Launchpad Translations on behalf of openerp 1e3ebc0285 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131220051750-c2x3cf7wrd35we7a
bzr revid: launchpad_translations_on_behalf_of_openerp-20131227052617-sg1lzd37c8fk1pgm
2013-12-27 05:26:17 +00:00
Martin Trigaux aba5888a34 [MERGE] [ADD] gamification
New modules gamification, hr_gamification, gamification_sale_crm, portal_gamification.

Merry Christmas OpenERP

bzr revid: mat@openerp.com-20131224155138-3bbp8m3gyrfsb3ni
2013-12-24 16:51:38 +01:00
Martin Trigaux a42bf998e2 [MERGE] sync with trunk
bzr revid: mat@openerp.com-20131224154340-pwtp292xac5eodci
2013-12-24 16:43:40 +01:00
Martin Trigaux 90ebde3676 [FIX] gamification: remove old calls to action_close
bzr revid: mat@openerp.com-20131224152902-i2ozrf41y1ou2vdm
2013-12-24 16:29:02 +01:00
Martin Trigaux 13bfaef3a3 [FIX] gamification: remove old calls to action_start
bzr revid: mat@openerp.com-20131224151543-oofn9wc2w3933gjy
2013-12-24 16:15:43 +01:00
Martin Trigaux 58994713d8 [FIX] gamification: move template block before challenge declaration
bzr revid: mat@openerp.com-20131224150549-uafyr7lyva3u9k8n
2013-12-24 16:05:49 +01:00
Martin Trigaux ff83d9eb4d [FIX] gamification: remove import data, add trackvisibility on challenge instead of sending message
bzr revid: mat@openerp.com-20131224145449-93b3z97lagu12yri
2013-12-24 15:54:49 +01:00
Martin Trigaux be7bc54edc [REF] gamification: use m2o to email.template for report progress, create new field report_template_id, cleaning code
bzr revid: mat@openerp.com-20131224144514-lmbhw88nj7aa3r8i
2013-12-24 15:45:14 +01:00
Martin Trigaux 25117ca97f [REF] gamification: use statusbar instead of action buttons
bzr revid: mat@openerp.com-20131224141140-vc0v5lpm0ivfl6i4
2013-12-24 15:11:40 +01:00
Martin Trigaux 22a291d47a [REF] gamification: use sass files instead of native css
bzr revid: mat@openerp.com-20131224134405-9k4potbzq7ea20p4
2013-12-24 14:44:05 +01:00
Martin Trigaux aefd64e8cf [REF] gamification: compute_code is now similar to ir.actions, cleanup code
bzr revid: mat@openerp.com-20131224130023-e4gc91ell38zdtfj
2013-12-24 14:00:23 +01:00
Quentin (OpenERP) efc19ae23a [IMP] stock, usabiltiy: kanban view of operations
bzr revid: qdp-launchpad@openerp.com-20131224122748-lorgqfc4qyc3k58a
2013-12-24 13:27:48 +01:00
Gery Debongnie 68795d8a10 [IMP] changes the rng description of the xml grammar to add a 'stacked' attribute to the tag 'graph'
bzr revid: ged@openerp.com-20131224103207-48jd6gh78xmri8wd
2013-12-24 11:32:07 +01:00
Quentin (OpenERP) 95b7e70a86 [FIX] stock: access rights
bzr revid: qdp-launchpad@openerp.com-20131224091402-jbug9mlnbozs73jp
2013-12-24 10:14:02 +01:00
Quentin (OpenERP) 0fff19acda [FIX] stock: picking type kanban view
bzr revid: qdp-launchpad@openerp.com-20131223165701-oj6n2hzow25hadeb
2013-12-23 17:57:01 +01:00
Martin Trigaux 6f5815f44d [REF] gamification: cahnge some tde remarks, Long live Cthulhu
bzr revid: mat@openerp.com-20131223163214-f6yp2yxf5ja1wq22
2013-12-23 17:32:14 +01:00
Martin Trigaux 7c6a6b26f1 [FIX] gamification: goal.condition -> goal.definition_condition, user_ids not in vals -> not vals.get(user_ids)
bzr revid: mat@openerp.com-20131223161229-lpoevttkt6ezt2ia
2013-12-23 17:12:29 +01:00
Martin Trigaux f4e42879d3 [REF] gamification: rename user_from_id -> sender_id, move constants
bzr revid: mat@openerp.com-20131223160143-8mgmwrgf6i3wo8ku
2013-12-23 17:01:43 +01:00
Martin Trigaux c0eef31160 [REF] gamification: add user_from_id on badge, remove outdated-doc, remove useless message_post call
bzr revid: mat@openerp.com-20131223155404-h4in4ocr8jakq3ff
2013-12-23 16:54:04 +01:00
Quentin (OpenERP) ac83efee61 [IMP] stock, internal picking list report: added putaway/removal strategies features in the internal picking report
bzr revid: qdp-launchpad@openerp.com-20131223142646-msgy0ts2vdm4c3dy
2013-12-23 15:26:46 +01:00
Quentin (OpenERP) 7046f0bf81 [IMP] stock: better handling of unreservation of stock move + lot management for putaway strategies + refactoring of putaways strategies
bzr revid: qdp-launchpad@openerp.com-20131223142546-8otcejrad7q9wil3
2013-12-23 15:25:46 +01:00