Commit Graph

137 Commits

Author SHA1 Message Date
Fabien Pinckaers 88eecd2f79 configurable floats
bzr revid: fp@tinyerp.com-20100306205154-beaovrdjiykvl823
2010-03-06 21:51:54 +01:00
Fabien Pinckaers 5688045adb [IMP] digits_compute to change size of float fields on the fly
bzr revid: fp@tinyerp.com-20100306195955-hi9puw3okl09vjbh
2010-03-06 20:59:55 +01:00
HDA (OpenERP) bca733707d added noupdate=1 if csv is in init_xml
bzr revid: hda@tinyerp.com-20100303072109-qoi1h70ohfsjq96h
2010-03-03 12:51:09 +05:30
HDA (OpenERP) a0ba43d800 Merged with stable
bzr revid: hda@tinyerp.com-20100216063114-d2crv3zayarq2vk6
2010-02-16 12:01:14 +05:30
Jay (Open ERP) 5a3cca40c9 [FIX] M2O : Unfair behavior of M2O for access denial records and normal ones(All records were hidden by access denied if one had failed to meet access rights).
lp bug: https://launchpad.net/bugs/514231 fixed

bzr revid: jvo@tinyerp.com-20100129113035-8zpefjjaj8snhndd
2010-01-29 17:00:35 +05:30
Fabien Pinckaers 7b3007797f removed bad code
bzr revid: fp@tinyerp.com-20100128132653-1tchuel2eudj82gg
2010-01-28 14:26:53 +01:00
Jay (Open ERP) cab8f8f0fb [FIX] Related with O2M behavior corrected
lp bug: https://launchpad.net/bugs/413121 fixed

bzr revid: jvo@tinyerp.com-20100125123453-ahsnyt52zy8du9oc
2010-01-25 18:04:53 +05:30
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
Jay (Open ERP) 3a6fa4870d [FIX] Search : searching translated fields made possible(related,one2many,many2many)
lp bug: https://launchpad.net/bugs/503278 fixed

bzr revid: jvo@tinyerp.com-20100105120339-qdmw9xfkvcr09x0e
2010-01-05 17:33:39 +05:30
Jay (Open ERP) f0d67e8369 [FIX] Integer widget : improvements when functional integer field returns big value
lp bug: https://launchpad.net/bugs/416821 fixed

bzr revid: jvo@tinyerp.com-20091223064655-ssk404pl46271rdj
2009-12-23 12:16:55 +05:30
Fabien Pinckaers ac61176c3e [FIX] multi company, speed improvement
bzr revid: fp@tinyerp.com-20091222212426-z7gmxxj356hgjvvh
2009-12-22 22:24:26 +01:00
Fabien Pinckaers 99fe46f0cb [FIX] multi company, speed improvement
bzr revid: fp@tinyerp.com-20091222212243-jptdo5hwmj3pah54
2009-12-22 22:22:43 +01:00
Fabien Pinckaers cb32d72dfa [FIX] rule and multi-company
bzr revid: fp@tinyerp.com-20091222205600-3h0fow08pndm7y0f
2009-12-22 21:56:00 +01:00
Fabien Pinckaers eb665f6e1d [FIX] improve multi-company and rule system
bzr revid: fp@tinyerp.com-20091222190158-lwknqi2vcgj1e94d
2009-12-22 20:01:58 +01:00
Fabien Pinckaers b5f5b685c8 merge
bzr revid: fp@tinyerp.com-20091222114503-y23po7quoutmjwms
bzr revid: fp@tinyerp.com-20091222114559-qdmvgn8he558hhbg
2009-12-22 12:45:59 +01:00
Christophe Chauvet 18f41e53a7 [IMP] Change try/except by if to test when field is not a relation
bzr revid: christophe.chauvet@syleam.fr-20091222114350-x94m7ts7uwcadsnc
2009-12-22 12:43:50 +01:00
Christophe Chauvet 981e7408bd [IMP] Extended the field.property to new type field (char, integer, float, date, ...)
By default, when there are no multi company default, we keep the compatibility with 5.0
      else we match to find the company_id for this fields.

