odoo/odoo.git
13 years ago[FIX]multi_company,purchase:created a sequence for purchase order and demo data for...
mayur maheshwari (Open ERP) [Fri, 17 Jun 2011 13:18:08 +0000 (18:48 +0530)]
[FIX]multi_company,purchase:created a sequence for purchase order and demo data for company shop1 and shop2

lp bug: https://launchpad.net/bugs/787052 fixed

bzr revid: mma@tinyerp.com-20110617131808-dx8387t60fzebzv2

13 years ago[FIX] users_ldap: consistent handling of login() vs check()
Olivier Dony [Thu, 16 Jun 2011 16:02:19 +0000 (18:02 +0200)]
[FIX] users_ldap: consistent handling of login() vs check()

Explicit check for blank passwords was introduced recently
in check() for bug 760301, but login() did not behave the same
so the resulting error message would be inconsistent.

lp bug: https://launchpad.net/bugs/760301 fixed

bzr revid: odo@openerp.com-20110616160219-m0y066q914s4y7ev

13 years ago[MERGE] crm-imp2
tfr@openerp.com [Thu, 16 Jun 2011 15:56:06 +0000 (17:56 +0200)]
[MERGE] crm-imp2

bzr revid: tfr@openerp.com-20110616155606-jdd72ptu08v645id

13 years ago[MERGE] with trunk
tfr@openerp.com [Thu, 16 Jun 2011 15:32:44 +0000 (17:32 +0200)]
[MERGE] with trunk

bzr revid: tfr@openerp.com-20110616153244-82785aneylz1h3tu

13 years ago[MERGE] thunderbird fix by tfr and atp lp:778466 lp:785611
tfr@openerp.com [Thu, 16 Jun 2011 10:18:52 +0000 (12:18 +0200)]
[MERGE] thunderbird fix by tfr and atp lp:778466  lp:785611

bzr revid: tfr@openerp.com-20110616101852-19wwxp7bimwaonp5

13 years ago[MERGE] context unsuported syntax imp.
Quentin (OpenERP) [Thu, 16 Jun 2011 09:58:15 +0000 (11:58 +0200)]
[MERGE] context unsuported syntax imp.

bzr revid: qdp-launchpad@openerp.com-20110616095815-jm5w1t2n37dczm4i

13 years ago[MERGE] account, profit and loss report: do not show the line 'net profit'/'net loss...
Quentin (OpenERP) [Thu, 16 Jun 2011 09:53:39 +0000 (11:53 +0200)]
[MERGE] account, profit and loss report: do not show the line 'net profit'/'net loss' if expenses-incomes=0

bzr revid: qdp-launchpad@openerp.com-20110616095339-pwgryz72htbo0hfh

13 years ago[FIX] re-add editable list activation, broken during mobile client merge
Xavier Morel [Thu, 16 Jun 2011 07:44:59 +0000 (09:44 +0200)]
[FIX] re-add editable list activation, broken during mobile client merge

bzr revid: xmo@openerp.com-20110616074459-gbs4l0wz7o39un20

13 years ago[IMP] avoid creating pointless empty temp array for concat call
Xavier Morel [Thu, 16 Jun 2011 07:43:00 +0000 (09:43 +0200)]
[IMP] avoid creating pointless empty temp array for concat call

bzr revid: xmo@openerp.com-20110616074300-x5vj8vhhhyb0swej

13 years ago[IMP]:Minor Improvement for mac os also
Atul Patel (OpenERP) [Thu, 16 Jun 2011 07:15:34 +0000 (12:45 +0530)]
[IMP]:Minor Improvement for mac os also

bzr revid: atp@tinyerp.com-20110616071534-5afaug9db0e1112g

13 years ago[FIX]: Update .xpi and .jar as per source code
Atul Patel (OpenERP) [Thu, 16 Jun 2011 07:06:05 +0000 (12:36 +0530)]
[FIX]: Update .xpi and .jar as per source code

bzr revid: atp@tinyerp.com-20110616070605-yrxa2e06qd7mpuvp

