Commit Graph

797 Commits

Author SHA1 Message Date
Turkesh Patel (Open ERP) 187b0d3532 [IMP] changes for sale configuration view
bzr revid: tpa@tinyerp.com-20120223094626-7vt2ufe2qjeoudc2
2012-02-23 15:16:26 +05:30
Quentin (OpenERP) 25a8023696 [MERGE] lp:929373. Courtesy of Arif
bzr revid: qdp-launchpad@openerp.com-20120216165253-01d70hrlf8pmnn7x
2012-02-16 17:52:53 +01:00
Olivier Dony 11292d811c [MERGE] sale: invoice generation refactoring, courtesy of Alexis de Lattre
bzr revid: odo@openerp.com-20120215173252-0gjpehkjtmw5s1uk
2012-02-15 18:32:52 +01:00
Quentin (OpenERP) a9697c5404 [MERGE] lp881356
lp bug: https://launchpad.net/bugs/881356 fixed

bzr revid: qdp-launchpad@openerp.com-20120215171625-i3zf4nhhjuz82bob
2012-02-15 18:16:25 +01:00
Quentin (OpenERP) c4edc79625 [FIX] stock: corrected fix of bug 881356
bzr revid: qdp-launchpad@openerp.com-20120215171215-6r0ky0a8o6a6ogm3
2012-02-15 18:12:15 +01:00
Olivier Dony f1ed6465a7 [IMP] Restored sale.order._inv_get() method for compatibility
Also added missing context guard (all methods that access
the context should care for the None case, even if they
are currently always called with a context).
Improved docstrings to follow doc guidelines.

bzr revid: odo@openerp.com-20120215170911-8ekde3lqmkoxztae
2012-02-15 18:09:11 +01:00
Olivier Dony 882fb0d554 [MERGE] sale: Add _prepare_invoice(), courtesy of Alexis Delattre
bzr revid: odo@openerp.com-20120215162810-5c8t8i5nnb3jeyx9
2012-02-15 17:28:10 +01:00
arifmlpm@gmail.com 14c7e56309 Bug fix - https://bugs.launchpad.net/openobject-addons/+bug/929373
bzr revid: arifmlpm@gmail.com-20120214125653-05w3973ostuqpe5h
2012-02-14 18:26:53 +05:30
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

lp bug: https://launchpad.net/bugs/925361 fixed

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Alexis de Lattre 188a937227 Add function _prepare_invoice(), which builds the dict containing the values of the invoice that will be created.
Remove function _inv_get() ; developers should inherit _prepare_invoice() now.

bzr revid: alexis@via.ecp.fr-20120201183123-kih36wb5ipoqvlc6
2012-02-01 19:31:23 +01:00
Alexis de Lattre d4842703e2 Remove the "ids" argument from the function _prepare_order_line_invoice_line because it is not needed in our _prepare_* functions.
bzr revid: alexis@via.ecp.fr-20120201182809-e842pbb9t4bx97y9
2012-02-01 19:28:09 +01:00
Raphael Collet eea68d6981 [MERGE] sale, purchase, stock: refactoring of invoice creation (Alexis de Lattre, Raphael Valyi)
bzr revid: rco@openerp.com-20120131105322-80x7fp2u1z5fyo6o
2012-01-31 11:53:22 +01:00
Raphaël Valyi bff885382c [REF] sale: extracted invoice line creation from sale order line in a prepare dict method.
The code is almost copied/pasted. The only things I changed is:
- I renamed a var to account_id for more clarity
- I let the user force some account_id as we will reuse the method from service invoicing from picking
- By checking vals, I let a chance to an overrider to group lines together (like my previous commit)

bzr revid: rvalyi@gmail.com-20120127045458-hrq9emlx8kro0kri
2012-01-27 02:54:58 -02:00
Numerigraphe - Lionel Sausin bbd7528622 [FIX] Fix a bad string that was introduced while improving config wizards in sale.
bzr revid: ls@numerigraphe.fr-20120105085753-exuqx2djpcu6xgtz
2012-01-05 09:57:53 +01:00
Fabien Pinckaers 2ebdb9f3ef [IMP] statusbar widget on SO lines
bzr revid: fp@tinyerp.com-20111230113122-g2dmkpngjj3yxnf1
2011-12-30 12:31:22 +01:00
Hardik Ansodariy (OpenERP) 6ba3350679 [IMP] typo improved comapre_qty -> compare_qty
bzr revid: han@tinyerp.com-20111229044321-xak5mb11qltjjzq5
2011-12-29 10:13:21 +05:30
Hardik Ansodariy (OpenERP) b61b02a111 [IMP] Fixed the rounding precision issue using tools.float_compare() method
lp bug: https://launchpad.net/bugs/881356 fixed

bzr revid: han@tinyerp.com-20111227093315-g354u7tgf4rzivwz
2011-12-27 15:03:15 +05:30
Manfred Rockel b57608c859 [FIX] sale : passed context argument in product_id_change call in product_uom_change method of sale/sale.py
lp bug: https://launchpad.net/bugs/907715 fixed

