Commit Graph

344 Commits

Author SHA1 Message Date
Quentin (OpenERP) fbbc0bad19 [IMP] all: replaced 'true' by 'True' in 'options' attribute in views, because now the syntax of these options must be expressed in python instead of json
bzr revid: qdp-launchpad@openerp.com-20121009143433-s4y6isbewqdn2fu2
2012-10-09 16:34:33 +02:00
Antonin Bourguignon b0bf2f9603 [MERGE] trunk
bzr revid: abo@openerp.com-20121005142029-anrpd7tx1zx9ke1m
2012-10-05 16:20:29 +02:00
Quentin (OpenERP) 168a29fdb9 [MERGE] merged the branch that is linked to the fix of yaml_import.py.
* fixed numerous yaml tests or onchange() that are not compatible with the new constraint: a field must be in the view if a onchange returns a value for it
 * fixed numerous yaml tests because the more realistic way we create records now spotted problems in them
 * sale and sale_stock: fixed onchange function
 * sale, sale_stock: added some tests to verify the onchange is triggered
 * account_voucher: fixed generation of journal entry for writeoff in secondary currency
 * account_voucher: fixed the yaml test that should have spotted above problem but which was eroneous too
 * event: replaced wrong reference to base.extended by base.group_no_one
 * mrp: improved stock move naming

bzr revid: qdp-launchpad@openerp.com-20121005132222-t58904z7qw6ztbvf
2012-10-05 15:22:22 +02:00
Quentin (OpenERP) 627ddd3ddd [FIX] event: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004163320-vhsuoj6i39hzlmrj
2012-10-04 18:33:20 +02:00
Quentin (OpenERP) c8c7c87c98 [REF] event, removed unused code: onchange_event()
bzr revid: qdp-launchpad@openerp.com-20121004150150-ykotagukkehq62mj
2012-10-04 17:01:50 +02:00
Antonin Bourguignon 1a84478f61 [IMP] remove whitespaces
bzr revid: abo@openerp.com-20121004143841-h1vjvn87nsvfvxnt
2012-10-04 16:38:41 +02:00
Quentin (OpenERP) d95af40a60 [FIX] fixed views that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004142448-a90p3785a2l95rqc
2012-10-04 16:24:48 +02:00
Antony Lesuisse 6dd16f2613 [MERGE] trunk
bzr revid: al@openerp.com-20120930141638-bw50m7b5a8wnu2yh
2012-09-30 16:16:38 +02:00
Antonin Bourguignon 8683ea9c6d [MERGE] trunk
bzr revid: abo@openerp.com-20120928152152-p6s1dzq96g0sy2sf
2012-09-28 17:21:52 +02:00
Fabien Pinckaers fc9f8491fe [MERGE] related not in 'More...'
bzr revid: fp@tinyerp.com-20120927173641-i503k4kycnwjyefj
2012-09-27 19:36:41 +02:00
Christophe Matthieu f47111449c [IMP] mail_follower: unique field widget, sub-types on click
bzr revid: chm@openerp.com-20120924095616-keuji387bvy6pmcs
2012-09-24 11:56:16 +02:00
Christophe Matthieu fa63653de9 [MERGE] from trunk-mail-mail-rules-tde
bzr revid: chm@openerp.com-20120921095037-czl4s3v0do11yhkq
2012-09-21 11:50:37 +02:00
Bharat Devnani (OpenERP) 2bd84c5d96 [IMP] removed redundant buttons from more and kept some buttons in form view
bzr revid: bde@tinyerp.com-20120921065300-d4pcpordc4xmczd3
2012-09-21 12:23:00 +05:30
Antonin Bourguignon 01cda53501 [IMP] indentation
bzr revid: abo@openerp.com-20120920145658-oigqs5ctd3qoiq7u
2012-09-20 16:56:58 +02:00
Thibault Delavallée 1206b8f7a0 [IMP] Addons: added message_is_follower and message_subtype_data invisible fields to all views using Chatter and Followers widgets.
bzr revid: tde@openerp.com-20120920115900-vvpfhjvw135vhf91
2012-09-20 13:59:00 +02:00
Bharat Devnani (OpenERP) f46b934a7a [IMP] removed same buttons from More button located at top
bzr revid: bde@tinyerp.com-20120919132454-vic77ff22hjro39t
2012-09-19 18:54:54 +05:30
Thibault Delavallée f9ae3e21c8 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120918082646-dxf4uxjthxmst4sj
2012-09-18 10:26:46 +02:00
Fabien Pinckaers bfaaf55f9f [IMP] events form view cleaned
bzr revid: fp@tinyerp.com-20120917163301-8b1hf7cklxmx4pcn
2012-09-17 18:33:01 +02:00
Thibault Delavallée 0ff327fa66 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120917160657-3zjj4evb1ezgo94a
2012-09-17 18:06:57 +02:00
Antonin Bourguignon 01c3220f8e [MERGE] trunk-bug-1050747-cha: bring the event buttons back in the event form view's header by using the proper xml id in @groups
lp bug: https://launchpad.net/bugs/1050747 fixed