13 years ago[IMP]: More optimized solution
Atul Patel (OpenERP) [Thu, 16 Jun 2011 06:58:49 +0000 (12:28 +0530)]
[IMP]: More optimized solution

bzr revid: atp@tinyerp.com-20110616065849-7wn217nura6xzbmk

13 years ago[FIX]: Use the mozilla API,Get Homedirectory and set path.
Atul Patel (OpenERP) [Thu, 16 Jun 2011 06:33:02 +0000 (12:03 +0530)]
[FIX]: Use the mozilla API,Get Homedirectory and set path.

bzr revid: atp@tinyerp.com-20110616063302-qk2d0z6c84dzz20i

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 16 Jun 2011 04:39:45 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110616043945-7jhj0asfwu9sx5vy

13 years ago[IMP] users_ldap: bumped up version number, more doc in module description about...
Olivier Dony [Wed, 15 Jun 2011 17:36:15 +0000 (19:36 +0200)]
[IMP] users_ldap: bumped up version number, more doc in module description about the features

bzr revid: odo@openerp.com-20110615173615-q09567qp72tkbr3x

13 years ago[IMP] base_crypt: more doc in module description, mention of conflict with users_ldap
Olivier Dony [Wed, 15 Jun 2011 17:31:10 +0000 (19:31 +0200)]
[IMP] base_crypt: more doc in module description, mention of conflict with users_ldap

bzr revid: odo@openerp.com-20110615173110-xlt1yo5a1tuzq9dc

13 years ago[MERGE] users_ldap: support for anonymous binding at company level
Stefan Rijnhart [Wed, 15 Jun 2011 17:30:06 +0000 (19:30 +0200)]
[MERGE] users_ldap: support for anonymous binding at company level

Anonymous binding is enabled by having empty names and password
in company LDAP setup. This does NOT permit anonymous binding
for user authentication, which is still forbidden. The anonymous
access will only be used to query the directory for the existence
of the users.
Thanks to Stefan Rijnhart for the idea and implementation!

bzr revid: odo@openerp.com-20110615173006-4wvzpecqx4doyb4l

13 years ago[MERGE] orm: _auto_init made of smaller methods, use a metaclass to discover new...
Vo Minh Thu [Wed, 15 Jun 2011 16:01:23 +0000 (18:01 +0200)]
[MERGE] orm: _auto_init made of smaller methods, use a metaclass to discover new models.

bzr revid: vmt@openerp.com-20110615160123-7bk8u94y916mdpkj

13 years ago[imp] minimal improvements to search/create popup
niv-openerp [Wed, 15 Jun 2011 15:40:15 +0000 (17:40 +0200)]
[imp] minimal improvements to search/create popup

bzr revid: nicolas.vanhoren@openerp.com-20110615154015-qt7qgwlifcmcydek

13 years ago[ADD] Added Dialog widget
Fabien Meghazi [Thu, 16 Jun 2011 14:37:11 +0000 (16:37 +0200)]
[ADD] Added Dialog widget

bzr revid: fme@openerp.com-20110616143711-9h3cmrg35l96tp7g

13 years ago[IMP] Improved form's seperator widget styling
Fabien Meghazi [Thu, 16 Jun 2011 14:36:12 +0000 (16:36 +0200)]
[IMP] Improved form's seperator widget styling

bzr revid: fme@openerp.com-20110616143612-j8purzs0ujuvcog6

13 years ago[IMP] Prevent application titles from wrapping
Xavier Morel [Thu, 16 Jun 2011 11:26:14 +0000 (13:26 +0200)]
[IMP] Prevent application titles from wrapping

bzr revid: xmo@openerp.com-20110616112614-ti3uhbqevreru4ng

13 years ago[MERGE] OSX handling of socket shutdown.
Vo Minh Thu [Thu, 16 Jun 2011 10:47:52 +0000 (12:47 +0200)]
[MERGE] OSX handling of socket shutdown.

bzr revid: vmt@openerp.com-20110616104752-ypavxntrnl8jd1td

13 years ago[IMP] OSX handling of socket shutdown in TinySocketClientThread
Xavier Morel [Thu, 16 Jun 2011 10:26:24 +0000 (12:26 +0200)]
[IMP] OSX handling of socket shutdown in TinySocketClientThread

