Commit Graph

2213 Commits

Author SHA1 Message Date
Martin Trigaux d6fd96d0e9 [FIX] stock: multicompany warehouse creation
When creating a new warehouse, the linked locations should have the same company as the warehouse.
The company_id field is required on warehouse (not necessary in vals as could be added by default values) while it is not for stock.location (meaning global location, also filled with default value).
2014-09-11 13:31:16 +02:00
Josse Colpaert 4a0b6f6c41 [IMP] Add possibity to add rereserve button and optimize action assign 2014-09-10 11:23:48 +02:00
Josse Colpaert 30a64c1d32 Merge pull request #2178 from odoo-dev/8.0-wmsmultiop-jco
[IMP] Courtesy of kevin3274 issue 1258: orderpoint should have float mul...
2014-09-04 10:32:48 +02:00
Josse Colpaert 8502d3854c [IMP] Courtesy of kevin3274 issue 1258: orderpoint should have float multiple instead of integer 2014-09-03 22:25:00 +02:00
Josse Colpaert f6650f0da7 [IMP] Clean 2014-09-03 19:18:17 +02:00
Josse Colpaert 9b34358196 [IMP] Adapt mrp workflow and moves + Differ between Bose speakers and Custom Computer 2014-09-03 19:18:17 +02:00
Josse Colpaert 924ebcf04b [IMP] No propagation when destination move is done/cancel 2014-08-25 10:07:41 +02:00
Josse Colpaert 201f1c323f [IMP] Use correct field for showing red lines for late pickings in tree view 2014-08-21 17:31:25 +02:00
Josse Colpaert 5405883d5d [IMP] Location of extra moves should be matched 2014-08-21 17:23:54 +02:00
Josse Colpaert 3891892d9f Merge from nse back-end partial picking wizard 2014-08-20 18:28:57 +02:00
Cedric Snauwaert 6e201cdcdb [ADD] stock: add new report for package that only show package barcode 2014-08-20 15:33:08 +02:00
Josse Colpaert 2a7c13e7bb [IMP] Not necessary as operations are computed, but more logical to do action_pack as dropdown(process) 2014-08-12 15:18:34 +02:00
Josse Colpaert 5dea263e1b [FIX] Change two-one step wh, multi-comp wh, quantity field float, show product_uom_qty instead of product_qty in mrp production for moves 2014-08-12 13:37:27 +02:00
Josse Colpaert 4aa9ef8224 [IMP] Type manufacturing orders, remove double accounting entries, child_of, push rule global has no route 2014-08-12 13:37:26 +02:00
Josse Colpaert 64fde56a54 [IMP] Gives warning when the product needs tracking in bar code interface + pack ops with packs don't need lot for related moves 2014-08-12 13:37:25 +02:00
Josse Colpaert e5a9bd536d [IMP] Average price correction + Lot should be changeable in bar code interface 2014-08-12 13:37:25 +02:00
Denis Ledoux ae65be2b2a [MERGE] forward port of branch saas-5 up to 0739bc4 2014-08-11 15:58:02 +02:00
Denis Ledoux 7c647ec876 [MERGE] forward port of branch saas-4 up to 0a1e4a0 2014-08-08 17:27:29 +02:00
Denis Ledoux 978fd47261 [MERGE] forward port of branch 7.0 up to 095be21 2014-08-06 13:06:20 +02:00
Fekete Mihai 87a870ccbd [FIX] stock: typo when selecting inventory on single product 2014-08-06 11:37:22 +02:00
Rifakat Husen bc4217ced2 [FIX] stock: onchange method should take the description
The onchange_product_id method used to only change the description if the stock.move is not saved yet. That does not make much sense.
opw 607347, bug lp:1314700
2014-08-06 08:54:31 +02:00
Christophe Simonis 1e6b7a5f78 [MERGE] forward port of branch saas-5 up to c86f217 2014-07-31 11:22:29 +02:00
Martin Trigaux c86f217f7e [FIX] stock: production lot as no longer a company_id field 2014-07-31 09:21:45 +02:00
Christophe Simonis fd4fd35e32 [MERGE] forward port of branch saas-5 up to e4cb520 2014-07-30 20:52:14 +02:00
Christophe Simonis e4cb5202a0 [MERGE] forward port of branch saas-4 up to fa07bc8 2014-07-30 20:30:14 +02:00
Christophe Simonis 310d3fe4c4 [MERGE] forward port of branch 7.0 up to 39f3e40 2014-07-30 18:55:31 +02:00
Olivier Dony 57f79f9fa1 [REM] fields: remove fields.Any, temporary artifact for ill-typed fields
This was added in master-apiculture at f1f16a8 to
permit special function fields that return
structured JSON-like data.
This is unnecessary and caused typing problems, for
example for the type field of ir.model.fields, or
when you decide to store them.

It is simpler to explicitly declare these fields
as fields.Char and have them serialize their results
to JSON strings, or to declate them as fields.Binary
and return any opaque data they want.
2014-07-30 13:24:39 +02:00
Lionel Sausin (Numérigraphe) dd4d72d710 [FIX] stock: partial deliveries switch on delivered picking
Users don't care for the backorder picking precisely because they can't process it, whereas they may have to do some more things on the picking they processed: invoice it, print delivery orders or transportation stickers..
Refresh the browse record after changing the name to avoid the need to rebrowse.
Fixes #1372
2014-07-29 16:15:20 +02:00
Denis Ledoux 6b1a804b29 [MERGE] forward port of branch 7.0 up to b91a75f7ef
Conflicts:
	addons/base_vat/base_vat.py
	openerp/tools/safe_eval.py
