Commit Graph

73 Commits

Author SHA1 Message Date
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
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Christophe Simonis 58868227f9 [MERGE] forward port of branch 7.0 up to revid 9382 chs@openerp.com-20130823131214-ipouwtnz8r16mlvv
bzr revid: chs@openerp.com-20130823143114-83tdjhbsdes0kydr
2013-08-23 16:31:14 +02:00
Martin Trigaux 11d50f0afc [MERGE] [IMP] lunch: better name_get and avoid seeing twice the create button on the cashmove view
bzr revid: mat@openerp.com-20130821144900-86hcgrwd43mavo5y
2013-08-21 16:49:00 +02:00
Quentin (OpenERP) 3bb51ac696 [MERGE] forward port of bugfixes made in 7.0, up to revision 8969.
bzr revid: qdp-launchpad@openerp.com-20130404095257-oek77sijuxjyi0aj
2013-04-04 11:52:57 +02:00
Thibault Delavallée e0372e8c6d [FWD] [MERGE] Forward port of addons-v7 until rev. 8736.
bzr revid: tde@openerp.com-20130221105247-ezl63lpl4vdjxtys
2013-02-21 11:52:47 +01:00
csn-openerp e704c22878 [FIX]lunch : replace useless function by a lambda
bzr revid: csn@openerp.com-20130219094001-xfy81u3ee1d8yjzj
2013-02-19 10:40:01 +01:00
csn-openerp e7beed6291 [FIX]lunch : fix lunch_order_line date field
bzr revid: csn@openerp.com-20130219090923-3r930mnmi1ckcw4k
2013-02-19 10:09:23 +01:00
Quentin (OpenERP) 58ca2f6e70 [REV] lunch: reverted commits 8720 and 8721 because they were 1) breaking runbot, 2) not fixing the runbot in the best way.
bzr revid: qdp-launchpad@openerp.com-20130218180309-jeltfdibmu01hasz
2013-02-18 19:03:09 +01:00
csn-openerp c20a201769 [FIX]lunch : fix problem when try to order a meal on current date and then change the date, it wasn't updating correctly the date in lunch_order_line
bzr revid: csn@openerp.com-20130218164204-8cssdh0v8u7179oz
2013-02-18 17:42:04 +01:00
Vo Minh Thu 11632909ae [FIX] lunch: passing self in a super call.
bzr revid: vmt@openerp.com-20130125211751-725w3trha283ypa2
2013-01-25 22:17:51 +01:00
Olivier Dony fb8fe96c10 [FIX] lunch: everyday alerts were never displayed
bzr revid: odo@openerp.com-20130111184524-izvjoiwwnir7kro7
2013-01-11 19:45:24 +01:00
Arnaud Pineux 7b36357001 [FIX] Lunch name changed to have the good breadcrumb
lp bug: https://launchpad.net/bugs/1095566 fixed

