Commit Graph

393 Commits

Author SHA1 Message Date
Jigar Amin - OpenERP 04fa87b2aa [MERGE] lp:~openerp-commiter/openobject-server/trunk-sloppy-rng-jam-validation-aja
bzr revid: jam@tinyerp.com-20120703084620-aioarva0jgombwo4
2012-07-03 14:16:20 +05:30
ajay javiya (OpenERP) 78ba98baa0 [ADD]: Add validation for view
bzr revid: aja@tinyerp.com-20120703060737-cnnuzzfc8yfa8rcd
2012-07-03 11:37:37 +05:30
Vo Minh Thu 2666ab3fe0 [IMP] ir.ui.view: Added assertion-based checks.
bzr revid: vmt@openerp.com-20120622131004-stn7tf68xph3f278
2012-06-22 15:10:04 +02:00
Jigar Amin - OpenERP 5977186c41 [MERGE] lp:openobject-server:
bzr revid: jam@tinyerp.com-20120626091036-n9k87elbyim12y2r
bzr revid: jam@tinyerp.com-20120627101443-iwk0lm4eauqver58
bzr revid: jam@tinyerp.com-20120627110734-ilfjuhstvsg4wavi
2012-06-27 16:37:34 +05:30
Antony Lesuisse 453a1350fe [MERGE] trunk
bzr revid: vmt@openerp.com-20120620122005-2rghps6qjjkozt3n
bzr revid: al@openerp.com-20120627103900-0kgtskgipdazmgy9
2012-06-27 12:39:00 +02:00
Jigar Amin - OpenERP e528d37750 [MERGE] lp:openobject-server
bzr revid: jam@tinyerp.com-20120625040928-cs8h4blh2tm3odo1
2012-06-25 09:39:28 +05:30
Foram Katharotiya (OpenERP) 6292e896a1 [IMP] solve Can not `import openerp.tests`.
bzr revid: fka@tinyerp.com-20120620115142-euaid51ad2xgwevc
2012-06-20 17:21:42 +05:30
Vo Minh Thu 5edca89903 [IMP] uninstall: typos
bzr revid: vmt@openerp.com-20120620100705-p9o5kktmj8zkbshm
2012-06-20 12:07:05 +02:00
Turkesh Patel (Open ERP) 8b3c05a373 [IMP] remove cancel button from wizard and improved view.
bzr revid: tpa@tinyerp.com-20120619092606-5w7p50l7vnn3sv0w
2012-06-19 14:56:06 +05:30
Kuldeep Joshi (OpenERP) a153714bcc [IMP] remove res.partner.address
bzr revid: kjo@tinyerp.com-20120614085646-vvbx0fegqxar2kot
2012-06-14 14:26:46 +05:30
Kuldeep Joshi (OpenERP) 71ebce8018 [IMP]remove res.partner.address and sequence from ir.sequence
bzr revid: kjo@tinyerp.com-20120611103425-ekeoso4m1475d6rq
2012-06-11 16:04:25 +05:30
Vo Minh Thu 768aaa8854 [IMP] uninstall: moved tests from t.py to openerp.tests.
bzr revid: vmt@openerp.com-20120604123112-stegmdko2lakdv6f
2012-06-04 14:31:12 +02:00
Vo Minh Thu fa4c2a40c0 [IMP] uninstall: moving tests to the openerp test framework (i.e. under openerp/tests/).
bzr revid: vmt@openerp.com-20120604104404-zibru6794ma1996x
2012-06-04 12:44:04 +02:00
Vo Minh Thu 9f46071958 [IMP] uninstall: added some docstrings.
bzr revid: vmt@openerp.com-20120601154544-e9a9cox7fcyd411m
2012-06-01 17:45:44 +02:00
Vo Minh Thu eadd5e0a0a [IMP] uninstall: use a dedicated table for many2many relationships instead of overlaoding ir.model.data.
bzr revid: vmt@openerp.com-20120601153449-uj2sl7qjzz3s7xnj
2012-06-01 17:34:49 +02:00
Vo Minh Thu d790650bfb [IMP] uninstall: use dedicated table instead of overloading ir.model.data.
bzr revid: vmt@openerp.com-20120601131414-880vmpctmjfxl84f
2012-06-01 15:14:14 +02:00
Vo Minh Thu 5df4aa8cca [IMP] uninstall: started test module, added new ir_model_constraint table.
bzr revid: vmt@openerp.com-20120531160140-tutjw76tp0u5hipo
2012-05-31 18:01:40 +02:00
Xavier Morel 415d91f924 [FIX] error out when trying to set a global default if there already is a global default set
bzr revid: xmo@openerp.com-20120522125500-k4gxfa5ocmxk70us
2012-05-22 14:55:00 +02:00
Xavier Morel a90c8ff5ae [ADD] is_default handling on private filters
bzr revid: xmo@openerp.com-20120522115330-xnr4pyfy9sh3oqtv
2012-05-22 13:53:30 +02:00
Xavier Morel 33e585a607 [TEST] (ir.filters).get_filters
bzr revid: xmo@openerp.com-20120522110031-pddbryncp07dwfjk
2012-05-22 13:00:31 +02:00
Xavier Morel 539f0ebb45 [FIX] cleanup of ir.sequence tests to make them repeatable
bzr revid: xmo@openerp.com-20120522090637-xty4p2jmo74wijcc
2012-05-22 11:06:37 +02:00
Olivier Dony dbe7b45276 [IMP] orm: support model-level @groups attribute for access restriction
This is a partial implementation with no support for
restricting read/write access via RPC. This first
part only covers the removal of the restricted fields
from the client-side view, i.e. in the results of
fields_view_get() and fields_get().

