Commit Graph

116 Commits

Author SHA1 Message Date
Fabien Pinckaers de0f1d7863 [FIX] multi-company
bzr revid: fp@tinyerp.com-20100510183249-s1k1c0o1umdh2m6r
2010-05-10 20:32:49 +02:00
Christophe Simonis 588679134e [IMP] users: add constraint on company
bzr revid: chs@openerp.com-20100507142025-g5p6vwunthtrdm4q
2010-05-07 16:20:25 +02:00
Rvo (Open ERP) c9720d28f5 [IMP+ADD]:improved ir.rule code, added constraint on ir.rule for osv_memory objects
bzr revid: rvo@tinyerp.co.in-20100429120158-rt4p9t1o6kkj78fh
2010-04-29 17:31:58 +05:30
Fabien Pinckaers faefdc22e5 merge
bzr revid: fp@tinyerp.com-20100228080214-zhgkweltq2lv75xy
2010-02-28 09:02:14 +01:00
Harry (Open ERP) 8cc67a3b2e [IMP] base: Improve get_companymethod in res.user model
bzr revid: hmo@tinyerp.com-20100219110541-9g1oh5pg0krb2sve
2010-02-19 16:35:41 +05:30
HDA (OpenERP) a0ba43d800 Merged with stable
bzr revid: hda@tinyerp.com-20100216063114-d2crv3zayarq2vk6
2010-02-16 12:01:14 +05:30
Fabien Pinckaers 8b880cbf01 merge
bzr revid: fp@tinyerp.com-20100211070849-44l42nwos1sjnah0
2010-02-11 08:08:49 +01:00
mra (Open ERP) 0a5f82bd3b [FIX] context_get on user object if the value is none
bzr revid: mra@tinyerp.com-20100211052924-ykzul05nd9h1mmo1
2010-02-11 10:59:24 +05:30
Harry (Open ERP) 18603858e5 [IMP] user: context_get
bzr revid: hmo@tinyerp.com-20100209134652-528dzv3j73hu3i0h
2010-02-09 19:16:52 +05:30
Jay (Open ERP) 3e298de7b0 [IMP] Groups : Better duplication terminology.
lp bug: https://launchpad.net/bugs/516969 fixed

bzr revid: jvo@tinyerp.com-20100208085212-g4bggomq0nw2ijo9
2010-02-08 14:22:12 +05:30
Harry (Open ERP) 8615415e4f [FIX] base: missing import pkg
bzr revid: hmo@tinyerp.com-20100208060522-gk6f6pzrqnumttgr
2010-02-08 11:35:22 +05:30
Christophe Simonis 0cf8f26a7c [MERGE]
bzr revid: chs@tinyerp.com-20100205151012-yew32sugmd4vj48r
2010-02-05 16:10:12 +01:00
Harry (Open ERP) 167b79423f [FIX] base: default company
bzr revid: hmo@tinyerp.com-20100202135100-cj9oqg6i1is3dn68
2010-02-02 19:21:00 +05:30
Xavier Morel ce5acb2c5e [fix] syntax error introduced in xmo@tinyerp.com-20100127121507-cw98bdzkq1z8vgj4
bzr revid: xmo@tinyerp.com-20100131174844-ni2pkc2nj89m7qki
2010-01-31 18:48:44 +01:00
Stephane Wirtel 9633423bcc [FIX] Disable the cache for the ir.rules
lp bug: https://launchpad.net/bugs/372747 fixed

