Why pool.get(model) is used to get model object instead of pool[model]?
In almost all uses of `self.pool.get(model)` the false return value (missing model) is not handled. This usually leads to an exception later in other place in the form `AttributeError: 'NoneType'...
View ArticleWriting Controllers in openERP modules.
I have 3 questions that might require a detailed answer. (Links to tutorials or good illustrations would be really helpful) 1. How to map URL's to Controller functions. (like URLDispatcher in Django)?...
View ArticleNew project notebook page?
I've been wanting a new project notebook page and am very pleased with myself that the following code does NOT encounter the "Invalid XML for View Architecture" error. But, it doesn't appear...
View ArticleWhy <field>_ids might not exist.
I can't seem to get this _ids to appear. I get fatal errors when I try to install the module. OpenERP Version 7.0-20131021-232357 cat /etc/issue Ubuntu 13.10 \n \l /var/log/openerp/openerp.log shows...
View ArticleWhat is the best openerp7 development setup in windows?
What is the best setup for developing openerp7 modules in WINDOWS environment? I have installed, Python Postgres Openerp Eclipse/PyDev plugin ***the openerp templates seem to be obsolete*** Where do I...
View ArticleRestricting Developers on Production Server
Hello, I am using Openerp7 on win7 x64.I have setup accounts and finance module in my office now my Finance Head doesn't want any developers access on transactional data or master data like a developer...
View ArticleBeginner questions about customization
Hello, There are some problems I need to understand: note:I am using Openerp7 allinone and win7 1)When I add a new field through DEVELOPER MODE(UI) Why there is no change in .py file and .xml? but...
View ArticleAutomatically Create Invoice.
Hi, I have a doubt with the generation an invoice, I would like to create a model from a sales invoice for automatic manner. I researched on inheritance by delegation, but I can not get it to work. If...
View ArticleEdit a view from front end in development mode
Hi All, I'm new to OpenERP and started using OpenERP 7 for my project. I've gone through few different blogs and videos to create a new module of my own. I've also enabled the "Developer Mode" and...
View ArticleHow to add new fields on CRM opportunity form view ?
I'm newbie in OpenERP developpement, and i want to add some fields to opprotunity form view. 1) I want to add Picklist field for Stages. 2) I want to add new field of type float (coefficient), ReadOnly...
View ArticleMy new module does not appear; I get: No module found!
I have a small module that does not appear for me to install, instead I get "No module found!" All looks good so I've copied it into my addins folder and nothing I do makes it appear to my "OpenERP...
View ArticleDoes "dpkg -i openerp<version.deb" change openerp __version__?
I'm having that problem where my module does not appear for installation, instead I get "No module found!" So I'd un-installed openerp: dpkg --purge openerp_7.0-20131021-232357-1_all.deb rm -Rf...
View ArticleImportant* Auto Generation of Ref# in Journal Voucher
Hello, In Accounting & Finance module -->Journal Entries-->Journal voucher--> Create Now 4th field from top to bottom is REF# I want it to be auto generated initially it appears as an...
View ArticleAuto-increment Ref# in Journal Voucher
Hello, Accounting -->Journal Entries-->Journal Vouchers-->Create How Can I set my REF# field Auto-incremented ,in Pg admin admin table Name="Account_voucher" Column="Reference" I want this...
View ArticleDevelopment Environment on Windows OS
Hello, I want to start development of my custom module that will help me in adding fields and for other purposes I am using : -->Windows 7 -->Openerp7 Allinone Setup -->Version of (OpenERP...
View ArticleHow to load/install a custom module?
I racked my head trying to load a simple module that I'm developing but it doesn't work. Nothing happens when I start open-server script. The custom module doesn't show on the Settings>Apps This is...
View ArticlePurpose of removing run-tests from trunk branch?
Hello, I was checking the latest revisions of the Openerp trunk branch and noticed the functionality for run-tests in the openerpcommand was removed in what i think is favor for phantomjs. I am curious...
View ArticleHow to make the enter key work as tab key?
For example in *view_list_editable.js:483* by Sale Order creation. keyup_ENTER: function () { return this._next(); }, Something like what does't worked for me: $(':input').bind('keypress',...
View ArticleWhat is the difference between `db_connect` and `get_db` to obtain a Cursor?
When I need a new Cursor() for a database, I have at least 2 ways to initialize a new one. Using the helpers functions in `openerp.pooler`: cr = openerp.pooler.get_db('name_of_my_database').cursor() #...
View ArticleHow can i generate Two different forms,tree for one module in openerp v7
Hello, Every one i am new in OpenERP and i want to create Two different forms,tree for specific module like res_partner. can you help me and give me some ides about how to create. Thanks in advance.
View Articlehow to set required field in opportunity state
After converted lead to opportunity, it present New state in opportunity and if I move that new opportunity to qualification or any other state in opportunity i need to set required field how can I...
View ArticleHow to create a new openerp modules
I am new in OpenERP. I need to create a new OpenERP7 Point of Delivery(POD) module. I want to know what are all the possible ways (Either full python code or web services way)? I want to write in...
View ArticleIn POS only display on hand quantity
Hello Every one i have 15200 products and 10000 up product has no quantity so it takes too much time to load. please give me advise how can i display product has at least 1 quantity ? i try in pos in...
View ArticleOpenerp 8 (dev) Internal Server Error
I started a v8 installation in a virtual machine to start some module development and generally look at what's new in v8. Everything was going ok, I was installing various core modules to get things...
View ArticleWhat are some suggestions to start learning the OpenERP code
I already have some knowledge about Python and Javascript. With this I want to start learning how OpenERP works and relates to each part. How should I start this voyage in learning how OpenERP at the...
View ArticleHow can I get object attribute in js script?
I want to extend calendar view with a read-only field but I don't know how I can get this field in JS file. I think I can use `instance` var: openerp.web_calendar = function(instance) { var _t =...
View ArticleWhen i click on Print Button RML get error
Hello, Friends i created one module testing purpose to generate blank pdf file to open. but something i missed and when i press print button then error come so can you help me how can i fix. **Thanks...
View ArticleHow do I limit the number of results in a tree view?
Hi folks, So, within a form view I have an embedded tree view (one2many field). This embedded view, by default, shows 80 results before it starts paging. As this is an embedded view, the number of...
View Articleeclipse and openerp development setup
Warm greetings, I have installed openerp 7 on my ubuntu 12.4 and is working fine. I have also configured eclipse and pydev, however, when I run openerp-server on eclipse to start openerp, I get the...
View Articlenewbie ask for help about module development?
An exception occurred while I'm trying to write my module. This is a part of my .py file: class classroom(osv.osv): _name = 'course.classroom' _description = 'Classrooms' columns = { 'building' :...
View Article