odoo/odoo.git
16 years agoTest Committee for the
Mantavya Gajjar [Wed, 21 May 2008 02:48:23 +0000 (02:48 +0000)]
Test Committee for the
write = [group1,]
read = [group1,]

bzr revid: mga@tinyerp.com-1130da0fa3df930c0f059c379e9661498a2c575a

16 years agoImplement features for
Mantavya Gajjar [Wed, 21 May 2008 02:46:30 +0000 (02:46 +0000)]
Implement features for
* self.write = False
* self.read = False

bzr revid: mga@tinyerp.com-75b6b29e53203e1ed2f18d00ef2b263dd46b4ea4

16 years agoAdd new 2 fields
Mantavya Gajjar [Wed, 21 May 2008 02:31:53 +0000 (02:31 +0000)]
Add new 2 fields
* self.write = False
* self.read = False

so that user can write like
'name': fields.char('Name', size=128, write=['base.group_admin'], read=['base.group_admin']),
or
'name': fields.char('Name', size=128, write=['base.group_admin']),
or
'name': fields.char('Name', size=128, read=['base.group_admin']),
if only write applied read will allow for all users but if readonly is
applied then same will be applied for the write

so 'name': fields.char('Name', size=128, read=['base.group_admin']), will work same as
'name': fields.char('Name', size=128, write=['base.group_admin'], read=['base.group_admin']),

bzr revid: mga@tinyerp.com-d62db1be538eb3bc9599f414092266a9764dd7fb

16 years ago*general budget/budget item renamed into 'Master budget' accordingly to accountant...
qdp [Tue, 20 May 2008 13:43:20 +0000 (13:43 +0000)]
*general budget/budget item renamed into 'Master budget' accordingly to accountant book

bzr revid: qdp-2e8f154ec3588bd7cb99c7443fb40541df2cb2a5

16 years ago*added the possibility to define graph view into the definition of the one2many
qdp [Tue, 20 May 2008 10:47:22 +0000 (10:47 +0000)]
*added the possibility to define graph view into the definition of the one2many

bzr revid: qdp-1f3b9919824132670834463bb261e7ead2ae90d2

16 years agoModifs
Fabien Pinckaers [Tue, 20 May 2008 07:06:20 +0000 (07:06 +0000)]
Modifs

bzr revid: fp@tinyerp.com-c5e53b45b2e63fb8fe3bb785b5a385bbeffb798e

16 years agoBugfix Taxes on account_tax_include
Fabien Pinckaers [Tue, 20 May 2008 06:27:46 +0000 (06:27 +0000)]
Bugfix Taxes on account_tax_include

bzr revid: fp@tinyerp.com-19c22d08d7f742fc341335944f6ca74e7c57b7f8

16 years ago*the general ledger report now is automaticly done for all children of the chosen...
qdp [Mon, 19 May 2008 12:42:45 +0000 (12:42 +0000)]
*the general ledger report now is automaticly done for all children of the chosen accounts

bzr revid: qdp-b5cd521574eccb504801bda612df55ba75985c04

16 years ago* fixed recursion problem in graph (ref ksh)
Amit Mendapara [Mon, 19 May 2008 10:24:08 +0000 (10:24 +0000)]
* fixed recursion problem in graph (ref ksh)
* fixed get_graph method (now returns transition ids too) (ref ksh)

bzr revid: ame@tinyerp.com-2fc245f372006170fab92e79986bf1b071bdc71c

16 years agoadded changes on store functionality:
qdp [Thu, 15 May 2008 09:05:38 +0000 (09:05 +0000)]
added changes on store functionality:

* Set the store selection method in the source object and not in the destination object
* Use a reference to the method and not a string

bzr revid: qdp-f14fa890303809b96aea54870a740b90d82570c5

16 years agoModifs
Fabien Pinckaers [Thu, 15 May 2008 08:22:40 +0000 (08:22 +0000)]
Modifs

bzr revid: fp@tinyerp.com-552223ca23073424b53502036541baa01a5d4653

16 years agoFixing ImportError: cannot import name xpath on ubuntu 8.04
Frederic Lambotte [Thu, 15 May 2008 05:23:30 +0000 (05:23 +0000)]
Fixing ImportError: cannot import name xpath on ubuntu 8.04

