Commit Graph

3307 Commits

Author SHA1 Message Date
Mantavya Gajjar 44b340bf91 [REVIEW]: code formatting and add comment
* remove tabs and place space(4)

bzr revid: mga@mga-20100311055133-cftf0r5zuya3uax8
2010-03-11 11:21:33 +05:30
Launchpad Code Hosting 63e89d0219 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100310044525-sehk11xuhzgul2ax
bzr revid: codehost@crowberry-20100311043814-30chmpuj514vzy41
2010-03-11 04:38:14 +00:00
Julien Thewys be6c3b80e6 [FIX] Do not rollback failing tests for the moment:
XML and YAML files are all loaded in the same transaction.
We should add a section for tests in __terp__ and load each test file
in its own transaction so that:
- they are independent from each other,
- failing tests can safely be rolled back,
- all tests can still be run in one pass.

bzr revid: jth@openerp.com-20100309172147-m0rkmc30yjae2605
2010-03-09 18:21:47 +01:00
Julien Thewys d12f8e60e2 [IMP] Added noupdate support in global context.
bzr revid: jth@openerp.com-20100309122746-5kwdn9mqdtu2bruv
2010-03-09 13:27:46 +01:00
HDA (OpenERP) 67f6ac9882 merged
bzr revid: hda@tinyerp.com-20100309143328-g5g5wv6kgh38orqf
2010-03-09 20:03:28 +05:30
RVO(OpenERP) c76cc60bd7 Web-services: do not allow to call methods that starts with '_' (=private methods). Add a warning: if a method returns a None value
bzr revid: hda@tinyerp.com-20100309142807-bom0jqwyndkacoo8
2010-03-09 19:58:07 +05:30
Julien Thewys 7b37885bf9 [IMP] Added YAML for demo data.
bzr revid: jth@openerp.com-20100309113710-e2ai548j9s9jrqye
2010-03-09 12:37:10 +01:00
Julien Thewys f6cb964437 [IMP] Cleanup.
bzr revid: jth@openerp.com-20100309092346-ehfpe1fhe26a1u0a
2010-03-09 10:23:46 +01:00
Julien Thewys 231336c878 [FIX] Added TEST logging level to the command line options.
bzr revid: jth@openerp.com-20100308225158-wkbgit6epxt3ggga
2010-03-08 23:51:58 +01:00
Fabien Pinckaers 3925b8388f [IMP] removed tests in base
bzr revid: fp@tinyerp.com-20100309084422-83zbkvap5smz9o7y
2010-03-09 09:44:22 +01:00
noz@tinyerp.com a8d9eb604f [IMP] Added HTML View for Form view (example code).
bzr revid: noz@tinyerp.com-20100308115300-su95aa69otmzx2ke
2010-03-08 17:23:00 +05:30
Julien Thewys 6307322cdb [REF] Reorganized imports (and undo previous non-sense change).
bzr revid: jth@openerp.com-20100308112928-ewsboa2xxnuot4wi
2010-03-08 12:29:28 +01:00
Jay (Open ERP) f36e7da6a8 [FIX] Base : Event Type form view should have key field editable
lp bug: https://launchpad.net/bugs/531347 fixed

bzr revid: jvo@tinyerp.com-20100308102215-k6yn58vks1th7sjw
2010-03-08 15:52:15 +05:30
nch@tinyerp.com df13708d13 [IMP]:avg/sum for group by
bzr revid: nch@tinyerp.com-20100308095018-jc61r4jy2y4rug5m
2010-03-08 15:20:18 +05:30
nch@tinyerp.com 8856a549f7 [IMP]:Avg/sum for groupby
bzr revid: nch@tinyerp.com-20100308094036-hpvzsvlygup7s0e7
2010-03-08 15:10:36 +05:30
Julien Thewys 546b76d5d3 [REF] Reoarganized imports, catches yaml not found.
bzr revid: jth@openerp.com-20100308085532-1yv9xv1tosz223vs
2010-03-08 09:55:32 +01:00
nch@tinyerp.com 325bcd1c5b [IMP]:change the way to calculate avg/sum
bzr revid: nch@tinyerp.com-20100308082939-crtgxay16njypjt7
2010-03-08 13:59:39 +05:30
Mantavya Gajjar 4bc27ab050 [MERGE]: merging a code to improve report
thanks to dsh for code

bzr revid: mga@tinyerp.com-20100308064115-f1v61wefu04balsx
2010-03-08 12:11:15 +05:30
Julien Thewys f9e6517ee6 [REF] Uses logging.getLogger instead of the to be deprecated netsvc.Logger .
bzr revid: jth@openerp.com-20100307211833-j4b6x8pcbirs0sxk
2010-03-07 22:18:33 +01:00
Julien Thewys a17092ba94 [REF] Renamed file and moved import statement.
bzr revid: jth@openerp.com-20100307164907-t1cevokp7u1zz2tx
2010-03-07 17:49:07 +01:00
Fabien Pinckaers ad22780875 YAML merge
bzr revid: fp@tinyerp.com-20100307194645-g3hvd9tfgaduadmn
2010-03-07 20:46:45 +01:00
Fabien Pinckaers 88eecd2f79 configurable floats
bzr revid: fp@tinyerp.com-20100306205154-beaovrdjiykvl823
2010-03-06 21:51:54 +01:00
Fabien Pinckaers 81390b783d price accuracy
bzr revid: fp@tinyerp.com-20100306202703-8pn8ag7gchiorm8c
2010-03-06 21:27:03 +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
Harry (Open ERP) c3148c753e [base] partner: Improve view
bzr revid: hmo@tinyerp.com-20100305141516-644qlg4m34ai6wkd
2010-03-05 19:45:16 +05:30
Julien Thewys 449e6681b4 [IMP] Removed non necessary string replace statement.
bzr revid: jth@openerp.com-20100305134641-w6kdzy876b4abkeh
2010-03-05 14:46:41 +01:00
Julien Thewys 0421c587f1 [FIX] fixde Report __init__
bzr revid: jth@openerp.com-20100305110128-3an8qr456xuk3le8
2010-03-05 12:01:28 +01:00
Julien Thewys 1c95731eae [IMP] Added report tag.
bzr revid: jth@openerp.com-20100305104204-y8rayzh4uk1ewzu1
2010-03-05 11:42:04 +01:00
Julien Thewys cf77083414 [FIX] fixed missing isnoupdate and get_context
bzr revid: jth@openerp.com-20100305100537-jqia7equynfbue4o
2010-03-05 11:05:37 +01:00
Julien Thewys 434c1fb2ca [IMP] Added ir_set.
[FIX] ActWindow __init__

