Re: [Openerp-community] Pending merges in v6.1

2012-11-14 Thread Carlos Liébana
I don't know why my emails are not reaching the list :( Last try...


2012/11/14 Carlos Liébana carlos.lieb...@factorlibre.com

 Ups, I resend my email. I don't see it listed in
 https://lists.launchpad.net/openerp-community/



 2012/11/5 Carlos Liébana carlos.lieb...@factorlibre.com

 Hello,

 I'm founding a lot of bugs with fix released but not being merged in the
 main branch. This is leading us and I suppose the rest of companies to have
 our own branch with those merges applied.

 But, I suppose with OpenERP SA totally focused in v7, maybe we all could
 join efforts and make this a community task. What do you think?

 I suppose the first step would be to have an initial list with those
 pending merges / bugs that we would like to have fixed. I can start a
 Google Doc if this is of your interest.

 Best regards.

 --
 --

 *CARLOS LIÉBANA ANERO*
 *Director* | factorlibre.com
 +34 635 86 67 92
 @carlosliebana




 --
 --

 *CARLOS LIÉBANA ANERO*
 *Director* | factorlibre.com
 +34 635 86 67 92
 @carlosliebana

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] Pending merges in v6.1

2012-11-14 Thread Stefan Rijnhart




2012/11/5 Carlos Liébana carlos.lieb...@factorlibre.com
mailto:carlos.lieb...@factorlibre.com

Hello,

I'm founding a lot of bugs with fix released but not being
merged in the main branch. This is leading us and I suppose
the rest of companies to have our own branch with those merges
applied.

But, I suppose with OpenERP SA totally focused in v7, maybe we
all could join efforts and make this a community task. What do
you think?

I suppose the first step would be to have an initial list with
those pending merges / bugs that we would like to have fixed.
I can start a Google Doc if this is of your interest.



Hi Carlos,

as we all know, the current bug policy of OpenERP SA has the following 
results:


- Bugs fixed by the community are not applied to the stable version
- Bugs fixed by OpenERP developers through OPW are not merged with the 
stable version or after a very long delay


Therefore, the stable version of OpenERP is not usable without merging 
at least those fixes that affect you.


As you have observed on twitter, Therp maintains their own branch of 
OpenERP 6.1 that contains additional fixes that are contributed on 
Launchpad. Many of those fixes we have conrtibuted ourselves and we 
expect them to be in OpenERP 7.0. Because we use a distinct 
'therp-backports' project we can use the Launchpad bug tracker to track 
the separate statuses of the bugs in the official OpenERP branches and 
our own.


Many other implementators maintain their own branches but they do not 
use Launchpad to manage the issues. Perhaps it would be better to join 
forces and participate in a shared community project to backport fixes 
to stable versions of OpenERP. Therp for one would be happy to join such 
an initiative. The usual flow of issues - branches - merge requests 
should be sufficient to maintain quality control as long as the parties 
involved indeed take the trouble of reviewing each others' proposals.


So yes, please create a Google Doc and we will comment on that.

Cheers,
Stefan.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] Fwd: OpenERP touchscreen module

2012-11-14 Thread Ismael Carrero

Fabrice,
thank you for your response, I understand your reasons for not designing 
a generic procedure for working on objects offline, but there are a lot 
of cases where this feature would be very useful, like the one you 
mentioned in wich only new objects additions to the database are done, 
or one in wich a user only modifies the records he owns in a certain 
way. The system could be designed having in mind that it must be easy to 
enhance in the future to support locking of records or different 
behaviors in the case of update conflicts.

Thanks again for your comment.
Regards..

El 13/11/2012 20:11, Fabrice Henrion escribió:


Hi Ismael,

I will let OpenERP RD confirm this, but we don't have plan to extend 
the offline capability to all modules, simply because it is impossible 
without crippling its usage. Here is why: if you allow offline changes 
that get uploaded when you come back online, what do you expect the 
software to do when 2 users do something different offline on a single 
record? Eg: one user changes an opportunity to qualified stage and 
another one changes it to negotiation stage. Worse, what do you expect 
when one user goes in one direction of the workflow and another one 
goes in another direction. You might want to propose to have a system 
of alerts where the second user making the change would be notified, 
but can you imagine how unmanageable that would become after spending 
several hours working in OpenERP and when you come online the system 
tells you that half of what you did cannot be processed.


