Commit Graph

47 Commits

Author SHA1 Message Date
Naresh Choksy bf7fd5ba71 bugfixes and small improvements
bzr revid: nch@tinyerp.com-20081119093750-o6j0uweg12tya5go
2008-11-19 15:07:50 +05:30
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
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 b751bebc98 filter menu using actions groups
bzr revid: christophe@tinyerp.com-20080923162456-3mimhd96ve8qfs4y
2008-09-23 18:24:56 +02:00
Stephane Wirtel 3a4f98c7e4 remove print statement
bzr revid: stephane@tinyerp.com-20080922142612-67kil8o8kem4zunt
2008-09-22 16:26:12 +02:00
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
Harshad Modi 5c1949e71a fixed bug : configuration wizard for Select Extended View
bzr revid: hmo@tinyerp.com-20080919072820-9kvxnse755unyvu3
2008-09-19 12:58:20 +05:30
Fabien Pinckaers eae3463b99 Bugfix
bzr revid: fp@tinyerp.com-20080909094023-owi3zbiaokilfmi3
2008-09-09 11:40:23 +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 1837b36369 merged with #1024 trunk
bzr revid: jean-baptiste.aubort@camptocamp.com-20080826084217-plshba1mxektp8cf
2008-08-26 10:42:17 +02:00
Fabien Pinckaers fdb4812d33 Improvement in Config Wizards
bzr revid: fp@tinyerp.com-20080824171028-ul98prnl13wl1y13
2008-08-24 19:10:28 +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
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 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
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00
Harshad Modi f3bbfe0a51 modification :
* put special cancel button with action for cancel/ skip wizard

bzr revid: hmo@tinyerp.com-a401f6d6f3192f093a2c45ccbb8c4a2d5482a512
2008-07-07 09:41:01 +00:00
Harshad Modi 9020c5e4db configuration wizard :
* improvement on user configuration wizard
* account journal for bank account wizard
* remove comment on install module wizard on profile_service module

bzr revid: hmo@tinyerp.com-06c4675c4a1b8ef32f28f543df69a3c3cad5193a
2008-07-02 08:42:47 +00:00
Fabien Pinckaers fca1637a6e Improvements
bzr revid: fp@tinyerp.com-3bf3ca5f392a63f5285035e50e972129f442ae35
2008-06-30 15:33:15 +00:00
stw f7afb7b000 Community Days: from Xavier ALT
bzr revid: stw-b92000db2a408c9250048365f26959401ae36f98
2008-06-26 15:42:22 +00:00
Christophe Simonis 777a5d7b3c Community Days 2008:
User groups: add a comment field

Patch from Vincent from C2C

bzr revid: chs@tinyerp.com-0f9911f0195f21e4e77ecb17b11ae8a27a3f2c41
2008-06-26 07:57:59 +00:00
Harshad Modi a3fccdb1fe modification:
* add icon on main configiration Steps and also all configuration wizards
* add new field 'note' on configuration step object for step desection
	which is display on main configuration wizard
* modify some configuration wizards :
	- configure user :	add new button for loop , save + new
	- select simple view or extend view : modify layout
	- journal of bank account : put one2many object with editable tree view to allow create more than one journal

bzr revid: hmo@tinyerp.com-6847618764e7199996115d04ccb6dac991b1438a
2008-06-25 11:57:29 +00:00
Harshad Modi a00dea7af6 imrovement on configuration wizard :
* change name of all configuration wizard
* imroovemnt on view
* put view_id on user configuration wizard's action
* put action on base setup and module upgrade wizard to call configuration wizard
* make new configuration wizard for install extra module on service profile
* make new configuration wizard for set extend group on admin user to set extendend view