bzr revid: jth@openerp.com-20100305093722-s62ly3eabzn5mup5
2010-03-05 10:37:22 +01:00
Julien Thewys a93473787e [IMP] Added more syntax.
bzr revid: jth@openerp.com-20100305091218-p3t878j0z02q7rwd
2010-03-05 10:12:18 +01:00
Fabien Pinckaers 5392adcbcb merge
bzr revid: fp@tinyerp.com-20100305080007-on5rhpv0a801k89a
2010-03-05 09:00:07 +01:00
Fabien Pinckaers b187491776 [IMP] partners filters
bzr revid: fp@tinyerp.com-20100305075938-nc2502dddh5fjsh6
2010-03-05 08:59:38 +01:00
Launchpad Code Hosting 77a53267c7 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100305050051-zdrev3dwgmjqsbzh
2010-03-05 05:00:51 +00:00
Julien Thewys 6d1a50b1eb [IMP] Record python block success in assertion report.
bzr revid: jth@openerp.com-20100304154159-jlxcylq12qbezpoh
2010-03-04 16:41:59 +01:00
noz@tinyerp.com b763ed02c6 [FIX] Fixed invalid validation in rng file.
bzr revid: noz@tinyerp.com-20100304120908-5irc3re7l0r8floy
2010-03-04 17:39:08 +05:30
Julien Thewys 52185a68e9 [FIX] YAML files have '.yml' extension, not '.yaml'
bzr revid: jth@openerp.com-20100304100355-ay8z40i4rxriwaz4
2010-03-04 11:03:55 +01:00
Julien Thewys 858db998ca [IMP] yaml test: init
bzr revid: jth@openerp.com-20100304094458-rypj37e94wo2oedi
2010-03-04 10:44:58 +01:00
Xavier Morel 65d46a54e8 [fix] whitespace in files touched by parent (xmo@tinyerp.com-20100304090342-y0peh0slc8in1tbh)
bzr revid: xmo@tinyerp.com-20100304090556-ehv8xpf9gd82uqgj
2010-03-04 10:05:56 +01:00
Xavier Morel e3d0a8779a [fix] coding: tag in source files
bzr revid: xmo@tinyerp.com-20100304090342-jrfl3lp54pdnrsdw
2010-03-04 10:03:42 +01:00
noz@tinyerp.com b1175ec087 [IMP] Added HTML tag support in rng file.
bzr revid: noz@tinyerp.com-20100304062434-ctsqkqsdsb6bu6wj
2010-03-04 11:54:34 +05:30
Launchpad Code Hosting ca854b98ba Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100304045214-zrx2me4aqrltx0zo
2010-03-04 04:52:14 +00:00
Xavier Morel ca39947d11 [fix] for some addons, multiple toplevel menus with the same name are created, generating a single ir.ui.menu entry but multiple ir.model.data for the (ir.ui.menu, @id) specified. Ensure that we remove all ir.model.data matching a given ir.ui.menu, not just a random one or upgrade fails when we try to go from the leftover ir.model.data to the (now missing) ir.ui.menu
lp bug: https://launchpad.net/bugs/530835 fixed

bzr revid: xmo@tinyerp.com-20100303154041-37hzymi7e5ur9yb6
2010-03-03 16:40:41 +01:00
Xavier Morel 948e89992f [imp] migrate datas warning in browse_record to logging
bzr revid: xmo@tinyerp.com-20100303153611-kfdmr4uoeaf8nia7
2010-03-03 16:36:11 +01:00
Stephane Wirtel eda52fba9f [REF] Remove the unused ir_fields_description.py file
bzr revid: stephane@openerp.com-20100303134606-dprr4dy6pgqio863
2010-03-03 14:46:06 +01:00
Stephane Wirtel f17afd9d89 [REF] Use the logging module instead of the Logger().notifyChannel() function
bzr revid: stephane@openerp.com-20100303130435-027rr4aw8k1tz4tj
2010-03-03 14:04:35 +01:00
Harry (Open ERP) ff51cf9330 [IMP] base: Remove everything related to repositires in the modules management (like download module from repositories, configure repositories)
bzr revid: hmo@tinyerp.com-20100303095553-r0u2xo2r0a1nxm01
2010-03-03 15:25:53 +05:30
Stephane Wirtel 2733dea0c8 [IMP] remove crappy log() function from db_sql, migrate to logging's Logger
bzr revid: stephane@openerp.com-20100303092841-vd278m62602ziyhl
2010-03-03 10:28:41 +01:00
HDA (OpenERP) 4873dd2e23 Merged
bzr revid: hda@tinyerp.com-20100303072255-5opkt86b0kqlagj9
2010-03-03 12:52:55 +05:30
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