Commit Graph

117 Commits

Author SHA1 Message Date
Adrien Peiffer (ACSONE) 675357b7d7 [FIX] purchase: propagate analytic accounts when invoicing on incoming shipments
Closes #5127
2015-02-09 16:31:19 +01:00
Martin Trigaux 6dceae0de9 [FIX] purchase: access rights when validating a picking
When a warehouse user transfer an incoming shipment, the linked purchase order
is updated as well but the user may not have access to it.
Trigger the workflow as admin instead. opw 619775
2014-12-10 14:45:33 +01:00
Alexis de Lattre 31a01ea772 Fixes #3851 Create invoice from picking copies some parameters from the order to the invoice 2014-12-03 17:53:25 +01:00
Grover Menacho c7b6a96239 [FIX] action_confirm was not asking for purchase pricelist, otherwise it was asking for sale pricelist 2014-12-03 11:28:59 +01:00
Cedric Snauwaert fa561f5caf [FIX] wms: fix lookup of xmlid route_warehouse0_buy
Fixes #2610 courtesy of gurneyalex
2014-09-23 11:05:22 +02:00
Josse Colpaert 066af964bf [IMP] Purchase on incoming shipments with services added 2014-09-17 21:41:42 +02:00
Martin Trigaux 10c3b8c3c8 [FIX] purchase: keep reference to purchase order line
When generating an invoice from a stock.picking, the reference to the purchase.order.line needs to be kept (e.g. this is needed by anglo-saxon for price valuation). (opw 600767)
2014-09-17 16:32:43 +02:00
Josse Colpaert ae2eb43e30 [IMP] Implement comments on pull request 2014-09-12 13:49:42 +02:00
Josse Colpaert d38fafdee8 [IMP] Put wkf_action_cancel back, so the method does not call itself recursively (issue 2079) 2014-09-12 13:49:42 +02:00
Josse Colpaert 1512534320 [FIX] When purchase, do not overwrite price 2014-09-12 13:49:42 +02:00
Josse Colpaert 246c425226 [WIP] Pricelist of purchase is not in stock only and remove product_manufacturer module in view + manufacturer 2014-09-12 13:49:42 +02:00
Josse Colpaert a0d855ffad [IMP] Inter-company pricing: put price on move when only partner and not connected to sale or purchase + invoice_state inverse function 2014-09-12 13:49:41 +02:00
Josse Colpaert 41d36b038c [IMP] Not necessary from merge 2014-09-03 19:18:16 +02:00
Nicolas Seinlet c2b7bca486 - Fix #1253
- avoid using sale objects in stock_account module
- check the purchase side
2014-09-03 19:18:16 +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 bdfdba0de4 [IMP] Update manufacturing 2014-07-07 23:33:47 +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
Josse Colpaert a3390b0f96 [IMP] Try to solve BoM expansion + check for context for splitting/copying moves 2014-06-27 15:33:07 +02:00
Josse Colpaert ce3645c9d9 [IMP] Corrections on pull request 2014-06-18 16:33:53 +02:00
Josse Colpaert a7866c12bb [FIX] master data should return something 2014-06-17 09:54:46 +02:00
Josse Colpaert eb13d3ee5f [IMP] Make sure there is a link between purchase order invoice and purchase order 2014-06-16 16:04:04 +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) e077a96cdd [REF] purchase: cleaning the TODO messages
bzr revid: qdp-launchpad@openerp.com-20140425091128-13uuwk7txzjoos6z
2014-04-25 11:11:28 +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
Josse Colpaert f119c72f5b [IMP] Help messages for warehouse settings
bzr revid: jco@openerp.com-20140422123326-1fuwmkja041j34yn
2014-04-22 14:33:26 +02:00
Quentin (OpenERP) bde6b6d6e5 [REF] refactoring made during code review. Some optimization patches have been rewritten more clearly, others abandonned or kept. WIP
bzr revid: qdp-launchpad@openerp.com-20140319163359-2ea7tjn5ba1ggein
2014-03-19 17:33:59 +01:00
Josse Colpaert 3bb1e2d64d [IMP] Check purchase order line in reception to invoice
bzr revid: jco@openerp.com-20140224144835-0zvnrjv2dftf6vhg
2014-02-24 15:48:35 +01:00
Josse Colpaert ed978bb905 [IMP] Only check pickings of purchases when state goes to done and optimize query
bzr revid: jco@openerp.com-20140224134126-jmk38b3gxtvbh1ru
2014-02-24 14:41:26 +01:00
Quentin (OpenERP) 17b17b34b9 [MERGE] merged the branch that add the possibility to sum quantities in PO lines for the same product and UoM (when triggering a purchase to solve a procurement) and that contains several fixes on the purchase and purchase_requisition modules (workflow, shipped boolean, procurement resolution...) + a fix on the 'waiting' state of stock moves that was wrongly never set before
bzr revid: qdp-launchpad@openerp.com-20140217231230-6vc9ojo0jxz0yfss
2014-02-18 00:12:30 +01:00
Quentin (OpenERP) 0e0443e2d2 [FIX] purchase: fixed workflow problem in purchase.order (if a PO was having its picking split, then its workflow wasn't listenning to the new move.. which lead to wrong PO state and 'shipped' boolean)
bzr revid: qdp-launchpad@openerp.com-20140217204244-78sui3bdzw2yl2wp
2014-02-17 21:42:44 +01:00
Quentin (OpenERP) 25048c6958 [FIX] purchase: shipped boolean on purchase order should be set to True when the goods are received in 'input' location
bzr revid: qdp-launchpad@openerp.com-20140217170459-ftfqojviyxe9nbl6
2014-02-17 18:04:59 +01:00
Cedric Snauwaert 73183be469 [FIX]when creating location for warehouse, use warehouse code as base name for location instead of warehouse name
bzr revid: csn@openerp.com-20140213094820-v76n4fuqd1omicvy
2014-02-13 10:48:20 +01:00
Quentin (OpenERP) 588507c071 [FIX] stock: reconfiguration of warehouse was buggy when the default resupply warehouse was removed from both the m2o and the m2m, the rules were also wrongly created (not in MTO) and the code was not clean. The renaming of a warehouse is also fixed and the buy/manufacture pull rules are now treated as well
bzr revid: qdp-launchpad@openerp.com-20131105154923-sl8ei71aa123t108
2013-11-05 16:49:23 +01:00
Quentin (OpenERP) 86d58ed2dd [FIX] purchase: the location of the buy pull rule has to be the default_location_dest_id of the in_type_id of the warehouse, and not its input location which can be inactive (if reception is in 1 step)
bzr revid: qdp-launchpad@openerp.com-20131024080325-pkphb3n426gaizmi
2013-10-24 10:03:25 +02:00
Quentin (OpenERP) 52c30fdd38 [FIX] purchase: typo
bzr revid: qdp-launchpad@openerp.com-20131024075054-mq5u06qmhd7oqwa9
2013-10-24 09:50:54 +02:00
Quentin (OpenERP) 34862f4b43 [FIX] purchase, mrp: create buy/manufacture rules that belong to the warehouse
bzr revid: qdp-launchpad@openerp.com-20131023151912-adi1oa85rulzefkk
2013-10-23 17:19:12 +02:00
Quentin (OpenERP) 0fed4f9ff1 [FIX] purchase: fixed references to old variable name
bzr revid: qdp-launchpad@openerp.com-20131023143957-1f6mokl5h2ys3n9c
2013-10-23 16:39:57 +02:00
Quentin (OpenERP) 4726c419f1 [FIX] purchase: when modifying the reception mode of a warehouse, reconfigure the buy rule as well
bzr revid: qdp-launchpad@openerp.com-20131023140740-1z9g31g7k2j6nt5k
2013-10-23 16:07:40 +02:00
Quentin (OpenERP) 45c990e833 [REF] some refactoring
bzr revid: qdp-launchpad@openerp.com-20131023134021-jf2n0l1coh7uuc0c
2013-10-23 15:40:21 +02:00
Quentin (OpenERP) f2b9d8f05f [MERGE] merged with main branch
bzr revid: qdp-launchpad@openerp.com-20131023122842-d4yxulpthx4qa9q5
2013-10-23 14:28:42 +02:00
jke-openerp 22ab454ce2 [FIX] Fixing code according to review "Need Fixing"
bzr revid: jke@openerp.com-20131023091226-69scxv3fnns3slvg
2013-10-23 11:12:26 +02:00
jke-openerp 14cc990846 [IMP] Task Warehouse configuration - Add buy route/rule in purchase and manufacture route/rule in mrp + field default resupply in warehouse form auto hide/display
bzr revid: jke@openerp.com-20131022065446-sxsqy1y9wg8kdzrz
2013-10-22 08:54:46 +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) f0f8fcb46e [FIX] purchase: removed annoying deprecation warning on trg_trigger
bzr revid: qdp-launchpad@openerp.com-20130906085903-2cmc6fckttdyw7xf
2013-09-06 10:59:03 +02:00
Quentin (OpenERP) 7fe0d4f840 [FIX] purchase: workflow of PO wasn't correctly updated
bzr revid: qdp-launchpad@openerp.com-20130904150137-og2bu4ineae2o2ax
2013-09-04 17:01:37 +02:00
Quentin (OpenERP) af4201571c [FIX] purchase: fifo_returns.yml
bzr revid: qdp-launchpad@openerp.com-20130904091256-el137c6uxcppgfcl
2013-09-04 11:12:56 +02:00
Fabien Pinckaers fa2e25236e [IMP] purchase
bzr revid: fp@openerp.com-20130804192538-mqz7lrpkkgjh5qwp
2013-08-04 21:25:38 +02:00
Josse Colpaert 15f509178b [WIP] remove stock.picking.in and stock.picking.out and replace by picking_type_id
bzr revid: jco@openerp.com-20130723164755-39wldz6jdjkqjvkk
2013-07-23 18:47:55 +02:00
Josse Colpaert 7ee4eb2656 [WIP] Add removal and putaways in views
bzr revid: jco@openerp.com-20130719115533-754m6591p3ykutea
2013-07-19 13:55:33 +02:00