openerp-8 Questions

2

Solved

In older versions log archiving was on default and it would archive (mv older log to different log file) daily and kept archives for a week or so. Now on Odoo version 8, it puts everything on one l...
Eerie asked 19/9, 2014 at 7:24

6

How to debug in "Odoo" special in browses like Chrome and Firefox??? Would anybody provide information, it will be great. Thanks in advance
Indulgence asked 1/10, 2014 at 13:33

6

After a lot of tries, I could finally install odoo 8, however, when I connect to it, browser redirects to /web/database/manager and the HTML is loaded (the logo appears and in the title Tag appears...
Hellcat asked 4/4, 2015 at 7:21

3

Solved

I've customized my sales report to look from this: To this: I commented the code section that shows the company information inside external_layout_header view: <?xml version="1.0"?&...
Kathiekathleen asked 29/10, 2014 at 19:58

5

I want to create a new theme for odoo. I have done it by create a new module and install it. I see in this document here which said that odoo support template inheritance by using t-extend keyword....
Southerly asked 22/12, 2014 at 16:25

4

I tried taking out the delete access in calendar-> security folder -> calendar_event_all employee , but did not give any result access_calendar_attendee_employee,calendar.attendee_employee,model_c...
Broderickbrodeur asked 5/9, 2015 at 5:13

3

I have created so many custom module in ODOO 8.0 adones and I want to create the ODOO Setup file for that for Window installation then Which kind of steps I want to follow or does it need to requir...
Bice asked 12/1, 2015 at 11:12

3

Solved

This seems to be a significant simple problem, but somehow I cant find a solution. As I press the save button the write method will be executed. I want to change a value (or call a function) of th...
Vole asked 21/9, 2015 at 14:32

3

Solved

Recently odoo (formerly OpenERP) V8 has been released. In new API method decorators are introduced. in models.py methods needs to be decorated with @api.one or @api.multi. Referring odoo documenta...
Matrona asked 16/1, 2015 at 16:37

2

Solved

I want to get and display current login user name in qweb report in odoo. Can someone please tell me, how can i do it or give me some example code. I'll be very thankful...!
Borowski asked 19/8, 2016 at 4:49

2

I have been trying to extract data from a .mdb database and get it into Odoo 8 class columns. This is my .py file class attendance_biometric(osv.Model): _name="attendance.biometric" _rec_name...
Photocell asked 17/6, 2016 at 10:53

2

I'm using Odoo 8 version. I have created a new model called enquiry_customer_date In that model, I have set following four fields. partner_id (many2one), enquiry_date (date), file_name (char)...
Armin asked 15/5, 2016 at 18:23

2

Solved

I’ve added a module directory to /home/deploy/host-addons. Starting up Odoo definitely knows about it: 2014-09-08 10:50:08,533 5198 INFO ? openerp: addons paths:['/home/deploy/odoo/local/data/a...
Mugwump asked 8/9, 2014 at 11:4

1

I am trying to integrate Odoo(openerp-8) with MySQL on ubuntu server, to get the database access instead of postgresql. But I am unable to figure out the correct way to do that. I tried this lin...
Gerhardine asked 12/8, 2015 at 8:29

2

Solved

I am trying to modify the web_tree_image widget. Instead of just showing a small image in the column, I would like a larger image to appear when hovering or clicking. In order to achieve this, I am...
Arni asked 4/11, 2015 at 12:3

3

Solved

I have created a new Groups which is a Personnel Group, But in the View Metadata the new Group I've created has no XML ID, where can I find the XML ID or add the XML ID of the new groups even in th...
Kotick asked 5/10, 2015 at 5:44

1

Solved

There are 3 classes, sync.test.subject.a which has many2many relation with sync.test.subject.b which is inherited by sync.test.subject.c. sync.test.subject.b's separated_chars field is populated ...
Babi asked 14/9, 2015 at 4:54

2

I have created a button in jobs by using inheritance in (hr.recruitment form view) , how could I open another module("Resumes and Letters -sub menu in Human Resource " ) form_view during buttons cl...
Whirligig asked 11/8, 2015 at 11:22

1

I noticed there are 2 kinds of constraints on Odoo ERP. But I want to know what is the difference between _sql_constraints vs _constraints? _sql_constraints = { ('email_uniq', 'unique(email)', '...
Chesterfieldian asked 31/7, 2015 at 1:38

1

Solved

I wrote a wizard which form view should show a one2many field with rows taken from context['active_ids']. I set the one2many default correctly, but when the form opens, no rows are showed. Did I ...
Microelectronics asked 24/7, 2015 at 10:16

2

Solved

I have tried unique in sql_constaints in OpenERP(Odoo) using two different methods using flower brackets {} or square brackets []. Both works fine. Which one is correct? _sql_constraints = { ('em...
Mudskipper asked 20/7, 2015 at 9:45

2

I am create controller in OpenERP Framework. Following is my code and i set http.route type="http", import openerp.http as http from openerp.http import request class MyController(http.Controller...
Cluny asked 1/4, 2014 at 4:35

4

Solved

I'm trying to run unit tests on my openERP module, but no matter what I write it doesnt show if the test passes or fails! Anyone know how to output the results of a test? (Using Windows OpenERP ver...
Typesetting asked 22/1, 2013 at 12:49
1

© 2022 - 2024 — McMap. All rights reserved.