[IMP] make the default company pad ieterpad rather than pad.openerp.com

* better naming for clients than piratepad
* Has T&C and privacy policy
* Offers pro accounts
* Undo/redo support

bzr revid: xmo@openerp.com-20101022090133-d187so23fuy0csp9
This commit is contained in:
Xavier Morel 2010-10-22 11:01:33 +02:00
parent 15043dbefa
commit 2d4c23ef0d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class company_pad(osv.osv):
"instance"),
}
_defaults = {
'pad_index': 'http://pad.openerp.com'
'pad_index': 'http://ietherpad.com/'
}
company_pad()