bzr revid: christophe.chauvet@syleam.fr-20091217213828-f8edggbqnhzw41h2
2009-12-17 22:38:28 +01:00
Fabien Pinckaers 3b12be5d20 [FIX] related are stored
bzr revid: fp@tinyerp.com-20091209095219-kzj9g3eetf5js2tf
2009-12-09 10:52:19 +01:00
Christophe Simonis be06b834e1 [FIX] revert bad fix
lp bug: https://launchpad.net/bugs/491867 fixed

bzr revid: chs@tinyerp.com-20091204103636-um11n2qj52rbdqqs
2009-12-04 11:36:36 +01:00
Jay (Open ERP) b78474e680 [FIX] fields.related were misbehaving
lp bug: https://launchpad.net/bugs/491867 fixed

bzr revid: jvo@tinyerp.com-20091203153145-441wddbmddz5qvbk
2009-12-03 21:01:45 +05:30
Xavier Morel cf13b6c36e [merge] fix-shebang from 5.0 to trunk
bzr revid: hmo@tinyerp.com-20091202091102-r509b0bgogyul6yx
bzr revid: xmo@tinyerp.com-20091202101458-6a1mo240grkld6do
2009-12-02 11:14:58 +01:00
Christophe Simonis 229c73d741 [FIX] allow related fields to point to one2many and many2many fields
lp bug: https://launchpad.net/bugs/356628 fixed

bzr revid: chs@tinyerp.com-20091201131908-k5l5tmtpjq3m975x
2009-12-01 14:19:08 +01:00
Harry (Open ERP) 7326eba07d [FIX] fields: get_nice_size fun, incomplete imported code from xrg branch
bzr revid: hmo@tinyerp.com-20091201102753-osxf3hbeecpph1f3
2009-12-01 15:57:53 +05:30
olt@tinyerp.com 21749941ee [FIX] fields: '_fnct_write' should pass context object to the 'write' method
lp bug: https://launchpad.net/bugs/489355 fixed

bzr revid: olt@tinyerp.com-20091130160131-bv9g7y9vf0gdpa53
2009-11-30 17:01:31 +01:00
Harry (Open ERP) 3ac7d15820 [merge] merge from lp:~openerp/openobject-server/5.0/
bzr revid: hmo@tinyerp.com-20091128104436-nryf42nmutq0s2ig
2009-11-28 16:14:36 +05:30
Harry (Open ERP) fda2b950eb [IMP] change copyright with AGPL
bzr revid: hmo@tinyerp.com-20091127072348-5ktqotiyxhh99wh7
2009-11-27 12:53:48 +05:30
Harry (Open ERP) d8ce3f1e2a [FIX] replaced <TAB> with four white space.
bzr revid: hmo@tinyerp.com-20091124144405-9mzd91chohvf0uu7
2009-11-24 20:14:05 +05:30
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
Jay (Open ERP) c36ff651f2 [FIX] M2M : values filtering on set()
lp bug: https://launchpad.net/bugs/480301 fixed

bzr revid: jvo@tinyerp.com-20091111055028-lza87cnyffvwxy4i
2009-11-11 11:20:28 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
HDA (OpenERP) eefe57c93e [MERGE]
bzr revid: hda@tinyerp.com-20091001120820-2tke1hk1ixd7nbb8
2009-10-01 17:38:20 +05:30
P. Christeas 71d5ee956a Merge remote branch 'origin/master', v5.0.6 into optimize
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py
	bin/osv/orm.py

bzr revid: p_christ@hol.gr-20090925204745-352t3ngsltr4cj8a
2009-09-25 23:47:45 +03:00
P. Christeas e3e4be1cfb [IMP]: allow binary function fields to directly return size.
As used in document, function fields could have a shortcut method to
return the size instead of the contents. If done so and return a number,
use that instead.

