Commit Graph

540 Commits

Author SHA1 Message Date
Quentin (OpenERP) 60c1fde9f6 [MERGE] lp: 890156
bzr revid: qdp-launchpad@openerp.com-20111116104417-uye1rsmui836js2d
2011-11-16 11:44:17 +01:00
Divyesh Makwana (Open ERP) 2537f7b6ea [IMP] Improve the error message
bzr revid: mdi@tinyerp.com-20111116092555-k94x9cnpm4e5qsbp
2011-11-16 14:55:55 +05:30
Divyesh Makwana (Open ERP) fbfe0054a5 [IMP] sale : Sale order can be confirmed without any sale lines defined
bzr revid: mdi@tinyerp.com-20111116092039-vce0iye6pgsed5y7
2011-11-16 14:50:39 +05:30
Divyesh Makwana (Open ERP) c28edd1862 [IMP] sale : Sale order can be confirmed without any sale lines defined
bzr revid: mdi@tinyerp.com-20111116091435-wmon99c4oibevr40
2011-11-16 14:44:35 +05:30
Olivier Dony ed3425760e [FIX] project_mrp: move project_mrp code that was erroneously added to `sale`
Now that the procurement creation from sale.order has been
refactored, it is trivial to perform the appropriate
extension in project_mrp itself.

bzr revid: odo@openerp.com-20111115181935-s3t68jbvav2oldya
2011-11-15 19:19:35 +01:00
Divyesh Makwana (Open ERP) 8700b860cd [FIX] sale : Sale order can be confirmed without any sale lines defined
lp bug: https://launchpad.net/bugs/890156 fixed

bzr revid: mdi@tinyerp.com-20111115055906-q9kykhpouo2myqw8
2011-11-15 11:29:06 +05:30
Olivier Dony 42262e8497 [FIX] sale: leftover typos in recent action_ship_create, *args need unpacking
bzr revid: odo@openerp.com-20111110225525-qtseh6gsl6byn0nb
2011-11-10 23:55:25 +01:00
Raphael Collet 60748c2b06 [MERGE] lp:882998
bzr revid: rco@openerp.com-20111109133757-srxb6kak5we5p0js
2011-11-09 14:37:57 +01:00
Fabien Pinckaers 9e70e67ae5 [IMP] feedback from PS
bzr revid: fp@tinyerp.com-20111108152142-6b0dqdnk6ntxm8ja
2011-11-08 16:21:42 +01:00
Divyesh Makwana (Open ERP) 6b9512dd32 [FIX] [trunk] [sale/purchase]: picking order date is not the same as the sale/purchase order date
lp bug: https://launchpad.net/bugs/882998 fixed

bzr revid: mdi@tinyerp.com-20111104045018-bqj356yrtvvwlop4
2011-11-04 10:20:18 +05:30
Quentin (OpenERP) c1bf3f3cc5 [MERGE] lp: 809491,795487
bzr revid: qdp-launchpad@openerp.com-20111019145645-09ql24jn120uw11f
2011-10-19 16:56:45 +02:00
Quentin (OpenERP) c829e12bd2 [FIX] moved product_consultant data into the module product, as the hr_timesheet module is not the only one using it (sale do as well)
lp bug: https://launchpad.net/bugs/877495 fixed