bzr revid: stephane@openerp.com-20100129093846-b1hbz5as9p4olvv4
2010-01-29 10:38:46 +01:00
Harry (Open ERP) 401b6c536d [IMP] security : move login, access, check method into res.users object
bzr revid: hmo@tinyerp.com-20100129060644-q846msahr5mtqvsr
2010-01-29 11:36:44 +05:30
Xavier Morel c8468aa37c [imp] remove explicit reply-to setting in welcome email
bzr revid: xmo@tinyerp.com-20100127121507-j2ano3hioykmw5s5
2010-01-27 13:15:07 +01:00
Xavier Morel f277ec836b [fix] email_to is a sequence of email addresses, not just one
bzr revid: xmo@tinyerp.com-20100127121412-5mhk4y34d9g0239u
2010-01-27 13:14:12 +01:00
Xavier Morel fee5e0734c [imp] move email sending into res.users, be a bit more defensive
bzr revid: xmo@tinyerp.com-20100127112849-3bouvwmym99d6xl9
2010-01-27 12:28:49 +01:00
Xavier Morel 392631cc32 [fix] res.config so the state of a todo is changed after being done with it, not when it's displayed.
Add the setting of states to ``skip`` (action_skip) and ``cancel``
(action_cancel) on top of ``done`` (action_next) plus a bit of
documentation to the API.

Also, fix res.config.users to use the right buttons/actions for its
stuff, or clicking "Done" registers as having skipped the screen:
create ``action_add`` event for "Add User" button, and hook "Done" to
``action_next`` with a NOOP ``execute``.

bzr revid: xmo@tinyerp.com-20100126164237-0zvk4jc1dv9gqdc7
2010-01-26 17:42:37 +01:00
Xavier Morel 16c8091429 [imp] use compiler-joining to break strings across multiple lines (instead of backslash-escaping newlines) otherwise can't indent following lines
bzr revid: xmo@tinyerp.com-20100126153558-hlqpo24ddr04lg50
2010-01-26 16:35:58 +01:00
Xavier Morel ed446050d7 [add] base for sending data when a new user is created through the res.config.users wizard.
Currently untested, and needs improvement and some QCing on the mail body.

bzr revid: xmo@tinyerp.com-20100126153045-tvj8gr8343pybetp
2010-01-26 16:30:45 +01:00
Xavier Morel 958d749220 [imp] add a few tooltips to the user object
bzr revid: xmo@tinyerp.com-20100124155712-t15hjl2vkv5uit88
2010-01-24 16:57:12 +01:00
mra (Open ERP) 288fc76f29 [FIX] users: add action_get method on res users (not opened user->preference)
bzr revid: mra@tinyerp.com-20100113062506-ui30jzmmz60tabkl
2010-01-13 11:55:06 +05:30
Xavier Morel c5609cf160 [merge] from trunk
bzr revid: xmo@tinyerp.com-20091222084844-r4df5vb4sgv1pduu
bzr revid: xmo@tinyerp.com-20091230083057-6yineipknlej5ssw
bzr revid: xmo@tinyerp.com-20100104155530-8robh326lwgwa5qj
bzr revid: xmo@tinyerp.com-20100105151118-voh4xm65y6r0jyvx
2010-01-05 16:11:18 +01:00
Fabien Pinckaers 028cb41b03 [FIX] user can change company
bzr revid: fp@tinyerp.com-20091223163711-65ayzf2jrp8ldm2t
2009-12-23 17:37:11 +01:00
Xavier Morel feca699a8e [fix] forgot one variable rename
bzr revid: xmo@tinyerp.com-20091217194716-2o1kf961ed6667xp
2009-12-17 20:47:16 +01:00
Xavier Morel 4730f553f9 [fix] address generation & use brand new multiple inheritance & cross osv/osv_memory instead of _columns hack
bzr revid: xmo@tinyerp.com-20091217194250-cvta8ckyuqslv3qm
2009-12-17 20:42:50 +01:00
Xavier Morel 714e56e5e7 [add] autogenerate signature on user creation form
bzr revid: xmo@tinyerp.com-20091217170905-q194aey4efi9wkpd
2009-12-17 18:09:05 +01:00
Xavier Morel 175fcd7b18 [add] email field to the user profile
bzr revid: xmo@tinyerp.com-20091217161957-mpfs3ztvto1nfnv3
2009-12-17 17:19:57 +01:00
Xavier Morel ef21375efa [imp] use *args in defaults lambdas
bzr revid: xmo@tinyerp.com-20091217161642-h83r8m6ici45aifv
2009-12-17 17:16:42 +01:00
Xavier Morel ea45f7a98c [imp] interface of initial view type configuration
bzr revid: xmo@tinyerp.com-20091217153008-ufhe2lren1j9keo1
2009-12-17 16:30:08 +01:00
Xavier Morel b765818f15 [merge] from trunk-lxml-fixes
bzr revid: xmo@tinyerp.com-20091210111811-r5yixjp5jararnzl
2009-12-10 12:18:11 +01:00
Xavier Morel b2a428c701 [IMP] provide hook methods for extensions orthogonal to the event handlers themselves
bzr revid: xmo@tinyerp.com-20091210073213-4wpiu60tr6ap8lco
2009-12-10 08:32:13 +01:00
Jay (Open ERP) 7e22f42485 [IMP] Limit for name_search() improved to 100
lp bug: https://launchpad.net/bugs/494401 fixed

