Commit Graph

79 Commits

Author SHA1 Message Date
Xavier Morel f5b88f6309 [IMP] minor perf improvement during tests
During tests, some creation of user records would unnecessarily trigger
password reset or set a password, both of which would trigger password
hashing which takes some time (for good reasons).

Fix by:
* passing no_reset_password in YAML tests and some Python tests still
  missing it (a number of Python tests already used it)
* removing passwords from YAML records as they're never necessary, the
  test user records are not expected to ever log in
2015-06-26 14:22:29 +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
Antony Lesuisse ebd74cedcc [FIX] purchase_requisition test of PO's 2014-06-30 02:12:42 +02:00
Quentin (OpenERP) e36b32a661 [MERGE] merged with main trunk (revision 9186)
bzr revid: qdp-launchpad@openerp.com-20140228131516-ihigousbe5p1nt68
2014-02-28 14:15:16 +01:00
openerp-sle a88f73b3a5 [IMP] Purchase requisition converted to QWeb. Minor changes into purchase_* views
bzr revid: openerp-sle@openerp-sle.home-20140214165550-s4lffhih8107pehl
2014-02-14 17:55:50 +01:00
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02:00
Martin Trigaux 11308f37dd [FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login)
bzr revid: mat@openerp.com-20131003143234-8tu732aa4rmycoif
2013-10-03 16:32:34 +02:00
Randhir Mayatra (OpenERP) dd8c53c075 [IMP] Solve the yml testing issues for purchase requisition
bzr revid: rma@tinyerp.com-20130806093717-2uwc5bj8xyjer350
2013-08-06 15:07:17 +05:30
Cedric Snauwaert 973185a728 [MERGE]merge modification of purchase and purchase tender with wmsimplement-fp branch
bzr revid: csn@openerp.com-20130729094043-14j696ojpzecg8qu
2013-07-29 11:40:43 +02:00
sgo@tinyerp.com 6a3cdf718c [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130605071905-o2ldzc6vxqnoe099
2013-06-05 12:49:05 +05:30
Cedric Snauwaert 88a77ec6d5 [FIX]purchase_requisition test: fix the test because we changed the workflow of tender
bzr revid: csn@openerp.com-20130531144132-blpslz3i2ixodroh
2013-05-31 16:41:32 +02:00
Josse Colpaert 9b0e6ba425 [MERGE] Merge from trunk
bzr revid: jco@openerp.com-20130523084039-1mb5frj6kkvuopxe
2013-05-23 10:40:39 +02:00
Thibault Delavallée a05b0bebbe [FORWARD] Forward port of 7.0 branch until revision 9143.
bzr revid: tde@openerp.com-20130521122359-b5vii7gv8arluz06
2013-05-21 14:23:59 +02:00
Josse Colpaert 9a08f7a4ce [FIX] Adding stock move constraint and changing warehouse in purchase requisition test meanwhile
bzr revid: jco@openerp.com-20130513133535-0g1e5pxfqzess7n9
2013-05-13 15:35:35 +02:00
sgo@tinyerp.com 76451bef76 [IMP]add groups in groups_id in purchase and purchase_requisition
bzr revid: sgo@tinyerp.com-20130507084901-c4n3scfvt7vrs0gg
2013-05-07 14:19:01 +05:30
sgo@tinyerp.com 519956fad6 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130329045423-45ka0rephkucvyai
2013-03-29 10:24:23 +05:30
Vo Minh Thu 9b0ced610f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130322134958-jhe6m0222jq7wo41
2013-03-22 14:49:58 +01:00
sgo@tinyerp.com 1e14b22435 [IMP]add email to user as per new improvement
bzr revid: sgo@tinyerp.com-20130320054049-4cr1a52dlpfw2lgf
2013-03-20 11:10:49 +05:30
Foram Katharotiya (OpenERP) 5823dc8563 [IMP] add user group in context in all yml files
bzr revid: fka@tinyerp.com-20130319112621-ohy33bgzwmtmw8kl
2013-03-19 16:56:21 +05:30
sgo@tinyerp.com 8cc9ecf9a9 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130301072146-bw6y8zgdk3t2a3k1
bzr revid: sgo@tinyerp.com-20130305082730-i6xntxlnpv0h097s
bzr revid: sgo@tinyerp.com-20130306054007-oz2lrmzsy6mjyfta
2013-03-06 11:10:07 +05:30
Vo Minh Thu 5029451905 [IMP] report yml test: use openerp.report.render_report() instead of LocalService().create().
bzr revid: vmt@openerp.com-20130222133511-y07w3etca8onb73x
2013-02-22 14:35:11 +01:00
Foram Katharotiya (OpenERP) c7a417ea03 [IMP] improve code
bzr revid: fka@tinyerp.com-20130221061737-d7vyr9lpwnas1qay
2013-02-21 11:47:37 +05:30
Foram Katharotiya (OpenERP) 5252d9ac9c [IMP] add yml file in purchase_reqisition
bzr revid: fka@tinyerp.com-20130221051459-v20ilhc128ipw6yi
2013-02-21 10:44:59 +05:30
Bhumi Thakkar (Open ERP) 83879211f3 [IMP] Improve code in yml.
bzr revid: bth@tinyerp.com-20130218080109-i1exaw3dq571473r
2013-02-18 13:31:09 +05:30
Bhumi Thakkar (Open ERP) 849807566d [IMP] Improve code in yml.
bzr revid: bth@tinyerp.com-20130218075653-nikwao3pc037st2p
2013-02-18 13:26:53 +05:30
Bhumi Thakkar (Open ERP) eba87345a7 [IMP] Improve code in yml.
bzr revid: bth@tinyerp.com-20130218064400-vuwzzf2cbrov4bik
2013-02-18 12:14:00 +05:30
Bhumi Thakkar (Open ERP) 51005a923e [IMP]In yml update context.
bzr revid: bth@tinyerp.com-20130218061801-nbihwaxv8yi8d7b6
2013-02-18 11:48:01 +05:30
Raphael Collet 55625f52db [FIX] fix import statements in yml files
bzr revid: rco@openerp.com-20130213101803-4y1ponocx6oai2mz
2013-02-13 11:18:03 +01:00
Ajay Chauhan (OpenERP) 8045a7556d [IMP] purchase_requisition: use the new signal_xxx methods instead of trg_validate.
bzr revid: cha@tinyerp.com-20130131103015-ooa3nr4j6qllpfgk
2013-01-31 16:00:15 +05:30
Phil Frost 5ff3ae2034 kill the executable bit on things that are clearly not executables or scripts
bzr revid: pfrost@openerpdev-20130103231005-56pglti6uss0jsm5
2013-01-03 18:10:05 -05:00
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
Rucha (Open ERP) 0aaef8a06e [IMP]: Improved partner demo xml_id referenced based on changes in server
bzr revid: rpa@tinyerp.com-20120620120305-g88c9cp55csnsvoc
2012-06-20 17:33:05 +05:30
Harry (OpenERP) 6ced5c16c1 [REF] purchase_requisition:
purchase_requisition/wizard/purchase_requisition_partner.py
* [REF] In create_order() method, move stuff of creating purchase order into 'purchase.requisition' object.
purchase_requisition/purchase_requisition.py
* [ADD] introduce new method: make_purchase_order()
        - to create new RFQ of specified supplier with plannned date, price

bzr revid: hmo@tinyerp.com-20111202072755-e3ura2cmnh78utet
2011-12-02 12:57:55 +05:30
Harry (OpenERP) bdf23343b1 [MERGE] merged cleanup yml:
purchase_requisition/purchase_requisition.py
* [IMP] call tender_done() method instead of set state manually.

purchase_requisition/purchase_requisition_demo.xml
* [IMP] added demo data of requisition with RFQs

purchase_requisition/wizard/purchase_requisition_partner.py
* [IMP] address_id is not mandatory. so remove required tag

[IMP] Test cases of requisition process
* purchase_requisition.yml
* purchase_requisition_demo.yml

[REM]
* purchase_requisition_exclusive.yml [move into requisition.yml]
* purchase_requisition_report.yml [move into requisition.yml]

bzr revid: hmo@tinyerp.com-20111202051506-kmlsfqnoqcafkic5
2011-12-02 10:45:06 +05:30
DBR (OpenERP) 54d2f76703 [REMOVE]purchase_requisition: remove duplicate_requisition.yml
bzr revid: dbr@tinyerp.com-20111128070951-1pogxrrc3921tv24
2011-11-28 12:39:51 +05:30
DBR (OpenERP) b281d83219 [IMP,REMOVE]purchase_requisition:
Remove onchange_events.yml
Improve the requisition2request_quotation.yml and __openerp__.py

bzr revid: dbr@tinyerp.com-20111128062422-1l7jopbjkwajc3dc
2011-11-28 11:54:22 +05:30
DBR (OpenERP) c7363ab6a2 [IMP]purchase_requisition: Improve the test case's statements
bzr revid: dbr@tinyerp.com-20111128061307-8c7452lyvsin0qcn
2011-11-28 11:43:07 +05:30
DBR (OpenERP) 7b800b5f03 [IMP] purchase_requisition:
Improve the code for cancel_purchase_requisition.yml file

bzr revid: dbr@tinyerp.com-20111102104531-itiutuktds163710
2011-11-02 16:15:31 +05:30
DBR (OpenERP) 85d601efb3 [ADD,IMP] purchase_requisition:
[ADD]purchase_requisition/test/ui/requisiton2request_quotation.yml
[IMP]add new file in __openerp__.py
[IMP]Improve code of onchange_events.yml

bzr revid: dbr@tinyerp.com-20111102102809-c3cjgz7a331sdawr
2011-11-02 15:58:09 +05:30
DBR (OpenERP) e90122bb11 [IMP]purchase_requisition: Remove extra statements
bzr revid: dbr@tinyerp.com-20111102073820-kn5zvxgsxpkjmi7i
2011-11-02 13:08:20 +05:30
DBR (OpenERP) f45e2468bc [ADD,IMP] purchase_requisition:
[ADD]Add New file for define the main flow of exclusive requisition
"purchase_requisition_exclusive.yml"
[IMP]Improve the demo data for exclisive code improvement
[IMP]Add one new file in __openerp__.py

bzr revid: dbr@tinyerp.com-20111102073552-yruxrxuvb9qji3pg
2011-11-02 13:05:52 +05:30
DBR (OpenERP) a8b7872502 [IMP]purchase_requisition:
remove the extra code

bzr revid: dbr@tinyerp.com-20111031124728-pmrrp4bq5h1iwps5
2011-10-31 18:17:28 +05:30
DBR (OpenERP) b13ddc11a7 [ADD,MOVE,IMP]purchase_requisition:
[ADD]cancel_purchase_requisition.yml
[ADD]duplicate_requisition.yml
[MOVE]purchase_requisition_test.yml => test/ui/delete_requisition.yml
[IMP]delete_requisition.yml
[IMP]set the propare sequence in __openerp__.py

bzr revid: dbr@tinyerp.com-20111031124105-x0rp6cg5e98lsjrp
2011-10-31 18:11:05 +05:30
DBR (OpenERP) a8ee7baa2d [IMP,ADD,MOVE]puchase_requisition:
Improve the code in purchase_requisition.yml file
Create new ui folder
Move purchase_requisition_exclusive.yml to onchange_events.yml
Improve code for onchange_events.yml

bzr revid: dbr@tinyerp.com-20111031115225-1yy9jsz3iee2gmlw
2011-10-31 17:22:25 +05:30
DBR (OpenERP) adc05bc4d6 [IMP]puchase_requisition:
Improve code for create requisition

bzr revid: dbr@tinyerp.com-20111031095740-t42sdppozvhwhfqs
2011-10-31 15:27:40 +05:30
DBR (OpenERP) 86caf711dd [IMP]puchase_requisition:Improve the test case for
create procurement order from product

bzr revid: dbr@tinyerp.com-20111031084858-e26x17iufxwbzrtu
2011-10-31 14:18:58 +05:30
DBR (OpenERP) 29c0a92ac5 [IMP]purchase_requisition:
try to improve the code on the bases of data

bzr revid: dbr@tinyerp.com-20111021122941-dlro6heqzpmwitub
2011-10-21 17:59:41 +05:30
DBR (OpenERP) 7608df9096 [Move]purchase_requisition: Move purchase_requisition.yml in to process folder
bzr revid: dbr@tinyerp.com-20111020062248-tg7pkrdvh026jvzm
2011-10-20 11:52:48 +05:30
Rucha (Open ERP) 93c491aa51 [IMP]: purchase_requisition: Improved statements in yml
bzr revid: rpa@tinyerp.com-20111010115002-9xe5knmpmq7u05et
2011-10-10 17:20:02 +05:30
Atik Agewan (OpenERP) 4eee5c93fd [IMP] Product :optimize code
bzr revid: aag@tinyerp.com-20110921132326-0kwg5y0d6g03uxki
2011-09-21 18:53:26 +05:30