Commit Graph

56666 Commits

Author SHA1 Message Date
Christophe Matthieu 576d664f88 [IMP] note: stage by user, group by stage, access rules
bzr revid: chm@openerp.com-20120913171938-0zmtm2ds5mjdgttj
2012-09-13 19:19:38 +02:00
Christophe Matthieu 9ab1f35de5 [IMP]base_setup: kanban view with .oe_kanban_list_many2many method
bzr revid: chm@openerp.com-20120911112519-agdudw6g0lk156mc
2012-09-11 13:25:19 +02:00
Christophe Matthieu 5ea9342dc5 [IMP] note : tags on kanban
bzr revid: chm@openerp.com-20120911094948-hr4odql5k1dmief4
2012-09-11 11:49:48 +02:00
Christophe Matthieu 22d1ff0c82 note : add comments and change name in 'Memo'
bzr revid: chm@openerp.com-20120910072459-tlue035os3ci1pbz
2012-09-10 09:24:59 +02:00
Christophe Matthieu 7dd65a0f9b note : constraint for note min len
bzr revid: chm@openerp.com-20120907122506-fs6d3vvqowr2m6yk
2012-09-07 14:25:06 +02:00
Christophe Matthieu b49b72f00e [IMP] note : split of note module : note module & note_pad module
bzr revid: chm@openerp.com-20120907115604-wmp8rxec0fk9508r
2012-09-07 13:56:04 +02:00
Christophe Matthieu 481c300cc5 [IMP] note: add button and search filters on kanban view for active/inactive notes. Add note.tag. Html field on form view.
bzr revid: chm@openerp.com-20120907091708-z9x8g9tzdu6e7oad
2012-09-07 11:17:08 +02:00
Fabien Pinckaers 29dba2a64f [IMP] no temporal stuff or trends in demo data
bzr revid: fp@tinyerp.com-20120906080331-sex2idb5r8ba7dvt
2012-09-06 10:03:31 +02:00
Olivier Dony 0180f8b236 [MERGE] server part of mail/chatter complete review/refactoring
Attempt at cleaning up and simplifying the mail-related
APIs and code, including mail.thread, mail.message,
`needaction`, open-chatter and the related components.
The server part specifically deals with simplifying
the ir.needaction mechanism, as well as adding
support for callable `domain` properties on
one2many fields, and improving the ways to
create new partners based on a simple name
or email (name_create et al).
This branch has an addons part as well, taking care of
cleaning up the mail-related modules.

bzr revid: odo@openerp.com-20120906060842-gjxlh7g6hh7ic8jb
2012-09-06 08:08:42 +02:00
Olivier Dony 41a13afd07 [MERGE] mail/chatter complete review/refactoring
Attempt at cleaning up and simplifying the mail-related
APIs and code, including mail.thread, mail.message,
email.template, open-chatter and the related components.
This branch has a server part as well, taking care of
cleaning up the `needaction` mechanisms in base, as 
well as a few related bits