bzr revid: qdp-launchpad@openerp.com-20111018153152-s7op06lppfu2p0up
2011-10-18 17:31:52 +02:00
Ujjvala Collins (OpenERP) 815b7c6d6f [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20111018101722-5rn6kl03rnfk1vb3
2011-10-18 15:47:22 +05:30
Quentin (OpenERP) 087bf8a084 [MERGE] lp: 856206
bzr revid: qdp-launchpad@openerp.com-20111018064804-p5q1mrdv0vm4r209
2011-10-18 08:48:04 +02:00
Olivier Dony 6bfd0ec586 [IMP] sale: replaced hardcoded date/time formats by appropriate constants
bzr revid: odo@openerp.com-20111011141921-chzenvq0i2kvbnw7
2011-10-11 16:19:21 +02:00
Olivier Dony e806259e93 [MERGE] sale: refactoring of large action_ship_create() method, courtesy of Raphael Valyi (Akretion)
bzr revid: odo@openerp.com-20111011140335-f4u29prd3fq3i0ir
2011-10-11 16:03:35 +02:00
ARA (OpenERP) 3aeb0cd830 [merge] merge with trunk addons
bzr revid: ara@tinyerp.com-20111010073731-9ogkhlwfxf5hcpz1
2011-10-10 13:07:31 +05:30
ARA (OpenERP) 463c79a59c Sale: issues with the wizard setup your invoicing method
bzr revid: ara@tinyerp.com-20111010065931-1i04vpjl4p0q4nx3
2011-10-10 12:29:31 +05:30
ARA (OpenERP) fb97b43793 [FIX] Bad caculation of the quantity UDM in sale order line
bzr revid: ara@tinyerp.com-20111004101410-8vsdp62jwlrdc8u6
2011-10-04 15:44:10 +05:30
ARA (OpenERP) d34b9c95ec [FIX] Bad caculation of the quantity UDM in sale order line
lp bug: https://launchpad.net/bugs/842381 fixed

bzr revid: ara@tinyerp.com-20111004094422-d1lj20bs0d24oill
2011-10-04 15:14:22 +05:30
Raphaël Valyi ec101c5a35 [REF] sale: more explicit method names, added docstring on main non trivial method
bzr revid: rvalyi@gmail.com-20111003142554-yest0alzq00h83b7
2011-10-03 11:25:54 -03:00
Raphaël Valyi ff43f2198a [REF] sale: totally reworked the action_ship_create modularization:
- action_ship_create now calls into a a method allowing to partition the picking
- picking, moves and procurements can be customized BEFORE they are created into the database
- there is no empty method
- I commented in the shipment exception management as it looks buggy. I just reproduced the original code however

bzr revid: rvalyi@gmail.com-20111002173952-xlcmt6u1pgj6k9k4
2011-10-02 14:39:52 -03:00
Raphaël Valyi 616c550e1e [MERGE] merged with trunk
bzr revid: rvalyi@gmail.com-20111002173116-pjdot4809qxwh0i4
2011-10-02 14:31:16 -03:00
Fabien Pinckaers 709bdcf3e9 [IMP] better useability
bzr revid: fp@tinyerp.com-20111002160410-l7db0cwv2j1173tt
2011-10-02 18:04:10 +02:00
Fabien Pinckaers dca927ac8b [IMP] Useability sale order
bzr revid: fp@tinyerp.com-20111002135759-m6jinhcrog83aumi
2011-10-02 15:57:59 +02:00
Fabien Pinckaers 81f4199fe6 [IMP] config wizards useability
bzr revid: fp@tinyerp.com-20111002125958-uh8ubpli8izpxqyw
2011-10-02 14:59:58 +02:00
Fabien Pinckaers 0fa03513a5 merge, partial only
lp bug: https://launchpad.net/bugs/779145 fixed

bzr revid: fp@tinyerp.com-20110927154436-2hnhh2cl5blx7dpz
2011-09-27 17:44:36 +02:00
ARA (OpenERP) 0e25ade104 [FIX] issues with the wizard setup your invoicing method
lp bug: https://launchpad.net/bugs/856206 fixed

bzr revid: ara@tinyerp.com-20110927083809-mlks48zfpq9j7ks2
2011-09-27 14:08:09 +05:30
Fabien Pinckaers 3d97bddb63 fix
bzr revid: fp@tinyerp.com-20110924112529-o72j8k1lota6sm1s
2011-09-24 13:25:29 +02:00
Raphaël Valyi d56c6a1e40 [FIX] sale: forgot sale_line_id field in procurement generation in previous refactoring
bzr revid: rvalyi@gmail.com-20110922163131-c76u3dg2afrahh16
2011-09-22 13:31:31 -03:00
Raphaël Valyi c57e613c0a [IMP] sale: refactored action_ship_create to:
1) enable created objects like picking, move and procurement to take take their creation context into account in potential overriders
2) enable to partion the moves over different pickings whenever required by simply overriding a key generation