bzr revid: fla@tinyerp.com-ddc0383fb90cba8b23d66f15678ca6e79244c7ef

16 years agoAdd name in act_window to solve error when backup and restore database : Husen
Mantavya Gajjar [Wed, 7 May 2008 10:01:08 +0000 (10:01 +0000)]
Add name in act_window to solve error when backup and restore database : Husen

bzr revid: mga@tinyerp.com-f48b9e2953603f4e1041baf69a925ba32119a9cf

16 years agoAdd tab label name
Mantavya Gajjar [Wed, 7 May 2008 09:14:14 +0000 (09:14 +0000)]
Add tab label name

bzr revid: mga@tinyerp.com-0f0eb9c5a953a427cf704186f8c26fc65a2e0994

16 years ago* Fixed `new graph` (partially implemented graph algorithem) (ref. ksh)
Amit Mendapara [Thu, 1 May 2008 12:02:58 +0000 (12:02 +0000)]
* Fixed `new graph` (partially implemented graph algorithem) (ref. ksh)

bzr revid: ame@tinyerp.com-9ece42d68ea21369777d7b927355a6fc4b01a517

16 years agobugfix
qdp [Wed, 30 Apr 2008 05:13:00 +0000 (05:13 +0000)]
bugfix

bzr revid: qdp-0d9730695e608648473ca7656c11566b0ff00460

16 years agoChange the Security policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 11:15:06 +0000 (11:15 +0000)]
Change the Security policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-1e9f55fb23d77eded992b1f4a37a8fccd0a043e2

16 years agoChange the Security policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 11:14:43 +0000 (11:14 +0000)]
Change the Security policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-14737812fe9314cc2eb3d633e7c042abe34ab553

16 years agoChange the Security policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 11:14:15 +0000 (11:14 +0000)]
Change the Security policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-ec2e7811843c354b37c8a87dcd92ff27b78c9cea

16 years agoChange the Security policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 11:13:15 +0000 (11:13 +0000)]
Change the Security policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-5318b0bf4deb49dcd470e0e9e2e69384003694ee

16 years agoChange the Security policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 07:53:20 +0000 (07:53 +0000)]
Change the Security policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-ced47e625f930b461a3fd62db8acc52dd8bfa9bd

16 years agoChange the Security policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 05:13:46 +0000 (05:13 +0000)]
Change the Security policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-502a2e2eab5e1ba3233743ff9755d35c2d464223

16 years agoChange the Secutiry policy according to the Fabien, keep only 2 entry on each object
Mantavya Gajjar [Tue, 29 Apr 2008 03:34:43 +0000 (03:34 +0000)]
Change the Secutiry policy according to the Fabien, keep only 2 entry on each object

bzr revid: mga@tinyerp.com-d9720380b3be1350f6b755bf96ff20cb460a6b3b

16 years agoModifs
Fabien Pinckaers [Mon, 28 Apr 2008 16:01:09 +0000 (16:01 +0000)]
Modifs

bzr revid: fp@tinyerp.com-aa4610dbe3191963205fbe9ca6c797b5e168749a

16 years ago*bugfixed the possibility to use "font color" in reporting
qdp [Fri, 25 Apr 2008 05:15:28 +0000 (05:15 +0000)]
*bugfixed the possibility to use "font color" in reporting

bzr revid: qdp-8216126207db6f3b07cc09f390f67e7da952302c

16 years ago*removal of the sens field
qdp [Fri, 25 Apr 2008 05:11:48 +0000 (05:11 +0000)]
*removal of the sens field

bzr revid: qdp-92ca4b599bdf87e690e442ed5317499d0b1f11bd

16 years agosmall bug fix for the write method for security
Mantavya Gajjar [Thu, 24 Apr 2008 08:48:52 +0000 (08:48 +0000)]
small bug fix for the write method for security

bzr revid: mga@tinyerp.com-28de2b0b4baa86e51f058f3fe9c055a3ce1f6926

