Commit Graph

15 Commits

Author SHA1 Message Date
Josse Colpaert 2f5ca4380a Revert "[IMP] Remove unnecessary refresh statements because of new api"
This reverts commit b213438176.
2014-11-17 09:44:10 +01:00
Josse Colpaert b213438176 [IMP] Remove unnecessary refresh statements because of new api 2014-11-17 09:24:06 +01: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
Quentin (OpenERP) d096e9f1b8 [FIX] purchase: unlink of a PO line now correctly canl the linked procurement. Yaml test fixed as well (there is no stock.move created anymore untill the PO is confirmed). These errors were introduced with the last merge with trunk
bzr revid: qdp-launchpad@openerp.com-20140204090901-xakhcchof90fh73h
2014-02-04 10:09:01 +01:00
Quentin (OpenERP) 753f7541db [MERGE] main trunk
bzr revid: qdp-launchpad@openerp.com-20140203173000-mk092iw2wz3y0e3e
2014-02-03 18:30:00 +01:00
Denis Ledoux 4f3a4dce3b [FIX] purchase: on unlink purchase order line, cancel procurements associated to the move of the purchase order line
bzr revid: dle@openerp.com-20140120170729-57fm8tluz5p4zdk5
2014-01-20 18:07:29 +01:00
Josse Colpaert adc4101a74 [IMP] Purchase line id in run_scheduler and dropship tests
bzr revid: jco@openerp.com-20130913113239-anewvvrqd6ofbiwh
2013-09-13 13:32:39 +02:00
Josse Colpaert 30f27b8cbb [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route)
bzr revid: jco@openerp.com-20130909115515-7z6ixaxe7bpxxe73
2013-09-09 13:55:15 +02:00
Quentin (OpenERP) 56f184a354 [FIX] purchase: run_scheduler.yml
bzr revid: qdp-launchpad@openerp.com-20130904154353-jntmykfnem9fre4b
2013-09-04 17:43:53 +02:00
Randhir Mayatra (OpenERP) 5e65f7d667 [IMP] improve reun_scheduler_yml
bzr revid: rma@tinyerp.com-20130830121807-r0k46ftwaxg1ccg4
2013-08-30 17:48:07 +05:30
Rucha (Open ERP) 40f83805c5 [IMP]: product: Improved reference of demo product xml_id from static names to number (work in progress)
bzr revid: rpa@tinyerp.com-20120629110424-xykxjjq7sn50ovww
2012-06-29 16:34:24 +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
Fabien Pinckaers bae50f2557 [IMP] Purchase YAML tests rewritten using new view: feature
bzr revid: fp@tinyerp.com-20111113230158-4r36c2sdg23uuuyo
2011-11-14 00:01:58 +01:00
Fabien Pinckaers edd35657f8 [FIX] test scenario
bzr revid: fp@tinyerp.com-20111113192805-luc1523nc291xfxl
2011-11-13 20:28:05 +01:00
Harry (OpenERP) f6babc2bcd [IMP] purchase: test case improvement
* rfq2order2done - test case of process RFQ->confirm RFQ->Done RFQ.
* generate_invoice_from_reception - test case of process to generate invoice on delivery of product. 
* run_scheduler - test case of process to run scheduler to generete RFQ from procurement.
* merge_order - test case to merge orders
* cancel_order - test case to cancel confirmed order, draft order
* print_report - test case to generate report of RFQ and purchase order.
* onchange_events - test case to test onchange_events like onchange_partner, onchange_warehouse, onchange_address 
* duplicate_order - test case to test duplicate order.
* delete_order - test case to test delete confirmed order, draft order and canceled order.

bzr revid: hmo@tinyerp.com-20111020072225-jq2r5x70z12a15o8
2011-10-20 12:52:25 +05:30