Commit Graph

607 Commits

Author SHA1 Message Date
Thibault Delavallée 2441253c24 [FIX] Added missing argument in method definition
bzr revid: tde@openerp.com-20120403125031-jmww8b2ece58ckiz
2012-04-03 14:50:31 +02:00
Thibault Delavallée 25275126d9 [FIX] sale: fix function args
bzr revid: tde@openerp.com-20120403122438-o3x7nvm822b7xx2j
2012-04-03 14:24:38 +02:00
Thibault Delavallée 829e8e3a4f [MERGE] Merged with rga sales branch
bzr revid: tde@openerp.com-20120403121917-3kcz7snvfuc3tk89
2012-04-03 14:19:17 +02:00
RGA(OpenERP) 81003b68ed [IMP] Small improvement of messages
bzr revid: rgaopenerp-20120403060543-9sym6trb0tqvavl8
2012-04-03 11:35:43 +05:30
Thibault Delavallée 5a08aaddd4 [IMP] Small improvement of messages
bzr revid: tde@openerp.com-20120402153303-5r5v1nvemj29vh9l
2012-04-02 17:33:03 +02:00
Thibault Delavallée 65b3cf3c4b [MERGE] Merged with framework branch
bzr revid: tde@openerp.com-20120402153204-biubz1zp4euw0d5f
2012-04-02 17:32:04 +02:00
Sbh (Openerp) deedfe2034 [IMP] sale: rename address_id with parnter_id
bzr revid: sbh@tinyerp.com-20120330075032-wmbw3kv21h44u60i
2012-03-30 13:20:32 +05:30
Sbh (Openerp) d9359aacfb [IMP]account: remove address_id form compute_all
bzr revid: sbh@tinyerp.com-20120329124138-isbvzt8z4drn7fwn
2012-03-29 18:11:38 +05:30
RGA(OpenERP) 15bdffe237 [IMP] change method name _notificate to _send_note and use new api of need action
bzr revid: rgaopenerp-20120316134501-83xvlo0xwoiqhod0
2012-03-16 19:15:01 +05:30
RGA(OpenERP) 5d29a27a5f [IMP] Added notification for sale
bzr revid: rgaopenerp-20120313093045-x8tsaxjqwts113jz
2012-03-13 15:00:45 +05:30
Kuldeep Joshi (OpenERP) 50997f9fe8 [Fix]sale: remove res.address.partner.address
bzr revid: kjo@tinyerp.com-20120305132543-92ba124cpg4zbrix
2012-03-05 18:55:43 +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