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...
6
How to debug in "Odoo" special in browses like Chrome and Firefox???
Would anybody provide information, it will be great.
Thanks in advance
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"?&...
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....
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...
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...
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...
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...
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...!
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...
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)...
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...
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...
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...
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 ...
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...
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 ...
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...
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...
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.