Commit Graph

97 Commits

Author SHA1 Message Date
Fabien Pinckaers 862dcf8dcd bugfix
bzr revid: fp@tinyerp.com-20081213061546-i2ymf8ku71heox4o
2008-12-13 07:15:46 +01:00
Fabien Pinckaers cb59d883b8 bugfix_cache_speed_improvement_store
bzr revid: fp@tinyerp.com-20081213060118-icn54am74m6ntyqw
2008-12-13 07:01:18 +01:00
Mantavya Gajjar ba0f20b573 change small things
bug-fix in the create method

bzr revid: mga@tinyerp.com-20081211133457-s304k5ct5kvgiiju
2008-12-11 19:04:57 +05:30
Mantavya Gajjar cb763e8298 improvement in the field object
asslows to select the relation and relation fields
instead of remember the name

bzr revid: mga@tinyerp.com-20081211113208-h03p8j4qd9sg8tgx
2008-12-11 17:02:08 +05:30
Christophe Simonis c2cc3a3049 [FIX] psycopg2: in queries we must now use %s everywhere (no more %d or %f)
bzr revid: christophe@tinyerp.com-20081209123722-4kmv4pecjwiw3tm3
2008-12-09 13:37:22 +01:00
Fabien Pinckaers 8ef52b36d5 improved_object
bzr revid: fp@tinyerp.com-20081127105134-uxj13q671sih7b7r
2008-11-27 11:51:34 +01:00
Fabien Pinckaers 637ede5888 improve
bzr revid: fp@tinyerp.com-20081126235946-j7gldiqz5jvlowbn
2008-11-27 00:59:46 +01:00
Fabien Pinckaers 843add7b69 improved_customization
bzr revid: fp@tinyerp.com-20081125233317-e9f3f4v99gmyyen0
2008-11-26 00:33:17 +01:00
qdp a425ecb6b9 *bugfix of process_end on ir_model.py related to partial import compliance
bzr revid: qdp@tinyerp.com-20081125151914-qemw8kkydvnd3uto
2008-11-25 16:19:14 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Fabien Pinckaers 0131fb844f bugfixes
bzr revid: fp@tinyerp.com-20081031204401-ygteigbmtok58vql
2008-10-31 21:44:01 +01:00
Fabien Pinckaers 1d7ec09389 bugfoix
bzr revid: fp@tinyerp.com-20081031164014-u5s14861l0ity3w9
2008-10-31 17:40:14 +01:00
Fabien Pinckaers 97e080c448 module_layout_print_report
bzr revid: fp@tinyerp.com-20081028231542-i0z2xm40d507le8o
2008-10-29 00:15:42 +01:00
Fabien Pinckaers 93cbe3d14a improve
bzr revid: fp@tinyerp.com-20081023174549-yooeluxdpfrsizgs
2008-10-23 19:45:49 +02:00
Amit Mendapara 08e80733c4 * Support for adding custom O2M & M2M fields
* Improved fields view definitions

bzr revid: ame@tinyerp.com-20081023132828-nvjtv26qna56cztk
2008-10-23 18:58:28 +05:30
Christophe Simonis f274b8edf8 ir_model_access.check_group can now take a list of group
bzr revid: christophe@tinyerp.com-20081017161553-u0fmkv268d30683x
2008-10-17 18:15:53 +02:00
Christophe Simonis 854b48096f improve
bzr revid: christophe@tinyerp.com-20081017100550-22lqibto3fa7ajgx
2008-10-17 12:05:50 +02:00
Fabien Pinckaers aa4bca4cf8 improve
bzr revid: fp@tinyerp.com-20081017095914-xidmsrlw33vy5gkz
2008-10-17 11:59:14 +02:00
Christophe Simonis 6dc3eced85 ir.model.access: add method check_group
bzr revid: christophe@tinyerp.com-20081017092318-kq5ys1uv66m2yrc3
2008-10-17 11:23:18 +02:00
Christophe Simonis f538cefe02 * improve security on attachment: use the access right of the linked model
* improve cache managment

