Commit Graph

367 Commits

Author SHA1 Message Date
Jay (Open ERP) 7fa9e29568 [IMP] Temporarily commented exception for browse record that broke reports from wizard
bzr revid: jvo@tinyerp.com-20090616064556-tmbwkroo6d3s612q
2009-06-16 12:15:56 +05:30
Christophe Simonis 34ac7f5945 [FIX] browse_record: raise a better exception when the id doesn't exists
[IMP] new method "exists" that verify that a given id exists in database (or in memory for osv_memory objects)

bzr revid: christophe@tinyerp.com-20090610111535-54wcw8tw48fvf9z9
2009-06-10 13:15:35 +02:00
Fabien Pinckaers db8f650de3 [FIX] Bugfix translations and float/int format in reports
bzr revid: fp@tinyerp.com-20090609231554-iug5t0i4wi5wjzc3
2009-06-10 01:15:54 +02:00
Fabien Pinckaers 9624ffb5e0 bugfix_lang_notavailabel
bzr revid: fp@tinyerp.com-20090601221525-aq1zvcolw160bm37
2009-06-02 00:15:25 +02:00
Jay (Open ERP) 5766b3cd04 [FIX] DB will save False Valuesfor booleans
bzr revid: jvo@tinyerp.com-20090513091303-tyoe0u8bx6v8mgtt
2009-05-13 14:43:03 +05:30
Christophe Simonis efc01f25ae [FIX] allow to use server-side domains with widget='selection' fields
[FIX] widget='selection' fields now handle correctly the required fields

bzr revid: christophe@tinyerp.com-20090428144014-7wxt52bfy5odnf5r
2009-04-28 16:40:14 +02:00
Naresh Choksy 740bb829f9 added report engine
bzr revid: nch@tinyerp.com-20090428102421-0bjwivab9it6bf2c
2009-04-28 15:54:21 +05:30
Fabien Pinckaers 5aee798177 bugfix
bzr revid: fp@tinyerp.com-20090427181701-zcxe5qnfgmk2yf1q
2009-04-27 20:17:01 +02:00
Fabien Pinckaers 6128d030f2 merge
bzr revid: fp@tinyerp.com-20090425163354-qnrvpx0qdqqsukvn
2009-04-25 18:33:54 +02:00
Christophe Simonis 247c1972ab [FIX] allow to use the field 'id' in views (i.e., needed for domain)
bzr revid: christophe@tinyerp.com-20090423085750-rwt7kxgz7hmmop3f
2009-04-23 10:57:50 +02:00
Fabien Pinckaers 5ba9c8626f bugfixes
bzr revid: fp@tinyerp.com-20090411204439-ivly6x341y9pwuzs
2009-04-11 22:44:39 +02:00
husen daudi 67526cf793 Improved browse record calls in context of report engine (ref: nch,jvo,hda)
bzr revid: hda@hda-20090406114533-5bn57x92n7in399y
2009-04-06 17:15:33 +05:30
mga (Tiny/Axelor) 82fda6c77c bugfix for the many2many fields
eachtime generate a new table number for relational table for manual fields

bzr revid: mga@tinyerp.com-20090306091539-0gcb1epayrvmoj9q
2009-03-06 14:45:39 +05:30
Christophe Simonis 1d8d7b7236 [IMP] orm: do not use xpath for hidding buttons when user hasn't the right role
bzr revid: christophe@taupe-20090304230057-tx2ch1yfmbk0b1gb
2009-03-05 00:00:57 +01:00
Fabien Pinckaers b5e2c0a8a2 bugfix_portal_access_rights
bzr revid: fp@tinyerp.com-20090227163720-b6d6fsdtl678h16j
2009-02-27 17:37:20 +01:00
Fabien Pinckaers 5a87d64cb3 bugfix_regex_order
bzr revid: fp@tinyerp.com-20090227065118-y0ok9xqyrt797vpg
2009-02-27 07:51:18 +01:00
Fabien Pinckaers 6343408a71 bugfix_store_delete
bzr revid: fp@tinyerp.com-20090227064300-a6w8q0hrqmnqw90i
2009-02-27 07:43:00 +01:00
Fabien Pinckaers e3bcb6b8be bugfix_lp_331245
bzr revid: fp@tinyerp.com-20090226201745-ot01ir2gy89n18xm
2009-02-26 21:17:45 +01:00
qdp a4b93b2a4d [FIX] bugfixed the order of computing records for store={} fields. There was a problem for fields that were dependant on same object like the membership_state field on
res_partner that depend on free_member field of res_partner:
	store = {
                'account.invoice':(_get_invoice_partner,['state'], 10),
                'membership.membership_line':(_get_partner_id,['state'], 10),
                'res.partner':(_get_partners, ['free_member'], 10)
                }

