Commit Graph

583 Commits

Author SHA1 Message Date
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
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