bzr revid: rvalyi@gmail.com-20110922160702-r0h48975vxbx1by0
2011-09-22 13:07:02 -03:00
Rucha (Open ERP) 0e861ae34a [MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement as new state was added in statement
bzr revid: rpa@tinyerp.com-20110922061419-cvaza3f5050o0b85
2011-09-22 11:44:19 +05:30
Fabien Pinckaers 354a4d48c0 [IMP] useability, warning on change of pricelist in the middle of the SO
lp bug: https://launchpad.net/bugs/782168 fixed

bzr revid: fp@tinyerp.com-20110921073359-t20q6m88ocnm746z
2011-09-21 09:33:59 +02:00
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
Fabien Pinckaers 81d051cdc0 merge
bzr revid: fp@tinyerp.com-20110917130709-kojauyjnruymz20b
2011-09-17 15:07:09 +02:00
Fabien Pinckaers 5c99a264e0 [FIX] 765901
bzr revid: fp@tinyerp.com-20110917120108-eyati906l1eb3sjh
2011-09-17 14:01:08 +02:00
Fabien Pinckaers 20bdabb0f8 [FIX] bug 760813
bzr revid: fp@tinyerp.com-20110917114055-xfe28w7n5e3jnbjy
2011-09-17 13:40:55 +02:00
Ujjvala Collins (OpenERP) de4a858a25 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20110916051803-2c4c7i7j2s7bkrr8
2011-09-16 10:48:03 +05:30
Quentin (OpenERP) 6acb68343f [MERGE] bug-766916-ron
bzr revid: qdp-launchpad@openerp.com-20110915135613-6c3e30djt8elm4ff
2011-09-15 15:56:13 +02:00
Bharat (OpenERP) bd36e68831 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915124600-qqve94dvyom44zw8
2011-09-15 18:16:00 +05:30
Stephane Wirtel dfc46d1f15 [MERGE] Merge the branch and clean the code lp:~openerp-dev/openobject-addons/trunk-usability-unit_of_measure-han
bzr revid: stw@openerp.com-20110915085454-pn35o2p6at78au5j
2011-09-15 10:54:54 +02:00
Atik Agewan (OpenERP) 3246126ee7 [ADD] sale,purchase,stock:Add widget=statusbar in state field.
bzr revid: aag@tinyerp.com-20110915053624-jtxwvlujqb2o976m
2011-09-15 11:06:24 +05:30
Ujjvala Collins (OpenERP) 51ee1929d6 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20110912092725-ymo32yq0wq1ucb80
2011-09-12 14:57:25 +05:30
Hardik Ansodariy (OpenERP) 0c8480d771 [imp] optimized code
bzr revid: han@tinyerp.com-20110907095315-k7o2bm90oprigu63
2011-09-07 15:23:15 +05:30
Hardik Ansodariy (OpenERP) 672a51b65a [imp] set default product_uom through xml_id
bzr revid: han@tinyerp.com-20110907065008-r9uhal7tdlwnodb0
2011-09-07 12:20:08 +05:30
Hardik Ansodariy (OpenERP) 9ccddd983f [imp] set product uom default to sale order line and purchase order line
bzr revid: han@tinyerp.com-20110907050701-y9goicvip6fqe7mo
2011-09-07 10:37:01 +05:30
fp d62bfd8a88 merge
bzr revid: fp@fp-laptop-20110904165939-4oy32t80xgk040kj
2011-09-04 18:59:39 +02:00
fp f5eaac16d0 [IMP] useability field on SO
bzr revid: fp@fp-laptop-20110904165631-451lq0lg9lsbs421
2011-09-04 18:56:31 +02:00
Antony Lesuisse e83ea8f54c [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233130-end57de3i484r0kb
2011-08-28 01:31:30 +02:00
Antony Lesuisse 76ffd4ab7f [MERGE] trunk-usability-modify_sale_application_configuration-aar
bzr revid: al@openerp.com-20110806132420-i2497zs0uvxtj5a2
2011-08-06 15:24:20 +02:00