Re: [Openerp-community] Per-field permissions

2015-01-02 Thread Aristóbulo Meneses
Hi Ludwick, I reported something related to this, you can check the issue here: https://github.com/odoo/odoo/issues/3588 2015-01-02 15:26 GMT+01:00 Ludwik Trammer lud...@trammer.pl: *Note: I've already posted this message to the @mail.odoo.com http://mail.odoo.com mailing list. It was

[Openerp-community] community list topics

2014-07-24 Thread Aristóbulo Meneses
Hello, I want to propose to split discussion topics in technical and general, so if I only want to receive technical related community emails I will just susbcribe to that list. And if you are brave enough to receive general discussion you can subscribe to that list. Have a nice day. -- La

[Openerp-community] Selection fields in v8

2014-07-24 Thread Aristóbulo Meneses
Hi, I have been banging my head against a wall for a while trying to make a many2one field to work in a wizard, using a function and selection=_sel_func parameter, but it doesn't work. Has this been changed? https://doc.odoo.com/trunk/server/03_module_dev_02/ *Example* Using relation fields

Re: [Openerp-community] OCA, ODOO Blueprints

2014-06-19 Thread Aristóbulo Meneses
What about using Github's gists? 2014-06-19 8:26 GMT-04:30 Ana Juaristi ajuaris...@gmail.com: Hello everybody: Since we are starting to work now with V8, we would like to start including blueprints / suggestions for Odoo/Community and start contributing on building them. On launchpad we

Re: [Openerp-community] Image store problem in Odoo

2014-06-11 Thread Aristóbulo Meneses
Sorry Hans not Yannick, if you are using a folder to store images you can overwrite product's img method and return the correct path to the image. Take a look at https://github.com/odoo/odoo/blob/master/addons/website_sale/models/product.py#L197 then at your template call img src={{

[Openerp-community] Js files in v8

2014-05-22 Thread Aristóbulo Meneses
Hello community, I'm trying to fix my odoo-addons and make it work with latest revision but it isn't loading any javascript declared in __openerp__.py file at 'js' key. Has anyone faced the same problem? -- La experiencia es la más dura maestra; primero pone la prueba, luego dá la

Re: [Openerp-community] 回覆: Js files in v8

2014-05-22 Thread Aristóbulo Meneses
Thanks for the explanation Kevin, I will try that, BTW doc.openerp.com still says that we should use __openerp__.py, it's official that Js are now loaded via qweb templates? El 22/05/2014 18:38, Kevin Wang kevin_...@163.com escribió: HI, In version 8.0, the place to loading js files was move

Re: [Openerp-community] 回覆: 回覆: Js files in v8

2014-05-22 Thread Aristóbulo Meneses
I saw what Kevin pointed, css and js methods are no longer part of main.py in web module but I didn't want to rush and make comments about it. Thanks, I will do as you said and see if it works. ___ Mailing list: https://launchpad.net/~openerp-community

[Openerp-community] oerp-addons updated to odoo-addons

2014-05-20 Thread Aristóbulo Meneses
Hi community, I did some improvements to my addons repo at github. Thanks to everyone that took time for review it and give me feedback. https://github.com/menecio/odoo-addons Changelog: - Rename repository to odoo-addons - Create branches per odoo series (master, 7.0, develop, develop-7.0) -

Re: [Openerp-community-reviewer] [Merge] lp:~aristobulo/web-addons/web-addons into lp:web-addons

2014-05-16 Thread Aristóbulo Meneses
Pedro, Just install the module and add duplicate=false to the definition of the view that you want you modify. Thanks for the icon. 2014-05-15 19:35 GMT-04:30 Pedro Manuel Baeza pedro.ba...@gmail.com: Review: Needs Fixing test Hi, Aristóbulo, thanks for the contribution. I didn't get to

[Openerp-community] Qweb-pdf documentation

2014-05-13 Thread Aristóbulo Meneses
Hi everyone, I need to do something like print receipt from point-of-sale module, as far as I saw in the source code they are using qweb-pdf reports. Does anyone knows where can I find documentation for this type of report? ___ Mailing list:

[Openerp-community] web_fields_masks module

2014-05-09 Thread Aristóbulo Meneses
Hi community, I just made a small module to add inputmasks support in form fields. This module uses jquery.inputmask and helps the user by ensuring a predefined format. This can be useful for phone numbers, urls, ip addresses, emails, etc. You can find it here

[Openerp-community] web_hide_duplicate module

2014-04-25 Thread Aristóbulo Meneses
Hello community, Don't know if it was already done, but I made a module to hide 'Duplicate' action from 'Other' section in sidebar. OpenERP web module allows you to hide this button by using create=false but it has a drawback, you will also hide create button, so if you only want to hide

[Openerp-community-reviewer] [Merge] lp:~aristobulo/web-addons/web-addons into lp:web-addons

2014-04-25 Thread Aristóbulo Meneses
Aristóbulo Meneses has proposed merging lp:~aristobulo/web-addons/web-addons into lp:web-addons. Requested reviews: Web-Addons Core Editors (webaddons-core-editors) For more details, see: https://code.launchpad.net/~aristobulo/web-addons/web-addons/+merge/217277 -- https://code.launchpad.net

Re: [Openerp-community-reviewer] [Merge] lp:~aristobulo/web-addons/web-addons into lp:web-addons

2014-04-25 Thread Aristóbulo Meneses
Tested on: [7.0] server: revno 5285 web: revno 4178 addons: 9997 [trunk] server: revno 5191 web: revno 3986 addons: revno 9377 -- https://code.launchpad.net/~aristobulo/web-addons/web-addons/+merge/217277 Your team Web-Addons Core Editors is requested to review the proposed merge of

[Openerp-community] auth_signup: Account activation

2014-02-21 Thread Aristóbulo Meneses
Hello community, Do you know if exists a module to extend auth_signup process, by generating a validation link and send it by email to the user? Best regards, Aristóbulo. -- La experiencia es la más dura maestra; primero pone la prueba, luego dá la explicación...