Commit Graph

145 Commits

Author SHA1 Message Date
Quentin (OpenERP) 0466c59aba [FIX] fixed error in yaml test
bzr revid: qdp-launchpad@openerp.com-20111229170811-6ekfvxssilc3y6hn
2011-12-29 18:08:11 +01:00
Raphael Collet cd79031279 [FIX] sale: test wrongly compares an invoice's journal with an arbitrary sales journal
bzr revid: rco@openerp.com-20111222095621-1pt1di80qt1k65oe
2011-12-22 10:56:21 +01:00
Harry (OpenERP) 92db677123 [MERGE] merged with trunk-development-branch
bzr revid: hmo@tinyerp.com-20111215133509-i1p207nzy6sfmg0c
2011-12-15 19:05:09 +05:30
Harry (OpenERP) 24595ccae6 [REF] procurement: revert solution on issue if mrp is not install, procurement gone in idle state and sale order is not close and also invoice is not created if postpaid policy and put tag TOFIX to mention other issues
bzr revid: hmo@tinyerp.com-20111215105520-3h9ndu1i4zby1r99
2011-12-15 16:25:20 +05:30
Ujjvala Collins (OpenERP) dab7684448 [FIX] sale,stock_location: Fixed runbot errors.
bzr revid: uco@tinyerp.com-20111214061451-7dv4fut2d4y0lway
2011-12-14 11:44:51 +05:30
Harry (OpenERP) 1a29e26cd8 [FIX] sale: forgot to add new yml files
bzr revid: hmo@tinyerp.com-20111201103051-vscqfi3d2hlt2nri
2011-12-01 16:00:51 +05:30
Harry (OpenERP) 61dde65bbe [MERGE] merged cleanup work on sales from dbr branch:
Summary
=======
account/account_invoice.py
* [FIX] warning: 'type' field is not exits in 'account.move'. so removed stuff to set Type in action_move_create() and pay_and_reconsile() method.

mrp/mrp_workflow.xml and procurement/procurement_workflow.xml
* [FIX] bug: procurement is not closed if supply_method is 'procude' without installation of MRP.

sale/sale.py
* [FIX] warning: 'property_ids' field is not exits anymore.
* [FIX] bug: In creation of move line, If UOS is not specified, UOS qty should be assign with UOM Qty
* [REF] ship_recreate: move stuff to re-create shipment into internal function.

sale/sale_demo.xml
* [IMP] modify demo with values.

[REM] 
* advance_invoice.yml [move this into manual_order_policy.yml]
* so_make_invoice.yml [move this into manual_order_policy.yml]
* so_make_line_invoice.yml [move this into manual_order_policy.yml]
* sale_procurement.yml [move this into picking_order_policy.yml]
* sale_report.yml [move this into picking_order_policy.yml]
* invoice_on_ordered_qty.yml 
* invoice_on_shipped_qty.yml 
[IMP]
* manual_order_policy.yml
* picking_order_policy.yml
* postpaid_order_policy.yml
* prepaid_order_policy.yml
* sale_order_demo.yml

[ADD]
* cancel_order.yml
* delete_order.yml