16 years ago*correcting type of tax accounts
qdp [Thu, 24 Apr 2008 07:06:07 +0000 (07:06 +0000)]
*correcting type of tax accounts

bzr revid: qdp-23e5e3cd7c84ad2a563977edc417791723c33dfd

16 years agoRemoved unused file
Fabien Pinckaers [Tue, 22 Apr 2008 17:33:13 +0000 (17:33 +0000)]
Removed unused file

bzr revid: fp@tinyerp.com-c4d20747167f26b7ab2d03cc1e1be035b209278a

16 years agoupgrade of the belgium charts:
qdp [Mon, 21 Apr 2008 13:27:15 +0000 (13:27 +0000)]
upgrade of the belgium charts:
*tax accounts are now of 'tax' type
*added the account with code 91 (new root 'Autres' have been define for this purpose)

bzr revid: qdp-6fe28ca459589350f7dc0e70f0e611a9525ee576

16 years agoModifs for logo and multiple-header
Fabien Pinckaers [Mon, 21 Apr 2008 13:04:49 +0000 (13:04 +0000)]
Modifs for logo and multiple-header

bzr revid: fp@tinyerp.com-f40939b7bd24b27497ead8daa85335ef727cef47

16 years agoAdding Graph Rendering Routine in the Trunk
Fabien Pinckaers [Mon, 21 Apr 2008 07:09:08 +0000 (07:09 +0000)]
Adding Graph Rendering Routine in the Trunk

bzr revid: fp@tinyerp.com-55457de5949ef31ba3aa2b82612f3911afed2ecf

16 years agoAdding a graph library
Fabien Pinckaers [Mon, 21 Apr 2008 06:39:59 +0000 (06:39 +0000)]
Adding a graph library

bzr revid: fp@tinyerp.com-faf666d8f3210c369dbc1561d74d6875542593de

16 years agoMoenus
Fabien Pinckaers [Sun, 20 Apr 2008 18:11:22 +0000 (18:11 +0000)]
Moenus

bzr revid: fp@tinyerp.com-6702332404776cc82b015ced9b1d3cf8f38ef155

16 years agoRemoved dependency on account
Fabien Pinckaers [Fri, 18 Apr 2008 18:33:23 +0000 (18:33 +0000)]
Removed dependency on account

bzr revid: fp@tinyerp.com-ef9dcd43f89d4848905208ed9d258d51c616e6b4

16 years ago*bugfixed on sale_order: invoice_id replaced by invoice_ids
qdp [Thu, 17 Apr 2008 11:17:30 +0000 (11:17 +0000)]
*bugfixed on sale_order: invoice_id replaced by invoice_ids

bzr revid: qdp-8f7678b023e62bde5f62c9ac3ed66061d16c014c

16 years agoBugfix
Fabien Pinckaers [Thu, 17 Apr 2008 10:10:38 +0000 (10:10 +0000)]
Bugfix

bzr revid: fp@tinyerp.com-dcb2f48ad580322ecb521b977c1591b4a3704c71

16 years agoREmoved old comments
Fabien Pinckaers [Thu, 17 Apr 2008 07:56:29 +0000 (07:56 +0000)]
REmoved old comments

bzr revid: fp@tinyerp.com-7c99a6a7bee84a89e24c3e6991630c77da25c925

16 years agoBugfix
Fabien Pinckaers [Thu, 17 Apr 2008 07:54:39 +0000 (07:54 +0000)]
Bugfix

bzr revid: fp@tinyerp.com-eeb154ef0710ae860be564ae075d82c2b36f1897

16 years agoBugfix
Fabien Pinckaers [Thu, 17 Apr 2008 07:53:46 +0000 (07:53 +0000)]
Bugfix

bzr revid: fp@tinyerp.com-27bdc31749155405012a523575b8b93391eb96d2

16 years agoBugfix
Fabien Pinckaers [Thu, 17 Apr 2008 07:52:30 +0000 (07:52 +0000)]
Bugfix

bzr revid: fp@tinyerp.com-6ac5a700b3a5c101d74f3a23679cac3b73c1fdbe

16 years agoBugfixes
Fabien Pinckaers [Thu, 17 Apr 2008 06:24:58 +0000 (06:24 +0000)]
Bugfixes

