[IMP]:gtk contact &set configurable chart of account

bzr revid: nch@tinyerp.com-20100506084259-5keaef3ns222kxws
This commit is contained in:
nch@tinyerp.com 2010-05-06 14:12:59 +05:30
parent e0cd0d82d5
commit e56d5b74dc
3 changed files with 2 additions and 3 deletions

View File

@ -85,6 +85,7 @@ class account_installer(osv.osv_memory):
'period':lambda *a:'month',
'sale_tax':lambda *a:0.0,
'purchase_tax':lambda *a:0.0,
'charts':'configurable',
}
def on_change_start_date(self, cr, uid, id, start_date):

View File

@ -69,7 +69,6 @@ class base_gtkcontactform(osv.osv_memory):
'other':fields.boolean('Other'),
'ebook':fields.boolean('ebook'),
'updates':fields.boolean('updates'),
#'note':fields.text('Note'),
}
def execute(self, cr, uid, ids, context=None):
company_id = self.pool.get('base.setup.company').search(cr, uid, [])
@ -89,7 +88,6 @@ class base_gtkcontactform(osv.osv_memory):
result += "\nplan_use: " + str(res.get('use_openerp', False))
result += "\nsell_openerp: " + str(res.get('sell_openerp', False))
result += "\nebook: " + str(res.get('ebook',False))
result += "\nnote: " + str(res.get('note',''))
result += "\ngtk: " + str(True)
misc.upload_data(email, result, type='SURVEY')

View File

@ -18,7 +18,7 @@
<attribute name='colspan'>4</attribute>
</xpath>
<xpath expr='//separator[@string="vsep"]' position='attributes'>
<attribute name='rowspan'>24</attribute>
<attribute name='rowspan'>22</attribute>
<attribute name='string'></attribute>
</xpath>
<group string="res_config_contents" position="replace">