bzr revid: hmo@tinyerp.com-20111201102823-bf6809i0s938hvue
2011-12-01 15:58:23 +05:30
Harry (OpenERP) 47d741f8ff [REF] sale: YML of order_process split into different file base on invoice policy.
bzr revid: hmo@tinyerp.com-20111201082344-093f9s8e509umeye
2011-12-01 13:53:44 +05:30
Harry (OpenERP) ebb2795c95 [IMP] sale: add more assert in test case of order process
bzr revid: hmo@tinyerp.com-20111201072045-5ja34buw31tgtglh
2011-12-01 12:50:45 +05:30
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
DBR (OpenERP) e13d886bdc [IMP]sale: Improve some assert
bzr revid: dbr@tinyerp.com-20111130122404-uhdqop2yinqjnkhj
2011-11-30 17:54:04 +05:30
DBR (OpenERP) 2bee08352e [IMP]sale : remove extra spaces
bzr revid: dbr@tinyerp.com-20111130092833-l4yq3g1rou4slk72
2011-11-30 14:58:33 +05:30
Harry (OpenERP) 4976c908c5 [FIX] sale: put comment in test cases where failure occur. it should be remove after resolve it.
bzr revid: hmo@tinyerp.com-20111130064504-5f5bd227ql1bcr3q
2011-11-30 12:15:04 +05:30
Harry (OpenERP) 85e40ff69f [IMP] sale: improve yml to test process of sale
bzr revid: hmo@tinyerp.com-20111129133352-p7taekbdakaketph
2011-11-29 19:03:52 +05:30
DBR (OpenERP) cce6af950c [IMP]sale: Minor changes in cancel_order.yml
bzr revid: dbr@tinyerp.com-20111125115705-mlwr15nvaz1tghac
2011-11-25 17:27:05 +05:30
Ujjvala Collins (OpenERP) ee90bb92a5 [REF] sale: Corrected typo.
bzr revid: uco@tinyerp.com-20111125103558-d55tc9nzwegj38n4
2011-11-25 16:05:58 +05:30
DBR (OpenERP) fd26803911 [IMP]sale: Minor changes of extra space
bzr revid: dbr@tinyerp.com-20111125094350-1u2trx3ptn76vidi
2011-11-25 15:13:50 +05:30
DBR (OpenERP) 54e907c737 [IMP]sale: Minor changes
bzr revid: dbr@tinyerp.com-20111125070817-9ximbzkagdpwyi1g
2011-11-25 12:38:17 +05:30
DBR (OpenERP) f4292f0d03 [IMP]sale: Define the propar state
bzr revid: dbr@tinyerp.com-20111125063143-jnlkpwpgeiqfck37
2011-11-25 12:01:43 +05:30
DBR (OpenERP) f74b9565c7 [IMP]sale: Improve code and add msg string
bzr revid: dbr@tinyerp.com-20111125052938-tlydiz9d8taijl38
2011-11-25 10:59:38 +05:30
DBR (OpenERP) f375cbadaa [IMP]sale: Improve code for cancel_order process
bzr revid: dbr@tinyerp.com-20111124133821-ujizre2sbg0hdkbg
2011-11-24 19:08:21 +05:30
DBR (OpenERP) b95ab0a421 [IMP]sale: Improve code for cancel_order.yml
bzr revid: dbr@tinyerp.com-20111124114219-0fitkol4pwvdyaqu
2011-11-24 17:12:19 +05:30
DBR (OpenERP) fa6165902c [IMP]sale: Improve code for cancel_order.yml
bzr revid: dbr@tinyerp.com-20111124073729-bd2hfampmz5jkqss
2011-11-24 13:07:29 +05:30
DBR (OpenERP) 76aac0fe19 [IMP]sale: Improve the __openerp__.py
bzr revid: dbr@tinyerp.com-20111124051637-mza86luxxg06bdyo
2011-11-24 10:46:37 +05:30
DBR (OpenERP) c273594553 [MOVE]sale: Rename demo_data.yml => sale_order_demo.yml
bzr revid: dbr@tinyerp.com-20111123115523-tq0wb02ubokghdo2
2011-11-23 17:25:23 +05:30
DBR (OpenERP) 27abcf2ce2 [IMP] sale: Improve the test cases
bzr revid: dbr@tinyerp.com-20111123114949-pdh40wfte8pkxq8o
2011-11-23 17:19:49 +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) 694eb493ca [Merge]with: lp:openobject-addons
bzr revid: dbr@tinyerp.com-20111117064746-mue10buy3i62rio0
2011-11-17 12:17:46 +05:30
Olivier Dony ec9f0d49a8 [MERGE] sync w/ latest trunk
bzr revid: odo@openerp.com-20111116134336-ig6681v2cw6xfb6h
2011-11-16 14:43:36 +01:00
DBR (OpenERP) 6d201c2d5b [IMP]sale: Improve statements and sequence in __openerp__.py file
bzr revid: dbr@tinyerp.com-20111116104341-2zkm4rs49rnotkbr
2011-11-16 16:13:41 +05:30
DBR (OpenERP) 397a29185e [IMP]sale: Improve code for cancel procedure
bzr revid: dbr@tinyerp.com-20111116101615-qewbom2lhtred1wh
2011-11-16 15:46:15 +05:30
DBR (OpenERP) 729e56be3f [IMP]sale: Improve code for invoice_exception
bzr revid: dbr@tinyerp.com-20111116092918-91lvbm2dodkakopl
2011-11-16 14:59:18 +05:30
DBR (OpenERP) 20dac09d57 [IMP]sale: Improve code for run_scheduler.yml
bzr revid: dbr@tinyerp.com-20111116072403-padjtci09myqal0t
2011-11-16 12:54:03 +05:30
DBR (OpenERP) 35e53a8495 [MOVE,IMP]sale:
Move scheduler file in to process folder and Improve some test cases

