摘要: Examples Generating Excel Documents Using Python’s xlwt Here are some simple examples using Python’s xlwt library to dynamically generate Excel documents. Please note a useful alternative may be ez... 阅读全文
posted @ 2017-05-17 10:52 553490191 阅读(323) 评论(0) 推荐(0) 编辑
摘要: python 对 excel基本的操作如下: 1、python读取excel中单元格内容为日期的方式 python读取excel中单元格的内容返回的有5种类型,即上面例子中的ctype: ctype : 0 empty,1 string, 2 number, 3 date, 4 boolean, 5 阅读全文
posted @ 2017-05-17 10:13 553490191 阅读(248) 评论(0) 推荐(0) 编辑
摘要: get_object_reference是 ir.model.data 模块中下的一个函数 该函数通过调用ir.model.data 模块中另外一个函数 xmlid_lookup 返回结果 返回的是 xml 视图id model res_id 实例: 在odoo里有很多类似例子,用它来返回一个for 阅读全文
posted @ 2017-05-17 09:15 553490191 阅读(435) 评论(0) 推荐(0) 编辑