Commit Graph

514 Commits

Author SHA1 Message Date
Quentin (OpenERP) d2d0184587 [IMP] pocurement, stock, purchase, sale_stock, stock_account: misc changes in usabilty, code refactoring and new option on procurement group propagation.
1) form view of procurement.order and procurement.rule reviewed
2) added buttons on procurement.order to jump on other procurements or pickings of same procurement.group
3) tracked some fields on procurement.order
4) used the short name of warehouse for the rule names
5) added a new choice for the procurement.group propagation in order to allow having only one reception picking for several po lines grouped in the same PO but belonging to different procurement.group at first
6) some code refactored for easiness, modularity, clarity and other obvious reasons

bzr revid: qdp-launchpad@openerp.com-20131107112053-knracfslqkfitg8b
2013-11-07 12:20:53 +01:00
Launchpad Translations on behalf of openerp 2160342cea Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131116062538-hsi3j63m1pw01qem
bzr revid: launchpad_translations_on_behalf_of_openerp-20131117054515-0jw3bd84wk546u6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20131118055319-wz4qa3cxwowlonxt
2013-11-18 05:53:19 +00:00
Martin Trigaux 1fe9b19c83 [FIX] sale_stock: take into account the value of the customer reference on grouped invoice (opw #599716)
bzr revid: mat@openerp.com-20131115134335-qsu8ceyx86zyfj8j
2013-11-15 14:43:35 +01:00
jke-openerp 5308a926d2 [IMP] Improve and fix according to review FP
bzr revid: jke@openerp.com-20131105161517-zm1ks2m8fkcf7v7i
2013-11-05 17:15:17 +01:00
Olivier Dony 0f7099bb30 [FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause
Similarly to the recent fixes in Purchase Analysis,
the Sales Analysis view must not group on the quantity
field. It is one of the columns that must be aggregated,
not used to fold PO lines into the same
result row.
The line count was also incorrect because of this, and
had to be corrected to actually count() the underlying
SO lines.

In addition, the JOINs were done in the wrong order,
which could cause problems (e.g. if an empty SO ever
landed in the database, all the SO line columns
would be empty in the JOIN, and cause errors)

bzr revid: odo@openerp.com-20131105103011-vkix07lsb6q3y9fd
2013-11-05 11:30:11 +01:00
Launchpad Translations on behalf of openerp 9d4c7f4db9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062724-823uztz81d48e7zk
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062340-1guhkeb34orj1d77
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054341-mg7xr0dkzd2rp6rx
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060249-fio493wxgjvvlthm
2013-11-04 06:02:49 +00:00
Chandni Machchhar (OpenERP) a5a4a81391 [FIX] [sale_stock]: When we create group invoice from delivery order, it is taking customer reference only one which is defined while creating sale order.
bzr revid: cac@openerp.com-20131031054756-qgx2wmyf5o0cs2fp
2013-10-31 11:17:56 +05:30
Launchpad Translations on behalf of openerp 40c309024c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062529-74ir3upguunr9mw3
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027061317-d9s440jzv1juvswi
bzr revid: launchpad_translations_on_behalf_of_openerp-20131028054233-15znliqv2eh2jq0i
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051429-rcytejyrg2s4t9db
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055438-gp0hyend0jooi941
2013-10-30 05:54:38 +00:00
Turkesh Patel (Open ERP) c3bc021516 [MRG] merge with parent branch
bzr revid: tpa@tinyerp.com-20131029133339-v12s3wgyn1b1j4wg
2013-10-29 19:03:39 +05:30
Launchpad Translations on behalf of openerp 8bc457816f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131024052057-4ai7sltsmuoke8l5
bzr revid: launchpad_translations_on_behalf_of_openerp-20131025060100-ua2rf6g9urivk8bm
2013-10-25 06:01:00 +00:00
Quentin (OpenERP) 7cf0f92277 [FIX] sale_stock: fixed inheritancy of product_id_change in order to be more modular with other modules
bzr revid: qdp-launchpad@openerp.com-20131023094025-rkcf0ccs8j95d4su
2013-10-23 11:40:25 +02:00
Quentin (OpenERP) fcbfec1519 [FIX] sale_stock, warning: fixed inheritancy of product_id_change in order to be more modular with other modules
bzr revid: qdp-launchpad@openerp.com-20131023085758-1kz7r8kepmuhthr3
2013-10-23 10:57:58 +02:00
Quentin (OpenERP) 441d0bc009 [FIX] stock, sale_stock: changed the way the procurements look for a suitable rule => Added a m2o field warehouse_id on procurement.order, procurement.rule and stock.move. There was a problem with MTO products because they weren't following the route of the chosen warehouse at all (since all warehouse were creating their rule in the same route, there was no garantee that the route chosen was included in the warehouse selected on the SO)
bzr revid: qdp-launchpad@openerp.com-20131022120605-3dj65nm5yc96sj5r
2013-10-22 14:06:05 +02:00
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
Launchpad Translations on behalf of openerp 16fd47c3e1 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131019052801-ouw53m70o0eabxnv
bzr revid: launchpad_translations_on_behalf_of_openerp-20131020050509-ar8koyz20p82rdjq
bzr revid: launchpad_translations_on_behalf_of_openerp-20131021045723-bkmqoimoalwb3lzq
2013-10-21 04:57:23 +00: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) c3fd943ac4 [MERGE] merged with main feature branch
bzr revid: qdp-launchpad@openerp.com-20131016100318-52unjrqnn5xqo6eg
2013-10-16 12:03:18 +02: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
Turkesh Patel (Open ERP) d540c2d1c7 [MRG] merge with parent branch
bzr revid: tpa@tinyerp.com-20131015085717-a70uv0ej1nhuzadw
2013-10-15 14:27:17 +05:30
jke-openerp 66b0500f3c Task misc -Step 2
bzr revid: jke@openerp.com-20131014142540-udu9mn3lu99alir2
2013-10-14 16:25:40 +02:00
Launchpad Translations on behalf of openerp 566af6033f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131011052941-f4x7ued38x0siu4u
bzr revid: launchpad_translations_on_behalf_of_openerp-20131013053842-x6nja74l8by5vd1q
bzr revid: launchpad_translations_on_behalf_of_openerp-20131014053313-j22u5qen55na9js8
2013-10-14 05:33:13 +00:00
Quentin (OpenERP) 18968e29eb [FIX] sale_stock: fixed access rights error in yaml test
bzr revid: qdp-launchpad@openerp.com-20131011121228-ffz22emb9bbk1oui
2013-10-11 14:12:28 +02:00
Turkesh Patel (Open ERP) 0d840256c5 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20131011061203-z13xuqw5fzznr6qc
2013-10-11 11:42:03 +05:30
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02:00
Quentin (OpenERP) d06b99370c [FIX] sale_stock: fix onchange product to raise a warning more precisely + fixed inheritancy of views that wasn't taken into account
bzr revid: qdp-launchpad@openerp.com-20131010081442-belp4gu1w75ml3fs
2013-10-10 10:14:42 +02:00
jke-openerp b3f1ce57be try catch added
bzr revid: jke@openerp.com-20131009153120-pr721kyv1y7zcv56
2013-10-09 17:31:20 +02:00
jke-openerp 71ed45ba7e merge with the copy on launchpad
bzr revid: jke@openerp.com-20131009143817-j0ow1jhj3ofwg99h
2013-10-09 16:38:17 +02:00
jke-openerp 9473209b7d fixed - v1
bzr revid: jke@openerp.com-20131009140728-zavf5amo5xjbpim4
2013-10-09 16:07:28 +02:00
Turkesh Patel (Open ERP) f21a86f584 [IMP] revert the code of revision no 9440.
bzr revid: tpa@tinyerp.com-20131009060949-odzzqredsdyhlo2y
2013-10-09 11:39:49 +05:30
jke-openerp 65f5b2470a remove some reference
bzr revid: jke@openerp.com-20131008144245-qv90ikyzbwjkoa7z
2013-10-08 16:42:45 +02:00
jke-openerp d86e8623a3 merge sale stock loc
bzr revid: jke@openerp.com-20131008143231-6l30g8z2bju8z4cu
2013-10-08 16:32:31 +02:00
jke-openerp a178177f45 optimize - no float_compare if mto true
bzr revid: jke@openerp.com-20131007134831-oc2p68rxol49l7eb
2013-10-07 15:48:31 +02:00
jke-openerp 7589873b35 optimize - no float_compare if mto true
bzr revid: jke@openerp.com-20131007134831-ne0w1h9xnv4n6pmw
2013-10-07 15:48:31 +02:00
jke-openerp 6d1fba2754 remove stock warning on mto product
bzr revid: jke@openerp.com-20131007134123-ukaif43i2dj7ms8a
2013-10-07 15:41:23 +02:00
jke-openerp 2930e50b08 remove stock warning on mto product
bzr revid: jke@openerp.com-20131007134123-mu4h0sw7oc5o1d4i
2013-10-07 15:41:23 +02:00
Turkesh Patel (Open ERP) 5617fbf6d9 [MRG] merge with parent branch
bzr revid: tpa@tinyerp.com-20131007055134-pgbxqyt7bpmu93dh
2013-10-07 11:21:34 +05:30
Turkesh Patel (Open ERP) 1db5d4ccd6 [IMP] remove call of button_compute method.
bzr revid: tpa@tinyerp.com-20131004130719-qnnhhv0j3j6gj5yz
2013-10-04 18:37:19 +05:30
Quentin (OpenERP) d5a9dfd30b [IMP] sale_stock, stock: change the 'view delivery orders' in order to see all the pcikings related and not only the deliveries (include pick and pack operations)
bzr revid: qdp-launchpad@openerp.com-20131004090152-wmlgx9npiuus1z43
2013-10-04 11:01:52 +02:00
Launchpad Translations on behalf of openerp 6ad09a8b40 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131004054526-wrer2m4h9u0lpvmm
2013-10-04 05:45:26 +00:00
Martin Trigaux 11308f37dd [FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login)
bzr revid: mat@openerp.com-20131003143234-8tu732aa4rmycoif
2013-10-03 16:32:34 +02:00
Turkesh Patel (Open ERP) 872b4de22c [FIX] issue when we add product which is service with another stockable in SO with invoice on delivery and when after delivery we create invoice service type produc is not there in invoice line
bzr revid: tpa@tinyerp.com-20131003115451-bdjaw60s6bat98ra
2013-10-03 17:24:51 +05:30
Launchpad Translations on behalf of openerp 3a4a093ba7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054304-7r885mda98p411ax
bzr revid: launchpad_translations_on_behalf_of_openerp-20130928055410-zlzdspq6yjqrkq33
bzr revid: launchpad_translations_on_behalf_of_openerp-20130929054547-erco56ru1eyc6iq7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130930054318-brbtsqs7pdngwg51
2013-09-30 05:43:18 +00:00
Launchpad Translations on behalf of openerp c7471d1bff Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130919045624-x71znzpi3rpnvpcs
bzr revid: launchpad_translations_on_behalf_of_openerp-20130920060145-80h8zse3uw3jg2fx
2013-09-20 06:01:45 +00:00
Darshan Kalola (OpenERP) d1a23edd2e [IMP]align multi-line string
bzr revid: dka@tinyerp.com-20130917130814-wikgcy25594gk8dx
2013-09-17 18:38:14 +05:30
Darshan Kalola (OpenERP) 21876a5810 [MERGE]merged with main addons
bzr revid: dka@tinyerp.com-20130917123814-wqx07inh0ckcqdgw
2013-09-17 18:08:14 +05:30
Quentin (OpenERP) e12c9ab5ec [FIX] sale, project_mrp, sale_stock: fixed problems related to the procurement workflow
bzr revid: qdp-launchpad@openerp.com-20130917064359-jwque36uwouac61p
2013-09-17 08:43:59 +02:00
Turkesh Patel (Open ERP) a2b6b5df02 [MRG] merge with lp:openobejct-addons contains changes on justguage and sparklinebar library.
bzr revid: tpa@tinyerp.com-20130916070618-l59jaz9tbrmv5y6r
2013-09-16 12:36:18 +05:30
Cedric Snauwaert 212be5e67c [WIP]fix sale workflow in the case we only have sale and not stock installed.
bzr revid: csn@openerp.com-20130913093815-m6luad9cnhykbcha
2013-09-13 11:38:15 +02:00
Martin Trigaux ab7d8c4ccf [MERGE] refactoring of tests to be executed as normal users instead of administrator, fixed some security rules
bzr revid: mat@openerp.com-20130912085812-xvmjoa5fjis0l2ws
2013-09-12 10:58:12 +02:00
Launchpad Translations on behalf of openerp 9dba69ba48 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130912064018-3vecn03jcu9fm1m8
2013-09-12 06:40:18 +00:00
Cedric Snauwaert ca9abec55b [FIX]sale_stock: remove assert test on unit_price between move and sol which is not relevant
bzr revid: csn@openerp.com-20130911124126-1qejdj8r8w4yhs6i
2013-09-11 14:41:26 +02:00
Martin Trigaux c48504fdba [MERGE] sync with trunk (state -> stage removed some test)
bzr revid: mat@openerp.com-20130911110755-zf3ytf9m27im6x9k
2013-09-11 13:07:55 +02:00
Josse Colpaert d35dda29b4 [IMP] Add routes on category logic
bzr revid: jco@openerp.com-20130911082431-mlhe6hq54l29dktl
2013-09-11 10:24:31 +02:00
Cedric Snauwaert 8e6866efee [FIX]sale_stock: since field type has been removed, also remove it from view
bzr revid: csn@openerp.com-20130911081725-uz40vnmcbqd7jku7
2013-09-11 10:17:25 +02:00
Josse Colpaert d207edc369 [IMP] Move sale_stock_workflow towards sale_workflow and make sure project_mrp tests pass
bzr revid: jco@openerp.com-20130910154822-u2if98d4r32rtibi
2013-09-10 17:48:22 +02:00
Quentin (OpenERP) 15dd2573d5 [FIX] better split of onshipping invoice (some code needed to be moved in sale_stock\!) + misc fixes in delivery (yaml test fixed as well)
bzr revid: qdp-launchpad@openerp.com-20130909142350-axvodv298wnmm7ox
2013-09-09 16:23:50 +02:00
Josse Colpaert 30f27b8cbb [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route)
bzr revid: jco@openerp.com-20130909115515-7z6ixaxe7bpxxe73
2013-09-09 13:55:15 +02:00
Fabien Meghazi f58b15af48 [IMP] Remove deprecated manifest keys
bzr revid: fme@openerp.com-20130909110330-kl71n1km00gew1oo
2013-09-09 13:03:30 +02:00
Launchpad Translations on behalf of openerp 1b3e67fc72 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130908050306-6ff4thsz8hd67x3z
bzr revid: launchpad_translations_on_behalf_of_openerp-20130909045922-jrx0xd00p3nszc9r
2013-09-09 04:59:22 +00:00
Cedric Snauwaert e87465208b [FIX]sale: fix button view delivery order, set correct default picking type id in action view context
bzr revid: csn@openerp.com-20130905130234-siefa3ibdxmxsayl
2013-09-05 15:02:34 +02:00
Josse Colpaert c0e1ebb4ad [IMP] Remove many2manytags route in warehouse, change warehouse on sale
bzr revid: jco@openerp.com-20130905092430-bh515emzi25dj0th
2013-09-05 11:24:30 +02:00
Turkesh Patel (Open ERP) b867a9b800 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20130904062219-c067v8v866syvz0b
2013-09-04 11:52:19 +05:30
Josse Colpaert 5ef4e485ff [FIX] Add extra base menu for invoicing
bzr revid: jco@openerp.com-20130903161651-he9hvw18yetykocq
2013-09-03 18:16:51 +02:00
Josse Colpaert 8eb84612b8 [FIX] Revert 9133
bzr revid: jco@openerp.com-20130903160814-gt61948rk4okgflb
2013-09-03 18:08:14 +02:00
Josse Colpaert dc2731d565 [ADD] Move deliveries to invoice form sale_stock to stock_account
bzr revid: jco@openerp.com-20130903155202-v36vooidj800q56e
2013-09-03 17:52:02 +02:00
Quentin (OpenERP) 8a23802e9e [IMP] stock: removed location input and location output on warehouse
bzr revid: qdp-launchpad@openerp.com-20130903090334-iqtk4a762volg5s2
2013-09-03 11:03:34 +02:00
Launchpad Translations on behalf of openerp cb8f9c5a0d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130903054857-i15nhvtthlho7chm
2013-09-03 05:48:57 +00:00
Darshan Kalola (OpenERP) 80da7ddd60 [IMP]Add - before the the sentence This installs the module in help
bzr revid: dka@tinyerp.com-20130830094512-n3nqjtt1g0w8m94v
2013-08-30 15:15:12 +05:30
Josse Colpaert 1a1338fa41 [IMP] Add invoice_state on move in stock_account and make sure it gets passed through procurement on the move
bzr revid: jco@openerp.com-20130830081648-mmfxshzl9cuk3jg6
2013-08-30 10:16:48 +02:00
Josse Colpaert 7e434f79d4 [MERGE] Merge picking order policy
bzr revid: jco@openerp.com-20130829093229-pv41jc7z3f90viki
2013-08-29 11:32:29 +02:00
Darshan Kalola 9d29902fa5 [MERGE]merged with main addons
bzr revid: darshankalola@gmail.com-20130829063416-3zo337keanlemwe2
2013-08-29 12:04:16 +05:30
Josse Colpaert 57c80c4bc1 [IMP] Adapt average yml and push flow yml, put stock.py from sale_stock in stock_account
bzr revid: jco@openerp.com-20130828153210-cn97txe5046vo4nk
2013-08-28 17:32:10 +02:00
Pooja Zankhariya (OpenERP Trainee) f9cef80977 [IMP]Moved stock invoice onshipping wizard to stock_account
bzr revid: pooja.zakhariya@gmail.com-20130827140926-hegue0mvvdxluqnf
2013-08-27 19:39:26 +05:30
Bharat R. Devnani (OpenERP) 0f1d5c92c8 [MERGE] merged with parent branch lp:~openerp-dev/openobject-addons/trunk-wmsimplement-seduce-fp
bzr revid: bde@tinyerp.com-20130827085750-gvlr9t6kqq2eoetd
2013-08-27 14:27:50 +05:30
Josse Colpaert 1521569679 [MERGE] Prepaid order policy yml
bzr revid: jco@openerp.com-20130826163844-i4cjs7ptr86e575k
2013-08-26 18:38:44 +02:00
Bharat R. Devnani (OpenERP) b97a9da42d [REVERT] reverted the changes in _get_orders method
bzr revid: bde@tinyerp.com-20130826071405-yax8hqw0esrll766
2013-08-26 12:44:05 +05:30
Bharat R. Devnani (OpenERP) a6cc542eef [IMP] run the scheduler after picking is done
bzr revid: bde@tinyerp.com-20130823094020-gacp65206rn8mxzv
2013-08-23 15:10:20 +05:30
Martin Trigaux 4bc20f2e2f [MERGE] backport of revision 8862
mrp, sale_stock: minor usability improvements + properties in sale order lines

bzr revid: mat@openerp.com-20130823092231-w5aet41ivk4f7nd9
2013-08-23 11:22:31 +02:00
Bharat R. Devnani (OpenERP) b42f8b53db [IMP] improved _get_orders method and added _get_orders_procurements method to complete the flow of Sale Order
bzr revid: bde@tinyerp.com-20130823065119-6yje7t9nyfi3r5fl
2013-08-23 12:21:19 +05:30
Bharat R. Devnani (OpenERP) 47e3fd4f94 [IMP] procure_method is moved to stock.move object so referred move from procurement.order and removed reference of date_to_datetime method as it no longer exists on sale.order object
bzr revid: bde@tinyerp.com-20130821095542-d7n7pk28nqrs0efq
2013-08-21 15:25:42 +05:30
Bharat R. Devnani (OpenERP) 0d3437e753 [IMP] As the system creates one procurement per sale order line so checked the assert statements without for loop for procurements
bzr revid: bde@tinyerp.com-20130821054253-kbtjbyosjukc9con
2013-08-21 11:12:53 +05:30
Bharat R. Devnani (OpenERP) 64fee2e674 [IMP] value of invoice.comment should be blank if value is False
bzr revid: bde@tinyerp.com-20130821052528-wfo71cmpwcu1593r
2013-08-21 10:55:28 +05:30
Mansi Kariya (OpenERP Trainee) 264693820a [MERGE] merge with main branch
bzr revid: mansi.mk.179@gmail.com-20130821051607-t34od6nmfd5eiee1
2013-08-21 10:46:07 +05:30
Bharat R. Devnani (OpenERP) 02c4bbdb87 [ADD] added note field of sale order in arguments when creating object for invoice
bzr revid: bde@tinyerp.com-20130819114840-5exwx552xukiymrq
2013-08-19 17:18:40 +05:30
Bharat R. Devnani (OpenERP) 02aef6ff11 [IMP] improved according to new wms
bzr revid: bde@tinyerp.com-20130819060609-blgi8tornvbfztg4
2013-08-19 11:36:09 +05:30
Launchpad Translations on behalf of openerp 0e74fd31a4 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055122-qjjh1oa8122npkdt
bzr revid: launchpad_translations_on_behalf_of_openerp-20130816060311-osd5epg0pjqggizo
bzr revid: launchpad_translations_on_behalf_of_openerp-20130817061650-b596lee67z2gon1h
bzr revid: launchpad_translations_on_behalf_of_openerp-20130818050503-e1c1ferew0px4k1y
bzr revid: launchpad_translations_on_behalf_of_openerp-20130819045737-ef63g3nwk154ezyw
2013-08-19 04:57:37 +00:00
Josse Colpaert bcbd83f242 [IMP] Invoice_state store should be triggered when moves are grouped into picking
bzr revid: jco@openerp.com-20130816123030-kfapqsh40dg8qni9
2013-08-16 14:30:30 +02:00
Josse Colpaert 349833452a [IMP] Change test_state according to procurement_ids, do not allow running a procurement twice when it was successful and adapt view in sale_journal
bzr revid: jco@openerp.com-20130816102734-j4xrxqbz26q942ps
2013-08-16 12:27:34 +02:00
Josse Colpaert 2642c4a379 [IMP] procurement state == done instead of != for test_state
bzr revid: jco@openerp.com-20130816074846-di9cajwmylsvsg3s
2013-08-16 09:48:46 +02:00
Mansi Kariya (OpenERP Trainee) 4af5d29679 [IMP] Added a product and sale order.
bzr revid: mansi.mk.179@gmail.com-20130814122554-dkjy8vjnmeibzqeu
2013-08-14 17:55:54 +05:30
Randhir Mayatra (OpenERP) 290d3b31cc [IMP] remove extra assert
bzr revid: rma@tinyerp.com-20130814121445-i29uhxxd43rdzw2g
2013-08-14 17:44:45 +05:30
Randhir Mayatra (OpenERP) b8220056f7 [IMP] remove procure_method in yml that not in procurement anymore
bzr revid: rma@tinyerp.com-20130814104426-o8w3mu3dxtgd17d9
2013-08-14 16:14:26 +05:30
Launchpad Translations on behalf of openerp b9cc4e0c33 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130813060644-aqcty76tubwcndqr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130814061143-xd9u24slxcp1dft9
2013-08-14 06:11:43 +00:00
Launchpad Translations on behalf of openerp c46331a3ca Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130729055508-7yza7v2jdny1gear
bzr revid: launchpad_translations_on_behalf_of_openerp-20130730045810-58du4wi80axs0t81
bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050509-v64stuiemu934s7t
bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053600-ssuy8yhd6ve9cse6
bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053806-gx2uwr6zoit4zow2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050026-l3omk3m8v7f34dnu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053803-dm8ugwnibrznai0t
bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050015-lmxdgm6fks2fyzoe
bzr revid: launchpad_translations_on_behalf_of_openerp-20130812050650-ta4kndyaxthut4tv
2013-08-12 05:06:50 +00:00
Fabien Pinckaers 177d1c6920 [IMP] First test pass for sale_stock
bzr revid: fp@openerp.com-20130804182522-n2cjlt27cq0wazqt
2013-08-04 20:25:22 +02:00
Fabien Pinckaers 40e681ac9a [FIX] YAML bug
bzr revid: fp@openerp.com-20130804181636-x2gthf5xmgbfqjxy
2013-08-04 20:16:36 +02:00
Fabien Pinckaers 83053a16e3 [FIX] some tests in sale_Stock
bzr revid: fp@openerp.com-20130804175722-71ov6xopn7nu0y5s
2013-08-04 19:57:22 +02:00
Fabien Pinckaers ef4b7c69b2 [FIX] Creating invoices on picking seems to work
bzr revid: fp@openerp.com-20130804170255-8ll9udktbdfzhu6w
2013-08-04 19:02:55 +02:00
Fabien Pinckaers 934be97ff6 [FIX] invoice on shipping wizard, not finished yet
bzr revid: fp@openerp.com-20130804161035-ds2tsx9its11fusm
2013-08-04 18:10:35 +02:00
Fabien Pinckaers 16cb4f8b2a [IMP] cleaning in progress: invoice on picking
bzr revid: fp@openerp.com-20130804134014-0xrkwlzhd6zfd6em
2013-08-04 15:40:14 +02:00
Fabien Pinckaers c522a3d440 [IMP] Invoice on picking cleaned
bzr revid: fp@openerp.com-20130804115325-ejsbn2qoawnrgaic
2013-08-04 13:53:25 +02:00
Fabien Pinckaers 9eb29913fa [IMP] removed old concept: invoice_quantity
bzr revid: fp@openerp.com-20130803190359-e3xpl2yye2u15104
2013-08-03 21:03:59 +02:00
Fabien Pinckaers b3f49d4b74 [IMP] removing bad code
bzr revid: fp@openerp.com-20130803174320-a3hhtypmfwge8a48
2013-08-03 19:43:20 +02:00
Fabien Pinckaers d2206b1856 [IMP] removed buggy process
bzr revid: fp@openerp.com-20130803160508-i6h90afxcf27ot5o
2013-08-03 18:05:08 +02:00
Fabien Pinckaers 0f80a45eb8 [IMP] misc fixes in sale_stock
bzr revid: fp@openerp.com-20130803074236-379hhg5s3o26i003
2013-08-03 09:42:36 +02:00
Fabien Pinckaers 6485a68609 [IMP] sale stock
bzr revid: fp@openerp.com-20130803072546-52eeu2a4sd0so57i
2013-08-03 09:25:46 +02:00
Quentin (OpenERP) 56cbc9421d [FIX] fixing misc bugs due to the removal of stock in the dependancies of sale
bzr revid: qdp-launchpad@openerp.com-20130802113308-nicou96ebqtcgdm0
2013-08-02 13:33:08 +02:00
Turkesh Patel (Open ERP) 0049c8efe8 [IMP] Improved code of sale report to inherit and add fields in sale_crm,sale_stock modules, added proper domins on the actions in sales teams kanban
bzr revid: tpa@tinyerp.com-20130729101117-6sxwrsh2coz8ygkd
2013-07-29 15:41:17 +05:30
Darshan Kalola c0a72b3491 [IMP]improve help of sales and General-setting menus in setting/configuration
bzr revid: darshankalola@gmail.com-20130725061442-kchwc3eattox148j
2013-07-25 11:44:42 +05:30
Launchpad Translations on behalf of openerp 205be82943 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130725054417-yilro7a52nwsb91r
2013-07-25 05:44:17 +00:00
Darshan Kalola 3cf3519e82 [IMP]improve help of setting/configuration menus
bzr revid: darshankalola@gmail.com-20130724134548-jmgot5zt3xpcx1ct
2013-07-24 19:15:48 +05:30
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 a3cc2f8fdc [WIP] Link sale and procurement group, run procurement when creating from sale, view delivery order button with shipped field as a calculated field, quants search view, change yml tests in stock_location
bzr revid: jco@openerp.com-20130722143747-l680354are7bo0ow
2013-07-22 16:37:47 +02:00
Launchpad Translations on behalf of openerp 08bf51a608 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130719063647-ajybj58frejzmzi1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130720062338-fgevfrm113ns9ohh
bzr revid: launchpad_translations_on_behalf_of_openerp-20130722055949-auzq29nv6b2f3o10
2013-07-22 05:59:49 +00:00
Lionel Sausin eafd60ebd4 [MERGE] Upgrade to v7.0. Make the dates visible to everyone - if you don't want to see them, just uninstall the module.
bzr revid: ls@numerigraphe.com-20130717103317-cf22a6614c4wzmv9
2013-07-17 12:33:17 +02:00
Josse Colpaert 37ab5c83f7 [WIP] Move back packaging from sale to sale_stock, add module sale_stock_location for route on sale order, add route on warehouse
bzr revid: jco@openerp.com-20130716153336-irauxby6fd7gs0w2
2013-07-16 17:33:36 +02:00
Quentin (OpenERP) 6898ade414 [WIP] stock_account
bzr revid: qdp-launchpad@openerp.com-20130715112219-o1bh3hipzxpxrtw9
2013-07-15 13:22:19 +02:00
Launchpad Translations on behalf of openerp d1a4e0aef0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130711062622-v4muic3uqckueux5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130712063505-m63repwd0zokfibu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130713063525-b30s09rh63t3zox4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130714055943-xf6jvk2dpoemt6qx
bzr revid: launchpad_translations_on_behalf_of_openerp-20130715051357-59o0nkhplh3e58mi
bzr revid: launchpad_translations_on_behalf_of_openerp-20130704054706-ace1fcr1vtruoc4s
bzr revid: launchpad_translations_on_behalf_of_openerp-20130705061311-4735gtnj7xjmuprg
bzr revid: launchpad_translations_on_behalf_of_openerp-20130712063510-g2yq0kxqgrx9x1df
bzr revid: launchpad_translations_on_behalf_of_openerp-20130713063533-7mjj5a7226xhtob6
bzr revid: launchpad_translations_on_behalf_of_openerp-20130714055945-h6jn755mtdcubvei
bzr revid: launchpad_translations_on_behalf_of_openerp-20130715051400-rra06yzfd7zw4bt0
2013-07-15 05:14:00 +00:00
Cedric Snauwaert 30fb888bc1 [FIX]sale_stock: add field function (one2many) picking_ids on sale_order object
bzr revid: csn@openerp.com-20130711134044-8k9t0o5b93k6h736
2013-07-11 15:40:44 +02:00
Quentin (OpenERP) f3676a6640 [WIP] stock
bzr revid: qdp-launchpad@openerp.com-20130710155911-9h4c40w0oqgontce
2013-07-10 17:59:11 +02:00
Cedric Snauwaert b6862f6272 [FIX]fix installation of some modules as well as some demo data
bzr revid: csn@openerp.com-20130710152720-d8hhgd29pdv4n8l8
2013-07-10 17:27:20 +02:00
Josse Colpaert bcf77893af [WIP] Move from sale_stock what has only to do with procurement to sale and remove stock_location_sale
bzr revid: jco@openerp.com-20130710150207-imvyte86hftdd3pq
2013-07-10 17:02:07 +02:00
Quentin (OpenERP) af7cf8a226 [WIP] procurement, project_mrp
bzr revid: qdp-launchpad@openerp.com-20130710150042-djynhii0hrib2rlk
2013-07-10 17:00:42 +02:00
Cedric Snauwaert 277531f21d [FIX]fix installation of several modules: purchase, sales, purchase_req, mrp, sale_stock
bzr revid: csn@openerp.com-20130709150027-wy8avglaosiktm5m
2013-07-09 17:00:27 +02:00
sgo@tinyerp.com 9349ba8484 [IMP]define context to yml function
bzr revid: sgo@tinyerp.com-20130701114625-vshpugzujnvgdf5x
2013-07-01 17:16:25 +05:30
Chandni Machchhar(OpenERP Trainee) 0bed10fa7f [FIX] fix the translation issue
bzr revid: psi@tinyerp.com-20130701111543-7lgfuf230088gce2
2013-07-01 16:45:43 +05:30
Fabien Pinckaers 863ef7cf7a [IMP] WIP: big cleaning
bzr revid: fp@tinyerp.com-20130629221703-ti4qqcc8e3pc0ddh
2013-06-30 00:17:03 +02:00
Fabien Pinckaers 471dd0998d stock.move.group renamed to procurement.group
procurement module (where stock.move.group was defined) does not depend on the stock module
the same grouping system could be used for services too

procurement.group
removed sequence_id field
put a default values on the name field, using a defined sequence
renamed "Move Group" into "Procurement Requisition"

procurement object:
location_id should not come from the customer property but should be stored on the procurement (set by the sale order, using the customer property)

bzr revid: fp@tinyerp.com-20130629091328-5gc39647aa2pymlf
2013-06-29 11:13:28 +02:00
Josse Colpaert 2fabc67f5d [IMP] Add stock_location_sale for changing procurements with sale orders and grouping moves from same group and same locations in same picking
bzr revid: jco@openerp.com-20130627144629-1zegnhelwrfmgdm5
2013-06-27 16:46:29 +02:00
sgo@tinyerp.com 2e272a7687 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130626111029-e6szwugpewn3cd2g
2013-06-26 16:40:29 +05:30
Amit Bhavsar (Open ERP) 06fe2460d6 [MERGE] merge with latest trunk
bzr revid: amb@tinyerp.com-20130624141838-mevmot56188pkoeo
2013-06-24 19:48:38 +05:30
Launchpad Translations on behalf of openerp 3e269d1572 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130614070428-by6oo1fc0hvfoqc8
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615061319-hikvcj42kmv0fwla
bzr revid: launchpad_translations_on_behalf_of_openerp-20130616053220-l2jj1f2bfhr8s95f
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062045-ydm23y8oyqt85r6d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065045-8n040l4nl7inbsho
bzr revid: launchpad_translations_on_behalf_of_openerp-20130619061621-p7u5tapogm5ao1o2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063408-j244y20qpy61d6dn
bzr revid: launchpad_translations_on_behalf_of_openerp-20130615062054-6zhgccaoectf2c0d
bzr revid: launchpad_translations_on_behalf_of_openerp-20130616053235-3eimstk0anu72x9m
bzr revid: launchpad_translations_on_behalf_of_openerp-20130617062114-7wts3fyy6vgqzt8v
bzr revid: launchpad_translations_on_behalf_of_openerp-20130618065127-8w5xbiwnnza5vlo1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130619061719-63jsadfrb1yoqtgz
bzr revid: launchpad_translations_on_behalf_of_openerp-20130620063509-1xk30ymo1f7nn4h0
2013-06-20 06:35:09 +00:00
Launchpad Translations on behalf of openerp c0119a87c1 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130706061750-b7mm65zaln6pacmc
bzr revid: launchpad_translations_on_behalf_of_openerp-20130707055412-bb9fnxig7ss4pugc
2013-07-07 05:54:12 +00:00
Launchpad Translations on behalf of openerp 034f7bdb14 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130703060137-kl7z1idur87nzjjm
bzr revid: launchpad_translations_on_behalf_of_openerp-20130704054701-nxvmb94gwr227aby
2013-07-04 05:47:01 +00:00
Thibault Delavallée e738adfafe [FIX] sale, sale_stock: fixed calls to get_company taking an extra uid
bzr revid: tde@openerp.com-20130614143317-65mbgfugskxqnxp7
2013-06-14 16:33:17 +02:00
Thibault Delavallée 1a51e9b88d [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130614141720-7qjo6fpkm83jhpm2
2013-06-14 16:17:20 +02:00
Thibault Delavallée bc58a5a224 [CLEAN] Misc cleaning before merging.
bzr revid: tde@openerp.com-20130614141643-29z9zslusyhj4u5j
2013-06-14 16:16:43 +02:00
Christophe Simonis aa133b4d29 [MERGE] forward port of branch saas-1 up to revid 8745 chs@openerp.com-20130613181503-82234mo34wxb0oap
bzr revid: chs@openerp.com-20130614091924-z5ta02kwhmwcrgox
2013-06-14 11:19:24 +02:00
Christophe Simonis 6a9adbca62 [MERGE] forward port of branch 7.0 up to revid 9236 mat@openerp.com-20130613160953-itt79mu5xrl7suv4
bzr revid: chs@openerp.com-20130613181503-82234mo34wxb0oap
2013-06-13 20:15:03 +02:00
Martin Trigaux ba46fc1116 [IMP] remove typo
bzr revid: mat@openerp.com-20130613160812-6nrz02oejrdl13tb
2013-06-13 18:08:12 +02:00
Dhruti Shastri (OpenERP) d38a1c54fd [sale_stock] : Auto complete on Quotations with special product configuration(Case:593519)
bzr revid: dhs@tinyerp.com-20130613084441-gi9xkf2d2sl68a45
2013-06-13 14:14:41 +05:30
sgo@tinyerp.com c99ac69e61 [IMP]improve message string
bzr revid: sgo@tinyerp.com-20130611083859-tamafus1vdohpjyg
2013-06-11 14:08:59 +05:30
sgo@tinyerp.com 2ed45d19d3 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130610052724-uwb42zjkmq815ja1
2013-06-10 10:57:24 +05:30
Launchpad Translations on behalf of openerp 3a296f5386 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608070127-tu3wr0ejaojeuizk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061554-vunz3dsqv73j8io4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608074839-suk66wcjidodrzyu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061704-e1t9mv2alygf4g38
bzr revid: launchpad_translations_on_behalf_of_openerp-20130608075116-643xgspj93t8g1y9
bzr revid: launchpad_translations_on_behalf_of_openerp-20130609061708-y08i6exqm5v36qg7
2013-06-09 06:17:08 +00:00
Olivier Dony 8c33eb76e1 [I18N] Synchronize translation templates with latest source code
bzr revid: odo@openerp.com-20130607194309-eysyrkxpr0dukm07
2013-06-07 21:43:09 +02:00
sgo@tinyerp.com 8f5433c990 [IMP]add group by warehouse in sales analysis
bzr revid: sgo@tinyerp.com-20130607115131-m72rx8ulr54sur9a
2013-06-07 17:21:31 +05:30
sgo@tinyerp.com 2bda4f7b3c [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130607113500-jzhet9cr98c0ss4s
2013-06-07 17:05:00 +05:30
sgo@tinyerp.com 5418e39573 [IMP]make warehouse required true and improve warning when there is no warehouse define for current company
bzr revid: sgo@tinyerp.com-20130607100129-vyvxbhbckakc7kr6
2013-06-07 15:31:29 +05:30
Launchpad Translations on behalf of openerp 5deae04585 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130607054825-38kbw2umxndg1w3v
2013-06-07 05:48:25 +00:00
Martin Trigaux ccb38117ee [MERGE] Forward porting of saas-1 until rev 8739
bzr revid: mat@openerp.com-20130605090453-e4mg37kms5j1r18n
2013-06-05 11:04:53 +02:00