bzr revid: qdp@tinyerp.com-20090218142454-d9h6bdy4h3wwcj1i
2009-02-18 15:24:54 +01:00
mra (Open ERP) 5567f3e7f0 fix : 329208 : trans_obj is not defined
bzr revid: mra@tinyerp.com-20090214053517-aqwdg94bv4ph4vpz
2009-02-14 11:05:17 +05:30
Olivier Laurent 411778633e escape the field name if the field name is a key word (like 'binary' for exemple)
bzr revid: olt@tinyerp.com-20090212100403-ukaqh4eflhbs9dg0
2009-02-12 11:04:03 +01:00
Fabien Pinckaers 5b01342a4b bugfix
bzr revid: fp@tinyerp.com-20090205171531-7ys5vn8mq5az1v7q
2009-02-05 18:15:31 +01:00
Fabien Pinckaers d9d22aaff9 bugfix
bzr revid: fp@tinyerp.com-20090205000131-4tjbyqij1x9v8gl7
2009-02-05 01:01:31 +01:00
Fabien Pinckaers e5997c9958 bugfix
bzr revid: fp@tinyerp.com-20090204232710-kkf3r1gk9ebhli4q
2009-02-05 00:27:10 +01:00
Fabien Pinckaers 3ae831ceaf bugfix
bzr revid: fp@tinyerp.com-20090204130537-z9frulclih2scdn0
2009-02-04 14:05:37 +01:00
mga (Tiny/Axelor) 6709e6e295 fixing the gug for reading fields
bzr revid: mga@tinyerp.com-20090204124123-wz507w0h4tr4o2yu
2009-02-04 18:11:23 +05:30
Stephane Wirtel 557cc93aae [IMP] Add a new function, last_day_of_current_month, this function returns the last day of the current month.
bzr revid: stephane@tinyerp.com-20090202140715-e5lw28lvrd9fep13
2009-02-02 15:07:15 +01:00
Christophe Simonis f3bd6582fc [IMP] the module graph is updated and loaded until there are modules to load.
[IMP] log the extra database columns only when all modules are loaded

bzr revid: christophe@tinyerp.com-20090129095937-izrx5s4qac1dmapj
2009-01-29 10:59:37 +01:00
Jay (Open ERP) 7e5cd9dd4a Minor modifs
bzr revid: jvo@tinyerp.com-20090129061555-2tlpj9vzdkp9mqyd
2009-01-29 11:45:55 +05:30
Fabien Pinckaers 41590f61ec bugfix
bzr revid: fp@tinyerp.com-20090128231100-lh55gi6k2rz57qcp
2009-01-29 00:11:00 +01:00
Stephane Wirtel 99d7959dff [FIX] Use the notation for the default values of a many2many field
lp bug: https://launchpad.net/bugs/319257 fixed

bzr revid: stephane@tinyerp.com-20090128154252-4ibps4vcgltfk02s
2009-01-28 16:42:52 +01:00
Jay (Open ERP) a550f5370d Report_sxw modified for browse_record values in default formats
bzr revid: jvo@tinyerp.com-20090128125232-rfqwrvec513c5r2d
2009-01-28 18:22:32 +05:30
Christophe Simonis 270bbb151b [IMP] change level of message when a column is not present in the object
bzr revid: christophe@tinyerp.com-20090127111425-ktutr1iuvldwnaq0
2009-01-27 12:14:25 +01:00
Fabien Pinckaers 7cb41c31ec removed_print
bzr revid: fp@tinyerp.com-20090127102931-h5sk00kornccw4fr
2009-01-27 11:29:31 +01:00
Fabien Pinckaers 8822ada31f bugfix_ptt
bzr revid: fp@tinyerp.com-20090127102515-ric7p0yptywmy2qk
2009-01-27 11:25:15 +01:00
Christophe Simonis ab41714295 [IMP] log in logger 'orm' instead of 'init'
[FIX] warn the user when a column has been remove from a object