bzr revid: abo@openerp.com-20120917160607-p9nc7kpryriz0u3b
2012-09-17 18:06:07 +02:00
Thibault Delavallée abf16c58c6 [IMP] Addons: added invisible field for message_is_follower; note: reidented view; account_voucher: reidented one view.
bzr revid: tde@openerp.com-20120917153533-u102ds3eo1xr1mnt
2012-09-17 17:35:33 +02:00
Antonin Bourguignon 091b2d4892 [FIX] typo
bzr revid: abo@openerp.com-20120917145345-atyfzfq6juls0siu
2012-09-17 16:53:45 +02:00
Ajay Chauhan (OpenERP) 65b6041e97 [FIX] event: solved the issue of not getting buttons on form view
lp bug: https://launchpad.net/bugs/1050747 fixed

bzr revid: cha@tinyerp.com-20120914063911-jux3xeufwd9frrv7
2012-09-14 12:09:11 +05:30
Olivier Dony 41e16c6592 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905163135-9f6q0ghri1kq6z75
2012-09-05 18:31:35 +02:00
Stephane Wirtel 2e7e5ffd09 [IMP] event: Add an onchange event on the location address, this
onchange will load the city, street and zipcode of the selected
address.
[MERGE] event: Show the google maps.

bzr revid: stw@openerp.com-20120905091933-t77gwdlrfcq9uhup
2012-09-05 11:19:33 +02:00
Thibault Delavallée c14a11482c [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120831074032-3b41p3qnuknfv461
2012-08-31 09:40:32 +02:00
Fabien Meghazi 6e80e425d1 [IMP] Use 'open' action in kanban views
bzr revid: fme@openerp.com-20120829114847-dzvqs8gaas03ma5b
2012-08-29 13:48:47 +02:00
Fabien Pinckaers c7c1cb1037 [IMP] renaming message_state to message_unread
bzr revid: fp@tinyerp.com-20120816092616-jnoj0d18rw1ifqth
2012-08-16 11:26:16 +02:00
Fabien Pinckaers e5b76be9b8 [IMP] merge trunk
bzr revid: fp@tinyerp.com-20120816072402-7w1avco6ryt12x10
2012-08-16 09:24:02 +02:00
Antony Lesuisse da8045d784 add message_followers_ids
bzr revid: al@openerp.com-20120815223038-ppuq03m5wj97u6rj
2012-08-16 00:30:38 +02:00
Fabien Pinckaers eb0669850d [IMP] removed needaction_pending, some cleaning in messages mail
bzr revid: fp@openerp.com-20120815133643-loyzmyp6azs5lr47
2012-08-15 15:36:43 +02:00
Twinkle Christian (OpenERP) 721adad01e [IMP]Remove type field from the whole hr module
bzr revid: tch@tinyerp.com-20120808124839-ecd1uic8mscg3s7f
2012-08-08 18:18:39 +05:30
Twinkle Christian (OpenERP) 2e689ca4e0 [IMP]improved views
bzr revid: tch@tinyerp.com-20120807093734-0u3ozi0hn7rxiy2q
2012-08-07 15:07:34 +05:30
Fabien Pinckaers ea52cfae17 [IMP] introducing new file type: html
bzr revid: fp@openerp.com-20120804143556-457q040g6q30x3fu
2012-08-04 16:35:56 +02:00
Fabien Pinckaers b363b1f622 fix
bzr revid: fp@openerp.com-20120804135631-9qqfgcz9513qsyzp
2012-08-04 15:56:31 +02:00
Fabien Pinckaers 4e69bdd6fc [IMP] improved menu tips - 10 firsts clicks
bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj
2012-08-04 15:21:36 +02:00
Quentin (OpenERP) e1b50e304d [MEGUEZ] merged the clean search view branch
bzr revid: qdp-launchpad@openerp.com-20120731150358-jqd3eoz06imzlx01
2012-07-31 17:03:58 +02:00
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
Antonin Bourguignon e7f3b6f14c [IMP] hide current registrations for portal members in the event form view
also, identation

bzr revid: abo@openerp.com-20120725154246-wx7et6nwi3f8n37v
2012-07-25 17:42:46 +02:00
Turkesh Patel (Open ERP) 82c72fe0dc [IMP] event: improved search views.
bzr revid: tpa@tinyerp.com-20120724055724-0d2udznviv0jga29
2012-07-24 11:27:24 +05:30
Antonin Bourguignon c00bd741ed [IMP] hide buttons in the event form view
bzr revid: abo@openerp.com-20120723123755-g3n5mtqlvrczc9s4
2012-07-23 14:37:55 +02:00
Antonin Bourguignon afc7040fd7 [FIX] Event and Association top menu items shouldn't be visible for portal members
bzr revid: abo@openerp.com-20120723115500-s0z2zvt4tb3bye7s
2012-07-23 13:55:00 +02:00
Jigar Amin - OpenERP 55998561c5 [MERGE] lp:openobject-addons
bzr revid: jam@tinyerp.com-20120720054504-7c34ugsik8r4ym5s
2012-07-20 11:15:04 +05:30
Jigar Amin - OpenERP b114225b75 [MERGE] lp:~openerp-dev/openobject-addons/trunk-clean-search-tools-event-tch
bzr revid: jam@tinyerp.com-20120719093838-11rju8406ilmf16o
2012-07-19 15:08:38 +05:30
Twinkle Christian (OpenERP) 57a7759640 [IMP]Improve search view in event module
bzr revid: tch@tinyerp.com-20120719085518-how9o87wo5yycb4b
2012-07-19 14:25:18 +05:30
Antonin Bourguignon c7f4b5ead1 [IMP] format all the top menu items' XML the same way, prefixed by the comment '<- Top menu item -->', making them easier to spot
also fix some identation

bzr revid: abo@openerp.com-20120718103429-98gl4oe0hkmmf35k
2012-07-18 12:34:29 +02:00
Antonin Bourguignon 2b59d63699 [IMP] give higher sequence numbers (with wider gaps) to top menu items
it should now be easier to insert new elements wherever we want in the main menu

bzr revid: abo@openerp.com-20120717162528-0kkk32mjeoyda9c4
2012-07-17 18:25:28 +02:00
Kuldeep Joshi (OpenERP) 9c03b140ce [FIX]event: add oe_google_map class
bzr revid: kjo@tinyerp.com-20120710092135-wskq7ga5da8jqdrc
2012-07-10 14:51:35 +05:30
Quentin (OpenERP) 45dfeb95ee [MERGE] event: usability, review of form views
bzr revid: qdp-launchpad@openerp.com-20120710084626-oldsa3pdv3ku2ylb
2012-07-10 10:46:26 +02:00
Quentin (OpenERP) fa3301735e [IMP] event: usability, code review of form views
bzr revid: qdp-launchpad@openerp.com-20120709145832-idr4x5f8v4dtq3ol
2012-07-09 16:58:32 +02:00