bzr revid: christophe@tinyerp.com-20081016182816-o2h4swwye1urt3kw
2008-10-16 20:28:16 +02:00
Christophe Simonis e7e9ac879c filter the menu on the user's groups and the access rights on objects linked to the menu (cached)
bzr revid: christophe@tinyerp.com-20081009072900-6tqvlinbjqljvqvc
2008-10-09 09:29:00 +02:00
Christophe Simonis 3922651262 ir_model_access.check: allow the model to be passed as an object
bzr revid: christophe@tinyerp.com-20081008141318-pqx4h74ieg98pb3i
2008-10-08 16:13:18 +02:00
Christophe Simonis c5524c600c better error message
bzr revid: christophe@tinyerp.com-20080930131754-92b1go3t22yk7zmn
2008-09-30 15:17:54 +02:00
Harshad Modi 4f80a8e213 Improvement on Configuration wizard step :
* rename "ir.module.module.configuration.step" with "ir.actions.todo" and put into ir/ir_actions.py file
* added more fields like :
- active
- start_date (datetime)
- stop_date (datetime)
- users_id and groups_id ( for security)
- type : configure | service | other ( default type is  "configure" )
- start_on : at once | auto | manual
* rename "ir.module.module.configuration.wizard" with "ir.actions.configuration.wizard" and put into ir/ir_actions.py file

bzr revid: hmo@tinyerp.com-20080929084906-8jke69eg3uadl9vm
2008-09-29 14:19:06 +05:30
Christophe Simonis 180b5be158 * fix error with access rights
* some refactor

bzr revid: christophe@tinyerp.com-20080922111318-y6hx790y5kqvsoyv
2008-09-22 13:13:18 +02:00
Jay Vora 68dd2596bf fix:Displayed required and readonly attributes of a model.
bzr revid: jvo@tinyerp.com-20080922064849-q2wphtmsblxjn1yl
2008-09-22 12:18:49 +05:30
Fabien Pinckaers 0df2df24bc Modifs
bzr revid: fp@tinyerp.com-20080904161413-fu2vhqin8b4etv83
2008-09-04 18:14:13 +02:00
Fabien Pinckaers c65d70e168 Better Security Rules
bzr revid: fp@tinyerp.com-20080904002248-vh8kpyyckkdszttn
2008-09-04 02:22:48 +02:00
Fabien Pinckaers 90b59fe85a Improved Security
bzr revid: fp@tinyerp.com-20080903181103-bqd5cey4r48bmjyf
2008-09-03 20:11:03 +02:00
Fabien Pinckaers 853b858a6c Merged C2C Security Branch + Improvements
Security By Default on Objects

bzr revid: fp@tinyerp.com-20080902213144-d95924bxmq8o3i0p
2008-09-02 23:31:44 +02:00
Jean-Baptiste Aubort 2f76382cf9 * Removed type on ir.model
bzr revid: jean-baptiste.aubort@camptocamp.com-20080826083746-yw2gz32rufnz0d37
2008-08-26 10:37:46 +02:00
Fabien Pinckaers 2bd9ce97ac Access Rights
bzr revid: fp@tinyerp.com-20080824150323-c7s9kwv4mjlumpz2
2008-08-24 17:03:23 +02:00
Jean-Baptiste Aubort ed2c0e73c0 merge trunk #1015
bzr revid: jean-baptiste.aubort@camptocamp.com-20080822144626-kblv6krdoo4pema2
2008-08-22 16:46:26 +02:00
Jean-Baptiste Aubort dc40cf2749 * default ir.model type is 'addons'
bzr revid: jean-baptiste.aubort@camptocamp.com-20080822130926-mno267o52fhjxiiw
2008-08-22 15:09:26 +02:00
Fabien Pinckaers 4e4e10b4c9 Renamed Model to Object
bzr revid: fp@tinyerp.com-20080821134955-iuoq8kwn17i6u4gn
2008-08-21 15:49:55 +02:00
Jean-Baptiste Aubort bb19863302 * Normalize and debug rights
* Removed print

