Re: [Openerp-community] Open command line in Windows

2014-11-20 Thread Antony Lesuisse
I'm trying to improve packaging and developer experience on all platforms. Running odoo.py under windows should work, I recently made a commit to make ctrl-c work from a cmd.exe shell https://github.com/odoo/odoo/commit/fb9794835b764beea00bb040c68a72f3a1ae0360 Can you explain us with is the

Re: [Openerp-community] Get started in developing with Odoo

2014-11-19 Thread Antony Lesuisse
Here https://www.odoo.com/documentation/8.0/ On 11/19/2014 07:13 PM, José Persichini wrote: Hello, this is my first e-mail, my name is José and I am from Argentina! I am system information engineer, and I am new in Odoo so I need your help. I have Odoo 7 running over Windows XP. I am trying

Re: [Openerp-community] get partner language in Qweb reports

2014-11-18 Thread Antony Lesuisse
The condition should be o.partner_id.lang.code.startswith('ar') On 11/18/2014 10:21 AM, Mohamed M. Hagag wrote: Dears, I'm trying to get the partner language in the qweb reports like sales orders using this code: p t-field=o.partner_id.lang/p #this line prints Arabic div

Re: [Openerp-community] new api, v8 release

2014-07-08 Thread Antony Lesuisse
We merged some last schema and api changes: - in crm, rename type and channel to the google analytic terminology we now have: crm.tracking.campain (old type) crm.tracking.source crm.tracking.medium (old channel) with a mixin to save those fields on crm.lead and sale.order. This is required

[Openerp-community] new api, v8 release

2014-07-06 Thread Antony Lesuisse
The new api is now merged and the 8.0 branch has been pushed on github. Most of the performance issues we had with the new api are now fixed and the speed is roughly the same. We should see improvements as we move on to convert the whole codebase to the new api (less switches from v8 - old).

Re: [Openerp-community] Could oca adopt report_webkit before v8

2014-05-21 Thread Antony Lesuisse
and report_webkit in v9? Regards, Erdem On Wed, May 21, 2014 at 2:36 AM, Antony Lesuisse a...@openerp.com mailto:a...@openerp.com wrote: I would like to remove report_webkit from our master

[Openerp-community] Could oca adopt report_webkit before v8

2014-05-20 Thread Antony Lesuisse
. So report_webkit PR's will stay unprocessed and i dont think the module deserve that. Would oca be motivated enough to take over the module to ensure proper maintenance. Antony Lesuisse. ___ Mailing list: https://launchpad.net/~openerp-community

Re: [Openerp-community] Odoo and community

2014-05-15 Thread Antony Lesuisse
(xmo). On 05/15/2014 10:01 PM, Ovnicraft wrote: On Thu, May 15, 2014 at 2:58 PM, Antony Lesuisse a...@openerp.com mailto:a...@openerp.com wrote: Olivier will write a more detailed document about all the changes, here is a short summary: - github.com/odoo/odoo http://github.com

Re: [Openerp-community] About depreciation of audittrail. Survey.

2014-04-28 Thread Antony Lesuisse
The v8 release is nearing and we recently moved the auditrail module to an extra addons repository. We now have the _track_field mecanism and with base_action_rules you may configure additional hooks to log events. The trunk version version auditrail is not just buggy it doesnt work at all

Re: [Openerp-community] About depreciation of audittrail. Survey.

2014-04-28 Thread Antony Lesuisse
-tools would be a good project candidate to adopt this module. On 04/29/2014 01:28 AM, Antony Lesuisse wrote: The v8 release is nearing and we recently moved the auditrail module to an extra addons repository. We now have the _track_field mecanism and with base_action_rules you may configure

Re: [Openerp-community] About depreciation of audittrail. Survey.

2014-04-28 Thread Antony Lesuisse
will work full time on improving account and account localisations. On 04/29/2014 02:14 AM, Antony Lesuisse wrote: If someone wants a version of auditrail working for v8 it would be much more productive to fix it than to complaint about it, make surveys and spam twitter. The source code

Re: [Openerp-community] report_webkit future

