Commit Graph

46 Commits

Author SHA1 Message Date
Christophe Simonis 7a7d7febf8 [MERGE] forward port of branch saas-3 up to revid 9429 chs@openerp.com-20140424123538-rxk9got9k2on1ki1
bzr revid: chs@openerp.com-20140424131824-4ksluvhnegp7kplb
bzr revid: chs@openerp.com-20140424134533-lhhcd32n3s0m9cqk
2014-04-24 15:45:33 +02:00
Denis Ledoux a103ff4ebc [FIX] note: folded by default was not considered
bzr revid: dle@openerp.com-20140417110435-u8uwwcf5ji1b54ao
2014-04-17 13:04:35 +02:00
Gery Debongnie 811456f35e [FIX] add the new 'lazy' keyword argument to the read_group calls inherited in several models (addons calendar, idea, note)
bzr revid: ged@openerp.com-20140409104230-5v0p49ij1wd87qhc
2014-04-09 12:42:30 +02:00
Thibault Delavallée f9993774f1 [IMP] note: user_id owner field added in model, allowing to tune a bit
the access rules, notably about reading and creation. This allows by the way
to remove the hack about the operation in context when subscribing
users on a document.
The new rules on create and read now include user_id, aka the owner of a note
can always create (default value) and read its notes.
Also removed an unnecessary field (current_partner_id), as it was buggy and
unnecessary; view udpated accordingly.

[IMP] mail: removed a hack introduced in saas-3 with the current orm operation
in context to by-pass some access rules when subscribing someone on a document.

bzr revid: tde@openerp.com-20140219111330-l3hw5324hvuikpjc
2014-02-19 12:13:30 +01:00
Martin Trigaux 8146a3ed43 [FIX] note: revert rev 9055 as made impossible to change stage if no rights on other users' relations
bzr revid: mat@openerp.com-20131230104045-2h070kuouz4msz1x
2013-12-30 11:40:45 +01:00
Thibault Delavallée 60123bebbe [FIX] note: fixed note creation.
When creating a new note, a function field requires to browse the note in order
to get the stages. However the basic rule for creating a note is to be in the
followers. As followers is another field set during the creation, we are not
sure uid is already in the followers of the note when reading it. We therefore
do it as SUPERUSER_ID, because it is only to have access to some technical
data of the note.

bzr revid: tde@openerp.com-20131219132839-m0a5rv0znhliqbq1
2013-12-19 14:28:39 +01:00
Denis Ledoux a1eb7fffc2 [FIX]note: notes with undefined stages did not appear if the user had defined stages (they appeared if the user had no stages defined)
bzr revid: dle@openerp.com-20131127151815-gzk9py9wtzmndziw
2013-11-27 16:18:15 +01:00
Christophe Simonis e701169ac6 [FIX] note: copy default stages as SUPERUSER_ID to avoid access error. Only do it for employees
lp bug: https://launchpad.net/bugs/1156215 fixed