2014-07-29 10:42:50 +02:00
Denis Ledoux a5531c1d29 [FIX] stock: do not set user_id on prepare_invoice_group
The user_id is already set by the prepare_invoice method, which is called before the prepare_invoice_group (the user_id is already set, thus)
Besides, _prepare_invoice is overriden in sale_stock, to set the picking sale order salesman as user_id, and, without this correct, grouping invoicse by partner re-set the user_id to uid, which is wrong.
2014-07-24 20:42:21 +02:00
Martin Trigaux b5918cb55c [MERGE] forward port of branch 7.0 up to 67cca3f 2014-07-23 16:23:22 +02:00
qdp-odoo e7780ac97a [FIX] stock: wrong target table and function for lot_ids in stock.move 2014-07-23 10:28:26 +02:00
Hardik Ansodariya 9a20018166 [FIX] stock: allow same serial number for different products
Bug lp:1222289, opw 597639
2014-07-23 10:03:40 +02:00
qdp-odoo 09b77ca11d [FIX] stock: wrong target table and function for lot_ids in stock.move 2014-07-23 09:48:05 +02:00
rlu-odoo 8b67a7202d [REF] OpenERP --> Odoo in various UI texts
Rebranding has been done in:
- data/demo files
- html templates
- help notices
- comments
- logger messages
- and other various messages

(Commit taken from odoo-dev:8.0-improve-openerp-odoo-rlu at rev 7deaa08)

