Commit Graph

32416 Commits

Author SHA1 Message Date
Fabien Meghazi 7416171ae1 [FIX] Binary fields : readonly modifiers
bzr revid: fme@openerp.com-20110714132957-xm7k4q24kafk7bjy
2011-07-14 15:29:57 +02:00
Fabien Meghazi b502830339 [IMP] Changed reference field to FieldChar
bzr revid: fme@openerp.com-20110714131849-ff301kdaqndqp9n4
2011-07-14 15:18:49 +02:00
niv-openerp 34f8f7fff7 [fix] some type correction in crm_lead_report
bzr revid: nicolas.vanhoren@openerp.com-20110714131724-m7ocv24z3j666ah2
2011-07-14 15:17:24 +02:00
Jay Vora (OpenERP) 4f3913dcdd [MERGE] Merged Priyesh' branch for the fix which manages the accounting configuration for simplified Interface
bzr revid: jvo@tinyerp.com-20110714130352-bn5h3b61o5q1lk8s
2011-07-14 18:33:52 +05:30
Olivier Dony 8504e6158b [IMP] sql_db: default cursor = serialized, deprecate serialized_cursor, add doc
In the context of OpenERP transaction, we really need the
'snapshot isolation' level provided by PostgreSQL because
not being able to make repeatable reads within the same
transaction is a very dangerous source of corrupted data,
especially in a very concurrent system.
The performance impact of switching from the default
read_committed level to serializable/repeatable_read level
has been measured and and was not distinguishable from 
the standard deviation - so it seems quite acceptable.
User of PostgreSQL 9.1 might want to update to psycopg2
version 2.4.2 or later to properly use the regular 
snapshot isolation level, and not the newer, more
expensive serializable level (see comments in Cursor
docstring).

bzr revid: odo@openerp.com-20110714105552-9tgofrjtdgjmgc4b
2011-07-14 12:55:52 +02:00
Fabien Meghazi e32df7bb5d [ADD] Add a dialog function + xml view debug mode
bzr revid: fme@openerp.com-20110714100933-ce42j7ca2yzw0bsr
2011-07-14 12:09:33 +02:00
Xavier Morel 9d814c830b [FIX] remove bloody crazy (and useless) indirection keys in DataSet.call and DataSet.get_result RPC methods
bzr revid: xmo@openerp.com-20110714100522-94rp1otj1n4hrf2x
2011-07-14 12:05:22 +02:00
pso (OpenERP) 60be82c211 [IMP] account: Fixed issue of Configuration of COA wizard was not working without Extended view (case:6707)
bzr revid: pso@tinyerp.com-20110714095815-4hhvom6msg01duf0
2011-07-14 15:28:15 +05:30
Xavier Morel 7578658e69 [FIX] indentation in Session.rpc and Session.rpc_ajax, use early bailout to make code flow simpler and reduce indentation significantly
bzr revid: xmo@openerp.com-20110714095731-2kuqyl0p289ouut7
2011-07-14 11:57:31 +02:00
Xavier Morel c6bcc855e1 [FIX] DataSet.read_slice needs to return the relevant deferred so callers can add new callbacks or use $.when multiplexing
bzr revid: xmo@openerp.com-20110714095619-4owz98azxy9xkpi0
2011-07-14 11:56:19 +02:00
Vo Minh Thu 7c9ec513b1 [MERGE] ir_config_parameter: added optional default argument to get_param.
bzr revid: vmt@openerp.com-20110714074940-r86xcpjjjo61xv90
2011-07-14 09:49:40 +02:00
skh b0936e9a8b [FIX] base_action_rule :Replaced str() with tools.str() (Ref : Case 6122)
bzr revid: skh@tinyerp.com-20110714052457-ot2dd21vwzqn8r19
2011-07-14 10:54:57 +05:30
Launchpad Translations on behalf of openerp 86c5801ba0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110714052118-7025b9kn1bae67nj
2011-07-14 05:21:18 +00:00
Antony Lesuisse 3c985b0201 [FIX] remove incorrect res_currency name_get
bzr revid: al@openerp.com-20110713153712-j2v1nlm9q5e2319d
2011-07-13 17:37:12 +02:00
Antony Lesuisse 8ce2afec39 [FIX] res_currency typo
bzr revid: al@openerp.com-20110713153210-2ly0gdtgecx4b4vy
2011-07-13 17:32:10 +02:00
Stephane Wirtel 75afa6425b [FIX] hr_timesheet: Remove the comma, because Python thinks it's a tuple and not a new line
bzr revid: stw@openerp.com-20110713135752-lmwyb62ns28wi3z9
2011-07-13 15:57:52 +02:00
Xavier Morel 3496acfab4 [FIX] reintroduce little arrows indicating the current sorting orientation in list views
bzr revid: xmo@openerp.com-20110713111815-v0rhnt31vykx2xcu
2011-07-13 13:18:15 +02:00
Xavier Morel d1209c847b [FIX] sorting list views
lp bug: https://launchpad.net/bugs/809309 fixed