From what I have seen, the way other software applications like Sage 
do it is with a system of locking. A user can lock a record or a list 
of records (online) and can work on it offline, and then release the 
result of his work when he's done and that he comes back online. This 
is very uncomfortable because you end up with tons of records locked 
here and there and other people in the company cannot modify what they 
need to. Who has worked with Sharepoint and never had to go to the 
desk of his colleague to ask him to unlock a file...


The reason why it's possible to go offline with the POS is because it 
is only adding records; you are not modifying existing records. So all 
you do is push new information to the ERP. Therefore, the offline mode 
makes sense for any other application that requires only to push new 
information to the ERP.


Forget about an offline mode on, say, quotations. That would be a 
nightmare of update conflict management between users (salespeople 
and their manager typically).


Best,

__
Fabrice Henrion
Director of Business Development Americas

OpenERP Inc.
260 Main Street -- Suite 203
Redwood City, CA 94063
Tel: +1 (650) 307-6736

http://www.openerp.com http://www.openerp.com/

*From:*openerp-community-bounces+fhe=openerp@lists.launchpad.net 
[mailto:openerp-community-bounces+fhe=openerp@lists.launchpad.net] 
*On Behalf Of *Ismael Carrero

*Sent:* Tuesday, November 13, 2012 5:48 AM
*To:* openerp-community@lists.launchpad.net
*Subject:* Re: [Openerp-community] Fwd: OpenERP touchscreen module

Hi, Dinil,
I don't know the inner working of Openbravo web POS, could you be more 
specific about your plan? Does anybody know if OpenERP has any plans 
in respect to implement the offline functionality in a generic way for 
any module, or if they plan to maintain the current framework they 
used in 6.1 por POS module?
In case they haven't this in their heads, coudn't the community start 
such project if enough people were interested in it? I think this is a 
very interesting feature for OpenERP.


El 13/11/2012 14:27, Dinil UD escribió:

-- Forwarded message --
From: *Dinil UD* dini...@gmail.com mailto:dini...@gmail.com
Date: Tue, Nov 13, 2012 at 5:25 PM
Subject: Fwd: [Openerp-community] OpenERP touchscreen module
To: dreis...@hotmail.com mailto:dreis...@hotmail.com

-- Forwarded message --
From: *Dinil UD* dini...@gmail.com mailto:dini...@gmail.com
Date: Tue, Nov 13, 2012 at 5:24 PM
Subject: Re: [Openerp-community] OpenERP touchscreen module
To: Ismael Carrero icarr...@icarrero.com
mailto:icarr...@icarrero.com

hi ,

Next week we planned to start working on POS application. The aim
is make the POS similar like web POS of openbravo. I had
some experience on modifying openerp's POS.

On Tue, Nov 13, 2012 at 5:01 PM, Ismael Carrero
icarr...@icarrero.com mailto:icarr...@icarrero.com wrote:

Daniel,
here in our company we are asessing the option of extending the
offline functionality of the point_of_sale module, which uses
backbone.js and local storage in the client (big screen
smartphones in our case) to the module we are developing (and to
any generic module by extension).
If you are interested in cooperation of any kind, please contact
me, I think there must be many more companies interested in this
line and we 

[Openerp-community] [Merge] lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll into lp:openerp-mexico-localization/6.1

2012-11-14 Thread Eduardo Vizcaino Granados
Eduardo Vizcaino Granados has proposed merging 
lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll into 
lp:openerp-mexico-localization/6.1.

Requested reviews:
  Nhomar Hernandez (Vauxoo) (nhomar): aprove

For more details, see:
https://code.launchpad.net/~openerp-community/openerp-mexico-localization/6.1-hrpayroll/+merge/134393