bzr revid: christophe@tinyerp.com-20090126155046-quegkdj9l5a4d3ub
2009-01-26 16:50:46 +01:00
Christophe Simonis 9e6378a06b [FIX] concurrency check: handle the case of the O2M fields
bzr revid: christophe@tinyerp.com-20090121173728-pk4dkpqj79bjyntg
2009-01-21 18:37:28 +01:00
Stephane Wirtel c228e56f93 [REF] Use the xpath with condition
bzr revid: stephane@tinyerp.com-20090119232458-pip4shfzdx2m7go9
2009-01-20 00:24:58 +01:00
Christophe Simonis 520f5aec9c [MERGE] merge smile branch.
[REF] rewrite error generation when a view field is not found in the model

bzr revid: christophe@tinyerp.com-20090119110150-dzxto9uvwsqkva6s
2009-01-19 12:01:50 +01:00
Stephane Wirtel f987f9cccb [FIX] Store the string type function field (patch from Xavier ALT (AJM))
lp bug: https://launchpad.net/bugs/318543 fixed

bzr revid: stephane@tinyerp.com-20090119101201-20n79r2agfo03w36
2009-01-19 11:12:01 +01:00
Stephane Wirtel 7e4e42c34a [FIX] Encoding error
bzr revid: stephane@tinyerp.com-20090119100846-x4fp20cax93a4zf8
2009-01-19 11:08:46 +01:00
Fabien Pinckaers 875674d877 bugfixes
bzr revid: fp@tinyerp.com-20090117192214-m317lkham92f97ps
2009-01-17 20:22:14 +01:00
Christophe Simonis c3c0f345a0 [FIX] if not specify, _log_access has now the same value as _auto (True by default)
lp bug: https://launchpad.net/bugs/317699 fixed

bzr revid: christophe@tinyerp.com-20090116095217-bxtmwt7gxlm0kb88
2009-01-16 10:52:17 +01:00
Fabien Pinckaers 5305888c29 bugfixes
bzr revid: fp@tinyerp.com-20090115174103-2ix4fhc5adviwtyc
2009-01-15 18:41:03 +01:00
Christophe Simonis 586a737f6e [FIX] fix concurrency problem. Use last_modified instead of delta. Thanks to Tryton team for the idea.
lp bug: https://launchpad.net/bugs/314696 fixed

bzr revid: christophe@tinyerp.com-20090115115718-3jpkxhmjaa275jq2
2009-01-15 12:57:18 +01:00
Olivier Laurent f386b602a2 Added a new configuration option: 'csv_internal_sep' (equals ',' by default)
Some old import files used the pipe ('|') as a separator in records. It has
been changed to a comma but this causes problems with old import files when
some records have a comma that is not a separator.

bzr revid: olt@tinyerp.com-20090115101210-czdbqqeptbj8o1so
2009-01-15 11:12:10 +01:00
Stephane Wirtel 9089f665bd [FIX] Encoding
lp bug: https://launchpad.net/bugs/315378 fixed

bzr revid: stephane@tinyerp.com-20090109100759-hq2o03u54ftvrxmh
2009-01-09 11:07:59 +01:00
Stephane Wirtel 6600172e4a [FIX] Translation - read_string
lp bug: https://launchpad.net/bugs/313340 fixed

bzr revid: stephane@tinyerp.com-20090105152843-pyw6m15gzl4rxt1u
2009-01-05 16:28:43 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 5ff3af95e2 [IMP] use the pooler directly instead of the 'object_proxy'
[IMP] wkf_expr: remove dead code

bzr revid: christophe@cobalt-20090102231851-zzobv5dx3pplh265
2009-01-03 00:18:51 +01:00