2014-02-19 Thread Antony Lesuisse
Yes i forgot to mention that the new report module natively support excel reports (or anything else, png, svg, odt...). For an excel report you should define a controller that output the file. For excel 97 you may use xlwt, for excel 2007 and above you could use qweb with the bloated office

Re: [Openerp-community] report_webkit future

2014-02-19 Thread Antony Lesuisse
documentation, including the server side qweb reference (this will be based on js one https://doc.openerp.com/trunk/web/qweb/). On 02/19/2014 02:00 PM, Ovnicraft wrote: On Wed, Feb 19, 2014 at 6:49 AM, Antony Lesuisse a...@openerp.com mailto:a...@openerp.com wrote: Yes i forgot to mention

Re: [Openerp-community] Branch Saas and stable 7.0

2014-02-01 Thread Antony Lesuisse
Yes this feature is quite small it's located in account_analytic_analysis.py recurring_* feilds and account.analytic.invoice.line. We plan to improve this feature a bit to allow choosing between SO or invoice, discount on lines, and optional pro-rata temporis invoicing on lines. On 02/01/2014

Re: [Openerp-community] Branch Saas and stable 7.0

2014-02-01 Thread Antony Lesuisse
(what you call prorrata temporis, I think), discounts, fixed or variable price, etc, so, if you want, I can collaborate with that development. Please contact me if you think so. Regards. 2014-02-01 Antony Lesuisse a...@openerp.com mailto:a...@openerp.com Yes this feature is quite small it's

Re: [Openerp-community] Branch Saas and stable 7.0

2014-01-31 Thread Antony Lesuisse
7.0 wont be updated, it's a stable branch and only bugfixes are merged, and no database changes are allowed. sass-n are snapshots of trunk we deploy on the the saas, we are now at saas-3, the v8 release will based on a saas-n branch, prboably saas-4 or saas-5. The release process of v8 will

Re: [Openerp-community] OpenERP CMS eCommerce

2014-01-28 Thread Antony Lesuisse
We will add the rss feed it's simple controller with a 5 line template. The problem is that there are multiple standards (atom or rss or whatever) i never know which one is the right one. On 01/28/2014 11:08 AM, Houssine BAKKALI wrote: Here we are, The Not Invented Here syndrome VS Do It

Re: [Openerp-community] OpenERP RD developments, NIH syndrome and strategy

2014-01-27 Thread Antony Lesuisse
Thanks for the feedback, we will do a RD blog as soon as we have converted our website to the new openerp website module. I think the openerp cms will help us a lot to communicate with the community, as we will be able to easily share our internal documents (such as tasks and projects) on the

Re: [Openerp-community] OpenERP CMS eCommerce

2014-01-24 Thread Antony Lesuisse
Intergation with account providers implementing oauth2 is supported with auth_oauth (example: google.com, openerp.com, facebook) The auth_oauth is not yet ported to the server side login template. It will be ported soon. On 01/24/2014 07:41 AM, Mario Arias wrote: Hi, As promised, checking

Re: [Openerp-community] OpenERP and Business Intelligence

2014-01-23 Thread Antony Lesuisse
You may also check the branch trunk-new-graphview-ged it's available on runbot http://runbot.openerp.com/ It's a new graph view with BI capabilities. It will be merged in trunk in a few days. https://code.launchpad.net/~openerp-dev/openerp-web/trunk-new-graphview-ged On 01/23/2014 07:24 AM,

[Openerp-community] OpenERP RD developments, NIH syndrome and strategy

2014-01-23 Thread Antony Lesuisse
for its end users and developers. Antony Lesuisse https://twitter.com/antonylesuisse ___ Mailing list: https://launchpad.net/~openerp-community Post to : openerp-community@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-community More

Re: [Openerp-community] Point of Sale Campaign

2013-11-29 Thread Antony Lesuisse
I would like to add that Federic already did some outstanding work on the pos, bug and annoyance fixes and huge optimizations: - 100x speed improvement on rendering, by tweaking the css and the widget js (as reported by the chrome profiler) the interface is now snappy like a native app on

Re: [Openerp-community] Status report on OpenERP CMS branch trunk-website-al....

2013-11-09 Thread Antony Lesuisse
On 11/08/2013 08:23 PM, Mario Arias wrote: Quick questions... we will need some kind of light user for web customers, so they can eventually check order status, RMAs, enrollment to events... They won't have access to the full system as they will be limited to website front end... similar to

Re: [Openerp-community] Status report on OpenERP CMS branch trunk-website-al....

2013-11-09 Thread Antony Lesuisse
huh, what are rambling about ? Did you try the trunk-website-al branch, we want to provide all the tools to easily build the front-end part (website) of the openerp apps. We did it for some of our apps, such as sale and event. You just need create the relevant controllers and views, it's

Re: [Openerp-community] Status report on OpenERP CMS branchtrunk-website-al....

2013-11-09 Thread Antony Lesuisse
it ? -- Jeff Wang | j...@osbzr.com | 18016291663 | 02158980787 @OpenERP_Jeff As simple as possible, As complex as needed http://www.osbzr.com Maintainer of Open ERP china community http://www.openerp-china.org -- Original -- *From: * Antony

[Openerp-community] OpenERP in Tokyo

2013-05-10 Thread Antony Lesuisse
I'm currently in tokyo and i was wondering if there are active OpenERP community members here to organize a meetup. Antony Lesuisse ___ Mailing list: https://launchpad.net/~openerp-community Post to : openerp-community@lists.launchpad.net

Re: [Openerp-community] How can I build Debian packages that incorporate local modifications?

2013-01-04 Thread Antony Lesuisse
The exact script that produce the deb is located in lp:openerp-tools the manual steps would be: bzr export lp:~openerp/openobject-server/trunk server bzr export lp:~openerp/openobject-addons/trunk addons bzr export lp:~openerp/openerp-web/trunk web mv addons/* server/openerp/addons/ mv

Re: [Openerp-community] [Merge] lp:~openerp-community/openobject-server/stefan-therp_lp879872-6.1 into lp:openobject-server

2012-12-24 Thread Antony Lesuisse (OpenERP)
It was me. Sorry, set it back to 'Needs review' once you think it's ready. Please make sure you dont forget to reap your dead children. -- https://code.launchpad.net/~openerp-community/openobject-server/stefan-therp_lp879872-6.1/+merge/80125 Your team OpenERP Community is subscribed to branch

Re: [Openerp-community] Nightly builds for 6.2 returned

2012-09-09 Thread Antony Lesuisse
You may thank olivier dony, the build was broken since we introduced a new dependency on docutils for the ir.module.module description field. On 09/08/2012 11:30 AM, W. Martin Borgert wrote: On 2012-09-01 18:24, W. Martin Borgert wrote: Hi, since about ten days, there is no new build anymore

Re: [Openerp-community] [Merge] lp:~openerp-community/openobject-addons/trunk-gantt-view-add-progress into lp:openobject-addons

2012-01-27 Thread Antony Lesuisse (OpenERP)
Percent progress was not part of the functionnal specification for the 6.1 gantt view. This week, we (actually niv) did a total rewrite of the gantt view because the rc1 code was not clean and too buggy. The rewrite is shorter (230 lines vs 550 lines) cleaner and bug free. And this is a good

[Openerp-community] [Merge] lp:~ibeardslee/openobject-addons/users_ldap-tls into lp:openobject-addons

2011-11-07 Thread Antony Lesuisse (OpenERP)
The proposal to merge lp:~ibeardslee/openobject-addons/users_ldap-tls into lp:openobject-addons has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~ibeardslee/openobject-addons/users_ldap-tls/+merge/71837 --

Re: [Openerp-community] Nightly Builds ?

2011-10-22 Thread Antony Lesuisse
with: apt-get install openerp This works on debian 6 and ubuntu maverick or above. On 10/19/2011 11:48 PM, Antony Lesuisse wrote: They are at http://runbot.openerp.com/pub/ but i plan to move them back to old location. On 10/19/2011 10:03 PM, Ian Beardslee wrote: I've noticed that the nightly