The second part will come later and will cover the
real low-level access control.

bzr revid: odo@openerp.com-20120518143625-ps9db62vzrc2pylh
2012-05-18 16:36:25 +02:00
Raphael Collet cd47a2fcaf [MERGE] from trunk
bzr revid: rco@openerp.com-20120319092142-bk2yjoao67g712nb
2012-03-19 10:21:42 +01:00
Olivier Dony caf646a7e5 [IMP] test_ir_sequence: avoid spurious traceback logging
bzr revid: odo@openerp.com-20120314142552-283i4s1lwrkt7zx3
2012-03-14 15:25:52 +01:00
Raphael Collet 8f8b5497d1 [IMP] tests: add test on related fields
bzr revid: rco@openerp.com-20120309161547-um53k5rqqts9flz6
2012-03-09 17:15:47 +01:00
Raphael Collet 82f492bc2c [FIX] related fields: fix and simplify search (was wrong with a single indirection)
bzr revid: rco@openerp.com-20120309152938-n467ap8hnw406rau
2012-03-09 16:29:38 +01:00
Vo Minh Thu 6323111950 [IMP] tests:
- moved a few YAML tests to unittest2 for demonstration purpose
- changed --test-disable to --test-enable (and swapped its meaning)

bzr revid: vmt@openerp.com-20120301134608-szuktuj8imdhmn0r
2012-03-01 14:46:08 +01:00
Vo Minh Thu ade3f174a5 [IMP] tests: move tests discovery and execution to openerp.modules.module, removed unexisting column name, filter out more test outputs
bzr revid: vmt@openerp.com-20120301121611-1gieqehm9wqog2fx
2012-03-01 13:16:11 +01:00
Vo Minh Thu d85da03314 [IMP] tests: xml-rpc test drops the created database (which has its own name, not clashing with the main db name).
bzr revid: vmt@openerp.com-20120301105419-8ik3z5eikwjnackk
2012-03-01 11:54:19 +01:00
Vo Minh Thu d709d602d8 [ADD] FEATURES.rst: whenever a feature branch is reviewed (but normally also when it is started),
the description of the implented features must be provided, so
here they are.

bzr revid: vmt@openerp.com-20120228112418-r8tjx3o6xc2cbaej
2012-02-28 12:24:18 +01:00
Vo Minh Thu ed71ad0946 [FIX] tests: `core` is really `common`. Also added some comments
and a second test suite variable for sanity checks. The comments will
later be changed to point to some documentation instead.

bzr revid: vmt@openerp.com-20120217150049-in1lmo24qay8ulmh
2012-02-17 16:00:49 +01:00
Vo Minh Thu 0037575619 [IMP] tests: provide simple reusable base classes to write tests.
bzr revid: vmt@openerp.com-20120216162706-ccbgkqv8k8kufmnb
2012-02-16 17:27:06 +01:00
Vo Minh Thu 1cf8f5680a [IMP] tests: expose an explicit list of test sub-modules.
bzr revid: vmt@openerp.com-20120213162058-e7u9jap679z4hep5
2012-02-13 17:20:58 +01:00
Florent Xicluna ab9db3f622 [REM] more unused imports.
bzr revid: florent.xicluna@gmail.com-20120208213313-1v0dugc59ch1fnnu
2012-02-08 22:33:13 +01:00
Florent Xicluna d8b25ca182 [MRG] merge trunk.
bzr revid: florent.xicluna@gmail.com-20120208141358-emgwspa0s58gtsez
2012-02-08 15:13:58 +01:00
Vo Minh Thu ee988a8955 [IMP] tests: export all the tests in a single suite.
bzr revid: vmt@openerp.com-20120201164404-yvnf30okqyj69sfy
2012-02-01 17:44:04 +01:00
Vo Minh Thu 15a8f08170 [IMP] manifest: renamed active to auto_install.
bzr revid: vmt@openerp.com-20120130102041-aensqjeqkftq8nm5
2012-01-30 11:20:41 +01:00
Vo Minh Thu 30d7253fef [IMP] gunicorn: changed `print` with `logging.info`.
bzr revid: vmt@openerp.com-20120120160409-cu1vcw7cfa3z0zgy
2012-01-20 17:04:09 +01:00
Vo Minh Thu ba178be7c0 [IMP] gunicorn: add CPU and memory limits.
bzr revid: vmt@openerp.com-20120120114612-xowu57yy3f5uxi0j
2012-01-20 12:46:12 +01:00
Florent Xicluna e7838dfbc4 [REF] fix weird indentation, not multiple of four.
bzr revid: florent.xicluna@gmail.com-20120119191756-niny262vp1nvmpp8
2012-01-19 20:17:56 +01:00
Florent Xicluna 82f780e948 [REM] unused imports.
bzr revid: florent.xicluna@gmail.com-20120119191654-scm8c3o07icyz5b1
2012-01-19 20:16:54 +01:00
Florent Xicluna 40c1de87d8 [REF] remove unused import, always import literal_eval from tools.safe_eval.
bzr revid: florent.xicluna@gmail.com-20120115214214-0rjwn80choc9g0fs
2012-01-15 22:42:14 +01:00
Vo Minh Thu 43745c4cb9 [IMP] tests: moved tests into openerp.tests, expose test suites.
bzr revid: vmt@openerp.com-20111201140012-y9kmto0le0ugxdzf
2011-12-01 15:00:12 +01:00