odoo-10 Questions
3
I wanted to change the column width of the columns in tree view. So far I have tried these solutions
Adding in the field tag: width="100px" or width="15%%"
Adding in the field...
3
Solved
I am using Odoo 10 in Ubuntu Server. I am trying to print my quotation report in pdf format using wkhtmltopdf. But the design doesn't look nice. It looks like the CSS is not working
I have tried t...
3
I am trying to display set time of Postgres database time to datetime field into Odoo.
I am creating field is that to set the time.
last_modify_article = fields.Datetime("Last Modify Date")
But...
Airwoman asked 28/8, 2017 at 9:17
2
Solved
I have extended model stock.picking with a new method called do_new_transfer_xmlrpc which enables a basic new_transfer from XMLRPC.
class Picking(models.Model):
_inherit = 'stock.picking'
@api....
2
We have created a custom module in Odoo by inheriting res.partner view and some custom fields, which are readonly, were added. Fields such as customer_since_date and customer_id.
We want to import...
3
Solved
I am uncertain regarding what child_of does after reading the docs and the use of child_of operator over using in operator for filtering
Odoo v10 domain docs can be found here which states the fo...
3
Solved
I need to get the translated data from odoo with a specific language using XMLRPC
by default odoo sends data in the default language which is English
api.execute_kw(db, uid, pwd, 'res.country', '...
4
Solved
I do not know which is the right syntax for if-else in qweb.
<t t-if="origin != l.origin">
<td>foo</td>
<t t-else/>
<td>bar</td>
</t>
What is wrong he...
6
t-field-option is not working.
I have tried
<span t-field="o.date_invoice" t-field-options='{"format": "MM/dd/yyyy"}'/>
3
Solved
I want to inherit a form from another custom module without depends but It need to be check if that module is installed or model is existed before inherit it. I researched many docs but not found a...
2
I want to connect odoo 10 with the postgresql (which is running on other server). Is it possible ? If, yes! then please do help me out by posting step by step procedure or any sort of tutorial link...
Annatto asked 14/3, 2017 at 14:45
2
Currently I have two different databases on different machines that are showing the error below. The first appearence was a couple of months ago, ocasionally showing up in logs, sometimes multiple ...
1
Solved
I can't for the life of me find any place where the suffix of the name of the common Odoo method execute_kw is explained. What is the kw suffix for? Is it just two arbitrary letters?
1
Solved
I need to create a two-column index. I have declared:
field_A= fields.Float(string='A', index=True)
field_B= fields.Float(string='B', index=True)
But that creates two independent indices. I wou...
1
I’d like to trigger the fields_view_get function dynamically after doing some functions. I override the function fields_view_get and return my results. This gets affected on XML view only at first ...
1
Solved
What I need
If the user clicks on my button, take him to different views of different models depending on a field of the current record.
What I did
I have declared a type object button to call a...
3
Solved
I know from the Odoo website that Odoo needs an special wkhtmltopdf version:
Danger
to print PDF reports, you must install wkhtmltopdf yourself: the version of wkhtmltopdf available in debian...
Watercourse asked 13/1, 2018 at 22:50
1
Solved
In Odoo one can extend or include on a class (in Javascript). What is the difference in Odoo between extend and include?
Heavyladen asked 18/4, 2018 at 4:50
2
I am defining my own report.paperformat. I am trying differnet configurations for margin_top and header_space but I can not manage to undersand what does each parameter.
When a given value is use...
1
Solved
Could someone translate the following polish notation to its SQL counterpart:
['|', '&amp;', ('is_company','=', True),('parent_id', '=', False),('company_name', '!=', False),('company_name', '...
Postwar asked 30/1, 2018 at 13:54
2
Solved
I am new to python and odoo. I came across a scenario that i want to create a excel file first from my dynamic records and then want to save it to ir.attachment table. So that i can link that as an...
1
Solved
> WARNING 11_test1 odoo.addons.base.ir.ir_ui_view: Error-prone use of
> @class in view report_invoice_document
> (account_invoice_report.report_invoice_document): use the
> hasclass(*cl...
2
Solved
How can I have order records to be able to work with it?
I tried
not_clean_data = self.env['my_model'].search([],order = 'user_id, datetime asc')
but in vain
1
Solved
How can I remove the odoo default toolbar for public users? I mean I don't want any user (except for admin) after login to see the top blue bar which has options of discuss, employees etc..
Pleas...
Quicksand asked 19/10, 2017 at 14:14
2
Solved
I have created a custom module, in my tree view, I will always have only 1 row data. But in my tree view it shows extra empty rows. how can I remove those unwanted empty rows?
My view code:
<...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.