[FIX] tools: some import cleaning and fixing.
[odoo/odoo.git] / openerp / tools / yaml_import.py
2012-10-31 Vo Minh Thu[FIX] yaml_import: why the hell is False not iterable.
2012-10-31 Vo Minh Thu[FIX] tools.yaml_import: change w.r.t. etree FutureWarn...
2012-10-30 Odowan Kenobi[IMP] yaml_import: allow to use a view from another...
2012-10-19 Quentin (OpenERP)[IMP] tools, yaml_import: the values given to the creat...
2012-10-18 Quentin (OpenERP)[TEST] removing values at record creation in yaml
2012-10-05 Quentin (OpenERP)[REF] yaml_import: comments refactoring
2012-10-04 Quentin (OpenERP)[FIX] yaml_import: on _create_record, when we gather...
2012-10-04 Quentin (OpenERP)[REF] yaml_import.py: some doc and error messagse improved
2012-10-04 Quentin (OpenERP)[IMP] yaml_import.py: comments and documentation improv...
2012-10-04 Quentin (OpenERP)[REf] yaml_import.py: refactoring of _create_record()
2012-10-04 Quentin (OpenERP)[MERGE] trunk
2012-10-03 Quentin (OpenERP)[FIX] yaml import: if a field has a default value,...
2012-10-02 Quentin (OpenERP)[FIX] yaml_import: the parent default values must be...
2012-10-02 Quentin (OpenERP)[FIX] yaml_import: don't erase the initial fields_view_...
2012-10-01 Quentin (OpenERP)[IMP] yaml processing: improved previous patch by repla...
2012-10-01 Olivier Dony[MERGE] Sync with trunk
2012-10-01 Quentin (OpenERP)[IMP] yaml processing: fixed the creation of record...
2012-09-11 Stephane Wirtel[MERGE] base: fix some address formats and some English
2012-09-03 Vo Minh Thu[FIX] yaml_import: really raise YamlImportExceptions.
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-22 Christophe Simonis[IMP] yaml import: log as TEST only for test files
2012-06-08 Xavier Morel[FIX] rename ir.actions.url to match action's type
2012-05-21 Christophe Simonis[FIX] correct default values from yaml import
2012-03-02 Vo Minh Thu[FIX] tests: mistakenly removed a self argument.
2012-03-02 Vo Minh Thu[IMP] tests: removed the severity concept from `assert...
2012-03-02 Vo Minh Thu[IMP] tests:
2012-02-12 Bogdan Stanciu[IMP] some English corrections & 'encoding' into 'codin...
2012-01-24 Vo Minh Thu[IMP] openerp.tools: _logger with fully qualified modul...
2011-12-19 Rucha (Open ERP)[MERGE]: Merge with latest trunk-server
2011-11-24 Olivier Dony[MERGE] YAML: Support m2o None value, courtesy of Dmitr...
2011-11-16 Rucha (Open ERP)[MERGE]: Merge with latest trunk-server
2011-11-16 Rucha (Open ERP)[MERGE]: Merge with latest trunk-server
2011-11-15 Fabien Pinckaers[IMP] remove print statement
2011-11-15 Fabien Pinckaers[IMP] removed print statement
2011-11-14 Fabien Pinckaers[FIX] onchange
2011-11-14 Fabien Pinckaers[FIX] onchange yaml
2011-11-14 Fabien Pinckaers[FIX] onchange computation on YAML
2011-11-14 Fabien Pinckaers[IMP] Yaml scripts calls on_changes and fields_view_get...
2011-11-14 Fabien Pinckaersunusedcode
2011-11-13 Fabien Pinckaersfix
2011-11-13 Fabien Pinckaers[IMP] Allows to put a view argument in a YAML record...
2011-11-02 Rucha (Open ERP)[FIX]: yaml: In !delete tag if we provide id of record...
2011-10-13 Dmitrijs Ledkovs[IMP] allow to unset fields in yaml import
2011-10-12 Rucha (Open ERP)[FIX]: Fixed problem of context not passed properly...
2011-10-03 Olivier Dony[IMP] yaml_import: make !ref nodes work for m2o values
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-25 Fabien Pinckaers[FIX] YAML empty records
2011-09-14 Vo Minh Thu[IMP] wsgi:
2011-08-16 Vo Minh Thu[REF] osv: replace isinstance(m,osv_memory) by m.is_tra...
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-22 Vo Minh Thu[MERGE] ir_model_data unlinking does not use _unlink...
2011-06-05 P. Christeasyaml_import: fix ambiguous syntax at end of report
2011-05-13 Vo Minh Thu[MERGE] yml test: more explicit message when some data...
2011-05-13 Naresh (OpenERP)[IMP]:moved the logger exception before raise
2011-05-13 Naresh (OpenERP)[IMP]:ValueError Message when running a YAML test that...
2011-05-10 Vo Minh Thu[REF] modules.__init__:
2011-02-07 Vo Minh Thu[IMP] openerp python module.