bzr revid: fp@tinyerp.com-4c0eb49b01507477b903fb1019b3aeadabb42ffe

16 years agoBugfixes
Fabien Pinckaers [Thu, 17 Apr 2008 06:24:58 +0000 (06:24 +0000)]
Bugfixes

bzr revid: fp@tinyerp.com-d51b71c97d7cb6d7bc884664247f7d4fdfe3c0a7

16 years agoCreating new objects
Fabien Pinckaers [Wed, 16 Apr 2008 20:00:51 +0000 (20:00 +0000)]
Creating new objects

bzr revid: fp@tinyerp.com-94e557aa5ec9f39bf119e161bda8f33c9f568fc2

16 years agoAdd groups=[] for testing
Mantavya Gajjar [Wed, 16 Apr 2008 12:06:36 +0000 (12:06 +0000)]
Add groups=[] for testing

bzr revid: mga@tinyerp.com-5384b396637318be1d3d79b44974b2e98b0ceb1b

16 years agoadd groups checking code in def write
Mantavya Gajjar [Wed, 16 Apr 2008 12:03:14 +0000 (12:03 +0000)]
add groups checking code in def write
that checks the groups and do the operation for write

bzr revid: mga@tinyerp.com-2f78880e5f4dca54f2c2a939eea17ee26c575eff

16 years agoAdd new Field to Column class
Mantavya Gajjar [Wed, 16 Apr 2008 12:01:27 +0000 (12:01 +0000)]
Add new Field to Column class
self.groups = False
to provide the field level security

bzr revid: mga@tinyerp.com-6290f2bce6308b2b05818918bb3ebc3c4e500aaf

16 years agoremove comment from the code that implement for the security
Mantavya Gajjar [Wed, 16 Apr 2008 03:59:40 +0000 (03:59 +0000)]
remove comment from the code that implement for the security

bzr revid: mga@tinyerp.com-8727f031c11e3adc8f71fc5c585e6cc99ffa4da3

16 years agoModifs
Fabien Pinckaers [Tue, 15 Apr 2008 17:32:50 +0000 (17:32 +0000)]
Modifs

bzr revid: fp@tinyerp.com-c97eeb950ce16d0bd29c35404380377bd323b3b3

16 years agoModifs
Fabien Pinckaers [Tue, 15 Apr 2008 17:32:50 +0000 (17:32 +0000)]
Modifs

bzr revid: fp@tinyerp.com-189a30d4da5027a4882603f270da842abd0865e9

16 years agoImprovements for creating objects
Fabien Pinckaers [Sun, 13 Apr 2008 06:54:08 +0000 (06:54 +0000)]
Improvements for creating objects

bzr revid: fp@tinyerp.com-240c41f315d5c5614d3259529b922e05be57908b

16 years agosolve inselect error
Mantavya Gajjar [Thu, 10 Apr 2008 07:18:44 +0000 (07:18 +0000)]
solve inselect error

bzr revid: mga@tinyerp.com-ccb754071d65a38358b76b8ba46620d818f73d94

16 years agoBugfixed about webservice
Fabien Pinckaers [Wed, 9 Apr 2008 11:33:09 +0000 (11:33 +0000)]
Bugfixed about webservice

bzr revid: fp@tinyerp.com-51f190c9ac7840b2d7a12bb1cab86be5bec8a6bb

16 years agoAdd 'not in' operator functionality in where_calc function.
Mantavya Gajjar [Wed, 9 Apr 2008 09:52:31 +0000 (09:52 +0000)]
Add 'not in' operator functionality in where_calc function.

bzr revid: mga@tinyerp.com-c5695f14aeca4a3ba171f7c8007f8c83e1b13930

16 years agochange the code to add groups in user object
Mantavya Gajjar [Wed, 9 Apr 2008 06:37:42 +0000 (06:37 +0000)]
change the code to add groups in user object

bzr revid: mga@tinyerp.com-e025efd7776dd8aadc5d2329f387e1b31d86db9f