bzr revid: odo@openerp.com-20120906060812-iiqj8h4yfl8rsx63
2012-09-06 08:08:12 +02:00
Olivier Dony 20c8d13822 [FIX] mail.message: default order by `id` should work on expandable node as well - but this still looks ugly
bzr revid: odo@openerp.com-20120905234919-ty9eojpgyib3ohwd
2012-09-06 01:49:19 +02:00
Olivier Dony ba183742d5 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905231602-sxk4lkoub8xibavi
2012-09-06 01:16:02 +02:00
Olivier Dony db3336c092 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905231537-se2zg2uocbjmfww9
2012-09-06 01:15:37 +02:00
Olivier Dony a4f30bf11f [IMP] fields: review/simplify patch for callable domains on fields.one2many
bzr revid: odo@openerp.com-20120905231232-u6dx3ak9b0y95zvl
2012-09-06 01:12:32 +02:00
Olivier Dony 1eedac6928 [FIX] mail: fix tests now that html sanitization is enabled on fields.html
bzr revid: odo@openerp.com-20120905230743-3lnadi2jf2azx2rr
2012-09-06 01:07:43 +02:00
Olivier Dony efa0f9b263 [IMP] html_sanitize: attempt to make slightly more pythonic/readable + re-enable test. Proper review + test still needed.
bzr revid: odo@openerp.com-20120905225746-npjjzy1w00k05vtc
2012-09-06 00:57:46 +02:00
Olivier Dony 8e96d71bf3 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905072646-m4269m97ej1oicoq
bzr revid: odo@openerp.com-20120905220158-ulg8jy5alny97ff3
2012-09-06 00:01:58 +02:00
Fabien Pinckaers 220766fcc4 [IMP] sale order line invisible type
bzr revid: fp@openerp.com-20120905213008-r40ejmxmgxtmsvxq
2012-09-05 23:30:08 +02:00
Fabien Pinckaers ba6ab6f651 [IMP] loading msgs
bzr revid: fp@openerp.com-20120905211920-0910fm4com68lnve
2012-09-05 23:19:20 +02:00
Fabien Pinckaers 874171a8a1 [IMP] correct logo of company for base.main_company
bzr revid: fp@openerp.com-20120905210118-fs3cs8ioai164idb
2012-09-05 23:01:18 +02:00
Fabien Pinckaers 3754ded707 [IMP] pad demo daa
bzr revid: fp@openerp.com-20120905205539-sokhzgjpu0wi2pyo
2012-09-05 22:55:39 +02:00
Olivier Dony 41e16c6592 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905163135-9f6q0ghri1kq6z75
2012-09-05 18:31:35 +02:00
Olivier Dony 1275d524f2 [IMP] mail: fix and test parsing of plaintext messages
bzr revid: odo@openerp.com-20120905160145-2e11txqm5jffij6v
2012-09-05 18:01:45 +02:00
Thibault Delavallée 089b64214d [FIX] email_template: various improvements and fixes.
email_template.py: fixed attachments
mail.compose.message: fixed various bugs of onchanges and the use of templates
with the composer. Cleaned and added tests related to the composer using
email_template.
mail.compose.message form view: the use of templates is now for
advanced formatting only.

bzr revid: tde@openerp.com-20120905155626-h6laee191ttnglkh
2012-09-05 17:56:26 +02:00
Thibault Delavallée 9fb978ea81 [IMP] mail: added and cleaned the tests. Fixed various small bugs in composer. Fixed mail_message.message_read() and flattening algorithm. Cleaned tests for message_read to have a more precise test.
bzr revid: tde@openerp.com-20120905155319-wd168m5snb25ari9
2012-09-05 17:53:19 +02:00
Thibault Delavallée b5b813162d [CLEAN] mail: cleaned mail_thread.py.
bzr revid: tde@openerp.com-20120905155121-1w3h43t10qsigusn
2012-09-05 17:51:21 +02:00
niv-openerp 8d1e3d06ab [IMP] removed dependency to pyquery
bzr revid: nicolas.vanhoren@openerp.com-20120905153212-0gi1wjhf9m4xtnml
2012-09-05 17:32:12 +02:00
Olivier Dony 5f1dce419b [IMP] mail*: implement auto-deletion mechanism for mail.message, mail.mail and the attachment
This is based on the auto_delete flag on mail.mail
and the assumption that mail.mail records created
without a parent message will be deleted as a whole,
including the parent message and its attachments.
This is contrasted with mail.mail records created
for notifications regarding a mail.message, and therefore
created with an existing `mail_message_id` parent.
For this last case the parent must not be deleted
along with the child mail.mail, as it exists on its own.

bzr revid: odo@openerp.com-20120905151950-7jv6hi0x5fx5iytp
2012-09-05 17:19:50 +02:00
Xavier Morel 4e23bcf80a [IMP] update test runner pages, fix intermittent failure due to async test which didn't stop the test runner
bzr revid: xmo@openerp.com-20120905151914-hkrstjh5698dnddg
2012-09-05 17:19:14 +02:00
Xavier Morel 910097617b [IMP] update qunit to 1.9.0
bzr revid: xmo@openerp.com-20120905151840-dopnvm12n0q67wue
2012-09-05 17:18:40 +02:00
Olivier Dony bb6cf477e8 [FIX] account_followup: typos/obsolete code
bzr revid: odo@openerp.com-20120905151451-24d4le11nl1921ep
2012-09-05 17:14:51 +02:00
Stephane Wirtel 97de9d6d3f [FIX] point_of_sale: Set the right account for the internal account.
[REF] point_of_sale: Review the code for the Take Money Out and Push Money In.
[FIX] point_of_sale: Can post a session with an order in the invoiced state.