When the client closes its socket, on OSX it closes the server one as well, leading to an errno.ENOTCONN when trying to shut it down.

Also use the unified socket-closing function to handle tinysocket

bzr revid: xmo@openerp.com-20110616102624-vixxow6twsx7j84s

13 years ago[FIX] repack thunderbird plugin
tfr@openerp.com [Thu, 16 Jun 2011 10:25:18 +0000 (12:25 +0200)]
[FIX] repack thunderbird plugin

bzr revid: tfr@openerp.com-20110616102518-yevhd2nyukupt53w

13 years ago[IMP] Improved form styling
Fabien Meghazi [Thu, 16 Jun 2011 10:23:43 +0000 (12:23 +0200)]
[IMP] Improved form styling

bzr revid: fme@openerp.com-20110616102343-ok9yjkdhag125og9

13 years ago[MERGE] [osv: moved osv_pool to modules/registry.
Vo Minh Thu [Wed, 15 Jun 2011 15:39:54 +0000 (17:39 +0200)]
[MERGE] [osv: moved osv_pool to modules/registry.

bzr revid: vmt@openerp.com-20110615153954-d0fbws57z2w2r6db

13 years ago[FIX] add index on field of task and task work see bug 771941
tfr@openerp.com [Wed, 15 Jun 2011 15:35:22 +0000 (17:35 +0200)]
[FIX] add index on field of task and task work see bug 771941

bzr revid: tfr@openerp.com-20110615153522-9bveafdai5htahtl

13 years ago[LINT] base_module_record: removed unused import.
Vo Minh Thu [Wed, 15 Jun 2011 15:31:51 +0000 (17:31 +0200)]
[LINT] base_module_record: removed unused import.

bzr revid: vmt@openerp.com-20110615153151-gs8a9gb402uugf71

13 years ago[MERGE] `multi` support for function fields.
Vo Minh Thu [Wed, 15 Jun 2011 15:26:59 +0000 (17:26 +0200)]
[MERGE] `multi` support for function fields.

bzr revid: vmt@openerp.com-20110615152659-1g2s5vc3outecd71

13 years ago[imp] some improvements about m2o & m2m
niv-openerp [Wed, 15 Jun 2011 15:09:24 +0000 (17:09 +0200)]
[imp] some improvements about m2o & m2m

bzr revid: nicolas.vanhoren@openerp.com-20110615150924-j9xqdh4r7zrk72f8

13 years ago[imp] replaced "new" button in search/create popup to use the one of the list
niv-openerp [Wed, 15 Jun 2011 15:06:58 +0000 (17:06 +0200)]
[imp] replaced "new" button in search/create popup to use the one of the list

bzr revid: nicolas.vanhoren@openerp.com-20110615150658-zuudknekawtz8z1s

13 years ago[imp] modified search/create popup to allow/disallow multi selection
niv-openerp [Wed, 15 Jun 2011 15:04:40 +0000 (17:04 +0200)]
[imp] modified search/create popup to allow/disallow multi selection

bzr revid: nicolas.vanhoren@openerp.com-20110615150440-dacg7lgzezte1y7l

13 years ago[FIX] mrp_repair, purchase, sale, sale_layout, stock: in view files of these module...
psi (Open ERP) [Wed, 15 Jun 2011 13:48:31 +0000 (19:18 +0530)]
[FIX] mrp_repair, purchase, sale, sale_layout, stock: in view files of these module context was not passed in supported notation

bzr revid: psi@tinyerp.co.in-20110615134831-r2t96wg34dube7n6

13 years ago[REF] base_module_recorde: moved old code from base_module_record to base_module_reco...
Vo Minh Thu [Wed, 15 Jun 2011 13:23:47 +0000 (15:23 +0200)]
[REF] base_module_recorde: moved old code from base_module_record to base_module_recorder.
- It seems the two modules were split in the past but not very carefully.
- base_module_record has still probably some unused code that should be moved there.

bzr revid: vmt@openerp.com-20110615132347-fnh7l2p5t5wpjjs8

13 years ago[merge]
niv-openerp [Wed, 15 Jun 2011 12:31:15 +0000 (14:31 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110614153404-8bf2i7yc5g050s1i
bzr revid: nicolas.vanhoren@openerp.com-20110615123115-li2ikbhgjpfleelu

13 years ago[MERGE] fix bug 792695 by jam
tfr@openerp.com [Wed, 15 Jun 2011 12:21:59 +0000 (14:21 +0200)]
[MERGE] fix bug 792695 by jam

bzr revid: tfr@openerp.com-20110615122159-9tj1yzkk31g9csb7

13 years ago[DEL] ir_board: removed unused module.
Vo Minh Thu [Wed, 15 Jun 2011 10:38:31 +0000 (12:38 +0200)]
[DEL] ir_board: removed unused module.

lp bug: https://launchpad.net/bugs/767015 fixed

bzr revid: vmt@openerp.com-20110615103831-bmb6g3zr3nzq0kxu

13 years ago[FIX] account: fix the profit loss report so it will not show Net Profit or Net loss...
psi (Open ERP) [Wed, 15 Jun 2011 10:29:59 +0000 (15:59 +0530)]
[FIX] account: fix the profit loss report so it will not show Net Profit or Net loss when the balance is zero

bzr revid: psi@tinyerp.co.in-20110615102959-usfvt7vdwr5z3dgp

13 years ago[IMP] improve code.
Yogesh (OpenERP) [Wed, 15 Jun 2011 10:25:51 +0000 (15:55 +0530)]
[IMP] improve code.

bzr revid: ysa@tinyerp.com-20110615102551-np3mfev3eq5z4iwp

13 years ago[REF] osv: use a metaclass to discover new models.
Vo Minh Thu [Wed, 15 Jun 2011 10:21:15 +0000 (12:21 +0200)]
[REF] osv: use a metaclass to discover new models.

bzr revid: vmt@openerp.com-20110615102115-sjobt06ag72xiqaf

13 years ago[FIX]
Atul Patel (OpenERP) [Wed, 15 Jun 2011 10:07:55 +0000 (15:37 +0530)]
[FIX]

bzr revid: atp@tinyerp.com-20110615100755-k6i1isia9b891kb0

13 years ago[MERGE]
Atul Patel (OpenERP) [Wed, 15 Jun 2011 09:54:15 +0000 (15:24 +0530)]
[MERGE]

bzr revid: atp@tinyerp.com-20110615095415-vjtz22qzvg680css

13 years ago[IMP]: Change also in source file
Atul Patel (OpenERP) [Wed, 15 Jun 2011 09:50:03 +0000 (15:20 +0530)]
[IMP]: Change also in source file

bzr revid: atp@tinyerp.com-20110615095003-dhf33a3b6jv414jb

13 years ago[MERGE] fix bug 791895 by jam
tfr@openerp.com [Wed, 15 Jun 2011 09:41:06 +0000 (11:41 +0200)]
[MERGE] fix bug 791895 by jam

bzr revid: tfr@openerp.com-20110615094106-86xlk39qvlthl37e

13 years ago[MERGE] fix bug 781593 by dbr
tfr@openerp.com [Wed, 15 Jun 2011 09:13:18 +0000 (11:13 +0200)]
[MERGE] fix bug 781593 by dbr

bzr revid: tfr@openerp.com-20110615091318-klusot6ucya9g40e

13 years ago[MERGE + CLEAN] fix of bug 783374 by dbr
tfr@openerp.com [Wed, 15 Jun 2011 09:08:26 +0000 (11:08 +0200)]
[MERGE + CLEAN] fix of bug 783374 by dbr

bzr revid: tfr@openerp.com-20110615090826-l6o2ysaf72vzhyx2

13 years agoImprove code.
Yogesh (OpenERP) [Wed, 15 Jun 2011 08:47:17 +0000 (14:17 +0530)]
Improve code.

bzr revid: ysa@tinyerp.com-20110615084717-ya7v52ngikwn4zy8

13 years ago[MERGE] osv: db_name changed to dbname.
Vo Minh Thu [Wed, 15 Jun 2011 07:31:42 +0000 (09:31 +0200)]
[MERGE] osv: db_name changed to dbname.

bzr revid: vmt@openerp.com-20110615073142-t97lwikzrpe1g5js

13 years ago[LINT] removed unused variable, forgot to change two variables in last commit, correc...
Vo Minh Thu [Wed, 15 Jun 2011 07:22:31 +0000 (09:22 +0200)]
[LINT] removed unused variable, forgot to change two variables in last commit, corrected typo introduced at 3417.6.6.

bzr revid: vmt@openerp.com-20110615072231-jh977xk1jupekkpp

13 years ago[REMOVE]: Remove parse_eml() duplicate from tiny_xmlrpc.js file
Atul Patel (OpenERP) [Wed, 15 Jun 2011 05:07:03 +0000 (10:37 +0530)]
[REMOVE]: Remove parse_eml() duplicate from tiny_xmlrpc.js file

bzr revid: atp@tinyerp.com-20110615050703-aigi3qonlzxf30dh

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 15 Jun 2011 04:40:12 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110611045707-80hy5o0jzhzgegg6
bzr revid: launchpad_translations_on_behalf_of_openerp-20110612045225-0cb8z6pthizjz5jw
bzr revid: launchpad_translations_on_behalf_of_openerp-20110613043706-3shtfzjbmfhs6ase
bzr revid: launchpad_translations_on_behalf_of_openerp-20110614044016-zvbl05dph25z6npc
bzr revid: launchpad_translations_on_behalf_of_openerp-20110615044012-k78a3yz2w70ywfhe

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 15 Jun 2011 04:39:44 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110615043944-84zko94ku42dqhfs

13 years ago[IMP] Improved dashboard styling
Fabien Meghazi [Tue, 14 Jun 2011 20:23:22 +0000 (22:23 +0200)]
[IMP] Improved dashboard styling

bzr revid: fme@openerp.com-20110614202322-1ndeuhfkfvi3let2

13 years ago[IMP] Dashboard with table
Fabien Meghazi [Tue, 14 Jun 2011 20:17:04 +0000 (22:17 +0200)]
[IMP] Dashboard with table

bzr revid: fme@openerp.com-20110614201704-mfyh6ugcbk87um9i

13 years ago[REF] osv: moved osv_pool to modules/registry.
Vo Minh Thu [Tue, 14 Jun 2011 14:22:26 +0000 (16:22 +0200)]
[REF] osv: moved osv_pool to modules/registry.

bzr revid: vmt@openerp.com-20110614142226-yd3y39a8z3ubwvxm

13 years ago[imp] made the mobile client css work under chrome
niv-openerp [Tue, 14 Jun 2011 13:33:08 +0000 (15:33 +0200)]
[imp] made the mobile client css work under chrome

bzr revid: nicolas.vanhoren@openerp.com-20110614133308-cbdnyfdxhvt7m5m1

13 years ago[IMP] Improved css lib to support with chrome and opera too.
Jiten Rangwala (OpenERP) [Tue, 14 Jun 2011 13:23:51 +0000 (18:53 +0530)]
[IMP] Improved css lib to support with chrome and opera too.

bzr revid: jra@tinyerp.com-20110614132351-qxmcsxax2fc2ug52

13 years ago[merge] mobile client
niv-openerp [Tue, 14 Jun 2011 12:39:31 +0000 (14:39 +0200)]
[merge] mobile client

bzr revid: nicolas.vanhoren@openerp.com-20110614123931-28mpgxz0gv9q6yhf

13 years agoMinor change.
Jiten Rangwala (OpenERP) [Tue, 14 Jun 2011 12:36:04 +0000 (18:06 +0530)]
Minor change.

bzr revid: jra@tinyerp.com-20110614123604-wss50dutxq104wdt

13 years ago[FIX]: Changed Path and resolve security problem for thunderbird.
Atul Patel (OpenERP) [Tue, 14 Jun 2011 12:31:21 +0000 (18:01 +0530)]
[FIX]: Changed Path and resolve security problem for thunderbird.

bzr revid: atp@tinyerp.com-20110614123121-orr806pupmyqb5zl

13 years ago[MERGE]
Jiten Rangwala (OpenERP) [Tue, 14 Jun 2011 12:30:00 +0000 (18:00 +0530)]
[MERGE]

bzr revid: jra@tinyerp.com-20110614123000-2shwv7920bvwispu

13 years ago[IMP] Improved code
Jiten Rangwala (OpenERP) [Tue, 14 Jun 2011 12:26:26 +0000 (17:56 +0530)]
[IMP] Improved code
- Remove methods(logout,records,fields_view_get) from base controller which are implemented for mobile.
- Use base dataset in to mobile code.

bzr revid: jra@tinyerp.com-20110614122626-sjodhex9ayp20ia1

13 years ago[DEL] orm: removed half-baked fix.
Vo Minh Thu [Tue, 14 Jun 2011 11:33:54 +0000 (13:33 +0200)]
[DEL] orm: removed half-baked fix.

bzr revid: vmt@openerp.com-20110614113354-rcsyua15m1kqhrgj

13 years ago[REF] orm: added some comments.
Vo Minh Thu [Tue, 14 Jun 2011 10:13:11 +0000 (12:13 +0200)]
[REF] orm: added some comments.

bzr revid: vmt@openerp.com-20110614101311-bjy33thvzfnla74t

13 years ago[imp] improved design of name_search
niv-openerp [Tue, 14 Jun 2011 09:38:44 +0000 (11:38 +0200)]
[imp] improved design of name_search

bzr revid: nicolas.vanhoren@openerp.com-20110614093844-vurmvtar87wq486c

13 years ago[REF] orm: brake _auto_init in shorter methods.
Vo Minh Thu [Tue, 14 Jun 2011 09:37:15 +0000 (11:37 +0200)]
[REF] orm: brake _auto_init in shorter methods.

bzr revid: vmt@openerp.com-20110614093715-yxaiqd2xzf6vdy8w

13 years ago[fix] fixed previous fix about onchanges
niv-openerp [Tue, 14 Jun 2011 09:24:20 +0000 (11:24 +0200)]
[fix] fixed previous fix about onchanges

bzr revid: nicolas.vanhoren@openerp.com-20110614092420-isugm9lc7i3k0x9g

13 years ago[FIX] Repair callbacks
Fabien Meghazi [Tue, 14 Jun 2011 09:00:50 +0000 (11:00 +0200)]
[FIX] Repair callbacks

bzr revid: fme@openerp.com-20110614090050-fj59w1ntc2utq4eu

13 years ago[IMP] Improved form frame styling
Fabien Meghazi [Tue, 14 Jun 2011 08:47:53 +0000 (10:47 +0200)]
[IMP] Improved form frame styling

bzr revid: fme@openerp.com-20110614084753-hy5kc31629jaws9y

13 years ago[IMP] orm: added comment, and delete an attribute when it is no more needed.
Vo Minh Thu [Tue, 14 Jun 2011 08:44:15 +0000 (10:44 +0200)]
[IMP] orm: added comment, and delete an attribute when it is no more needed.

bzr revid: vmt@openerp.com-20110614084415-0noz6dlclnr09sbh

13 years ago[IMP] safe_eval: added min() in usable functions
Quentin (OpenERP) [Tue, 14 Jun 2011 08:29:20 +0000 (10:29 +0200)]
[IMP] safe_eval: added min() in usable functions

bzr revid: qdp-launchpad@openerp.com-20110614082920-aokyfw4iizj0fte5

13 years ago[IMP] report engine: added possibility to use styles on TR tag
fp [Tue, 14 Jun 2011 08:27:11 +0000 (10:27 +0200)]
[IMP] report engine: added possibility to use styles on TR tag

bzr revid: qdp-launchpad@openerp.com-20110614082711-l5cvbvm405h247ek

13 years ago[fix] fixed some problem with quick create showing
niv-openerp [Tue, 14 Jun 2011 08:10:46 +0000 (10:10 +0200)]
[fix] fixed some problem with quick create showing

bzr revid: nicolas.vanhoren@openerp.com-20110614081046-lmjzas5k3d6ye5pb

13 years ago[MERGE]
Jiten Rangwala (OpenERP) [Mon, 13 Jun 2011 12:30:26 +0000 (18:00 +0530)]
[MERGE]

bzr revid: jra@tinyerp.com-20110613123026-yd479syow7wtyzcg

13 years ago[IMP] improve get method of function field.
Yogesh (OpenERP) [Mon, 13 Jun 2011 11:19:49 +0000 (16:49 +0530)]
[IMP] improve get method of function field.

bzr revid: ysa@tinyerp.com-20110613111949-u71pez6qpdfwk1iy

13 years ago[IMP] Clean up and improved naming convention.
Jiten Rangwala (OpenERP) [Mon, 13 Jun 2011 05:19:16 +0000 (10:49 +0530)]
[IMP] Clean up and improved naming convention.

bzr revid: jra@tinyerp.com-20110613051916-zl1xts9dzf7dkgxd

13 years ago[IMP] Anonymous bind now triggered by empty bind dn instead of redundant 'anonymous...
Stefan Rijnhart [Sat, 11 Jun 2011 15:18:53 +0000 (17:18 +0200)]
[IMP] Anonymous bind now triggered by empty bind dn instead of redundant 'anonymous' checkbox

bzr revid: stefan@therp.nl-20110611151853-brr3nnp427wq40i7

13 years ago[FIX] Field label implied anonymous bind instead of anonymous connection
Stefan Rijnhart [Fri, 10 Jun 2011 21:42:23 +0000 (23:42 +0200)]
[FIX] Field label implied anonymous bind instead of anonymous connection

bzr revid: stefan@therp.nl-20110610214223-jg9qf6uhiirl1154

13 years ago[imp] removed useless file
niv-openerp [Fri, 10 Jun 2011 16:19:00 +0000 (18:19 +0200)]
[imp] removed useless file

bzr revid: nicolas.vanhoren@openerp.com-20110610161900-lm5spw6ziwm5aye0

13 years ago[FIX] Chaning 'touched' state in set_value() is currently broken as soon as get_value...
Fabien Meghazi [Tue, 14 Jun 2011 08:03:30 +0000 (10:03 +0200)]
[FIX] Chaning 'touched' state in set_value() is currently broken as soon as get_value() has not been implemented

bzr revid: fme@openerp.com-20110614080330-r29ge13ea9jy73nr

13 years ago[FIX]:The pdf when printing workflow was always showing 'G' in the title changed...
Naresh (OpenERP) [Tue, 14 Jun 2011 06:52:57 +0000 (12:22 +0530)]
[FIX]:The pdf when printing workflow was always showing 'G' in the title changed to model name

bzr revid: nch@tinyerp.com-20110614065257-nuqlqhrkw2yd5lm4

13 years ago[REM] obsolete .po files committed by LP, begone!
Olivier Dony [Fri, 10 Jun 2011 17:50:45 +0000 (19:50 +0200)]
[REM] obsolete .po files committed by LP, begone!

bzr revid: odo@openerp.com-20110610175045-48awlap3jdd5q52y

13 years ago[MERGE] addition of name_create() ORM method for new m2o behavior in 6.1
Nicolas Vanhoren [Fri, 10 Jun 2011 17:31:30 +0000 (19:31 +0200)]
[MERGE] addition of name_create() ORM method for new m2o behavior in 6.1

bzr revid: odo@openerp.com-20110610173130-3dvj5t2ji8buwjrg

13 years ago[IMP] account: balance sheet improvements
Quentin (OpenERP) [Fri, 10 Jun 2011 16:45:54 +0000 (18:45 +0200)]
[IMP] account: balance sheet improvements

bzr revid: qdp-launchpad@openerp.com-20110610164554-dukvpztnhbs6lnn7

13 years ago[imp] added quick create in m2o
niv-openerp [Fri, 10 Jun 2011 16:17:00 +0000 (18:17 +0200)]
[imp] added quick create in m2o

bzr revid: nicolas.vanhoren@openerp.com-20110610161700-dvsfbakx5gvpikrh

13 years ago[imp] added quick create
niv-openerp [Fri, 10 Jun 2011 16:16:29 +0000 (18:16 +0200)]
[imp] added quick create

bzr revid: nicolas.vanhoren@openerp.com-20110610161629-13jcm1obpahfrokx

13 years ago[imp] added method name_create to orm
niv-openerp [Fri, 10 Jun 2011 16:10:02 +0000 (18:10 +0200)]
[imp] added method name_create to orm

bzr revid: nicolas.vanhoren@openerp.com-20110610161002-76kfpwb1xexryfmh

13 years ago[IMP] account: p&l report improvements
Quentin (OpenERP) [Fri, 10 Jun 2011 16:01:36 +0000 (18:01 +0200)]
[IMP] account: p&l report improvements

bzr revid: qdp-launchpad@openerp.com-20110610160136-upjan1kqqq8mgmby

13 years ago[fix] some fixes with m2o
niv-openerp [Fri, 10 Jun 2011 15:24:53 +0000 (17:24 +0200)]
[fix] some fixes with m2o

bzr revid: nicolas.vanhoren@openerp.com-20110610152453-xzq2sc7wzjmdlpvv

13 years ago[fix] some bugs due to on_change and validation
niv-openerp [Fri, 10 Jun 2011 15:24:13 +0000 (17:24 +0200)]
[fix] some bugs due to on_change and validation

bzr revid: nicolas.vanhoren@openerp.com-20110610152413-gnvtcamfg6d04z0j

13 years ago[merge] m2o improvements, validation and stuff
niv-openerp [Fri, 10 Jun 2011 15:08:35 +0000 (17:08 +0200)]
[merge] m2o improvements, validation and stuff

bzr revid: nicolas.vanhoren@openerp.com-20110610150835-zj7tfblb3zu5z59g

13 years ago[fix] little bug in validation
niv-openerp [Fri, 10 Jun 2011 15:07:33 +0000 (17:07 +0200)]
[fix] little bug in validation

bzr revid: nicolas.vanhoren@openerp.com-20110610150733-v53cr4uzdvakyub0

13 years ago[imp] added validation and on_change
niv-openerp [Fri, 10 Jun 2011 14:58:01 +0000 (16:58 +0200)]
[imp] added validation and on_change

bzr revid: nicolas.vanhoren@openerp.com-20110610145801-qq0t5vjx14ing2mf

13 years ago[REF] orm: defer foreign key creation.
Vo Minh Thu [Fri, 10 Jun 2011 14:05:21 +0000 (16:05 +0200)]
[REF] orm: defer foreign key creation.

bzr revid: vmt@openerp.com-20110610140521-mdd6zvvzeoubier4

13 years ago[merge] new m2o implementation
niv-openerp [Fri, 10 Jun 2011 14:01:18 +0000 (16:01 +0200)]
[merge] new m2o implementation

bzr revid: nicolas.vanhoren@openerp.com-20110610140118-u3n3c4546dfmqg0i

13 years ago[imp] made delay = 0
niv-openerp [Fri, 10 Jun 2011 13:58:35 +0000 (15:58 +0200)]
[imp] made delay = 0

bzr revid: nicolas.vanhoren@openerp.com-20110610135835-a47gj5zwnbv5d841

13 years ago[imp] made search work with valid & empty value
niv-openerp [Fri, 10 Jun 2011 13:55:26 +0000 (15:55 +0200)]
[imp] made search work with valid & empty value

bzr revid: nicolas.vanhoren@openerp.com-20110610135526-70iai3cbi7443go1

13 years ago[imp] improved floating state handling
niv-openerp [Fri, 10 Jun 2011 13:29:26 +0000 (15:29 +0200)]
[imp] improved floating state handling

bzr revid: nicolas.vanhoren@openerp.com-20110610132926-2kvljjzeezj24gjp

13 years ago[imp] wip
niv-openerp [Fri, 10 Jun 2011 13:22:37 +0000 (15:22 +0200)]
[imp] wip

bzr revid: nicolas.vanhoren@openerp.com-20110610132237-knmjwzdxjr363rot