bzr revid: jean-baptiste.aubort@camptocamp.com-20080821123611-t2x6kxrsr9moykru
2008-08-21 14:36:11 +02:00
mga@tinyerp.com 8c8bab48a6 Bug-Fix
* Remove group_name from ir.model.fields

bzr revid: mga@tinyerp.com-20080820194230-esl6lwhphhzv7ed6
2008-08-21 01:12:30 +05:30
mga@tinyerp.com 73c21a4237 * add colum which is used in the orm `group_name`
* add field in to the ir_model_fields `group_name`
* add method state_change in to the `ir.module.module`

bzr revid: mga@tinyerp.com-20080820190608-kne60tnsltzdnsfl
2008-08-21 00:36:08 +05:30
Fabien Pinckaers fc62fe34d2 Properties:
removed old <properties/> tag

bzr revid: fp@tinyerp.com-20080819192552-ji5cxr3ykt0r1qs2
2008-08-19 21:25:52 +02:00
Fabien Pinckaers 8da94d89f8 Bugfix
bzr revid: fp@tinyerp.com-20080819123013-fk1bhqym921tg2wp
2008-08-19 14:30:13 +02:00
Fabien Pinckaers 0f12b770c5 Very small speed improvement at db creation
bzr revid: fp@tinyerp.com-20080818223422-yiuv0dgr23vrjhfe
2008-08-19 00:34:22 +02:00
Jean-Baptiste Aubort 3534bb0d51 merge with #956 trunk
bzr revid: jean-baptiste.aubort@camptocamp.com-20080812132056-o0gyr6nruf496sbr
2008-08-12 15:20:56 +02:00
Jean-Baptiste Aubort d76bc2e311 * Better views for: acces, menus, roles and rules
* Base security
* Res security
* Only root can change root password

bzr revid: jean-baptiste.aubort@camptocamp.com-20080812124747-99ulh5h5lb1i3cew
2008-08-12 14:47:47 +02:00
Jean-Baptiste Aubort 2316891751 * Added groups to roles definition
bzr revid: jean-baptiste.aubort@camptocamp.com-20080804093137-fg2ccx2vo624rp05
2008-08-04 11:31:37 +02:00
Jean-Baptiste Aubort 8370ba11fd * Resolved bug in permissions view (Define Access)
* Actions for demo user
* Added missing mandatory fields to new views
* User security in draft

bzr revid: jean-baptiste.aubort@camptocamp.com-20080730124248-9i13imd1nj2iio7g
2008-07-30 14:42:48 +02:00
Jean-Baptiste Aubort 7787904163 * Better security related views
* Re-organized security menu
* Added missing crossed object views (ie.: User-Roles)
* Improvements

bzr revid: jean-baptiste.aubort@camptocamp.com-20080728154335-t037bhyekjg9mu97
2008-07-28 17:43:35 +02:00
Jean-Baptiste Aubort c7ec22cce1 * Added RES security
* Password check in root redefine password configuration wizard

bzr revid: jean-baptiste.aubort@camptocamp.com-20080724161944-4phjz9rnycafs0ei
2008-07-24 18:19:44 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Aubort Jean-Baptiste 1ed3dca300 * Added objects groups for system and base
* Renamed ir_model_security to ir_model_group

bzr revid: jean-baptiste.aubort@camptocamp.com-20080723142704-p1nlczd0vtep9qtf
2008-07-23 16:27:04 +02:00
Aubort Jean-Baptiste 986ac9207a * Configuration wizard to define root password
* Base security in XML
* Group of objet

bzr revid: jean-baptiste.aubort@camptocamp.com-20080723102520-idmifh14v9dtt5s3
2008-07-23 12:25:20 +02:00