bzr revid: dbr@tinyerp.com-20111116064843-iubv9la5kufttuuo
2011-11-16 12:18:43 +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
Fabien Pinckaers 4d5fb290d7 [IMP] misc fixes related to on_changes and fields_view_get
bzr revid: fp@tinyerp.com-20111114213319-9sgjo9sy4sx1phd7
2011-11-14 22:33:19 +01:00
DBR (OpenERP) a640e1f836 [IMP] sale: Improve code for picking execption
bzr revid: dbr@tinyerp.com-20111114130219-27pc49a7yki1z9gu
2011-11-14 18:32:19 +05:30
DBR (OpenERP) b19edf4564 [IMP]sale: Remove the print statements
bzr revid: dbr@tinyerp.com-20111114085641-2l7unifwm4hbnftl
2011-11-14 14:26:41 +05:30
Fabien Pinckaers 6b90a07049 fix
bzr revid: fp@tinyerp.com-20111113233010-fv753506yvzotu4y
2011-11-14 00:30:10 +01:00
Fabien Pinckaers 9de93be3dd [IMP] sale test
bzr revid: fp@tinyerp.com-20111113232831-triduylqi3czqwd1
2011-11-14 00:28:31 +01:00
DBR (OpenERP) 4b317079ce [Rename] sale: onchage_events.yml to onchange_events.yml
bzr revid: dbr@tinyerp.com-20111111064922-mdhms7lv3h8s1awz
2011-11-11 12:19:22 +05:30
DBR (OpenERP) d6afe42df9 [IMP]sale: add the assertion
bzr revid: dbr@tinyerp.com-20111109124854-55ucx0xvt90tak20
2011-11-09 18:18:54 +05:30
DBR (OpenERP) 1dddd0438d [IMP]sale: improve the assertion
bzr revid: dbr@tinyerp.com-20111109111048-57a3e1axaeeqquhk
2011-11-09 16:40:48 +05:30
DBR (OpenERP) 25a47e0386 [MOVE,IMP] sale:
Move picking_order_policy.yml in to process/get_picking_details.yml
improve it's test cases

bzr revid: dbr@tinyerp.com-20111109103738-9ib6ikpci8zjysav
2011-11-09 16:07:38 +05:30
DBR (OpenERP) 590acd1b69 [MOVE,IMP] sale:
move so_make_invoice.yml in to ui/execute_config.yml 
improve the otere yml test cases

bzr revid: dbr@tinyerp.com-20111109095342-gec7hr8lvsm3au04
2011-11-09 15:23:42 +05:30
DBR (OpenERP) 37094e10e1 [REM,MOVE,IMP] sale:
sale/test/invoice_on_shipped_qty.yml => sale/test/ui/make_advance_invoice.yml
  sale/test/manual_order_policy.yml => sale/test/ui/sale_make_invoice.yml
  sale/test/so_make_invoice.yml => sale/test/ui/sale_line_invoice.yml
remove : make_invoice_advance.yml
add this moved files in __openerp__.py

bzr revid: dbr@tinyerp.com-20111109060802-26ndnb358vfmhv3m
2011-11-09 11:38:02 +05:30
DBR (OpenERP) ebc3652060 [IMP] sale: improve code for invoice
bzr revid: dbr@tinyerp.com-20111108133024-5oqu0pikmcj4b6ko
2011-11-08 19:00:24 +05:30