16 years agochange the code to add groups in user object
Mantavya Gajjar [Wed, 9 Apr 2008 06:35:00 +0000 (06:35 +0000)]
change the code to add groups in user object

bzr revid: mga@tinyerp.com-0106f60b3ab287930c23e337143322088e8fa9ec

16 years agochange the code to add groups in user object
Mantavya Gajjar [Wed, 9 Apr 2008 06:28:54 +0000 (06:28 +0000)]
change the code to add groups in user object

bzr revid: mga@tinyerp.com-3e3404f04be480dae18591c01bddaff3b14bdf76

16 years agochange the code to add groups in user object
Mantavya Gajjar [Wed, 9 Apr 2008 06:25:07 +0000 (06:25 +0000)]
change the code to add groups in user object

bzr revid: mga@tinyerp.com-d91b6048cdd4da368ab09d9a9186ed9151bd7a61

16 years agochange the code to add groups in user object
Mantavya Gajjar [Wed, 9 Apr 2008 06:24:52 +0000 (06:24 +0000)]
change the code to add groups in user object

bzr revid: mga@tinyerp.com-90e77b1af28b09cd8866d1fab2f4fa2bba8239ba

16 years agochange the code to add groups in user object
Mantavya Gajjar [Wed, 9 Apr 2008 06:21:41 +0000 (06:21 +0000)]
change the code to add groups in user object

bzr revid: mga@tinyerp.com-b20e9a58a5e5041457eb537e18d49accef8adc68

16 years agosmall change in the order of the files
Mantavya Gajjar [Wed, 9 Apr 2008 06:17:06 +0000 (06:17 +0000)]
small change in the order of the files

bzr revid: mga@tinyerp.com-98f4f42ad43a98b6d93369d18569b34932e8f590

16 years agomove security file from init section to update section
Mantavya Gajjar [Wed, 9 Apr 2008 06:12:34 +0000 (06:12 +0000)]
move security file from init section to update section

bzr revid: mga@tinyerp.com-31ec1853c6b8e4d4fd5b940b20dc18e77a4bccc6

16 years agomove security file from init section to update section
Mantavya Gajjar [Wed, 9 Apr 2008 06:12:10 +0000 (06:12 +0000)]
move security file from init section to update section

bzr revid: mga@tinyerp.com-616768753a3d418e319cbbfdb9f0b6c2007246eb

16 years agomove security file from init section to update section
Mantavya Gajjar [Wed, 9 Apr 2008 06:11:39 +0000 (06:11 +0000)]
move security file from init section to update section

bzr revid: mga@tinyerp.com-ef0a3001ba759431d5ccf329e66855f9df7b8414

16 years agobzr revid: mga@tinyerp.com-ffa461aaeff1e9f196ab3ce6d6004981c0296cfd
Mantavya Gajjar [Wed, 9 Apr 2008 06:10:39 +0000 (06:10 +0000)]
bzr revid: mga@tinyerp.com-ffa461aaeff1e9f196ab3ce6d6004981c0296cfd

16 years agomove security file from init section to update section
Mantavya Gajjar [Wed, 9 Apr 2008 06:10:04 +0000 (06:10 +0000)]
move security file from init section to update section

bzr revid: mga@tinyerp.com-d41abfca2be5f5c81309426bce2b7e68b238b885

16 years agomove security file from init section to update section
Mantavya Gajjar [Wed, 9 Apr 2008 06:09:35 +0000 (06:09 +0000)]
move security file from init section to update section

bzr revid: mga@tinyerp.com-25e5afcd45a0ec0de8a1bc5a9d61ff8aeb51b1c6

16 years agomove security file from init section to update section
Mantavya Gajjar [Wed, 9 Apr 2008 06:09:01 +0000 (06:09 +0000)]
move security file from init section to update section

bzr revid: mga@tinyerp.com-8da54a3084211689b8e17b166c28ccde88c71515

16 years agoBugfix
Fabien Pinckaers [Wed, 9 Apr 2008 05:57:12 +0000 (05:57 +0000)]
Bugfix

bzr revid: fp@tinyerp.com-dbf9cb2293206c3e728bd099c6140b647ef375df