Bases minimas para l10n payroll
conceptos
-- 
https://code.launchpad.net/~openerp-community/openerp-mexico-localization/6.1-hrpayroll/+merge/134393
Your team OpenERP Community is subscribed to branch 
lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll.
=== added directory 'l10n_mx_hr_payroll'
=== added file 'l10n_mx_hr_payroll/__init__.py'
--- l10n_mx_hr_payroll/__init__.py	1970-01-01 00:00:00 +
+++ l10n_mx_hr_payroll/__init__.py	2012-11-15 02:41:21 +
@@ -0,0 +1,27 @@
+# -*- encoding: utf-8 -*-
+##
+#
+#OpenERP, Open Source Management Solution
+#Copyright (C) 2004-2009 Tiny SPRL (http://tiny.be).
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+
+import hr_payroll
+
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+

=== added file 'l10n_mx_hr_payroll/__openerp__.py'
--- l10n_mx_hr_payroll/__openerp__.py	1970-01-01 00:00:00 +
+++ l10n_mx_hr_payroll/__openerp__.py	2012-11-15 02:41:21 +
@@ -0,0 +1,56 @@
+# -*- encoding: utf-8 -*-
+##
+#
+#OpenERP, Open Source Management Solution
+#Copyright (C) 2004-2009 Tiny SPRL (http://tiny.be).
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public License
+#along with this program.  If not, see http://www.gnu.org/licenses/.
+#
+##
+
+{
+name : l10n MX hr_payroll,
+version: 0.1,
+author: OpenEVIGRA - Eduardo Vizcaino Granados,
+category: Human Resources,
+'complexity': easy,
+website: http://soluciones-programadas.com;,
+
+depends: [
+'hr',
+'hr_payroll',
+],
+data: [
+'hr_payroll_view.xml',
+],
+'update_xml': [
+'hr_payroll_data.xml',
+
+],
+description: l10n MX hr_payroll
+===
+Este modulo agrega las reglas de salario para generar la nomina mexicana
+
+Powered by SOLUCIONES-PROGRAMADAS.COM
+conta...@soluciones-programadas.com
+evi...@hotmail.com
+Cel 045 (312) 135 - 8030
+Tel 01  (312) 308 - 6380
+,  
+auto_install: False,
+installable: True,
+}
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+
+

=== added file 'l10n_mx_hr_payroll/hr_payroll.py'
--- l10n_mx_hr_payroll/hr_payroll.py	1970-01-01 00:00:00 +
+++ l10n_mx_hr_payroll/hr_payroll.py	2012-11-15 02:41:21 +
@@ -0,0 +1,314 @@
+# -*- encoding: utf-8 -*-
+##
+#
+#OpenERP, Open Source Management Solution
+#Copyright (C) 2004-2009 Tiny SPRL (http://tiny.be).
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU Affero General Public License as
+#published by the Free Software Foundation, either version 3 of the
+#License, or (at your option) any later version.
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU Affero General Public License for more details.
+#
+#You should have received a copy of the GNU Affero General Public 

Re: [Openerp-community] [Merge] lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll into lp:openerp-mexico-localization/6.1

2012-11-14 Thread Eduardo Vizcaino Granados
Aun los cambios no estan completos
sigo reparando
-- 
https://code.launchpad.net/~openerp-community/openerp-mexico-localization/6.1-hrpayroll/+merge/134393
Your team OpenERP Community is subscribed to branch 
lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp


Re: [Openerp-community] [Merge] lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll into lp:openerp-mexico-localization/6.1

2012-11-14 Thread Nhomar Hernandez (Vauxoo)
Review: Needs Fixing

Comentando que debes limpiar los prints.

En las líneas mencionadas
-- 
https://code.launchpad.net/~openerp-community/openerp-mexico-localization/6.1-hrpayroll/+merge/134393
Your team OpenERP Community is subscribed to branch 
lp:~openerp-community/openerp-mexico-localization/6.1-hrpayroll.

___
Mailing list: https://launchpad.net/~openerp-community
Post to : openerp-community@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-community
More help   : https://help.launchpad.net/ListHelp