[Openerp-community] Odoo License restriction?

2014-07-09 Thread Axel Mendoza Pupo
Some time ago I did some modules for another software based on code taken from OpenERP v7.0 and those modules was accepted to be part of the software core functionalities. The modules was developed to be able to send and receive emails via SMTP, POP3 and IMAP. My question are related to the

Re: [Openerp-community] Odoo License restriction?

2014-07-09 Thread Axel Mendoza Pupo
, but the good part is that unlike something like Magento apps store, it's there to stay. Hope this helps. -- Raphaël Valyi Founder and consultant http://twitter.com/rvalyi http://twitter.com/#!/rvalyi +55 21 3942-2434 www.akretion.com On Wed, Jul 9, 2014 at 9:03 PM, Axel Mendoza Pupo aekr

Re: [Openerp-community] Javascript JSON-RPC client for OpenERP

2014-02-24 Thread Axel Mendoza Pupo
You should check the OpenERP WebClient JSON-RPC since it has an specific implementation to manipulate the payload, more specifically the uid of the session and the httpsession params to maintain the HttpSession in OpenERP server, you could look at instance.web.Session class in coresetup.js and in

Re: [Openerp-community] report_webkit future

2014-02-18 Thread Axel Mendoza Pupo
The solutions to print reports based on HTML DOM combined with specific CSS rules have that drawback that notebook pages does not get displayed properly, is this resolved already? This must complete the solution to render reports based on HTML DOM. If this is resolved already using CSS rules,

Re: [Openerp-community] OpenERP and Business Intelligence

2014-01-23 Thread Axel Mendoza Pupo
You could take a look at http://cubes.databrewery.org/ itś a python based solution, it seems to be a good tool, lightweight, powerful and will be not very difficult to get integrated into OpenERP Light-weight Python framework and OLAP HTTP server for easy development of reporting applications and

Re: [Openerp-community] How to debug Record Rules?

2014-01-22 Thread Axel Mendoza Pupo
You should debug inside of domain_get method of ir.rule model to know wish rules get applied always check for the model_name that you want to debug for their ir.rules hope this helps On Wed, Jan 22, 2014 at 12:28 PM, Daniel Reis dgr...@sapo.pt wrote: I need to ask for some advice on this: I

Re: [Openerp-community] Portal partner rule bug

2014-01-16 Thread Axel Mendoza Pupo
On Thu, Jan 16, 2014 at 4:04 AM, Olivier Dony o...@openerp.com wrote: On 01/15/2014 03:56 PM, Axel Mendoza Pupo wrote: This bug is related with search on model res.partner when the module portal is installed because of an ir.rule of res.partner in that module security Suppose

[Openerp-community] Portal partner rule bug

2014-01-15 Thread Axel Mendoza Pupo
This bug is related with search on model res.partner when the module portal is installed because of an ir.rule of res.partner in that module security Suppose that there is an extension of res.partner that add one or more many2one fields to res.users, and those users have their own partner, I mean