16 years agoSales
Fabien Pinckaers [Wed, 9 Apr 2008 05:51:18 +0000 (05:51 +0000)]
Sales

bzr revid: fp@tinyerp.com-ed95daf9f99c4a9e3af13594107378ec803c2cd8

16 years agoBugfix for consumable in stocks
Fabien Pinckaers [Tue, 8 Apr 2008 15:23:57 +0000 (15:23 +0000)]
Bugfix for consumable in stocks

bzr revid: fp@tinyerp.com-7908ff59f207dc324d60c832d6def4653aec73d3

16 years agoBugfixes
Fabien Pinckaers [Mon, 7 Apr 2008 06:51:01 +0000 (06:51 +0000)]
Bugfixes

bzr revid: fp@tinyerp.com-a67ad5c04481c0f0f799811fb44d0b611bce5e66

16 years agoBugfixes
Fabien Pinckaers [Mon, 7 Apr 2008 06:51:01 +0000 (06:51 +0000)]
Bugfixes

bzr revid: fp@tinyerp.com-00bd585f49fd8becee8c8cae2284ac49f22b954a

16 years agoAdding hr in roject
Fabien Pinckaers [Sun, 6 Apr 2008 15:18:22 +0000 (15:18 +0000)]
Adding hr in roject

bzr revid: fp@tinyerp.com-91169ce8407a64b7c956621ead663b3e250cb66a

16 years agoRemoved mrp, sale
Fabien Pinckaers [Sun, 6 Apr 2008 15:11:25 +0000 (15:11 +0000)]
Removed mrp, sale

bzr revid: fp@tinyerp.com-d4c67fcda9c5852a359d72154c52d6e9da336d7e

16 years agoRemoved dependencies to MRP
Fabien Pinckaers [Sun, 6 Apr 2008 15:11:04 +0000 (15:11 +0000)]
Removed dependencies to MRP

bzr revid: fp@tinyerp.com-b87fe33f0a24a8266f3b2f651b805a3e032db6ae

16 years ago*added some context in the call of the price_get() of product.product from product...
qdp [Fri, 4 Apr 2008 10:12:03 +0000 (10:12 +0000)]
*added some context in the call of the price_get() of product.product from product.pricelist in order to improve the membership module (pricelists can now use
member_price)

bzr revid: qdp-f89c7b0c542ea8ebbe72b3aa9db0c16c16728940

16 years ago*bugfixed an error related to context and setlang
qdp [Fri, 4 Apr 2008 09:59:56 +0000 (09:59 +0000)]
*bugfixed an error related to context and setlang

bzr revid: qdp-c9eaa3ed76085e8934912ae030474fa0f012783b

16 years agoBugfix
Fabien Pinckaers [Wed, 2 Apr 2008 13:49:38 +0000 (13:49 +0000)]
Bugfix

bzr revid: fp@tinyerp.com-fdad1542251acc8b30535b82b131782656e3fc68

16 years agoBugfix tax include
Fabien Pinckaers [Wed, 2 Apr 2008 13:07:36 +0000 (13:07 +0000)]
Bugfix tax include

bzr revid: fp@tinyerp.com-f477eda03370649c52d88e70ad2bafbbfc5c0005

16 years ago* moving hr_security.xml from "init_xml" to "update_xml" to correct a bug when instal...
qdp [Wed, 2 Apr 2008 10:42:14 +0000 (10:42 +0000)]
* moving hr_security.xml from "init_xml" to "update_xml" to correct a bug when installing the HR module

bzr revid: qdp-a4aeff5fad2b9e4138f1bf1db6a72b1e7ea691e2

16 years agosearch on function field whenn store = true.
Mantavya Gajjar [Wed, 2 Apr 2008 10:38:57 +0000 (10:38 +0000)]
search on function field whenn store = true.

bzr revid: mga@tinyerp.com-e1068ae2ff3fb47ac348962a04d594a492505e90

16 years agoimprove search on function field.
Mantavya Gajjar [Wed, 2 Apr 2008 10:25:06 +0000 (10:25 +0000)]
improve search on function field.

bzr revid: mga@tinyerp.com-4da5d52df1143b864668372a532c6ae19104afc8