bzr revid: stw@openerp.com-20120905150538-v9ex7wehyebft7tu
2012-09-05 17:05:38 +02:00
niv-openerp 29a9316566 [REVERT] 4394, because Thu is stupid
bzr revid: nicolas.vanhoren@openerp.com-20120905145703-7t8uiyqur0l16n2b
2012-09-05 16:57:03 +02:00
Xavier Morel 80daa1b956 [FIX] incorrect reversion of m2o autocomplete mouse-based selection fix by revision vta@openerp.com-20120808154422-nbjabrc3cxcb030g
bzr revid: xmo@openerp.com-20120905120455-92llmuwv267xdrn5
2012-09-05 14:04:55 +02:00
vta vta@openerp.com dc6b5e92bf [FIX] Fixed min-width input[type=text].
bzr revid: vta@openerp.com-20120905112446-yi6eyfde8pa31g0l
2012-09-05 13:24:46 +02:00
vta vta@openerp.com 6493b238d7 [FIX] Fixed width in div.address_format's spans.
bzr revid: vta@openerp.com-20120905112343-bathemmuv6rtb0r9
2012-09-05 13:23:43 +02:00
Fabien Pinckaers 2d6829b70e [IMP] note name_create ok
bzr revid: fp@tinyerp.com-20120905095435-bio3buy24t4sdvze
2012-09-05 11:54:35 +02:00
niv-openerp 9ccc27e68c [IMP] changed the semantic of "create_name_field"
bzr revid: nicolas.vanhoren@openerp.com-20120905094219-vyd76t7p4tw6ocsy
2012-09-05 11:42:19 +02:00
Raphael Collet b339be1450 [MERGE] trunk-access-ui-jam (hide buttons or disable actions to create/edit/delete that are not permitted to user)
bzr revid: rco@openerp.com-20120905093859-oh1udej3kgyghudy
2012-09-05 11:38:59 +02:00
Raphael Collet 3e9e129dd0 [MERGE] trunk-access-ui-jam (do not display some Edit/Delete buttons when user has no corresponding access rights)
bzr revid: rco@openerp.com-20120905093505-8gyb5qwta0icssko
2012-09-05 11:35:05 +02:00
Raphael Collet eee4c01c3d [MERGE] trunk-access-ui-jam (in fields_view_get, add attributes in top element when user cannot create/edit/delete)
bzr revid: rco@openerp.com-20120905093337-jkfbdkg1eqrau629
2012-09-05 11:33:37 +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
niv-openerp 88105a043b [FIX] small css problem with the "more" menu in form views
bzr revid: nicolas.vanhoren@openerp.com-20120905091859-jkequxaxo2qd8cz8
2012-09-05 11:18:59 +02:00
Raphael Collet 7b27e55d49 [FIX] web_kanban: do not show the '+' in kanban groups when user cannot create
bzr revid: rco@openerp.com-20120905091620-2dmcx9h90ed2935p
2012-09-05 11:16:20 +02:00
Raphael Collet 8c9777d4ce [IMP] web_kanban: make kanban records non-draggable when user cannot edit them
bzr revid: rco@openerp.com-20120905090544-ru224cad11jyxwbv
2012-09-05 11:05:44 +02:00
niv-openerp 9a5cbb33f7 [IMP] modified default style of ul/li to best fit html semantic
bzr revid: nicolas.vanhoren@openerp.com-20120905090050-tze9qtiw22g1p3fz
2012-09-05 11:00:50 +02:00
niv-openerp 514b2e2b7e [IMP] modified all <li> to adjust to new default style
bzr revid: nicolas.vanhoren@openerp.com-20120905090008-de9rsb0mc1suxyh8
2012-09-05 11:00:08 +02:00
niv-openerp 9ab71c750a [IMP] modified all <li> to adjust to new default style
bzr revid: nicolas.vanhoren@openerp.com-20120905085917-c68qkhlwojargt27
2012-09-05 10:59:17 +02:00
niv-openerp 56e4bc9d8a Fixed small problem
bzr revid: nicolas.vanhoren@openerp.com-20120905083249-r5azgyu5q7qnb83r
2012-09-05 10:32:49 +02:00
Fabien Meghazi 9b6585b453 [IMP] Kanban quick create: replaced @original-title by @title
bzr revid: fme@openerp.com-20120905082004-ecd4r32srwvnulob
2012-09-05 10:20:04 +02:00