bzr revid: chs@openerp.com-20131009162920-lg56wwmtg8qm1kuf
2013-10-09 18:29:20 +02:00
Christophe Simonis 06746ad25b [FIX] note: be tolerant to unknow stages when creating users
bzr revid: chs@openerp.com-20130423172013-lzi0gyo81m101fbm
2013-04-23 19:20:13 +02:00
Christophe Matthieu 0915663545 [FIX] note: notes without user's stage are added to the first user's stage (sort by sequence)
bzr revid: chm@openerp.com-20130422112438-0f1s6we5ggq3t6xn
2013-04-22 13:24:38 +02:00
Olivier Dony bd8a29b5cc [FIX] note: stages should not block user deletion + incomplete fields.function declaration for current_partner_id
bzr revid: odo@openerp.com-20130124104625-5aqn1ch5kdz9cgak
2013-01-24 11:46:25 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée 52557cbe41 [IMP] Note: removed chatter, replaced by a tracking on open.
bzr revid: tde@openerp.com-20121219170211-bsn51c0f5avzh6gv
2012-12-19 18:02:11 +01:00
Christophe Matthieu 0475ce0f56 [FIX]note: remove double set stage (sequence=1) for set_stage_per_user. Add set on list.
bzr revid: chm@openerp.com-20121214105434-xctytfnl929nt8sb
2012-12-14 11:54:34 +01:00
Thibault Delavallée f00ae8a73b [FIX] Addons: fixed some import due to renaming.
bzr revid: tde@openerp.com-20121106123442-jqiq5myhal6ouodr
2012-11-06 13:34:42 +01:00
Nimesh (Open ERP) fd0ea2a2e6 [IMP] improve code.
bzr revid: nco@tinyerp.com-20121102131759-e7q27o3w2npu9mgr
2012-11-02 18:47:59 +05:30
Nimesh (Open ERP) f11b8c3b01 [IMP] add translate true on name filed of note stage.
bzr revid: nco@tinyerp.com-20121102114241-qq4g3rc0hwtcuq3e
2012-11-02 17:12:41 +05:30
Nimesh (Open ERP) b57ed69d12 [IMP] add stages when creating a user in the group Employee.
bzr revid: nco@tinyerp.com-20121101122211-wbshr2x4ltry1t98
2012-11-01 17:52:11 +05:30
Christophe Matthieu 3863e439d8 [IMP]note: remove options tags, tags for all user inside header bar
bzr revid: chm@openerp.com-20120920075031-lx6k382cd8kcyct9
2012-09-20 09:50:31 +02:00
Christophe Matthieu 245002e48d [IMG] base_calendar, note_pad
bzr revid: chm@openerp.com-20120919143553-lmlvshitpkkftyln
2012-09-19 16:35:53 +02:00
Christophe Matthieu 14a4938971 [MERGE] merge trunk
bzr revid: chm@openerp.com-20120919074252-kyymjvnq15533654
bzr revid: chm@openerp.com-20120919074500-1e6h55k6o3gzjls9
2012-09-19 09:45:00 +02:00
Fabien Pinckaers 819455b73c [IMP] Merging notes from chm
bzr revid: fp@tinyerp.com-20120919064235-rt1p93km8oxum8cp
2012-09-19 08:42:35 +02:00
Christophe Matthieu 4290c35f06 [MERGE] from trunk
bzr revid: chm@openerp.com-20120918152550-zdo1b9gtc3r3v6xc
2012-09-18 17:25:50 +02:00
Christophe Matthieu 313c4ef511 [IMP] note: search, css
bzr revid: chm@openerp.com-20120917123054-futj80nzfo725kiv
2012-09-17 14:30:54 +02:00
Fabien Pinckaers 5000fffb1e [MERGE] merging notes + small cleaning
bzr revid: fp@openerp.com-20120916171015-e0n1lq2a5c10a0nb
2012-09-16 19:10:15 +02:00
Christophe Matthieu 378b77a5e4 [IMP] note: delete option thread
bzr revid: chm@openerp.com-20120914151124-sus4kh34cwslk9ly
2012-09-14 17:11:24 +02:00
Christophe Matthieu efae13456d [IMP] cleaning notes, name_create
bzr revid: chm@openerp.com-20120914150854-1eh3nlzf2badxawr
2012-09-14 17:08:54 +02:00
Christophe Matthieu a15456ba0f [FIX] note: access rules
bzr revid: chm@openerp.com-20120914101418-7bpc4aecprfz1vvt
2012-09-14 12:14:18 +02:00
Christophe Matthieu 3ff81d91f9 [MERGE] trunk
bzr revid: chm@openerp.com-20120914084659-3vyief0ywxq9ikw2
2012-09-14 10:46:59 +02:00
Christophe Matthieu 4a48e74c72 [IMP] note: read_group for unknown stage and with empty stage_ids ; statusbar widget
bzr revid: chm@openerp.com-20120914081515-sew3sq23151ghqsr
2012-09-14 10:15:15 +02:00
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 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 c07aa9b5da read_grouop_fold
bzr revid: fp@tinyerp.com-20120906161812-5yop3buxhpbuylmm
2012-09-06 18:18:12 +02:00
Fabien Pinckaers e084498b7d [IMP] removing some board stuff
bzr revid: fp@tinyerp.com-20120906152303-v6svwvqms858xm9t
2012-09-06 17:23:03 +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
Fabien Pinckaers ef307f1497 [NEW] First version of sticky notes module
bzr revid: fp@openerp.com-20120903223741-2buu5a361pq4kbko
2012-09-04 00:37:41 +02:00
Antonin Bourguignon 6de8c4b8e4 [IMP] note: rename the field 'note_pad' into 'note_pad_url'
bzr revid: abo@openerp.com-20120820162748-f92eq99kywwq7vz7
2012-08-20 18:27:48 +02:00
Antonin Bourguignon aa5a055c6d [IMP] note: reorganize code
bzr revid: abo@openerp.com-20120820145138-l7a4985im5nua3xq
2012-08-20 16:51:38 +02:00
Anael Closson 531e077f1b [FIX] some misc fixes
bzr revid: acl@openerp.com-20120814154240-on30lw5qfp66xj7q
2012-08-14 17:42:40 +02:00
Anael Closson 56666953b3 Some fixes
bzr revid: acl@openerp.com-20120814151800-e0adyvny6v17c3qr
2012-08-14 17:18:00 +02:00
Anael Closson 876dc27242 wip
bzr revid: acl@openerp.com-20120814142151-uwi6xkdamv623pos
2012-08-14 16:21:51 +02:00
Anael Closson 87c4a3a3b7 initial note push
bzr revid: acl@openerp.com-20120813170429-91dibb1dpe32j6w2
2012-08-13 19:04:29 +02:00