openerp-7

    0熱度

    1回答

    我有以下的OpenERP 7方法: # Function to get the vat number (CIF/NIF) and then show it on invoice form view def _get_vat_num(self, cr, uid, ids, field_name, args=None, context=None): partner_pool = self.

    0熱度

    1回答

    我已經創建了計劃任務,並在本地主機調度程序與該功能工作正常。在服務器我設置呼叫數= 10,間隔單位=分鐘和間隔數= 1 問題是當服務器啓動後,特定升級後,只有一分鐘後,呼叫數顯示爲0而不是9 請幫我這個 的功能 def allocate_on_probations(self, cr, uid, ids,tl, context=None): allo=0 state='ac

    0熱度

    1回答

    我試圖將我的OpenERP 7.0連接到我的Magento網站1.9。 我使用openLabs https://github.com/openlabs/magento_integration 我遵循的https://openerp-magento-connector.readthedocs.io/en/develop/introduction.html#installation 但經過我的Open

    0熱度

    1回答

    這是我的Python文件 from openerp.osv import fields, osv class scantech_product_template(osv.osv): _inherit='product.product' _column={ 'main_cat':fields.integer("Main Category",size=11)

    0熱度

    1回答

    我想用戶的公網IP地址來控制的OpenERP的sign_in,對於我試圖通過existant IP 代碼給IP用戶比較下面顯示的公網IP: my_ip = urlopen('http://ip.42.pl/raw').read() 我在hr_attendance,通過添加一些行 def _altern_si_so(self, cr, uid, ids, context=None):

    2熱度

    1回答

    我在自定義模塊的嚮導中有一個按鈕。 當我點擊向導。 以下字段需要填寫。 Service Product Name(Will get populated automatically) Amount Payment Method Date Description Partner Name(Which will get populated automatically) 我有一個名爲按鈕,在

    0熱度

    1回答

    我想在試用期結束時讓員工自動停用。我的代碼下面有 (原諒我的英文不好)。 def inctivate_employee(self, cr, uid, ids, context=None): emp_id = self.browse(cr, uid, ids)[0].employee_id.resource_id.id the_date = self.pool.get('hr.c

    0熱度

    1回答

    西班牙發票可能有不同的稅種:IVA 0%,IVA 4%,IVA 10%,IVA 21%。我需要在樹形視圖中顯示所有這些稅爲列,無論它們是否都出現在同一張發票中。例如: num invoice |客戶端|基地0 |基地4 |基10 |基地21 | iva 0 | iva 4 | iva 10 | iva 21 |總量 我應該怎麼做,可獲取稅收和基地的名單,並把它們作爲列在樹視圖,並顯示相應的金額每行

    1熱度

    1回答

    我創建了一個樹視圖來擴展account.invoice模塊與自定義列和特殊列的列表。我試圖插入一個搜索視圖,但它沒有工作(我可以在樹視圖中顯示數據,但不是搜索框和我需要的其他過濾器)。 XML: <openerp> <data> <record model="ir.ui.view" id="view_account_invoices_resume_list"> <

    0熱度

    2回答

    我只是想在我的OpenERP服務器上更新我的應用程序。在此之後,當我登錄我的服務器時,出現此錯誤。 penERP Server Error Client Traceback (most recent call last): File "/opt/openerp/davidts/appserver-dts/parts/openerp-7.0-20140124-002431/opene