Closes #1260
2014-07-18 13:45:41 +02:00
Josse Colpaert 5f21eeb1d2 [IMP] We should not have lost this decorator 2014-07-17 17:52:10 +02:00
Josse Colpaert 0aad6b0498 [IMP] Check other comments on pull request: xmlid, no split in context + continue improve receipts instead of receptions 2014-07-16 11:58:22 +02:00
Josse Colpaert e23a36c1a5 [FIX] Make sure that when cancelling a move the linked procurements are checked the right way 2014-07-16 10:06:15 +02:00
Josse Colpaert 3b636a5df0 [WIP] Simplify procurement check and sales order workflow and that way phantom boms will work 2014-07-15 18:38:06 +02:00
Josse Colpaert 6191ed33a0 [IMP] default priority if no moves in picking 2014-07-10 19:03:33 +02:00
Josse Colpaert af0e9b8aa6 [MERGE] Fix copy_data for merge 2014-07-07 14:33:01 +02:00
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
Olivier Dony 34bfa1b44f [MERGE] Forward-port saas-5 up to d9cda97 2014-07-05 01:45:45 +02:00
Olivier Dony d9cda97cf4 [MERGE] Forward-port saas-4 up to 5ceded9 2014-07-05 01:28:19 +02:00
Olivier Dony f3880a8a09 [MERGE] Forward-port of 7.0 up to 64ac1b0 2014-07-04 17:07:53 +02:00
Thibault Delavallée f0ef8ac446 [FIX] web_kanban_sparkline, sales_team, stock: use char function field to transmit sparkline data; the data is now correctly dumped into json, and parsed in the widget. 2014-07-04 14:42:38 +02:00
Lionel Sausin (Numérigraphe) e80014eae3 [FIX] Fixes #273: avoid double-warning when changing the quantity of a stock move 2014-07-02 15:28:50 +02:00
Christophe Simonis 7a823e0e15 [FIX] stock: backport fixes from master 2014-07-01 17:11:46 +02:00
Josse Colpaert a3390b0f96 [IMP] Try to solve BoM expansion + check for context for splitting/copying moves 2014-06-27 15:33:07 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Josse Colpaert 5ecde0fa26 [IMP] Tristates should be working even if the picking has no name 2014-06-23 15:23:20 +02:00
Josse Colpaert 6416fee88d [IMP] Put indices on quant and package 2014-06-23 11:17:10 +02:00
Josse Colpaert cf48492570 Merge remote-tracking branch 'odoo/master' into master-wmsstagingmig-jco 2014-06-23 10:06:42 +02:00
Josse Colpaert 403fefc252 [IMP] default priority if no moves in picking 2014-06-23 09:30:42 +02:00
Josse Colpaert ce3645c9d9 [IMP] Corrections on pull request 2014-06-18 16:33:53 +02:00
Josse Colpaert 0171fba1ce [IMP] Make it possible to create sequences in a separate function + change names when some types are not created yet 2014-06-18 12:23:02 +02:00
Josse Colpaert 8fffbe7dc3 [IMP] Quant's deletion has to be possible for quant reconcile 2014-06-17 12:11:31 +02:00
Josse Colpaert 8a48fa4428 [IMP] Can not delete/modify quants + can reuse lot in bar code interface 2014-06-17 11:39:27 +02:00
Josse Colpaert cb903af210 [IMP] Make sure pack operations split in the correct way in the bar code interface 2014-06-16 17:07:10 +02:00
Josse Colpaert b62191c171 [IMP] Make sure we can receive multiple lots + warehouse manager should be able to create routes/warehouses 2014-06-12 14:33:26 +02:00
Josse Colpaert 8ea9bff314 [IMP] Adapt barcodes on picking report, warehouse should be passed from move picking type if not defined, prodlot in mrp_repair, picking types 2014-06-10 16:06:52 +02:00
Christophe Simonis 4601d85944 [MERGE] forward port of branch 7.0 up to 6fdb783 2014-06-10 11:49:14 +02:00
Josse Colpaert 1c04f4d3d1 Merge remote-tracking branch 'odoo/master' into master-wmsstaging3-jco 2014-06-10 10:32:36 +02:00
Martin Trigaux 81ae6cdeeb [IMP] stock: when checking the state of the product, do not recompute the quantity on every move but only the one currently browsing (optiomisation) 2014-06-05 18:38:19 +02:00
Martin Trigaux 841e47a46a [FIX] stock: use correct vals in grouped invoice (opw 606535)
When creating a grouped invoice, the invoice_vals value is used to create the invoice line.
The value was not reset for grouped invoice and we reused the values of previous line.
2014-06-04 10:42:43 +02:00
Christophe Simonis b1c0bc0b46 [MERGE] forward port of branch saas-4 up to 65f68c1 2014-06-03 19:45:19 +02:00
Christophe Simonis 7dd69540e8 [MERGE] forward port of branch 7.0 up to 0c4bc1c 2014-06-03 19:11:44 +02:00
Josse Colpaert c8a8f3c78d [IMP] FEFO takes FIFO if no lot, location_id and dest_id by default for pack op 2014-06-02 18:20:18 +02:00
Josse Colpaert fb9f0a1886 [IMP] Previously done changes for qty_available stat button 2014-06-02 10:59:33 +02:00
Josse Colpaert 9376d16938 [IMP] Put cost method only once, make sure extra moves get moves in consequent pickings, default buy route on template 2014-06-02 09:58:09 +02:00
Josse Colpaert 45dc3db6cc Merge branch 'master-wmssecurity3-jco' into master-wmsstaging-jco 2014-05-30 10:37:26 +02:00
Martin Trigaux 41c5ceb8eb [FIX] stock: clean previous commit 2014-05-27 17:56:30 +02:00
Josse Colpaert 81222bc47f [IMP] Package bar code printing from barcode itf 2014-05-27 16:32:21 +02:00
Josse Colpaert 3cea0e32e5 [IMP] Make partial move_type by default when doing picking assign 2014-05-27 10:01:42 +02:00
Josse Colpaert 6905b58f46 [IMP] Picking priorities to priority of move instead + propagation + show package operations after done 2014-05-22 11:02:58 +02:00
Anaël Closson f96a03247b [FIX] stock: auto_validate move not set to done when multiple parent move set to done at the same time - opw 607970 2014-05-22 09:26:40 +02:00
Josse Colpaert ad58b17e6e [IMP] Add security rules from bzr branch 2014-05-21 17:34:19 +02:00
Quentin (OpenERP) 4a814282eb [REF] stock: raising an error if we try to set the product_qty field on stock.move instead of the product_uom_qty, to detect programming errors and warn that the semantic of this field changed
bzr revid: qdp-launchpad@openerp.com-20140508104122-rt8ze9iir8i5q60q
2014-05-08 12:41:22 +02:00
Quentin (OpenERP) 70eb74a260 [MERGE] merged with trunk up to revision 9425. Needs to find another icon for Traceability on lot, though
bzr revid: qdp-launchpad@openerp.com-20140507182917-erjammra4okyei1c
2014-05-07 20:29:17 +02:00
Christophe Simonis b8089a1521 [MERGE] forward port of branch saas-4 up to revid 9410 chs@openerp.com-20140507164207-kmme4tsrd4w1m7l1
bzr revid: chs@openerp.com-20140507170112-bjeltv2b0coy60am
2014-05-07 19:01:12 +02:00
Olivier Dony 083108a624 [IMP] delivery,stock,mrp: minor cleanup/spellchecking/nit-picking while reviewing
bzr revid: odo@openerp.com-20140507165951-th4iqsrp6l67dvve
2014-05-07 18:59:51 +02:00
Christophe Simonis 1953aa442f [MERGE] forward port of branch 7.0 up to revid 10037 mat@openerp.com-20140507133552-v4qsdp7qdp9iwewi
bzr revid: chs@openerp.com-20140507153348-g2qw61dkxvps13br
2014-05-07 17:33:48 +02:00
Quentin (OpenERP) b6d0a93613 [IMP] stock: inventory usability improved
bzr revid: qdp-launchpad@openerp.com-20140507125706-fdlf8frvmzjqehtw
2014-05-07 14:57:06 +02:00
Quentin (OpenERP) 62c08817e6 [REF] stock: stock.inventory's set_check_qty() renamed into reset_real_qty()
bzr revid: qdp-launchpad@openerp.com-20140507094440-f11xqs3iao3je3ib
2014-05-07 11:44:40 +02:00
Quentin (OpenERP) b3967dfece [REF] stock: renamed th_qty field into theoretical_qty for more clarity
bzr revid: qdp-launchpad@openerp.com-20140507093417-nvvifmnz0ds9z7fb
2014-05-07 11:34:17 +02:00
Quentin (OpenERP) 475d252dc4 [FIX] stock: removed unused fields on stock.picking.type + set the type of last_done_picking to char (actually it returns a list but i suppose it's the more appropriate/the closer)
bzr revid: qdp-launchpad@openerp.com-20140507093216-muojvor1d1tzj9gh
2014-05-07 11:32:16 +02:00
Quentin (OpenERP) 46268f9597 [MERGE] lot assignation in the barcode scanner UI
bzr revid: qdp-launchpad@openerp.com-20140505141921-vovtqufg0f6rzktt
2014-05-05 16:19:21 +02:00
Quentin (OpenERP) 8ec2c8e0f9 [FIX] warehouse config for resuply warehouses
bzr revid: qdp-launchpad@openerp.com-20140505135836-3v9a46lb1kqsdj5w
2014-05-05 15:58:36 +02:00
Quentin (OpenERP) dcd10db66e [FIX] fixes
bzr revid: qdp-launchpad@openerp.com-20140505125630-903olg3ko3y5gekh
2014-05-05 14:56:30 +02:00
Gery Debongnie 5aa2fa150c [MERGE] merge from trunk
bzr revid: ged@openerp.com-20140502130753-4z24z1to9pkrckvq
2014-05-02 15:07:53 +02:00
Josse Colpaert 8b84615de1 [MERGE] Merge from trunk test
bzr revid: jco@openerp.com-20140502130352-c3h1fk332eqyd78b
2014-05-02 15:03:52 +02:00
Antony Lesuisse 7e25b9ae55 [MERGE] saas-4 report_webkit missing dependency on report
bzr revid: al@openerp.com-20140501152604-4cobh5ui47dt4pem
bzr revid: al@openerp.com-20140501155633-gefnc3zqcsr2rhaz
bzr revid: al@openerp.com-20140501161156-4wbsvhh8gz4r22h3
2014-05-01 18:11:56 +02:00
Josse Colpaert 67afb31970 [IMP] When changing number of steps, it will also change the resupply rules of the warehouses that are resupplied from this warehouse and the associated mto rules
bzr revid: jco@openerp.com-20140430164526-jiq8zh1lt3x9c3mc
2014-04-30 18:45:26 +02:00
Josse Colpaert bd88fcd759 [IMP] Bar code scanning check if packing or lot needed, should work through has_group instead of settings
bzr revid: jco@openerp.com-20140430121241-wo78a9odt4bamru2
2014-04-30 14:12:41 +02:00
Josse Colpaert 0ecc81b22c [IMP] Create MTO pull rule for resupply with delivery one step
bzr revid: jco@openerp.com-20140430115455-1fhssek8z7s28nck
2014-04-30 13:54:55 +02:00
Josse Colpaert a49dca23de [IMP] Put partner_id from rule on move when necessary
bzr revid: jco@openerp.com-20140430074022-cekktpwoucv1rhcd
2014-04-30 09:40:22 +02:00
Martin Trigaux 37c41f9c78 [FIX] stock: when delivering a product in average cost, make sure the price_unit on the stock.move is up to date (opw 607272)
bzr revid: mat@openerp.com-20140429145332-s3c22w47aihdsfub
2014-04-29 16:53:32 +02:00
Quentin (OpenERP) a4890f1fe2 [REF] stock: small code refactoring
bzr revid: qdp-launchpad@openerp.com-20140428145536-gt88h37nayf62fm3
2014-04-28 16:55:36 +02:00
Cedric Snauwaert 40549064c6 [FIX]barcode interface: allow user to choose name of lot when creating a lot
bzr revid: csn@openerp.com-20140428101226-4d7kcaq29d3ofgqm
2014-04-28 12:12:26 +02:00
Quentin (OpenERP) 606050aae3 [FIX] stock: fixed wrongly removed line from previous commit
bzr revid: qdp-launchpad@openerp.com-20140428100949-se3xpeix06udq1k2
2014-04-28 12:09:49 +02:00
Quentin (OpenERP) 9790132189 [REF] stock: small code refactoring
bzr revid: qdp-launchpad@openerp.com-20140428092726-1vo51if06q2o2b8y
2014-04-28 11:27:26 +02:00
Quentin (OpenERP) 599355ea69 [REF] stock: removal of TODO statements
bzr revid: qdp-launchpad@openerp.com-20140425142939-atjre88c9zvl5r93
2014-04-25 16:29:39 +02:00
Quentin (OpenERP) cba2365d95 [MERGE] branch of jco fixing shipping exception in mrp + cancellation in chained moves
bzr revid: qdp-launchpad@openerp.com-20140425132449-s7e8duh884rirrqz
2014-04-25 15:24:49 +02:00
Quentin (OpenERP) f402240ade [MERGE] stock usability improvements
bzr revid: qdp-launchpad@openerp.com-20140424143838-a3so6ouc1q3la3ch
2014-04-24 16:38:38 +02:00
Christophe Simonis 52cfc16c2e [MERGE] forward port of branch 7.0 up to revid 10012 launchpad_translations_on_behalf_of_openerp-20140424063249-gwnojb5kvlq544nz
bzr revid: chs@openerp.com-20140424123538-rxk9got9k2on1ki1
2014-04-24 14:35:38 +02:00
Quentin (OpenERP) 2e7579c54d [MERGE] branch of jco with fix of orderpoint computation + small refactoring of action_cancel() of purchase.order
bzr revid: qdp-launchpad@openerp.com-20140423155557-t0gp3akhzb2y85cz
2014-04-23 17:55:57 +02:00
Josse Colpaert 2b3ec22a26 [FIX] Correct the fact that moves have not been changed to cancel yet
bzr revid: jco@openerp.com-20140423151600-j9i3jhiyy3nzshvl
2014-04-23 17:16:00 +02:00
Martin Trigaux acc784cc99 [FIX] stock: pass the geven limit attribute in read_group call, courtesy of Guewen Baconnier
bzr revid: mat@openerp.com-20140423150621-rjiae83nxh5tqyau
2014-04-23 17:06:21 +02:00
Josse Colpaert 7a8222631e [IMP] Make sure the propagation of moves cancels procurements where necessary + manufacture and purchase cancel is not propagated by default
bzr revid: jco@openerp.com-20140423141700-60gbuxb4atp1z6ek
2014-04-23 16:17:00 +02:00
Martin Trigaux f613774606 [MERGE] [FIX] stock: fix error when executing a read_group on stock.picking.in and out, courtesy of Yannick Vaucher (Camptocamp)
bzr revid: mat@openerp.com-20140423132552-hpnr2skutqranvsj
2014-04-23 15:25:52 +02:00
Jaydeep Barot 19e4d1d6e2 [MERGE] Merge with addons
bzr revid: jar@tinyerp.com-20140422102821-hj5y7o835y80xx2e
bzr revid: jar@tinyerp.com-20140423114744-umaxpodiv3xlvh5s
2014-04-23 17:17:44 +05:30
Josse Colpaert 5807343602 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140423095528-h4dpd9gdmh8lmk6j
2014-04-23 11:55:28 +02:00
Quentin (OpenERP) d69f5e20ec [REF] stock: refactoring set active field on push and pull rules as a normal field (previously related on the route) as the route_id field is not required
bzr revid: qdp-launchpad@openerp.com-20140423082322-ms66ta8zq0uklw32
2014-04-23 10:23:22 +02:00
Quentin (OpenERP) 11a2ac0976 [FIX] stock
bzr revid: qdp-launchpad@openerp.com-20140422202123-5axnua7uuk64zzwj
2014-04-22 22:21:23 +02:00
Denis Ledoux b6255eb55d [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10005 revid:dle@openerp.com-20140422150710-mr9x3vyq0wcg31l5
bzr revid: dle@openerp.com-20140422162028-2icoebrb5q4tg3t3
2014-04-22 18:20:28 +02:00
Quentin (OpenERP) 44f1f7f73e [MERGE] merged the branch of jco with simplification of negative quants treatment, using a list of fallback domains and recomputing the state of move if we took some quants that were preeviously reserved for something else
bzr revid: qdp-launchpad@openerp.com-20140422145954-89jfnqw34u703h98
2014-04-22 16:59:54 +02:00
Martin Trigaux aac1a81999 [MERGE] [FIX] stock: when duplicating a stock.move, remove serial number and tracking information in every cases instead of specific to duplication of invocies, courtesy of Guewen Baconnier
bzr revid: mat@openerp.com-20140422140337-ymq7x133eicy6rpa
2014-04-22 16:03:37 +02:00
Quentin (OpenERP) 5afa7d8aaf [REF] stock, stock_account: invoice_state field of push rule moved into the right module
bzr revid: qdp-launchpad@openerp.com-20140422124113-scgaooce0ofjawpk
2014-04-22 14:41:13 +02:00
Josse Colpaert f119c72f5b [IMP] Help messages for warehouse settings
bzr revid: jco@openerp.com-20140422123326-1fuwmkja041j34yn
2014-04-22 14:33:26 +02:00
Josse Colpaert a7d4e518ae [IMP] Action assign button on production order + quant_ids readonly on serial number
bzr revid: jco@openerp.com-20140422085831-yt7hdb3catb5w00q
2014-04-22 10:58:31 +02:00
Josse Colpaert 0a9f288fb5 [FIX] Use correct uom field
bzr revid: jco@openerp.com-20140422073923-5p91eyg3tlc354oa
2014-04-22 09:39:23 +02:00
Jaydeep Barot 5bc04994f3 [IMP] typo error message and validateError and typo in chatter msg
bzr revid: jar@tinyerp.com-20140421065009-4j8z0awc9t4b82tb
2014-04-21 12:20:09 +05:30
Josse Colpaert c0f2b01dab [IMP] Warehouse orderpoint uom is related, take into account procurement uom for orderpoint calc
bzr revid: jco@openerp.com-20140418160208-4tn1uxdnlecpdi3m
2014-04-18 18:02:08 +02:00
Josse Colpaert f322e6303d [WIP] Fix orderpoint
bzr revid: jco@openerp.com-20140418121426-bebr3h2l96hf1ro7
2014-04-18 14:14:26 +02:00
Josse Colpaert 6ea8251efb [IMP] Add test and moves state should only be recalculated after the quants have been moved
bzr revid: jco@openerp.com-20140418083539-njjh3kqwhdmiqcv5
2014-04-18 10:35:39 +02:00
Bharat R. Devnani (OpenERP) b8d4387d33 [MERGE] merged with main addons branch
bzr revid: bde@tinyerp.com-20140418061256-n53rymt5j8krzvr5
2014-04-18 11:42:56 +05:30
Yannick Vaucher 229f48bb2d Fix group by access error on stock.picking.in/out in multi company by ensuring the good ir rules are applied, this is done by calling read_group using stock.picking intead of stock.picking.in/out.
lp bug: https://launchpad.net/bugs/1309105 fixed

bzr revid: yannick.vaucher@camptocamp.com-20140417164953-7bjuggmhktv7mfwx
2014-04-17 18:49:53 +02:00
Josse Colpaert 0e387b5683 [IMP] Recalculate states of other moves after taking from other moves
bzr revid: jco@openerp.com-20140417161622-qmdjsfg2144jvxkk
2014-04-17 18:16:22 +02:00
Quentin (OpenERP) 2b2b360fde [REF] stock: don't try to reconcile negative quants on unreservation
bzr revid: qdp-launchpad@openerp.com-20140417153924-3w9j925ht892vbq0
2014-04-17 17:39:24 +02:00
Josse Colpaert d1cf0c62c4 [REVERT] Revert extended package constraint
bzr revid: jco@openerp.com-20140417153314-jm7sfn5jytyqiqik
2014-04-17 17:33:14 +02:00
Josse Colpaert 24023677ef [IMP] Simplify negative quants reconciliation and add extra fallback domain to be able to still take from other moves
bzr revid: jco@openerp.com-20140417152432-s12qpgskqvwvyslp
2014-04-17 17:24:32 +02:00
Quentin (OpenERP) 5b4e4fc2a3 [TMP] stock: temporary removal of check_quant_history to green the redbot (will be definitively removed later but in a cleaner way)
bzr revid: qdp-launchpad@openerp.com-20140417152002-6tl30iaf6m03hyyk
2014-04-17 17:20:02 +02:00
Quentin (OpenERP) 58d6fd3c3e [MERGE] stock: constraint on package's location adapted to suit negative quants + yaml test wiseoperator.yml now use its own xml ids
bzr revid: qdp-launchpad@openerp.com-20140417151101-uvrq3k9bu50ickc3
2014-04-17 17:11:01 +02:00
Quentin (OpenERP) 04d0d443fd [FIX] stock: picking state fix + default value of delay on push rule set to 0 instead of 1
bzr revid: qdp-launchpad@openerp.com-20140417150448-7pht689byag3l60h
2014-04-17 17:04:48 +02:00
Quentin (OpenERP) 8e362b0112 [IMP] stock: added stock dashboard + fix in read_group() call + small refactoring
bzr revid: qdp-launchpad@openerp.com-20140417141629-knp0fdm1rp0aieis
2014-04-17 16:16:29 +02:00
Josse Colpaert 95d77902cd [IMP] Correct wise operator test and make sure it is possible to have a negative pack
bzr revid: jco@openerp.com-20140417120204-9zisd67sr4dd412a
2014-04-17 14:02:04 +02:00
Denis Ledoux 2b2153bc39 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9991 revid:dle@openerp.com-20140417110435-u8uwwcf5ji1b54ao
bzr revid: dle@openerp.com-20140417112655-eeaiokbqzokpwx4i
2014-04-17 13:26:55 +02:00
Quentin (OpenERP) 2d205bfa81 [FIX] stock: lazy parameter of read_group added. stock_account: valuation history fixed/improved
bzr revid: qdp-launchpad@openerp.com-20140417095547-3vsz20v0x95iy02t
2014-04-17 11:55:47 +02:00
Quentin (OpenERP) c41941d978 [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes
bzr revid: qdp-launchpad@openerp.com-20140416145313-eiadz94h9wolhb9b
2014-04-16 16:53:13 +02:00
Denis Ledoux f658a55e4e [FIX] stock: before creating chained pickings, regroup moves by chained auto packing
Before, all moves issued from a same purchase order were put in the same chained picking, and, therefore, the moves were all treated with the same behavior (manually, automaticaly, ...)

bzr revid: dle@openerp.com-20140415160331-kzgib87qabvpc86p
2014-04-15 18:03:31 +02:00
Josse Colpaert 888e13d22e [FIX] Add parameter in readgroup
bzr revid: jco@openerp.com-20140415091923-r5ipe0bevxrutxxh
2014-04-15 11:19:23 +02:00
Josse Colpaert e77ab942f7 [IMP] Check/force availability when waiting, push rule 0 days, partially available also when one move assigned and others not
bzr revid: jco@openerp.com-20140414164106-bryfri6py286x0te
2014-04-14 18:41:06 +02:00
Quentin (OpenERP) 4987c9d42d [FIX] stock, product_expiry: fixes of removal fefo and putaway processing
bzr revid: qdp-launchpad@openerp.com-20140414083303-5vwlnakof0vcbtri
2014-04-14 10:33:03 +02:00
Quentin (OpenERP) 2fd72600fa [REF] stock: refactored the removal and putaway strategies + added FEFO removal in product_expiry
bzr revid: qdp-launchpad@openerp.com-20140411171901-ibjelg7wldld167y
2014-04-11 19:19:01 +02:00
Josse Colpaert 36b12e4339 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140411095928-jnlqi15cn7zz491d
2014-04-11 11:59:28 +02:00
Josse Colpaert aeea3f8b4e [FIX] Product_qty should not default to 1, but be calculated from product_uom_qty
bzr revid: jco@openerp.com-20140411095723-wvr5hb1gpbi4lswt
2014-04-11 11:57:23 +02:00
Quentin (OpenERP) c8e1b778b0 [IMP] stock, inventory: improving the usability
bzr revid: qdp-launchpad@openerp.com-20140410101404-uvufnxi4p6s4aicu
2014-04-10 12:14:04 +02:00
Quentin (OpenERP) 9f19f13b5c [REF] stock: inventory refactoring. Keep it simple and easy
bzr revid: qdp-launchpad@openerp.com-20140410081530-mzxr2laqewqmgeyb
2014-04-10 10:15:30 +02:00
Quentin (OpenERP) 347d527c71 [FIX] stock, inventory: don't care about the time when the 'start inventory' button is pressed, but always check the inventory date to know the stock level
bzr revid: qdp-launchpad@openerp.com-20140409140757-yau6qs2423ickavx
2014-04-09 16:07:57 +02:00
Quentin (OpenERP) 7c810ff6fe [FIX] stock, inventory management
bzr revid: qdp-launchpad@openerp.com-20140409130859-0mla46wyl6ubecyb
2014-04-09 15:08:59 +02:00
Quentin (OpenERP) 4908a107d1 [FIX] stock: inventory using theoretical_line_ids
bzr revid: qdp-launchpad@openerp.com-20140409093025-kgyyo2tnrucon55a
2014-04-09 11:30:25 +02:00
Josse Colpaert 214f8ba4d4 [IMP] Easy solution in case of split from mto move
bzr revid: jco@openerp.com-20140409082219-hap0oys1dfq2i81j
2014-04-09 10:22:19 +02:00
Josse Colpaert e55ac5a9de [WIP] In case the warehouse operator chooses other quants than foreseen that were reserved on another move
bzr revid: jco@openerp.com-20140408162717-khax5gied2atr7gd
2014-04-08 18:27:17 +02:00
Quentin (OpenERP) c788088617 [REF] stock, inventory: post moves at the inventory closing date + removal of the constraints because it's not needed anymore now
bzr revid: qdp-launchpad@openerp.com-20140408160144-nb5b7rjxygbblud3
2014-04-08 18:01:44 +02:00
Quentin (OpenERP) b85db988eb [MERGE] stock: used a variable to store the list of possible inventory states, to have a better modularity and allow a more easy inheritance. Courtesy of Lionel Sausin (Numérigraphe)
bzr revid: qdp-launchpad@openerp.com-20140408080110-1d58m5diww1nfvpk
2014-04-08 10:01:10 +02:00
Quentin (OpenERP) 79344b903b [MERGE] stock: usability improvements
bzr revid: qdp-launchpad@openerp.com-20140408075353-5yy5to2hb65vo41q
2014-04-08 09:53:53 +02:00
Quentin (OpenERP) 1e07ab4d36 [FIX] stock: wh_route_ids not defined
bzr revid: qdp-launchpad@openerp.com-20140408065244-bw2fry18hf5e2x71
2014-04-08 08:52:44 +02:00
Quentin (OpenERP) b14883f10c [MERGE] jco branch with few bugfixes
bzr revid: qdp-launchpad@openerp.com-20140407175001-g4rx6rft090ul2li
2014-04-07 19:50:01 +02:00
Josse Colpaert 6a0011e87c [IMP] Remove auto_force_assign and change default source location in do_prepare_partial
bzr revid: jco@openerp.com-20140407160624-rs4vkxjeef8eu2rw
2014-04-07 18:06:24 +02:00
Josse Colpaert 6a50b1663b [IMP] group_id on orderpoint + copy of orderpoint/package should not copy procurements/quants child packages
bzr revid: jco@openerp.com-20140407141458-xg1jbl2ctnfzs5eh
2014-04-07 16:14:58 +02:00
Josse Colpaert 511d5b6cc4 [FIX] Fix report printing from barcode scanner
bzr revid: jco@openerp.com-20140407113331-nlrfnd2iykktnfnn
2014-04-07 13:33:31 +02:00
Josse Colpaert e175a4b00b [IMP] Do prepare partial should not give default location of picking type, but of picking
bzr revid: jco@openerp.com-20140404113436-sb188wlqz8g5m5na
2014-04-04 13:34:36 +02:00
Josse Colpaert bcfe8e2331 [IMP] Simpler domain on product_id of orderpoint
bzr revid: jco@openerp.com-20140403162414-pioxee0qvrgy7h2w
2014-04-03 18:24:14 +02:00
Josse Colpaert 9cffdb0034 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140403161933-7vjq7jdxg11f0fhz
2014-04-03 18:19:33 +02:00
Josse Colpaert d45fd02abd [IMP] Push rules should try to find routes on warehouse first before searching anything
bzr revid: jco@openerp.com-20140403155735-y357mj3gtp7j3x7i
2014-04-03 17:57:35 +02:00
Quentin (OpenERP) b4dc004c01 [FIX] stock: procurement orderpoint fixed and a bit refactored
bzr revid: qdp-launchpad@openerp.com-20140403145216-pfs8b73a302e7gjy
2014-04-03 16:52:16 +02:00
Josse Colpaert dc2c8551c6 [IMP] Default supply warehouse should be on the warehouse and not on products and the rest should only be created
bzr revid: jco@openerp.com-20140403124714-z8dv0g9pjx8n63mn
2014-04-03 14:47:14 +02:00
Quentin (OpenERP) 4254056188 [MERGE] merged jco's feature branch clearing the packages and logistic units concepts
bzr revid: qdp-launchpad@openerp.com-20140404131637-a23gqw42132q6ig5
2014-04-04 15:16:37 +02:00
Josse Colpaert 8a7b3b883c [IMP] Crossdock route should be mto
bzr revid: jco@openerp.com-20140402160818-heopeego7ico7spz
2014-04-02 18:08:18 +02:00
Josse Colpaert 63ad3afc93 [IMP] Crossdock route should be mto by default
bzr revid: jco@openerp.com-20140402150625-w5djrfyuy63ld276
2014-04-02 17:06:25 +02:00
Quentin (OpenERP) 0274397d4a [FIX] stock: reserved quantity computation error
bzr revid: qdp-launchpad@openerp.com-20140401122854-gpl2uez5xt09gyfe
2014-04-01 14:28:54 +02:00
Quentin (OpenERP) e6249680c1 [IMP] stock: some minor changes made during code review
bzr revid: qdp-launchpad@openerp.com-20140401093127-j2adv1ljm7th7vyt
2014-04-01 11:31:27 +02:00
Quentin (OpenERP) 8631692023 [MERGE] trunk-wms
bzr revid: qdp-launchpad@openerp.com-20140401092742-11g6j7rgcrpa9zo2
2014-04-01 11:27:42 +02:00
Josse Colpaert 4798c252c1 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140401075836-a32tg8qnegzkkmyf
2014-04-01 09:58:36 +02:00
Lionel Sausin 7c9d6c1653 [REF] externalize inventory states to help custom modules customize them
bzr revid: ls@numerigraphe.com-20140331111544-162b22988e0n14b0
2014-03-31 13:15:44 +02:00
Cedric Snauwaert 815d984bad [FIX]barcode interface: hide put in pack button if option is not selected in settings
bzr revid: csn@openerp.com-20140331094020-fvbmj0a0dac1v5ou
2014-03-31 11:40:20 +02:00
Quentin (OpenERP) 6516beec4a [REF] stock help tooltip improved
bzr revid: qdp-launchpad@openerp.com-20140328141652-c3m8we42rtnz575v
2014-03-28 15:16:52 +01:00
Quentin (OpenERP) 3edeb37c27 [REF] stock: some more doc
bzr revid: qdp-launchpad@openerp.com-20140328135131-4ol7d78efvtbekw5
2014-03-28 14:51:31 +01:00
Cedric Snauwaert 8c7a9fa0ae [FIX]stock_barcode_interface: add button to recompute pack_op when state of move have changed
bzr revid: csn@openerp.com-20140328104906-d8pebnlwlpdf4x10
2014-03-28 11:49:06 +01:00
Quentin (OpenERP) 522f87f03f [MERGE] stock reports in Qweb
bzr revid: qdp-launchpad@openerp.com-20140327174228-6beohyphca58nb00
2014-03-27 18:42:28 +01:00
Josse Colpaert ecb02bc8ab [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140327142024-ullrstsauxt5ji10
2014-03-27 15:20:24 +01:00
Quentin (OpenERP) 54b0e0ad52 [MERGE] fix of inventory constraint to be more permissive and allow to have draft and confirmed-but-not-reserved-yet moves in the future while an inventory is made
bzr revid: qdp-launchpad@openerp.com-20140327141140-0miz3mz04pc8yber
2014-03-27 15:11:40 +01:00
Josse Colpaert c48d2f08f3 [IMP] Reordering rules of consumables should not be possible
bzr revid: jco@openerp.com-20140327141015-m33u5r718dpczsiz
2014-03-27 15:10:15 +01:00
Quentin (OpenERP) a7fdd2371f [MERGE] merged csn branch with barcode interface greatly improved
bzr revid: qdp-launchpad@openerp.com-20140327132221-ylk22ykso1wyq1ca
2014-03-27 14:22:21 +01:00
Josse Colpaert 6e7fb705ee [IMP] change desciption and groups of procure_method
bzr revid: jco@openerp.com-20140327105749-4u7mx6u85b4rys61
2014-03-27 11:57:49 +01:00
Josse Colpaert 56af6792b5 [MERGE] Merge from trunk-wms-loconopreport-jco
bzr revid: jco@openerp.com-20140326155041-rryzcotazkzjcq8j
2014-03-26 16:50:41 +01:00
Josse Colpaert 4a87d847f9 [IMP] Enhance error message
bzr revid: jco@openerp.com-20140326143758-xme95p45sb50npgm
2014-03-26 15:37:58 +01:00
Josse Colpaert 213bb71746 [IMP] Only exclude inventory lines if assigned something or done
bzr revid: jco@openerp.com-20140326135147-h7ov6i2jbft954ep
2014-03-26 14:51:47 +01:00
Quentin (OpenERP) 78457a17ea [FIX] stock: fixes of bug introduced in previous branch merge
bzr revid: qdp-launchpad@openerp.com-20140326085657-wm57dug2a6poq0ft
2014-03-26 09:56:57 +01:00
Quentin (OpenERP) 7988c4f5b9 [FIX] stock: fixes of bugs introduced in previous merge
bzr revid: qdp-launchpad@openerp.com-20140325160323-hlbh33xojle1qtnc
2014-03-25 17:03:23 +01:00
Quentin (OpenERP) ddce38729b [REF] stock: refactoring of recompute stock operation links
bzr revid: qdp-launchpad@openerp.com-20140325150638-k633useunv65oe03
2014-03-25 16:06:38 +01:00
Cedric Snauwaert 704d4d59f1 [FIX]barcode interface backend
bzr revid: csn@openerp.com-20140325080823-tvvv11eocxj72hqe
2014-03-25 09:08:23 +01:00
Cedric Snauwaert fd00c531d5 [FIX]barcode_interface: correct use of url hash in interface
bzr revid: csn@openerp.com-20140324155628-bojwf560y73s9pv7
2014-03-24 16:56:28 +01:00
Cedric Snauwaert 70a3c06a34 [MERGE]merge with latest trunk-wms
bzr revid: csn@openerp.com-20140324105538-z2i6ieo57vk67eu0
2014-03-24 11:55:38 +01:00
Cedric Snauwaert 0d24796915 [FIX]barcode interface: take into account location filter when scanning a product
bzr revid: csn@openerp.com-20140324104621-xfah53qqwg06qcqe
2014-03-24 11:46:21 +01:00
Randhir Mayatra rma-openerp 0f40b3bc8f [IMP] convert button into stat button for project_issue and stock_claim
bzr revid: rma@tinyerp.com-20140324050921-qxn3n4getus3il6c
2014-03-24 10:39:21 +05:30
Quentin (OpenERP) c8648d9ed6 [FIX] stock: a couple of fixes of styntax error introduced in previous revision + some refactoring
bzr revid: qdp-launchpad@openerp.com-20140320180310-3tehn9d9z94qco43
2014-03-20 19:03:10 +01:00
Cedric Snauwaert 3e78262bb5 [WIP]barcode interface: add a modal window to change location
bzr revid: csn@openerp.com-20140320154056-137r0ts6umivzcrc
2014-03-20 16:40:56 +01:00
Josse Colpaert e374eb4309 [IMP] Adapt nomenclature
bzr revid: jco@openerp.com-20140320140959-d2mr2aic4ei0j5h1
2014-03-20 15:09:59 +01:00
Josse Colpaert f0ba091358 [IMP] Put product_ul on package
bzr revid: jco@openerp.com-20140320110651-ql2gtlkz1t4mzglx
2014-03-20 12:06:51 +01:00