bzr revid: jvo@tinyerp.com-20091209114241-e9amr10847awl5zq
2009-12-09 17:12:41 +05:30
Fabien Pinckaers a2b058e89e [IMP] multi companies on users
bzr revid: fp@tinyerp.com-20091209111834-kmicjotdgrnyquad
2009-12-09 12:18:34 +01:00
Fabien Pinckaers 920c9dd540 [FIX] select current compay on users
bzr revid: fp@tinyerp.com-20091209085739-sb1hq6c8ud7o7kmh
2009-12-09 09:57:39 +01:00
Xavier Morel 4dbb8813e4 [FIX][IMP] fix creation of second user in a row, make user creation view inherit from res_config_view_base
bzr revid: xmo@tinyerp.com-20091208144835-pdf83mwe6x9xd37b
2009-12-08 15:48:35 +01:00
Xavier Morel c2aeae60c4 [FIX] unbreak user creation
bzr revid: xmo@tinyerp.com-20091208135306-qcic48ugtff50aes
2009-12-08 14:53:06 +01:00
Xavier Morel 31ad1a84be [IMP] remove unused method action_skip on res.config.view
bzr revid: xmo@tinyerp.com-20091208130908-i14z2w3ips30ecyi
2009-12-08 14:09:08 +01:00
Xavier Morel c47d3ab275 [IMP] renamings & reformattings of button names
bzr revid: xmo@tinyerp.com-20091207182830-27bpxe68g9o31j26
2009-12-07 19:28:30 +01:00
Xavier Morel 0e4962391e [IMP] rename res.configurable to res.config: inheriting from it makes an object a config item
bzr revid: xmo@tinyerp.com-20091204105821-7133uv5p1b7n4euz
2009-12-04 11:58:21 +01:00
Xavier Morel 02e431c411 [IMP] make users configurable via res.configurable
Create a new user configuration object (res.config.users) whose job is to
create new users instance and interact with the related views

bzr revid: xmo@tinyerp.com-20091204101543-qpqfhaqvrpqfpcyi
2009-12-04 11:15:43 +01:00
Xavier Morel 97013e9aae [IMP] modify configurator for inheritability, move it to res_config, make res_config_view inherit from res.configurable
bzr revid: xmo@tinyerp.com-20091203151122-md545zxjs7rlyddk
2009-12-03 16:11:22 +01:00
Xavier Morel 08f7728ff8 [IMP] migrate res.user and res.config.view to the new configurator
bzr revid: xmo@tinyerp.com-20091203130904-9ndprgw23f4jc0ne
2009-12-03 14:09:04 +01:00
Harry (Open ERP) d8ce3f1e2a [FIX] replaced <TAB> with four white space.
bzr revid: hmo@tinyerp.com-20091124144405-9mzd91chohvf0uu7
2009-11-24 20:14:05 +05:30
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
HDA (OpenERP) 5ea54704ea Merge and bugfixes from jvo
bzr revid: hda@tinyerp.com-20091105063915-kju1oce56t9g20g5
2009-11-05 12:09:15 +05:30
rpa-openerp 5561c46196 [IMP]able to pass context into record tag in xml file and pass context {"noadmin":True} in extended group data for not allocate that group to admin user
bzr revid: hmo@tinyerp.com-20091103064636-0v855wtnh06l0zop
2009-11-03 12:16:36 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30