bzr revid: hmo@tinyerp.com-a4b56d4283c1ab9cc0aa5162c9b5c269e4438e5b
2008-06-21 09:54:30 +00:00
Harshad Modi 24c3169bd7 prototype of configuration wizard
bzr revid: hmo@tinyerp.com-d9d10212c9d6bbb5902436d3bb6fc85005825691
2008-06-20 11:49:23 +00:00
Fabien Pinckaers 43e717ad30 Removed rules on users
bzr revid: fp@tinyerp.com-df7d77f75d29c1a746bba23c2807751a3c2a31ac
2008-06-19 05:09:48 +00:00
Fabien Pinckaers fa01eef644 Bugfix
bzr revid: fp@tinyerp.com-f569c6dea92caa683cadc6d3e64e46225d713494
2008-06-18 06:17:51 +00:00
Fabien Pinckaers 17db037990 Improvements
bzr revid: fp@tinyerp.com-dd48c1c3ca315d8ee6bf962b6af334ade92a0fc7
2008-06-16 18:27:17 +00:00
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
Fabien Pinckaers 9de0c269ac Change to not allow to export password
bzr revid: fp@tinyerp.com-71797ee332d680da51bc2da71dbc38624b1ce263
2008-05-26 12:43:53 +00:00
ced 0caeaf1d9b Allow to translate en_US language (custom)
- en_US is translatable also
- fix cache on translation
- add view to language
- fix client translation windows

bzr revid: ced-b6ab18eba46eb8e1e8a97ed5afa6797078cec659
2007-11-26 15:46:03 +00:00
Fabien Pinckaers 5689e2e10a Terminologies
bzr revid: fp@tinyerp.com-1d2f5e6a51fb63f9996690451cd79f7f6ad1cfb9
2007-08-09 10:08:21 +00:00
ced 10eed82dff kernel, base: fix update of groups in menuitem
- only add groups and don't remove previous
- add "-" to remove a specific group

bzr revid: ced-4f80132bae401eb18f3b828178f54b53220f3fc4
2007-08-09 06:06:27 +00:00
ced 556296cb2e account,account_report,base,product,scrum,stock,kernel: fix name_search
- add limit
- use context for the search
- fix mutable default args

bzr revid: ced-16b45131f168656508b7a570d11802a1e1b245e7
2007-07-26 08:31:51 +00:00
ced ee5d9a1d3c Merge branch 'master' of ssh://ced@dev.tinyerp.com//home/ced/terp
Conflicts:

	server/bin/addons/hr_timesheet_invoice/report/cost_ledger.py

bzr revid: ced-db12d44fdefc32643c92ae0f08ee28f0029f0524
2007-07-19 13:47:25 +00:00
Fabien Pinckaers 93d8dda3f8 Some changes to better invoice on projects
Uninvoiced entries of my projects
	Zoom from project to entries
HR_EXPENSE
	Better view for expenses
	Copy method on expenses to duplicated

bzr revid: fp@tinyerp.com-4df483023e351a8f063cb75252e816efdb21e1d6
2007-07-04 11:12:50 +00:00
bch a52fa4b0f1 BASE, res_user: better field name to avoid confusion
bzr revid: bch-057f4f98c6fefda291baacf3bff53e29664c3da5
2007-06-08 12:08:34 +00:00
ced 5ac07652b4 BASE, MULTI_COMPANY_*: improve rules
- prevent infinit recursion
- add global rules
- more generic rules

bzr revid: ced-9a1b5479e7a7349a82c2f45d3fff912867b2e1e1
2007-06-06 10:53:38 +00:00
ced f56df5f4ec KERNEL,BASE: add menu to user
bzr revid: ced-4ba041841f09238f24b0ea7e3b08db41a92ec8ea
2007-05-30 13:19:32 +00:00
bch 605fde9553 IR_RULES :
- new object to define versatile access rules.
- provide cache to keep fast access.
- associated with user or user group.

The orm layer is modified to use them. This modification and
pre-defined rules in xml data replace the most part of implicit magic
around company_id.

bzr revid: bch-73e82904c54c3ad4f5a7454a446af30572ae156d
2007-05-18 12:29:43 +00:00
ced ac97b14a7f BASE,CLIENT: add right-to-left
bzr revid: ced-7a819d8387cda450b0cf611863fafbe924a2fd0f
2007-04-23 14:02:17 +00:00
pinky c281021e3d Bugfixes
bzr revid: pinky-5d97a4653ba145caf3f52b31c853bef0bfe9ae78
2007-03-10 04:42:34 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00