bzr revid: api@openerp.com-20130103103935-i1vdmukol420r62p
2013-01-03 11:39:35 +01:00
Arnaud Pineux 47b4ed737f [FIX] lunch alert for every week is repaired
bzr revid: api@openerp.com-20121226105540-hl97n1o61id0j3sr
2012-12-26 11:55:40 +01:00
Quentin (OpenERP) 96d841704b [FIX] lunch: display the _last_ 5 products ordered in the preferences of user, instead of randomly chosen lines.
bzr revid: qdp-launchpad@openerp.com-20130321112212-52bho8cqqwx7w0br
2013-03-21 12:22:12 +01:00
Arnaud Pineux bc40ea4ee9 [FIX] The lunch 'history' or 'preferences' didn't show the last order. It now shows the 5 last orders of every product category
bzr revid: api@openerp.com-20130109110820-fq4iae12p5sg4lam
2013-01-09 12:08:20 +01:00
Quentin (OpenERP) a513344bc1 [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121218134118-ixggega7sumgv6gq
2012-12-18 14:41:18 +01:00
Quentin (OpenERP) 6eed00b488 [IMP] lunch: order of lunch orders
bzr revid: qdp-launchpad@openerp.com-20121218130317-1x35k89q79lop7bd
2012-12-18 14:03:17 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Quentin (OpenERP) f5fc4532f2 [IMP] lunch: code review. usability / fixes
bzr revid: qdp-launchpad@openerp.com-20121106090300-bk9up9ugprfcyqn4
2012-11-06 10:03:00 +01:00
Quentin (OpenERP) 0f062a4fe8 [FIX] lunch: extra argument removed in _default method
bzr revid: qdp-launchpad@openerp.com-20121106085241-vfo8mhmf20chwil8
2012-11-06 09:52:41 +01:00
Quentin (OpenERP) 7c11bb3d8e [FIX] lunch: fixed bug introduced during code review, in previous revision
bzr revid: qdp-launchpad@openerp.com-20121106082633-5sysljeo47opkshj
2012-11-06 09:26:33 +01:00
Quentin (OpenERP) ee11122aeb [FIX] lunch: fixed bug introduced during code review, in previous revision
bzr revid: qdp-launchpad@openerp.com-20121106082047-ob2e8k26dp0xthdi
2012-11-06 09:20:47 +01:00
Quentin (OpenERP) 27462480b2 [REF] lunch: code refactoring and improvements made during code review
bzr revid: qdp-launchpad@openerp.com-20121106081904-07wdsbas8grh4tz8
2012-11-06 09:19:04 +01:00
Quentin (OpenERP) 3440046852 [REF] lunch: code cleaning/refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20121105181814-s1kn2bkt9pxoildx
2012-11-05 19:18:14 +01:00
Arnaud Pineux 3d3873339e [Lunch]
bzr revid: api@openerp.com-20121105160541-t8x8t7de2fjt0sq3
2012-11-05 17:05:41 +01:00
Arnaud Pineux 48937ea6af Lunch
bzr revid: api@openerp.com-20121105134701-0aiqbddpzd2zqsdd
2012-11-05 14:47:01 +01:00
Arnaud Pineux 4dbe51e8bd Lunch
bzr revid: api@openerp.com-20121105110147-mts2pt2b0vr29kfh
2012-11-05 12:01:47 +01:00
Arnaud Pineux a437ed2844 Lunch
bzr revid: api@openerp.com-20121102133540-274avzvzg1klo6d0
2012-11-02 14:35:40 +01:00
Arnaud Pineux 56c76df03d Lunch
bzr revid: api@openerp.com-20121102124700-xcjw21ixkxqom44b
2012-11-02 13:47:00 +01:00
Arnaud Pineux ae2e1c02eb Lunch
bzr revid: api@openerp.com-20121102123508-i0d6kls4ip2zpbfp
2012-11-02 13:35:08 +01:00
Arnaud Pineux ed791d908c Lunch
bzr revid: api@openerp.com-20121102081548-1ujcb6v6ivsx9dr5
2012-11-02 09:15:48 +01:00
Arnaud Pineux 4c73fdc993 Lunch
bzr revid: api@openerp.com-20121031142448-4te52l1vfjtp5pqb
2012-10-31 15:24:48 +01:00
Fabien Pinckaers a692a21546 [IMP] CSS lunch
bzr revid: fp@tinyerp.com-20121031102307-d4s8sq9v32poebzj
2012-10-31 11:23:07 +01:00
Arnaud Pineux 73c7c2f2c0 [MERGE]lunch
bzr revid: api@openerp.com-20121030140244-ooaug53wc3lb3j6o
2012-10-30 15:02:44 +01:00
Arnaud Pineux bffa00134f [MERGE]lunch
bzr revid: api@openerp.com-20121030084701-lgiss30ih4elg4hh
2012-10-30 09:47:01 +01:00
Arnaud Pineux 2cd1b9845c [IMP]Lunch
bzr revid: api@openerp.com-20121026125808-qkwdewnqhiutw5av
2012-10-26 14:58:08 +02:00
Quentin (OpenERP) f670069ad9 [WIP] lunch: code review
bzr revid: qdp-launchpad@openerp.com-20121026120752-afcu5i2oiewb7emt
2012-10-26 14:07:52 +02:00
Arnaud Pineux e3bcd71d1b [CORRECT]Lunch
bzr revid: api@openerp.com-20121026113901-9o8wi1v1k0j8coj4
2012-10-26 13:39:01 +02:00
Quentin (OpenERP) 83c574bcca [WIP] lunch: first code review
bzr revid: qdp-launchpad@openerp.com-20121025144457-xbyk3v94da7x7gh1
2012-10-25 16:44:57 +02:00
Arnaud Pineux d5d853fc22 [MERGE]Lunch
bzr revid: api@openerp.com-20121025100047-ysf0grj3ugxf4mlk
2012-10-25 12:00:47 +02:00
Arnaud Pineux 544dbfed35 [MERGE]Lunch
bzr revid: api@openerp.com-20121025081441-n1kwmt6rsrnldoqo
2012-10-25 10:14:41 +02:00
Arnaud Pineux 975a32ff11 [MERGE]Lunch
bzr revid: api@openerp.com-20121025081059-nvkq39dba86lfb2d
2012-10-25 10:10:59 +02:00
Arnaud Pineux 3351fb2ff6 [MERGE]Lunch
bzr revid: api@openerp.com-20121024153323-pl7qwzxjr33zth5h
2012-10-24 17:33:23 +02:00
Arnaud Pineux 0ac6c9eff2 [MERGE]Lunch_new application
bzr revid: api@openerp.com-20121024142025-ihjkfieq5tj829jw
2012-10-24 16:20:25 +02:00
Arnaud Pineux ccdec6f158 [MERGE]Lunch_new application
bzr revid: api@openerp.com-20121024133918-qu0xha3fuaisc0va
2012-10-24 15:39:18 +02:00
Antony Lesuisse 049e716ab9 [FIX] lunch rec_name
bzr revid: al@openerp.com-20120731164433-03q57asaqkqr981r
2012-07-31 18:44:33 +02:00
Quentin (OpenERP) 16191491eb [IMP] tools: usability, review of form views
bzr revid: qdp-launchpad@openerp.com-20120710110740-rj2820hn4w9hmxdj
2012-07-10 13:07:40 +02:00
DBR (OpenERP) 987b55ecc9 [Merge]with: lp:~openerp-commiter/openobject-addons/trunk-tools-view-imp-dbr-survey-kanban-pna
bzr revid: dbr@tinyerp.com-20120705125451-ddkn3ao6c0jj3qlw
2012-07-05 18:24:51 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30