[MERGE] from trunk
authorXavier Morel <xmo@openerp.com>
Wed, 10 Oct 2012 15:44:36 +0000 (17:44 +0200)
committerXavier Morel <xmo@openerp.com>
Wed, 10 Oct 2012 15:44:36 +0000 (17:44 +0200)
bzr revid: xmo@openerp.com-20121010154436-wz29sdkbs9vvhjba

1  2 
openerp/addons/base/ir/ir_actions.py
openerp/osv/fields.py
openerp/osv/orm.py
openerp/tests/addons/test_impex/tests/test_import.py
openerp/tools/misc.py
setup.py

@@@ -328,9 -329,8 +328,9 @@@ class act_wizard(osv.osv)
  act_wizard()
  
  class act_url(osv.osv):
-     _name = 'ir.actions.url'
+     _name = 'ir.actions.act_url'
      _table = 'ir_act_url'
 +    _inherit = 'ir.actions.actions'
      _sequence = 'ir_actions_id_seq'
      _order = 'name'
      _columns = {
Simple merge
Simple merge
Simple merge
diff --cc setup.py
Simple merge