bzr revid: bde@tinyerp.com-20111222120959-dsk7b6lspzcxk3vm
2011-12-22 17:39:59 +05:30
Fabien Pinckaers c6fd3fbfa2 [IMP] removed property_ids warning
bzr revid: fp@tinyerp.com-20111221222105-1izzexpvb5epj84b
2011-12-21 23:21:05 +01:00
Fabien Pinckaers f74fa82fdf [FIX] notes on tasks from SO
bzr revid: fp@tinyerp.com-20111221220518-166zmc0czvxf3t42
2011-12-21 23:05:18 +01:00
Olivier Dony 04be08d0f0 [MERGE] sale,purchase: better context passing during picking creation, courtesy of Akretion
bzr revid: odo@openerp.com-20111221131028-a5xhryqg30eghlaa
2011-12-21 14:10:28 +01:00
Benoit Guillot 688aaff712 [REF] refactor date_planned
bzr revid: benoit.guillot@akretion.com.br-20111220094110-bay12ed4v850h0q6
2011-12-20 10:41:10 +01:00
Raphaël Valyi 1cac7a3912 [IMP] sale; purchase: correctly propagate the context arg and assume it can be given by wkf, even if wkf engine may not support it yet (it's backward compatible anyway)
bzr revid: rvalyi@gmail.com-20111219165440-sp3fp4f8xdcleu0r
2011-12-19 14:54:40 -02:00
Fabien Pinckaers 1377568bc4 merge
bzr revid: fp@tinyerp.com-20111219214745-jo87wcr713kxup1i
2011-12-19 22:47:45 +01:00
Mayur Maheshwari (OpenERP) a71ed87870 [FIX]sale: remove a property_ids for fix a WARNING:orm:No such field(s) in model procurement.order
lp bug: https://launchpad.net/bugs/904194 fixed

bzr revid: mma@tinyerp.com-20111216064020-vz7knuvw2eaiuf6u
2011-12-16 12:10:20 +05:30
Harry (OpenERP) 7a43016b3e [MERGE] merged with parent branch
bzr revid: hmo@tinyerp.com-20111212053351-71j829s9irz5niue
2011-12-12 11:03:51 +05:30
Harry (OpenERP) c569e1f708 [MERGE] merged with trunk-development-branch lp:~openobject-addons
bzr revid: hmo@tinyerp.com-20111212052943-ut6enyqnrlpx3ll4
2011-12-12 10:59:43 +05:30
Fabien Pinckaers 02cc517482 [IMP] useability and dasboards of sale and crm
bzr revid: fp@tinyerp.com-20111211110956-ygyrsdjo2ocq5wxn
2011-12-11 12:09:56 +01:00
Amit Parik 501bc655c0 [FIX] sale : project_mrp 6.0 functionality lost from 5.0
lp bug: https://launchpad.net/bugs/901143 fixed

bzr revid: mdi@tinyerp.com-20111209061120-1tvsjmwvxbrrgexm
2011-12-09 11:41:20 +05:30
Numerigraphe - Lionel Sausin db0bac9960 [IMP] Keep longer move names when confirming sale orders
bzr revid: ls@numerigraphe.fr-20111207181253-5miaq3npjmf9nrx7
2011-12-07 19:12:53 +01:00
Vo Minh Thu 706e732f49 [FIX] sale/mrp: revert previous commit, reestablish the setting of
the property_ids fields (which does not exist yet).

bzr revid: vmt@openerp.com-20111207145854-p334skwo93fy124l
2011-12-07 15:58:54 +01:00
Ujjvala Collins (OpenERP) 186562710b [FIX] sale: Removed print statement.
bzr revid: uco@tinyerp.com-20111207052402-jalzxljhg21lqekn
2011-12-07 10:54:02 +05:30
Vo Minh Thu 4660ee4990 [FIX] clean some warnings.
bzr revid: vmt@openerp.com-20111206105758-j00f9b67jfvp5dxh
2011-12-06 11:57:58 +01:00
Fabien Pinckaers 8e6a398e20 [FIX] select address on SO
bzr revid: fp@tinyerp.com-20111205102729-30rk5kphl1it1xk2
2011-12-05 11:27:29 +01:00
Harry (OpenERP) 47ffee6acd [FIX] sale: UOM qty should be consider if UOS is not specified on creating shipment.
bzr revid: hmo@tinyerp.com-20111201050547-qrn3y9ttl43szrqe
2011-12-01 10:35:47 +05:30
Harry (OpenERP) 68e6dab2c1 [FIX] sale: property_ids field is not extis so remove it on creating procurement
bzr revid: hmo@tinyerp.com-20111129093141-uzmnhf4u4a99p80o
2011-11-29 15:01:41 +05:30
Ujjvala Collins (OpenERP) 0809ef942b [IMP] sale: Removed/Corrected extra lines.
bzr revid: uco@tinyerp.com-20111125105237-uetukp6qx5oqujj2
2011-11-25 16:22:37 +05:30
DBR (OpenERP) 57b90b39f5 [IMP]sale: Update quantity in demo data and some minor changes regarding spaces
bzr revid: dbr@tinyerp.com-20111125070123-lv7ae5b1gb93pvqn
2011-11-25 12:31:23 +05:30
DBR (OpenERP) 672929cd5c [IMP,RM] sale:
Remove get_picking_details.yml
Update __openerp__.py 
put condition in workflow instead of signal
rename function and define doc in sale.py
remove extra import datetime from order_policy.yml
Try to improve the cancel_order.yml

bzr revid: dbr@tinyerp.com-20111123095334-62l8rwqkpq7ofyog
2011-11-23 15:23:34 +05:30
DBR (OpenERP) a8220e67c8 [IMP]sale: Improve the code
bzr revid: dbr@tinyerp.com-20111122130530-474xjpm19fcw3mfs
2011-11-22 18:35:30 +05:30
DBR (OpenERP) f2c1c192ca [MOVE,IMP]sale:
Rename onchange_events.yml in to demo_data.yml
Improve the code for demo_data.yml
Update the __openerp__.py

bzr revid: dbr@tinyerp.com-20111122061235-ab8ut81qysf0mt0d
2011-11-22 11:42:35 +05:30
DBR (OpenERP) bb1c3848c5 [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20111122052259-ujqowej61mn43p4j
2011-11-22 10:52:59 +05:30
Raphaël Valyi f1098e1162 [REF] sale: use standard context argument in new modular picking creation methods appeared recently. NB this doesn't fix the fact the workflow engine doesn't pass us the context
bzr revid: rvalyi@gmail.com-20111121222515-rkgdmc3hkhnojnli
2011-11-21 20:25:15 -02:00
Bharat (OpenERP) 8f228671d0 [IMP] sale : improved variable name, made procurement_obj from procurement_order_obj
bzr revid: bde@tinyerp.com-20111118131404-ww8jbyix2zr5ykcp
2011-11-18 18:44:04 +05:30
Bharat (OpenERP) b6a3215579 [FIX] sale : pooled the objects in starting of method _create_pickings_and_procurements and then used in the function
lp bug: https://launchpad.net/bugs/891596 fixed

bzr revid: bde@tinyerp.com-20111118061140-whiqz9e03xyjle6q
2011-11-18 11:41:40 +05:30
Raphael Collet bff6674525 [MERGE] lp:800100, make invoice number, mrp order ref, purchase order ref, sale order ref, and picking ref unique per company
bzr revid: rco@openerp.com-20111117154004-fbean9hqldvrsxdq
2011-11-17 16:40:04 +01:00
DBR (OpenERP) 694eb493ca [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20111117064746-mue10buy3i62rio0
2011-11-17 12:17:46 +05:30
Fabien Pinckaers 6861e526da [MERGE] EDI branch of hmo/odo
bzr revid: fp@tinyerp.com-20111116185443-zu2zpt7qd3lrfw9s
2011-11-16 19:54:43 +01:00
Fabien Pinckaers afe678121f [IMP] better view
bzr revid: fp@tinyerp.com-20111116150941-piwo8wjmcui8h4ur
2011-11-16 16:09:41 +01:00
Olivier Dony ec9f0d49a8 [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20111116134336-ig6681v2cw6xfb6h
2011-11-16 14:43:36 +01:00
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
DBR (OpenERP) 81db55c35c [IMP]sale: remove extra comments
bzr revid: dbr@tinyerp.com-20111115100122-uhjs1ch8uw4ox8gh
2011-11-15 15:31:22 +05:30
DBR (OpenERP) 16ea7856ae [IMP]sale: Improve shiping_exception code with new function
bzr revid: dbr@tinyerp.com-20111115095836-i644mi3r8nnv74oi
2011-11-15 15:28:36 +05:30
DBR (OpenERP) a2207b22fc [IMP]sale: Improve code for active the workflow of shipping_exception
bzr revid: dbr@tinyerp.com-20111115092034-u2ng806gttg8zw3l
2011-11-15 14:50:34 +05:30
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
Divyesh Makwana (Open ERP) fa247f3357 [IMP] sale,purchase,mrp,stock,account : Constraint Error-Order Reference must be unique per company
bzr revid: mdi@tinyerp.com-20111114090520-1c3psfmzdi6ts9ni
2011-11-14 14:35:20 +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
Divyesh Makwana (Open ERP) 63e3886bc3 [FIX] sale : Constraint Error-Order Reference must be unique per company
lp bug: https://launchpad.net/bugs/800100 fixed

bzr revid: mdi@tinyerp.com-20111109052103-0skkpxbztxqasr05
2011-11-09 10:51:03 +05:30
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
Olivier Dony d1dbd1876a [IMP] edi: sale.order EDI export: offer online payment only if prepaid
bzr revid: odo@openerp.com-20111102235224-3sarzzsol6gzpsh0
2011-11-03 00:52:24 +01:00
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
Amit Parmar (OpenERP) 3b34e9707d [IMP] remerge replace sale configuration wizard
bzr revid: aar@tinyerp.com-20110803121332-h2f33lswj3tb8afu
2011-08-03 17:43:32 +05:30
Amit Parmar (OpenERP) 02228cdf35 [IMP] replace sale configuration wizard
bzr revid: aar@tinyerp.com-20110803101838-98m8etce4tkve7jg
2011-08-03 15:48:38 +05:30
Ujjvala Collins (OpenERP) e84d292ceb [IMP] sale: Improved code by adding context argument wherever required.
* product_visible_discount, warning: Added remaining context argument on product_id_change method.

bzr revid: uco@tinyerp.com-20110718095344-tdlsys7uueqp9kdy
2011-07-18 15:23:44 +05:30
Ujjvala Collins (OpenERP) 4ee9ed8762 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20110715120201-05p0ayuh5ot1be2g
2011-07-15 17:32:01 +05:30
niv-openerp c9869e5c79 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110708115051-qz2wwmuhwb5vafze
2011-07-08 13:50:51 +02:00
Quentin (OpenERP) fcf339df2c [REVERT] reverted revision 4860 wrongly commited
bzr revid: qdp-launchpad@openerp.com-20110708093653-wve8rddo9txerso0
2011-07-08 11:36:53 +02:00
Quentin (OpenERP) 9f01872204 [IMP] sale: force the company when creating an invoice from the SO, using context['force_company']
bzr revid: qdp-launchpad@openerp.com-20110707155920-25i3yzptikuadzj8
2011-07-07 17:59:20 +02:00
bde d8666bb35b [IMP] sale : changed the data type of create_date field and removed datetime widget from create date field in xml file
lp bug: https://launchpad.net/bugs/802996 fixed

bzr revid: bde@tiny2-desktop-20110707092531-sofhju5re6d083af
2011-07-07 14:55:31 +05:30
Quentin (OpenERP) 9c9516d21c [MERGE] merged with main addons trunk
bzr revid: qdp-launchpad@openerp.com-20110706145644-merwy0setzzb8c9w
2011-07-06 16:56:44 +02:00
Mustufa Rangwala b1dc5544d2 [IMP] sale: onchange package minor improvement
bzr revid: mra@mra-laptop-20110706093540-ncsl94dqhd1n4c3m
2011-07-06 15:05:40 +05:30
Mustufa Rangwala 867aa1a56f [IMP] sale: onchange package minor improvement
bzr revid: mra@mra-laptop-20110706092917-44yznbfqyeklrzdn
2011-07-06 14:59:17 +05:30
Ujjvala Collins (OpenERP) 14daa26188 [REF] sale: Refactored the code, optimization and fixed according to coding standards.
bzr revid: uco@tinyerp.com-20110705131102-0r9etxoro001iem4
2011-07-05 18:41:02 +05:30
Ujjvala Collins (OpenERP) 3f3f3fcf77 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20110705050132-et4prl2y9i4bjsiy
2011-07-05 10:31:32 +05:30
niv-openerp a00bedaca6 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110701151646-f99caze1ci8rcbwp
bzr revid: nicolas.vanhoren@openerp.com-20110704135050-fsw4m7fbr2e41oa2
2011-07-04 15:50:50 +02:00
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
niv-openerp f418321fd4 [fix] cleaned on_change product_uom in sale
bzr revid: nicolas.vanhoren@openerp.com-20110701151348-gl6aoxrfy97ow80m
2011-07-01 17:13:48 +02:00
niv-openerp 4a00aefa4d [fix] cleaned on_change product_id in sale
bzr revid: nicolas.vanhoren@openerp.com-20110701151237-lkmtrp60digfi7f6
2011-07-01 17:12:37 +02:00
Quentin (OpenERP) 664ba7bba3 [MERGE] merge with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110630133009-i0qxzrn9up9e0bog
2011-06-30 15:30:09 +02:00
Ujjvala Collins (OpenERP) 2f5ada053a [FIX] sale, sale_layout: Added onchange method on product packaging field.
bzr revid: uco@tinyerp.com-20110624093906-2oonk5dge6f2ond7
2011-06-24 15:09:06 +05:30
Ujjvala Collins (OpenERP) e8ed589a87 [FIX] sale: Fixed problem of on change product when product does not have package.
bzr revid: uco@tinyerp.com-20110622094413-ijesue23tagbju0r
2011-06-22 15:14:13 +05:30
Ujjvala Collins (OpenERP) 594e01f106 [FIX] sale: Fixed problem of unselect/make empty packaging field in the sale order line.
lp bug: https://launchpad.net/bugs/795487 fixed

bzr revid: uco@tinyerp.com-20110622055558-sk5lidkpklygqws5
2011-06-22 11:25:58 +05:30
ron@tinyerp.com f3168065b6 [FIX]stock,sale,purchase:Fixed=>
1)use price_unit field as currenct cost price
2)this field used at return picking as historical price unit

lp bug: https://launchpad.net/bugs/779145 fixed

bzr revid: ron@tinyerp.com-20110621092642-3druty1bqzkjczv0
2011-06-21 14:56:42 +05:30
Quentin (OpenERP) 8572141feb [MERGE] lp:779092
bzr revid: qdp-launchpad@openerp.com-20110518164545-6dd85gn31csr3llz
2011-05-18 18:45:45 +02:00
Quentin (OpenERP) b40383f099 [MERGE] lp:742100
bzr revid: qdp-launchpad@openerp.com-20110518161317-94ohmoiq5mqtrfrj
2011-05-18 18:13:17 +02:00
ARA (OpenERP) 1e862920fb [FIX] sale: Customer Invoices should be translatable
lp bug: https://launchpad.net/bugs/779092 fixed

bzr revid: ara@tinyerp.com-20110509094100-0bqdzz0dxg1hwdxf
2011-05-09 15:11:00 +05:30
aag (OpenERP) 5589acd5ff [IMP]Sale:Rename Setup your sales flow with Set Up Your Invoicing Method
bzr revid: aag@tinyerp.co.in-20110506111149-bnzyf3w9qsh4iqys
2011-05-06 16:41:49 +05:30
Quentin (OpenERP) e67b8761cd [MERGE] lp: 759444 (+improved translatability)
bzr revid: qdp-launchpad@openerp.com-20110504094934-gqhto5wimzjrbft3
2011-05-04 11:49:34 +02:00
skh df63eab918 [FIX] Sale module: only the last warning is displayed
lp bug: https://launchpad.net/bugs/759444 fixed

bzr revid: skh@tinyerp.com-20110503070916-disc0fgzsz0lbgfz
2011-05-03 12:39:16 +05:30
skh a48ab0d779 [FIX] Sale module: only the last warning is displayed
lp bug: https://launchpad.net/bugs/759444 fixed

bzr revid: skh@tinyerp.com-20110502071207-youzwnm4gmv3wk9h
2011-05-02 12:42:07 +05:30
skh f0006cacc0 [FIX] Sale module: only the last warning is displayed
lp bug: https://launchpad.net/bugs/759444 fixed

bzr revid: skh@tinyerp.com-20110429113227-sa891y2zn1umdf0t
2011-04-29 17:02:27 +05:30
skh 9c5315f824 [FIX] Sale module: only the last warning is displayed
lp bug: https://launchpad.net/bugs/759444 fixed

bzr revid: skh@tinyerp.com-20110429073624-o9q8d2qqng7c48dc
2011-04-29 13:06:24 +05:30
skh 63fe8dbd81 [FIX] Sale module: only the last warning is displayed
lp bug: https://launchpad.net/bugs/759444 fixed

bzr revid: skh@tinyerp.com-20110429071223-rchpxo1jg2ers2zx
2011-04-29 12:42:23 +05:30
Quentin (OpenERP) f92aa08ef9 [MERGE] lp:759695
bzr revid: qdp-launchpad@openerp.com-20110427091752-xlpi8jhsbcos7dlp
2011-04-27 11:17:52 +02:00
Harry (OpenERP) d96ceb7e74 [MERGE] fixing usability
bzr revid: hmo@tinyerp.com-20110426073918-j333hzotq62a69nz
2011-04-26 13:09:18 +05:30
ron@tinyerp.com aa4f5fdc81 [FIX]sale:Fixed :Purchase order from procurement : scheduled date wrong comutation
lp bug: https://launchpad.net/bugs/766916 fixed

bzr revid: ron@tinyerp.com-20110421092600-tkymt3f0n7mohat3
2011-04-21 14:56:00 +05:30
skh 24677a0bf1 [FIX] The configuration is mismatch compare to sale order field
bzr revid: skh@tinyerp.com-20110418072209-zubjokkl82uupp41
2011-04-18 12:52:09 +05:30
mtr 995b1bacd8 [IMP] sale: optimized code for execute method of config wizard
bzr revid: mtr@mtr-20110415104121-30u1fodo8osjw9v3
2011-04-15 16:11:21 +05:30
mtr 4b46fd652a [IMP] sale:improved code for revision no 4640
bzr revid: mtr@mtr-20110415093516-r3ffuz6mrbaqca3c
2011-04-15 15:05:16 +05:30
mtr bb0095642e [FIX] sale:improved execute method of config wizard when there is one step picking
lp bug: https://launchpad.net/bugs/759695 fixed

bzr revid: mtr@mtr-20110415091334-tna4ac2k0e1ltnwn
2011-04-15 14:43:34 +05:30
skh aa64cc2737 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110414114950-cy55v185kkwsrxlw
2011-04-14 17:19:50 +05:30
aag (OpenERP) 656c2f2b53 [IMP]sale:Improve sales wizard -Configure Picking Policy for Sales Order
bzr revid: aag@tinyerp.co.in-20110406091454-3jbbhyskp2icruh4
2011-04-06 14:44:54 +05:30
ron@tinyerp.com 4bc1c69250 [REF]sale:refectoring code wrong price calculation when changing UoM and pricelist based on other pricelist
bzr revid: ron@tinyerp.com-20110404100141-2i3og2pxcxf3n1sg
2011-04-04 15:31:41 +05:30
ron@tinyerp.com 53cad5a3bf [FIX]sale: wrong price calculation when changing UoM and pricelist based on other pricelist
lp bug: https://launchpad.net/bugs/742100 fixed

bzr revid: ron@tinyerp.com-20110331112206-5ww6yrqyc3y88yzw
2011-03-31 16:52:06 +05:30
ron@tinyerp.com 3e02672595 [FIX]sale:order of sales order lines
lp bug: https://launchpad.net/bugs/722699 fixed

bzr revid: ron@tinyerp.com-20110222092733-81z0x8vt2hl9jkrp
2011-02-22 14:57:33 +05:30
qdp-launchpad@tinyerp.com 42c1d73c40 [REF] sale: refactored the picked_rate function of the sale.order
bzr revid: qdp-launchpad@tinyerp.com-20110131141629-ei4zorjxez5ch4cl
2011-01-31 15:16:29 +01:00
mtr 8fdc2693a5 [FIX] sale:picked progressbar now shows the amount(percentage) of picking done
lp bug: https://launchpad.net/bugs/705766 fixed

bzr revid: mtr@mtr-20110124054130-uegp9am6no347f6v
2011-01-24 11:11:30 +05:30
qdp-launchpad@tinyerp.com 327efcd1cb [FIX] sale: prevent writing on sale.shop on editing a sale order line with multi company group
bzr revid: qdp-launchpad@tinyerp.com-20110119083817-xx2m3jwtdgw0zszt
2011-01-19 09:38:17 +01:00
Mustufa Rangwala 2d369b9f4e [MERGE] performance issues - account, sale, hr_*, pos: https://bugs.launchpad.net/openobject-addons/+bug/693833
bzr revid: mra@mra-laptop-20110117123659-t3etytigbjtd88uq
2011-01-17 18:06:59 +05:30
psi (Open ERP) ec8823d2d3 [FIX] account, account_*, hr_*, point_of_sale, sale: performance issues - account_move_lines and others
lp bug: https://launchpad.net/bugs/693833 fixed

bzr revid: psi@tinyerp.co.in-20110117112056-ryw0wyjltqzeuhzt
2011-01-17 16:50:56 +05:30
qdp-launchpad@tinyerp.com 23606385d4 [MERGE] merged the dev2 branch
bzr revid: qdp-launchpad@tinyerp.com-20110117101958-mb28vtb0qckoayn3
2011-01-17 11:19:58 +01:00
Fabien Pinckaers a51ab82160 [fIX] lp 701480
bzr revid: fp@tinyerp.com-20110117080556-3i3d4z4gdktpmvpd
2011-01-17 09:05:56 +01:00
rpa (Open ERP) 6ae2d39def [REVERT]: stock: Reverted fix for bug#613286: revision-id: rha@tinyerp.com-20101229131420-k97xl7mrx9htvchi
bzr revid: rpa@tinyerp.com-20110112132338-yxa9erhkppt8yfno
2011-01-12 18:53:38 +05:30
rpa (Open ERP) aa4594a43e [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20110106044307-p888zmcmr7i2hkk0
2011-01-06 10:13:07 +05:30
Antony Lesuisse 359d6d5c92 [FIX] sale set the company_id related field readonly
lp bug: https://launchpad.net/bugs/694124 fixed

bzr revid: al@openerp.com-20110105134050-yjf77ev78h08q9ri
2011-01-05 14:40:50 +01:00
ron@tinyerp.com d0461ca268 [MERGE]Merged with trunk-dev-addons2
bzr revid: ron@tinyerp.com-20110104050238-7aw2rhhwzc8jkgzm
bzr revid: ron@tinyerp.com-20110104084123-ztqusmkmkq2xtj85
2011-01-04 14:11:23 +05:30
ron@tinyerp.com bf00ee7f5c [FIX]procurement exception when there is stock
lp bug: https://launchpad.net/bugs/691709 fixed

bzr revid: ron@tinyerp.com-20101231124748-dsl8xcr1nslppgqp
2010-12-31 18:17:48 +05:30
NOZ (OpenERP) 270f0d158a [FIX] sale: set default value of price_unit
bzr revid: hmo@tinyerp.com-20101231064506-kc5er6iauj9spkcu
2010-12-31 12:15:06 +05:30
Sbh (OpenERP) e17945c3a3 [MERGE] lp:~openerp-commiter/openobject-addons/dev-addons2-rha1
bzr revid: sbh@tinyerp.com-20101230122114-1wv29t5ft3tmpw1g
2010-12-30 17:51:14 +05:30
rha@tinyerp.com c7980f4c5d [Merge]: Merge with addons2
bzr revid: rha@tinyerp.com-20101230060047-d6a21n3f1faaq4lw
2010-12-30 11:30:47 +05:30
qdp-launchpad@tinyerp.com cffcef1a9d [MERGE] merged the apa branch related to yaml tests and reports
bzr revid: qdp-launchpad@tinyerp.com-20101229145310-mx1a9myrfzs3sqf8
2010-12-29 15:53:10 +01:00
Fabien Pinckaers 436760ab9f fix
bzr revid: fp@tinyerp.com-20101229141122-y4s7qqp0u3qraoef
2010-12-29 15:11:22 +01:00
apa-tiny 1ee479f973 [IMP/MERGE]:improved and merged from trunk
bzr revid: apa@tinyerp.com-20101229134355-y9yzo1n0chgxr5ft
2010-12-29 19:13:55 +05:30
rha@tinyerp.com 5ddf27083c [Fix]: Bug #613286 [stock]: returned products from customers have cost price of the day instead of historical cost price
bzr revid: rha@tinyerp.com-20101229131420-k97xl7mrx9htvchi
2010-12-29 18:44:20 +05:30
apa-tiny 00c8da07a3 [MERGE]:merged from trunk
bzr revid: apa@tinyerp.com-20101229085352-c3ui6wb0or9smsjr
2010-12-29 14:23:52 +05:30
apa (OpenERP) faa1c3b8e6 merged from lp:~openerp-dev/openobject-addons/report_dev
bzr revid: apa@tinyerp.com-20101222125656-1t7tfoim3y86sf5p
2010-12-22 18:26:56 +05:30
pso af7c7b6363 [MERGE] merge from trunk addons3
bzr revid: pso@tinyerp.com-20101222055018-dc0ofopu6869pvmc
2010-12-22 11:20:18 +05:30
pso 5d77a6f5b9 [FIX] sale, purchase: Put constraint for order reference
lp bug: https://launchpad.net/bugs/692456 fixed

bzr revid: pso@tinyerp.com-20101221050412-j6ubw3wiwvs1irp2
2010-12-21 10:34:12 +05:30
qdp-launchpad@tinyerp.com 989de6d98a [IMP] purchase, sale, sale_layout: usability improvements
bzr revid: qdp-launchpad@tinyerp.com-20101220094717-qjkkm53m79u2hdzk
2010-12-20 10:47:17 +01:00
Mustufa Rangwala 4ab460046a [MERGE] Sale: Cancelling sale order should affect Procurements,production orders
lp bug: https://launchpad.net/bugs/588220 fixed

bzr revid: mra@mra-laptop-20101217114853-kukmk0h8b1yes89c
2010-12-17 17:18:53 +05:30
mtr ead299414f [FIX] Sale: called the button_check() method of procurement workflow to cancel procurement
lp bug: https://launchpad.net/bugs/588220 fixed

bzr revid: mtr@mtr-20101217110351-hj8p28v4vjyupebb
2010-12-17 16:33:51 +05:30
pso 7b130d9c81 [MERGE] merge from trunk addons3
bzr revid: pso@tinyerp.com-20101217055257-11er6oey5e9eg2df
2010-12-17 11:22:57 +05:30
Mustufa Rangwala b0f61a9546 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101214130232-wqsim6966u1hilu9
bzr revid: mra@mra-laptop-20101217043732-ri8dfx38pacpruye
2010-12-17 10:07:32 +05:30
apa (OpenERP) 6da9a0069c [MERGE]:merged from lp:~openerp-dev/openobject-addons/report_dev
bzr revid: apa@tinyerp.com-20101216051828-4b63uzcjynu8u4km
2010-12-16 10:48:28 +05:30
pso 5e624fba47 [FIX] sale: Fixed integrity error
bzr revid: pso@tinyerp.com-20101215083833-o3phsufj6edmspsc
2010-12-15 14:08:33 +05:30
pso 76130b84c6 [MERGE] merge from trunk addons3
bzr revid: pso@tinyerp.com-20101215064102-dkkhxxakyzc57e3t
2010-12-15 12:11:02 +05:30
apa (OpenERP) 596f835b89 [MERGE]:merged from lp:~openerp-dev/openobject-addons/report_dev
bzr revid: apa@tinyerp.com-20101215062259-ljdtdf9vj08ugoai
2010-12-15 11:52:59 +05:30
uco (OpenERP) 63ace6bb80 [MERGE]
bzr revid: uco@tinyerp.com-20101215051143-g5qmevkmic66q0ip
2010-12-15 10:41:43 +05:30
qdp-launchpad@tinyerp.com ab8c38b279 [IMP] access rights improvements + small usability fixes
bzr revid: qdp-launchpad@tinyerp.com-20101214160729-lc1q0oy76dygh5s2
2010-12-14 17:07:29 +01:00
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
Mustufa Rangwala 7b390b3c81 [FIX] Sale_*: Misc improvements (tooltips,strings...etc)
lp bug: https://launchpad.net/bugs/687463 fixed

bzr revid: mra@mra-laptop-20101213060723-3yvidr2b3x9n4q6n
2010-12-13 11:37:23 +05:30
Mustufa Rangwala ca709f6ce8 [FIX] sale: can't sort by customer in line to invoice
lp bug: https://launchpad.net/bugs/681438 fixed

bzr revid: mra@mra-laptop-20101209125230-nrzbkf1ap0h7izf2
2010-12-09 18:22:30 +05:30
Mustufa Rangwala 19b83511c3 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101209121447-4fosmap0x3abp7b0
2010-12-09 17:44:47 +05:30
Mustufa Rangwala e719e2f053 [FIX] Sale: https://bugs.launchpad.net/openobject-addons/+bug/674420
[ADD] account_analytic_plan: if user installs  account_analytic_plans, the group Usability / Analytic accounting should  be attributed to the administrator by default.

bzr revid: mra@mra-laptop-20101209064813-fcdqkknx4bggojk4
2010-12-09 12:18:13 +05:30
apa (OpenERP) 6b545abefa [IMP]:TASK ID : 956 and merged from report-dev.
bzr revid: apa@tinyerp.com-20101125045543-m8vsq28q5tdqbufg
bzr revid: apa@tinyerp.com-20101209055550-q6k18fn69e6zdoi3
2010-12-09 11:25:50 +05:30
P. Christeas e37f0384f8 sale: pack the warning message in one string (i18n), allow utf8 [Bug 684616]
As reported by Jacara, str(type_ul.name) would bork with unicode. In
addition, the concatenated string would be harder to translate.

bzr revid: p_christ@hol.gr-20101207133657-7tk732027zuj9whs
2010-12-07 15:36:57 +02:00
MTR(OpenERP) 2a31884f70 [FIX] Sale: Wrong help text for sale.order.picking_id
lp bug: https://launchpad.net/bugs/683229 fixed

bzr revid: mra@mra-laptop-20101207120938-yhva8q6puh4yv9b5
2010-12-07 17:39:38 +05:30
mtr 6fe87d7ea4 [FIX] sale:'Recreate procurement' on shipping exception now works for multiple sale order line
bzr revid: mtr@mtr-20101125100355-0a1b7m792t63mssv
2010-11-25 15:33:55 +05:30
pso 6637f578c7 [FIX] sale: SO -History - can delete related invoice
lp bug: https://launchpad.net/bugs/663967 fixed

bzr revid: pso@tinyerp.com-20101111062225-xvibc48jivrbwntj
2010-11-11 11:52:25 +05:30
ARA (OpenERP) 380f403d0e [FIX] Sale:incoterm field implemented and solve the translation problem
lp bug: https://launchpad.net/bugs/649029 fixed

bzr revid: ara@tinyerp.com-20101110094243-92fd9k4twiwi1jdi
2010-11-10 15:12:43 +05:30
Mustufa Rangwala 6ac555ef43 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101110042143-55p7cxi0mxodcr9c
2010-11-10 09:51:43 +05:30
Jay (OpenERP) c27087c76c [REF/FIX] Sale : Help text correction,thanks to ferdinand
lp bug: https://launchpad.net/bugs/672163 fixed

bzr revid: jvo@tinyerp.com-20101108095138-ay4stk543epq3i90
2010-11-08 15:21:38 +05:30
psi (Open ERP) f55fad6121 [MERGE] merge with dev-addons3 branch
bzr revid: psi@tinyerp.co.in-20101104122948-n71njp2a85je9nft
2010-11-04 17:59:48 +05:30
psi (Open ERP) f42cc55258 [IMP] sale, point_of_sale: use lambda with time.strftime in _defaults
bzr revid: psi@tinyerp.co.in-20101104122741-du08a4bt4031dhos
2010-11-04 17:57:41 +05:30
Mustufa Rangwala 767461aca5 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101104101644-aogc78783v0jg3wx
2010-11-04 15:46:44 +05:30
Vir (Open ERP) ce1481d3d8 [Fix] Sale : problem of salesman_id in product sales search view
bzr revid: vir@tinyerp.com-20101104085612-vwu9x590zfzfcvls
2010-11-04 14:26:12 +05:30
Mustufa Rangwala 63cce2b25b [MERGE] Sale: sale/sale.py _invoiced_search returns wrong results for unpaid (VTH branch)
bzr revid: mra@mra-laptop-20101103130852-mrqfxmsub9no8ucz
2010-11-03 18:38:52 +05:30
vth b648470328 [FIX] sale : _invoiced_search returns wrong results for unpaid
lp bug: https://launchpad.net/bugs/661653 fixed

bzr revid: vth@tinyerp.com-20101103123007-uwzt1y1u5epqzubg
2010-11-03 18:00:07 +05:30
vth 28b0d9cc48 [MERGE] merge from trunk-dev-addons-3
bzr revid: vth@tinyerp.com-20101103114434-2ghb5pg9fmtxccw6
2010-11-03 17:14:34 +05:30
vth 620250ee09 [MERGE] merge from trunk-dev-addons-3
bzr revid: vth@tinyerp.com-20101103113316-hkb34levow3aqm5h
2010-11-03 17:03:16 +05:30
Mustufa Rangwala daa0158657 [MERGE] Sale, Point of sale: Get_id on model data calling replaced by get object referce => MTR branch
bzr revid: mra@mra-laptop-20101029041701-z51eucau74vxmx1y
2010-10-29 09:47:01 +05:30
mtr 48666d99cb [IMP] sale,pos:-replaced _get_id method with get_object_reference
bzr revid: mtr@mtr-20101028131619-ee70s2oy1dtyccx1
2010-10-28 18:46:19 +05:30
Harry (OpenERP) 1769bc9476 [MERGE]
bzr revid: hmo@tinyerp.com-20101026055347-yxz72wusdbhty34e
2010-10-26 11:23:47 +05:30
pso a20240b078 [IMP] sale: cleaning module
bzr revid: pso@tinyerp.com-20101021093004-lcfd7eiq2tptqutm
2010-10-21 15:00:04 +05:30
rpa (Open ERP) b57746aa19 [FIX]: sale: Fixed error when confirming sale order having lines without product
bzr revid: rpa@tinyerp.com-20101020110617-bqkc4m4sp87asxh4
2010-10-20 16:36:17 +05:30
Fabien Pinckaers b9dd925c8f small fixes
bzr revid: fp@tinyerp.com-20101018152641-ui9wrnop052jb14r
2010-10-18 17:26:41 +02:00
Mustufa Rangwala 08a7b6daa0 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101018053340-91whv0hocvv156sa
2010-10-18 11:03:40 +05:30
Fabien Pinckaers f18c6eb0c2 [IMP] useability main flows and some bugfixes
bzr revid: fp@tinyerp.com-20101017115901-4y7a9sq42dckklx1
2010-10-17 13:59:01 +02:00
Fabien Pinckaers 6430fec108 [IMP] logs
bzr revid: fp@tinyerp.com-20101016140241-dldu351awva0eht0
2010-10-16 16:02:41 +02:00
qdp-launchpad@tinyerp.com e43a45fc9c [MERGE] merged the usability branch (with fixesssss)
bzr revid: qdp-launchpad@tinyerp.com-20101015165315-qigrk92klwozhv5f
2010-10-15 18:53:15 +02:00
Vir (Open ERP) 408e499131 [Merge]
bzr revid: vir@tinyerp.com-20101015104603-c5l8sr53w2wof27o
2010-10-15 16:16:03 +05:30
Mustufa Rangwala b94c27993c [REF] sale
bzr revid: mra@mra-laptop-20101015102700-d45i9oimk2khcek9
2010-10-15 15:57:00 +05:30
vth e7ab80aae0 [REF] sale
bzr revid: vth@tinyerp.com-20101015094254-h93xtec327h64gjr
2010-10-15 15:12:54 +05:30
vth b1b1c8e290 [REF] sale
bzr revid: vth@tinyerp.com-20101015092414-ehzdcvcysicl8zf4
2010-10-15 14:54:14 +05:30
Mustufa Rangwala 12a4a5c6ef [IMP] sale: Sale order line ordering => id desc
bzr revid: mra@mra-laptop-20101015085518-39xmv5zjbkf62gi1
2010-10-15 14:25:18 +05:30
mtr 7a84c915e5 [IMP] sale:-improvements in sale as per base_module_quality
bzr revid: mtr@mtr-20101015084813-brm71mb0hg7sajqo
2010-10-15 14:18:13 +05:30
AMP (OpenERP) b69421fc6d [IMP] sale,purchase, stock,crm : merge sales orders, merge purchase orders, merge inventory, merge opportunity wizard only display in list view. action of these wizards are not available in right side of form view
bzr revid: amp@tinyerp.com-20101015073009-th71oyqbr3pqss69
2010-10-15 13:00:09 +05:30
Harry (OpenERP) 8910d9e4c4 [MERGE] merged from trunk-dev-addons2
bzr revid: hmo@tinyerp.com-20101015055925-yrkmdffy0woaig1b
2010-10-15 11:29:25 +05:30
Vir (Open ERP) eaa14de859 [IMP] sale : Improvemetns in invoice method
bzr revid: vir@tinyerp.com-20101014081333-nl7e4qlye0hdx2o1
2010-10-14 13:43:33 +05:30
Harry (OpenERP) ab9a846733 [MERGE]
bzr revid: hmo@tinyerp.com-20101013050024-6pfy19ps4466glp1
2010-10-13 10:30:24 +05:30
rpa (Open ERP) 50bad302ad [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101012055858-ntxw0lwc5pvwb8cu
2010-10-12 11:28:58 +05:30
Fabien Pinckaers 4b77845710 [FIX] stock_location, logistic, better demo data
bzr revid: fp@tinyerp.com-20101011215706-zu7cl6byilud541o
2010-10-11 23:57:06 +02:00
Olivier Dony 788881af5d [MERGE:IMP] merge addons-stock branch with latest improvement to Warehouse Management
bzr revid: odo@openerp.com-20101011175802-n705sldw70bp4xpx
2010-10-11 19:58:02 +02:00
Vir (Open ERP) 90758779b0 [IMP] sale : The button Create Invoice open the invoice form
bzr revid: vir@tinyerp.com-20101011114311-6bhy7mv4lpgwgson
2010-10-11 17:13:11 +05:30
sbh (Open ERP) 9b536faec7 [MERGE] Merge lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101011051526-rn7qauj3zkaqgopm
2010-10-11 10:45:26 +05:30
rpa (Open ERP) 7eb77dafb9 [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101011051327-28nxc8ok6ofxxn19
2010-10-11 10:43:27 +05:30
fp 8cb8b0af2b [IMP] useability improvmeents misc
bzr revid: fp@fp-laptop-20101010173239-4563xgh24q2jt0lt
2010-10-10 19:32:39 +02:00
qdp-launchpad@tinyerp.com 40a2f48b45 [IMP] sale: security enhancements
bzr revid: qdp-launchpad@tinyerp.com-20101008213205-37h0e6q3i1h0bq5o
2010-10-08 23:32:05 +02:00
Fabien Pinckaers 73509ca4be [IMP] useability misc icons and buttons
bzr revid: fp@tinyerp.com-20101008144454-y9hksj2qrxictk65
2010-10-08 16:44:54 +02:00
Fabien Pinckaers 900be54ed6 [IMP] misc useability improvements
bzr revid: fp@tinyerp.com-20101008144049-2deun7vlgd6ek1be
2010-10-08 16:40:49 +02:00
Mustufa Rangwala d7e360158f [REF]
bzr revid: mra@mra-laptop-20101008061309-k8yfv27lvhhrgoc7
2010-10-08 11:43:09 +05:30
qdp-launchpad@tinyerp.com fb5d961ddd [FIX] sale: corrected invoice creation from a sale order that already had some invoice generated from line(s)
bzr revid: qdp-launchpad@tinyerp.com-20101005161130-ctum7l1ksxt2k2a2
2010-10-05 18:11:30 +02:00
sbh (Open ERP) b20cebfb27 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101006042708-l4itn2ywn9dwk13s
2010-10-06 09:57:08 +05:30
sbh (Open ERP) 71d15a2b94 [MERGE]: merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101004052515-lz0t7uccgmetsc5h
2010-10-04 10:55:15 +05:30
qdp-launchpad@tinyerp.com a08df47184 [MERGE] merged dev2 branch
bzr revid: qdp-launchpad@tinyerp.com-20101001134123-fnr30iavhwzgy4sa
2010-10-01 15:41:23 +02:00
Harry (OpenERP) 0023c6dff7 [MERGE]
bzr revid: hmo@tinyerp.com-20100930064229-7k3abrwvsdab8m3r
2010-09-30 12:12:29 +05:30
sbh (Open ERP) 7b1b073941 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20100930052813-81bdbjinqnf1ws0y
2010-09-30 10:58:13 +05:30
Mustufa Rangwala f7e308ab52 [MERGE] Merge from trunk addons
bzr revid: mra@mra-laptop-20100930050543-3b0wvprsu7aftyky
2010-09-30 10:35:43 +05:30
Borja (Pexego) d3a5d4fad5 [FIX] Merged Borja's branch for correction on Invoice correctd workflow action of sale order
lp bug: https://launchpad.net/bugs/574348 fixed

bzr revid: jvo@tinyerp.com-20100929154627-f7l6ej8qbteh38cq
2010-09-29 21:16:27 +05:30
mtr b62cd446dd [IMP] sale:-made company_id field on sale.shop required=False
bzr revid: mtr@mtr-20100929124505-37428w3dqsqow0x9
2010-09-29 18:15:05 +05:30
mtr 5bdccf5b03 [IMP] sale:-added date_confirm field in the copy function of sale order
bzr revid: mtr@mtr-20100929113349-dle521fk9y4g93b7
2010-09-29 17:03:49 +05:30
mtr 8b9da68435 [IMP] sale:-wizard in the action of list view and changes in the yaml
bzr revid: mtr@mtr-20100928114624-s4zukca2g5ea0dt8
2010-09-28 17:16:24 +05:30
uco (Open ERP) bf0d12e99f [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20100928104549-mwxiplx3s2fe42t1
2010-09-28 16:15:49 +05:30
rpa (Open ERP) 71a3990a04 [FIX]: Fixed pylint warnings
bzr revid: rpa@tinyerp.com-20100927134403-d0xv04c0kkfkn724
2010-09-27 19:14:03 +05:30