Commit Graph

38 Commits

Author SHA1 Message Date
Quentin (OpenERP) 9c0381416d [FIX] stock: fixing the redbot: outdated references to 'do_partial' + security access rights for new object stock.move.operation.link
bzr revid: qdp-launchpad@openerp.com-20131118134701-is7gp517r3q5nex2
2013-11-18 14:47:01 +01:00
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02: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
Josse Colpaert d35dda29b4 [IMP] Add routes on category logic
bzr revid: jco@openerp.com-20130911082431-mlhe6hq54l29dktl
2013-09-11 10:24:31 +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
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
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
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
Fabien Pinckaers 863ef7cf7a [IMP] WIP: big cleaning
bzr revid: fp@tinyerp.com-20130629221703-ti4qqcc8e3pc0ddh
2013-06-30 00:17:03 +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
sgo@tinyerp.com 3d0b5aa747 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130423053031-g501q3w9akfiro2d
2013-04-23 11:00:31 +05:30
sgo@tinyerp.com fdcbf42052 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130423052419-igsnmrv6n0m3s1d9
2013-04-23 10:54:19 +05:30
Quentin (OpenERP) 33f27b362b [MERGE] forward port of addons v7 up to revision 9045
bzr revid: qdp-launchpad@openerp.com-20130422153449-c62emljfa4a49758
2013-04-22 17:34:49 +02:00
sgo@tinyerp.com d1e17fbde0 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130417061434-zry7pxo7fb17063k
2013-04-17 11:44:34 +05:30
sgo@tinyerp.com d5451cf7f2 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130417060441-6vnz2tiym5fawr2n
2013-04-17 11:34:41 +05:30
Olivier Dony 3bd4cef043 [FIX] sale_stock: when creating invoices after delivery, use invoicing contact from SO + update test (reported by Joel Grand-Guillaume while reviewing bug 1160365)
The existing tests were modified to explicitly cover
the case where the "invoice partner" is set on the
Sales Order. This minimal change was done with a
!python block because !record triggers the on_change
calls on the SO and cause undesired changes.
This could be improved by creating a new customer
with a real invoicing contact and creating a new
SO.

bzr revid: odo@openerp.com-20130411145636-emmagu7uu5kis1aa
2013-04-11 16:56:36 +02:00
Thibault Delavallée 4da68cbc22 [FORWARD] Forward port of addons 7.0 until revision 9008
bzr revid: tde@openerp.com-20130411124446-73gzyw3eo925w3dv
2013-04-11 14:44:46 +02:00
Olivier Dony 5b832d7738 [FIX] sale_stock: useless import due to previous commit + make sure test actually tests something, rather than x() == x()
bzr revid: odo@openerp.com-20130404123154-xtq4idqnnlugv0ui
2013-04-04 14:31:54 +02:00
sgo@tinyerp.com 519956fad6 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130329045423-45ka0rephkucvyai
2013-03-29 10:24:23 +05:30
Jigar Amin e5f8921f5f [FIX] yaml test case fix for So date and planned ate checking.
bzr revid: jam@tinyerp.com-20130326190924-sojhm8kxf7qqji42
2013-03-27 00:39:24 +05:30
sgo@tinyerp.com 8ef0677a23 [MERGE]merge fka's branch for changes done in other module which are suggested
bzr revid: sgo@tinyerp.com-20130318061320-j7gquchn4qt6wej3
2013-03-18 11:43:20 +05:30
Foram Katharotiya (OpenERP) 2496811ec4 [IMP] improve yml strings
bzr revid: fka@tinyerp.com-20130318055412-se3c890mlckxd8ty
2013-03-18 11:24:12 +05:30
Foram Katharotiya (OpenERP) 5a3acd71ed [IMP] give access rights in yml of sale_stock
bzr revid: fka@tinyerp.com-20130314133750-r034ygbcna6l49m6
2013-03-14 19:07:50 +05:30
sgo@tinyerp.com a21b4b9b56 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130311045638-npwv6lb6bc9i3m1y
2013-03-11 10:26:38 +05:30
Vo Minh Thu 5029451905 [IMP] report yml test: use openerp.report.render_report() instead of LocalService().create().
bzr revid: vmt@openerp.com-20130222133511-y07w3etca8onb73x
2013-02-22 14:35:11 +01:00
Raphael Collet 55625f52db [FIX] fix import statements in yml files
bzr revid: rco@openerp.com-20130213101803-4y1ponocx6oai2mz
2013-02-13 11:18:03 +01:00
sgo@tinyerp.com cfa23a6afd [MERGE]merge with trunk
bzr revid: sgo@tinyerp.com-20130211050358-5a9b34ipwgc7nrte
2013-02-11 10:33:58 +05:30
Vo Minh Thu f4b6be2f66 [FIX] import openerp.netsvc instead of netsvc in YML tests.
bzr revid: vmt@openerp.com-20130209063134-ui2p9g3i395sjl7x
2013-02-09 07:31:34 +01:00
Vo Minh Thu 02a114fe3b [FIX] import openerp.{netsvc,tools} instead of {netsvc,tools} in YML tests.
bzr revid: vmt@openerp.com-20130209062929-g85yauw92vj9wqpb
2013-02-09 07:29:29 +01:00
Vo Minh Thu 37dec8326d [FIX] import openerp.netsvc instead of netsvc in YML tests.
bzr revid: vmt@openerp.com-20130209062436-e2wfh3sgoufrh77t
2013-02-09 07:24:36 +01:00
Ajay Chauhan (OpenERP) df29fec090 [FIX] sale_stock: Made some changes
bzr revid: cha@tinyerp.com-20130201133440-fgo2lj4q22i4dpfb
2013-02-01 19:04:40 +05:30
Ajay Chauhan (OpenERP) 3dfaff6bc3 [IMP] sale_stock: for yml use the new signal_xxx methods instead of trg_validate.
bzr revid: cha@tinyerp.com-20130131061533-ivbzasitl9a2mi04
2013-01-31 11:45:33 +05:30
sgo@tinyerp.com 8e94b4c7ea [IMP]remove sale.shop from yml and improve code
bzr revid: sgo@tinyerp.com-20130123123828-z7rikkrunp1rem55
2013-01-23 18:08:28 +05:30
Olivier Dony 03b6acd13d [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)
It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1
2012-12-18 23:50:15 +01:00
Atul Patel (OpenERP) 652300eb89 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120814061700-k4swskeiz9r3ypn5
2012-08-14 11:47:00 +05:30
Atul Patel (OpenERP) 06c0ead10d [ADD]: Add dependency
ii) move wizard , yaml file
iii) move stock method into sale_stock.
iv) add security into sale_stock module.

bzr revid: atp@tinyerp.com-20120726205659-xiyx39r3dibshyjs
2012-07-27 02:26:59 +05:30