odoo-8

    1熱度

    1回答

    我想添加一個按鈕到樹形視圖中,並且我想在purchase_line_id爲NULL時使其不可見。 我該怎麼做?以下是我的視圖繼承代碼。 <record id="view_move_pickingextended_tree" model="ir.ui.view"> <field name="name">stock.move.tree.extended</field> <f

    0熱度

    1回答

    我正在通過Paypal付款,但我無法獲得IPN,因此無法對其進行研究,並且沒有IPN設置選項配置文件>我的銷售工具>即時付款通知。 我也試過Dynamically Setting the Notification URL for sandbox.paypal但失敗。 如何獲得IPN?

    2熱度

    3回答

    我已經看到了這 eval="[(6, 0, ref('test_security.base_security_access)])]" 和 eval="[(4, [ref('test_security.base_security_access')])]" 中的OpenERP 7.0的代碼。 什麼是安全使用6,0和,是有這樣的任何其他組合,請給我解釋一下。

    2熱度

    1回答

    我有一個圖像報告模板,我想在此圖像上創建我的報告(以獲取公司的特定設計),是否有任何優化的方式來做到這一點?

    -1熱度

    1回答

    請給我使用我的新模塊在採購訂單中創建報告的步驟。創建了兩個文件視圖/ purchase_report.xml和Ship/purchase_report.xml.where其中ship是我的模塊名稱。 ,這是我的船/ purchase_report.xml <report id="custom_report_without_prices" model="purchase.

    5熱度

    2回答

    我在OpenERP(Odoo)的sql_constaints中使用了兩種使用花括號{}或方括號[]的不同方法嘗試過獨特的方法。 這兩個工作正常。 哪一個是正確的? _sql_constraints = { ('email_uniq', 'unique(email)', ' Please enter Unique Email id.') } (或) _sql_constrai

    2熱度

    2回答

    我是odoo的新手。 有沒有人有在odoo 8中使用_fields功能的教程? 在odoo 8中,不推薦使用_columns。 OpenERP中的一個常見模式是使用_columns屬性來進行模型字段的內省。來自8.0 _columns的_fields不推薦使用包含使用舊API或新API實例化的統一字段列表的_fields。 沒有關於_fields選項的明確文檔。 請給這個正確的教程。

    0熱度

    1回答

    我是odoo的新手。 我搜索了太多的博客。在openerp 7中,它有一個可選參數 invisible: True/False For ex: password = fields.selection([('one','One'),('two','Two')], 'Password', invisible=True) 隱藏或顯示在視野中的字段。是否還存在於odoo 8 UPDATE: 而且我

    1熱度

    1回答

    請,我使用on_change和get_inputs。 這裏是我的代碼: PYTHON: def get_inputs(self, cr, uid,ids, convention_id, company_id, context=None): ret = [] if convention_id == False: My_error_Msg = 'Please, select your CONVE

    3熱度

    3回答

    是否有人使用openERP/odoo通過XML-RPC打印發票。我一直在試圖創建一個xml rpc方法來打印沒有成功。 function printInvoice($values,$model){ $print = new xmlrpc_client($this->server."report"); $print->return_type = 'phpvals';