bzr revid: xmo@openerp.com-20110713103725-y9fnpp36z78bjbhn
2011-07-13 12:37:25 +02:00
pso (OpenERP) 2a5d095096 [IMP] account: Fixed issue of Configuration of COA wizard was not working without Extended view (case:6707)
bzr revid: pso@tinyerp.com-20110713084528-xgl23qqxvicuvwm5
2011-07-13 14:15:28 +05:30
Jay Vora (OpenERP) 4816df8db0 Point_of_sale : Corrected the domain on POS orders display and removed wrong view_mode on POS Analysis View
bzr revid: jvo@tinyerp.com-20110713071316-v2vjr9csfvio6ygz
2011-07-13 12:43:16 +05:30
Jiten Rangwala (OpenERP) 9c418f5e29 [FIX] Correction of syntax to link mobile css.
bzr revid: jra@tinyerp.com-20110713070259-qfaepdzora5at2az
2011-07-13 12:32:59 +05:30
Jay Vora (OpenERP) 91b7b68482 [FIX] MRP : Wizard should end with close action
lp bug: https://launchpad.net/bugs/788079 fixed

bzr revid: jvo@tinyerp.com-20110713055315-gvn16kdvmglra6qv
2011-07-13 11:23:15 +05:30
Jiten Rangwala (OpenERP) fceb3f9289 [IMP] Minor changed for label string and m2o selection in formview.
bzr revid: jra@tinyerp.com-20110713052526-nhj79b9dgkozfq8m
2011-07-13 10:55:26 +05:30
=Bhumi Thakkar d5cc2645ac [IMP] Improved formview for collapsible content of notebook.
bzr revid: jra@tinyerp.com-20110713052110-51fnbvj9jr9ym8u9
2011-07-13 10:51:10 +05:30
Launchpad Translations on behalf of openerp cf5bc24362 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110709054047-0xtxjgnku99ptsu9
bzr revid: launchpad_translations_on_behalf_of_openerp-20110710051628-2c7uhubi1olk4mv4
bzr revid: launchpad_translations_on_behalf_of_openerp-20110711052527-rzbr0dornuwjiur4
bzr revid: launchpad_translations_on_behalf_of_openerp-20110712052325-ygl1f7pm0gu5z7md
bzr revid: launchpad_translations_on_behalf_of_openerp-20110713051440-yoeqkm4elosxycn1
2011-07-13 05:14:40 +00:00
tfr@openerp.com 822b393669 [RM] remove get hostname
bzr revid: tfr@openerp.com-20110712153730-u29ss55hee7qs1et
2011-07-12 17:37:30 +02:00
tfr@openerp.com a5b3d431a9 [MERGE]
bzr revid: tfr@openerp.com-20110712152132-q2m2o852q52qybnk
2011-07-12 17:21:32 +02:00
tfr@openerp.com f6acf31295 [IMP] get hostname using get_param + add default value in get_param
bzr revid: tfr@openerp.com-20110712152027-oj6b42o0bttijkst
2011-07-12 17:20:27 +02:00
Antony Lesuisse cea05b572e [MERGE] modifiers: fields state attribute support (niv)
bzr revid: al@openerp.com-20110712143816-b81j6qi418v2kir3
2011-07-12 16:38:16 +02:00
Antony Lesuisse 7c01ea22f3 [FIX] apply some merge review feeback
bzr revid: al@openerp.com-20110712143532-s0jeuh5rglzwijpn
2011-07-12 16:35:32 +02:00
Xavier Morel 9e0738b97d [FIX] column visibility, due to removal of attribute computation and replacement with modifiers mapping
bzr revid: xmo@openerp.com-20110712143408-tv1wlyfolfj0qish
2011-07-12 16:34:08 +02:00
Xavier Morel 17d87a9599 [FIX] group titles should display 'Undefined' for false values, rather than 'false'
bzr revid: xmo@openerp.com-20110712141934-qk3zfckzh32b8xu1
2011-07-12 16:19:34 +02:00
Fabien Meghazi ab755d5000 [FIX] Form layout. Allocated space for labels should be computed with original field widget's colspan
bzr revid: fme@openerp.com-20110713151816-6hkid04t2tlarq9d
2011-07-13 17:18:16 +02:00
Fabien Meghazi 595496206c [IMP] Improved action buttons for wizards
bzr revid: fme@openerp.com-20110713142502-r9xzs6crfusu5ccl
2011-07-13 16:25:02 +02:00
Antony Lesuisse a2e890635b db filter typo
bzr revid: al@openerp.com-20110713120411-tm9j4x9tmgw08mdy
2011-07-13 14:04:11 +02:00
niv-openerp 16d5b55a7a [imp] used form open popup in o2m
bzr revid: nicolas.vanhoren@openerp.com-20110713110532-fp6n7gm52e1zrinq
2011-07-13 13:05:32 +02:00
Fabien Meghazi 13cf80a229 [IMP] graph&dashboard: do not instantiate ActionManager directly anymore
bzr revid: fme@openerp.com-20110713104351-wy7dwm2v8ywsz2tf
2011-07-13 12:43:51 +02:00
Fabien Meghazi 98cd4261d2 [IMP] Dashboard: do not instantiate ActionManager, use ViewManagerAction instead
bzr revid: fme@openerp.com-20110713103500-v5w0lnskfj1w3r5x
2011-07-13 12:35:00 +02:00
Antony Lesuisse 3acbdf8153 add --db-filter option
bzr revid: al@openerp.com-20110713102612-0lu8s1ausql3j07s
2011-07-13 12:26:12 +02:00
niv-openerp 0485c630de [imp] used the form open popup in m2m
bzr revid: nicolas.vanhoren@openerp.com-20110713095949-242ibznw1f0qfwet
2011-07-13 11:59:49 +02:00
niv-openerp 289ec3545b [fix] when modify a record in a m2o, does not reload the name of the record
bzr revid: nicolas.vanhoren@openerp.com-20110713095352-qcbmhca6r4bvx1j3
2011-07-13 11:53:52 +02:00
niv-openerp b29106581f [imp] added popup to read & modify a record and used it in m2o (also some fix related to relations)
bzr revid: nicolas.vanhoren@openerp.com-20110713094411-wrbaa6m4zewm521m
2011-07-13 11:44:11 +02:00
Xavier Morel d45e291329 [FIX] name of ordering param in read_group docstring: it's orderby not order
bzr revid: xmo@openerp.com-20110713092003-83ot1xsivziy4p33
2011-07-13 11:20:03 +02:00
Launchpad Translations on behalf of openerp 68a34fa59b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110713043624-31prq4kedswel384
2011-07-13 04:36:24 +00:00
niv-openerp 97966e8eff [imp] some improvements to display in relation popups
bzr revid: nicolas.vanhoren@openerp.com-20110712161610-iduz56dva4iwcfhq
2011-07-12 18:16:10 +02:00
Vo Minh Thu 622e58b183 [MERGE] fields.py: cleaned a bit fields.property.
bzr revid: vmt@openerp.com-20110712153056-r02ulhgq8gnorinr
2011-07-12 17:30:56 +02:00
Antony Lesuisse ab3cab8955 [FIX] hr_timesheet_sheet test fix, marital is a selection
bzr revid: al@openerp.com-20110712145726-6zv3ip3qvtpmdtbb
2011-07-12 16:57:26 +02:00
niv-openerp e96243a12b [fix] some bug related to 'enter' button in m2o & editable lists
bzr revid: nicolas.vanhoren@openerp.com-20110712141610-o6h1xa9zb8vfgygi
2011-07-12 16:16:10 +02:00
tfr@openerp.com 4937b6bdd6 [IMP] get_hostname tools function based on ir.config_parameter on the key network.hostname
bzr revid: tfr@openerp.com-20110712140703-gvfnjs1y3r51kagn
2011-07-12 16:07:03 +02:00
Antony Lesuisse d3d8c5762c [FIX] hr_evaluation test fix, marital is a selection
bzr revid: al@openerp.com-20110712134615-huxbhop8wjryfqb5
2011-07-12 15:46:15 +02:00