Commit Graph

36 Commits

Author SHA1 Message Date
Alexandre Fayolle a922d39632 [ADD] sale, delivery: tests for sales prepaid flow
Test uses cases for revision b7f1b9c01e
2015-05-06 17:29:37 +02:00
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +02:00
Ajay Chauhan (OpenERP) c2ffb389a3 [FIX] sale: Made some changes
bzr revid: cha@tinyerp.com-20130201120610-eotziutfkhsgd77o
2013-02-01 17:36:10 +05:30
Ajay Chauhan (OpenERP) 4fa593ade5 [IMP] sale: for yml use the new signal_xxx methods instead of trg_validate.
bzr revid: cha@tinyerp.com-20130131051229-r530h3eawm5bm62s
2013-01-31 10:42:29 +05:30
Quentin (OpenERP) ee8d27fce3 [IMP] sale: yaml test improved
bzr revid: qdp-launchpad@openerp.com-20120920143641-eplfb3xyeei6e0ur
2012-09-20 16:36:41 +02:00
Atul Patel (OpenERP) af4e61bb53 [FIX]: Fix some assert problem in yaml as per new sale order.
bzr revid: atp@tinyerp.com-20120920042433-3rgs13orq10x2h9p
2012-09-20 09:54:33 +05:30
Atul Patel (OpenERP) b61e2c8b8f [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120919093842-pn5kqx0gmc41lani
2012-09-19 15:08:42 +05:30
Ajay Chauhan (OpenERP) 427200a241 [IMP] sale: update some statements in yml & clear unwanted code in sale.py file.
bzr revid: cha@tinyerp.com-20120912091040-yezbspjjucempq2e
2012-09-12 14:40:40 +05:30
Ajay Chauhan (OpenERP) aa779d5000 [IMP] sale: update 'Manual_order_policy.yml'
bzr revid: cha@tinyerp.com-20120912073357-naznvtd9n0zja3pd
2012-09-12 13:03:57 +05:30
Atul Patel (OpenERP) eb28892a3a [IMP]: MOVE PROCUREMENT CHANGES INTO PROCUREMENT..
bzr revid: atp@tinyerp.com-20120909101156-9pna66qbx28px2ii
2012-09-09 15:41:56 +05:30
Atul Patel (OpenERP) 06c0ead10d [ADD]: Add dependency
ii) move wizard , yaml file
iii) move stock method into sale_stock.
iv) add security into sale_stock module.

bzr revid: atp@tinyerp.com-20120726205659-xiyx39r3dibshyjs
2012-07-27 02:26:59 +05:30
Rucha (Open ERP) 4eb76030a6 [MERGE]: Merge with latest trunk-addons
bzr revid: rpa@tinyerp.com-20120726053855-8j8c70xqc0ynikx1
2012-07-26 11:08:55 +05:30
Raphael Collet 0e681f8f5e [FIX] sale: in create invoice wizard, reintroduce field qtty (used in tests)
bzr revid: rco@openerp.com-20120723161426-rwk22j4tm71z863b
2012-07-23 18:14:26 +02:00
Rucha (Open ERP) 85177961c6 [FIX]: sale: Fixed yml of sale based on changes in demo
bzr revid: rpa@tinyerp.com-20120712111613-1grfmyg1qqszd11a
2012-07-12 16:46:13 +05:30
Rucha (Open ERP) 4321bcdf30 [IMP]: sale: Improved xml_id reference names for sale order and order lines (work in progress)
bzr revid: rpa@tinyerp.com-20120711103549-67ne83p5jw188k3h
2012-07-11 16:05:49 +05:30
Raphael Collet da3e32700a [MERGE] trunk-v62_config_sale-uco (new sale config wizard)
bzr revid: rco@openerp.com-20120321152751-9okrox08jmd2wrxu
2012-03-21 16:27:51 +01:00
Raphael Collet 0e526bd329 [FIX] sale config: use model sale.config.settings instead of res.config.settings
bzr revid: rco@openerp.com-20120320135002-0gsazmlgock4gmnl
2012-03-20 14:50:02 +01:00
Ujjvala Collins (OpenERP) de835f766d [IMP]: Improved all modules to change according to new changes on server. Added res.config.settings object for all configurations.
bzr revid: uco@tinyerp.com-20120307054440-uu1nrjhqbanj0sjb
2012-03-07 11:14:40 +05:30
Ujjvala Collins (OpenERP) 05477792a4 [IMP]: Improved code to use new object res.config.settings for application settings.
bzr revid: uco@tinyerp.com-20120305051133-rj71925yxncp432a
2012-03-05 10:41:33 +05:30
Ujjvala Collins (OpenERP) adc65d5cfa [IMP]: Improved code: added functionality to the respected modules. Added get and set methods.
bzr revid: uco@tinyerp.com-20120229095021-ogpd1s4nyxa7wdns
2012-02-29 15:20:21 +05:30
Ujjvala Collins (OpenERP) 49b2920b82 [IMP]: Improved code.
bzr revid: uco@tinyerp.com-20120227055635-ugxsh4rh6flw3ryu
2012-02-27 11:26:35 +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
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
Olivier Dony 124c990e7b [FIX] sale: tests should not fail if `purchase` is not installed
bzr revid: odo@openerp.com-20110926133005-2zn030ar70oj002y
2011-09-26 15:30:05 +02:00
Olivier Dony e45e0b75d8 [IMP] stock: cleanup stock.partial.{picking,move} wizards and fix dependencies and tests
bzr revid: odo@openerp.com-20110926003612-0wa6sghmlwbezwzk
2011-09-26 02:36:12 +02:00
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
psi (Open ERP) 63e8f6738f [IMP] purchase_*, sale_*, stock_*: replace the static dates with current dates using eval
bzr revid: psi@tinyerp.co.in-20110105050329-n0qjh6ur7k7jeikp
2011-01-05 10:33:29 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
Harry (OpenERP) 214fddfc4c [MERGE]
bzr revid: hmo@tinyerp.com-20101028113641-vhuqs53ocp930zi5
2010-10-28 17:06:41 +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
SKH,Jay fb8df7b445 [REF] Corrections
bzr revid: jvo@tinyerp.com-20100927144808-fuzqom90h4z3qd4m
2010-09-27 20:18:08 +05:30
Fabien Pinckaers be22df97d6 fix
bzr revid: fp@tinyerp.com-20100901202938-7m4nu0hzigy7suh0
2010-09-01 22:29:38 +02:00
Harry (OpenERP) 379133b17f [FIX] sale,membership: yml issue
bzr revid: hmo@tinyerp.com-20100901160845-53e8jddm95gsi6o5
2010-09-01 21:38:45 +05:30
MTR(OpenERP) 85a60ce78c [IMP] Sale: YAML improvements
bzr revid: mra@mra-laptop-20100816120958-0ktc2cj8ytxicsy1
2010-08-16 17:39:58 +05:30
mtr f86fe1e393 [IMP] sale:-improved the yaml files
bzr revid: mtr@mtr-20100728081409-itta0jzp5m8y3jlh
2010-07-28 13:44:09 +05:30
mtr bc72276f46 [IMP] sale:-added the data_test.yml file and renamed and improved the yaml files for sale module
bzr revid: mtr@mtr-20100723062613-q4vrsjcdsfya1gge
2010-07-23 11:56:13 +05:30