16 years agoREadonly in inventory
Fabien Pinckaers [Fri, 28 Mar 2008 15:35:52 +0000 (15:35 +0000)]
REadonly in inventory

bzr revid: fp@tinyerp.com-2bd0590cd1d49b014469c38717785f140d8a4b77

16 years agoblock code for few time
Mantavya Gajjar [Fri, 28 Mar 2008 13:30:21 +0000 (13:30 +0000)]
block code for few time

bzr revid: mga@tinyerp.com-fd43514f989e3883e98554946cd3979d4bcfbe7e

16 years agobug fix check group attribute only for
Mantavya Gajjar [Fri, 28 Mar 2008 13:16:36 +0000 (13:16 +0000)]
bug fix check group attribute only for
'ir.actions.report.xml'
'ir.actions.report.xml'

bzr revid: mga@tinyerp.com-9bf20dc74cb43011097151643a8580a15f8aaee5

16 years agofix small problem in resolving groups attribute
Mantavya Gajjar [Fri, 28 Mar 2008 12:57:25 +0000 (12:57 +0000)]
fix small problem in resolving groups attribute

bzr revid: mga@tinyerp.com-24a08b6462f0b703ea53d876a6a6ed08b580a15d

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:33:58 +0000 (06:33 +0000)]
small change
remove security file from update and add in to init section
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-40a93eaa8b0726795817fb56f5337dfc98a345d8

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:30:22 +0000 (06:30 +0000)]
small change
remove security file from update and add in to init section
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-d8e735b939094bcf69ea337b7289018b5890754c

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:18:03 +0000 (06:18 +0000)]
small change
remove security file from update and add in to init section
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-765a6e4877e9013fbb917e7154160fd37417cac8

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:17:14 +0000 (06:17 +0000)]
small change
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-54a2d94a448052dcc7c73e8e7f9a12b7be626452

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:16:28 +0000 (06:16 +0000)]
small change
remove security file from update and add in to init section
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-5c89eff72b4745404fd0ee825608eee90e954693

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:15:33 +0000 (06:15 +0000)]
small change
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-3e61f9c41bd3b6da0a2d4c0accbf080b708ee182

16 years agosmall change
Mantavya Gajjar [Fri, 28 Mar 2008 06:11:32 +0000 (06:11 +0000)]
small change
remove security file from update and add in to init section
and add attribute noupdate="1" in data tag

bzr revid: mga@tinyerp.com-d783aa0ff31e316cd7826472de740f2d20e92805

16 years agoBetter Stocks
Fabien Pinckaers [Thu, 27 Mar 2008 21:33:49 +0000 (21:33 +0000)]
Better Stocks

bzr revid: fp@tinyerp.com-18b3adbc42da0bff8ec39d1f03ef0bfbd3f013ee

16 years agoRemoved bad files
statsvn [Thu, 27 Mar 2008 08:02:16 +0000 (08:02 +0000)]
Removed bad files

bzr revid: statsvn-4f94201a3be9445f81c873d55bcc22dda17d9e3f

16 years agoRemoved bad files
statsvn [Thu, 27 Mar 2008 08:02:16 +0000 (08:02 +0000)]
Removed bad files

bzr revid: statsvn-3da440376646cba3dc9fc405b4868635979c466c

16 years agoImprovement for addind new fields
Fabien Pinckaers [Wed, 26 Mar 2008 21:46:53 +0000 (21:46 +0000)]
Improvement for addind new fields

bzr revid: fp@tinyerp.com-9bfe51a2a1a880c5f099cb66803ab9a7cfd05ebe

16 years agoImprovements to create new fields
Fabien Pinckaers [Wed, 26 Mar 2008 13:15:13 +0000 (13:15 +0000)]
Improvements to create new fields

bzr revid: fp@tinyerp.com-faf11289ef9e3d081f76861d5800c6cb62d8623e

16 years agosome changes in product and mrp security
Mantavya Gajjar [Wed, 26 Mar 2008 10:11:51 +0000 (10:11 +0000)]
some changes in product and mrp security

bzr revid: mga@tinyerp.com-205209ab03deaef454f346520d16ea531c060148