bzr revid: p_christ@hol.gr-20090922093046-9r0gsj0qenapi06o
2009-09-22 12:30:46 +03:00
Jay (Open ERP) 20bc712f9c [FIX] Price Accuracy : rounding made to be based on --price_accuracy option
lp bug: https://launchpad.net/bugs/407332 fixed

bzr revid: jvo@tinyerp.com-20090918135556-lmun5j8d27437xkc
2009-09-18 19:25:56 +05:30
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
P. Christeas 0b5b67b336 Fix quoting of ids when passed to sql.
bzr revid: p_christ@hol.gr-20090903073240-cyydggro48990k2s
2009-09-03 10:32:40 +03:00
Jay (Open ERP) ce0c60e152 [FIX] Functional fields with M2O relation can be printed on print screen now
lp bug: https://launchpad.net/bugs/415391 fixed

bzr revid: jvo@tinyerp.com-20090827141922-aapmtmc50y168jun
2009-08-27 19:49:22 +05:30
Fabien Pinckaers 7b8afc298a [IMP] Speed impprovement: 2x faster for flow: sale -> invoice -> payment
bzr revid: fp@tinyerp.com-20090820152921-ntnzn2tqo1bhiss1
2009-08-20 17:29:21 +02:00
Christophe Simonis 09eb8dec4d [FIX] disallow the deletion of records set as default properties
[FIX] properties reset to default one correctly

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

bzr revid: christophe@tinyerp.com-20090810160402-7vamjvletgevmjuc
2009-08-10 18:04:02 +02:00
Jay,Uco a2db1c09ba [FIX] Property : Removed old referenced values from property
lp bug: https://launchpad.net/bugs/389795 fixed

bzr revid: jvo@tinyerp.com-20090707123538-mg6fucnverqpyrz6
2009-07-07 18:05:38 +05:30
Stephane Wirtel 5931140af4 [FIX] fields.related (m2o poiting to M2M/O2M should be skipped during write.
lp bug: https://launchpad.net/bugs/386273 fixed

bzr revid: stephane@tinyerp.com-20090616142906-53zqcxwu2umcavv4
2009-06-16 16:29:06 +02:00
Fabien Pinckaers 5aee798177 bugfix
bzr revid: fp@tinyerp.com-20090427181701-zcxe5qnfgmk2yf1q
2009-04-27 20:17:01 +02:00
Fabien Pinckaers 81f5738665 revert_bad_bugfix
bzr revid: fp@tinyerp.com-20090406165406-9visf8x49ntyetsm
2009-04-06 18:54:06 +02:00
Fabien Pinckaers 199f96bef0 bugfix_352471
bzr revid: fp@tinyerp.com-20090406164156-fb5n33eawexbw5aq
2009-04-06 18:41:56 +02:00
Fabien Pinckaers b77577df21 bugfix
bzr revid: fp@tinyerp.com-20090406160507-7nmcf16oz5bkpuap
2009-04-06 18:05:07 +02:00
Christophe Simonis d75a2401cb [FIX] allow function fields to be used in osv_memory objects
bzr revid: christophe@tinyerp.com-20090327125620-eise393e763ohrry
2009-03-27 13:56:20 +01:00
Christophe Simonis 74a9a44a76 [FIX] avoid a crash when a binary field is False/NULL
bzr revid: christophe@tinyerp.com-20090305155657-gwb22dvyr5icwvn7
2009-03-05 16:56: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
ame (Tiny/Axelor) b850cfe3e5 [FIX] unicode proble.
lp bug: https://launchpad.net/bugs/327294 fixed

bzr revid: ame@tinyerp.com-20090212133252-wludmq0d95irp6dm
2009-02-12 19:02:52 +05:30
Stephane Wirtel d0f0ebb17f [FIX] Fix an encoding error
lp bug: https://launchpad.net/bugs/326054 fixed

bzr revid: stephane@tinyerp.com-20090206092523-8bl7spf9qh4w7pdo
2009-02-06 10:25:23 +01:00