Re: [Openerp-connector-community] Prices tax included

2014-06-10 Thread Alberto Garcia
Thanks Markus. I solve the problem. Now we have a general solution for 
this situation. Id it is interested we can upload to magento openerp 
connector .


El 10/06/14 10:57, Markus Schneider escribió:

hi,

i check the code in the Blogpost and this is the solution working for us.

this error message is not enough to find the error. Can you send us the
complete stack trace, then we can have a second look.

Kind Regards

Markus

On 09.06.2014 14:30, Alberto Garcia wrote:

hello,

I try your code to do a general module and I get this error always
TypeError: int() argument must be a string or a number, not 'list'

The prints of result is:
result: {'taxes_id': [(6, 0, [47])]}

Thank you very much



El 06/06/14 17:14, Thomas Rehn escribió:

Hello Alberto,

On 05.06.2014 15:04, Alberto Garcia wrote:

Can you send me the code that you have. Thank you very much.

I've just outlined the relevant mapping at
  
http://blog.initos.com/2014/06/06/openerp-magento-connector-product-import-with-taxes/



Cheers,
   Thomas.





--
Alberto Garcia
Consultor Funcional / Jefe Proyecto


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


Re: [Openerp-connector-community] Prices tax included

2014-06-10 Thread Markus Schneider
On 10.06.2014 11:09, Alberto Garcia wrote:
 Thanks Markus. I solve the problem. Now we have a general solution for
 this situation. Id it is interested we can upload to magento openerp
 connector .

This sounds great, all contribution are welcome. So if you share your
solution and make a merge proposal we will review  test it. So that
Guewen can include in the next release.

-- 
Dipl.-Comp.-Math. Markus Schneider
Softwareentwickler

initOS GmbH  Co. KG
An der Eisenbahn 1
21224 Rosengarten

Mobil:   +49 (0)172 2303699
Phone:   +49 (0)4105 5615613
Fax: +49 (0)4105 5615610

Email:   markus.schnei...@initos.com
Web: http://www.initos.com

Geschäftsführung:
Dipl. Wirt.-Inf. Frederik Kramer  Dipl.-Ing. (FH) Torsten Francke
Haftende Gesellschafterin: initOS Verwaltungs GmbH

Sitz der Gesellschaft: Rosengarten – Klecken
Amtsgericht Tostedt, HRA 201840
USt-IdNr: DE 275698169
Steuer-Nr: 15/205/21402

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


Re: [Openerp-connector-community] Special Price

2014-06-10 Thread Markus Schneider
At the moment special_price is ignored on import. I know that Sebastien
Beau is working on a solution to export a price list of OpenERP as a
special price in Magento. May be a other way around would also be nice.

Our solution is to import as text-field in the customer customization to
show the categories manager what the current special price is. But you
can only show no update it.

On 10.06.2014 12:09, Alberto Garcia wrote:
 How work the connector in import when are special price?
 
 In the import sale order get normal price for sale order instead of
 special price.
 

-- 
Dipl.-Comp.-Math. Markus Schneider
Softwareentwickler

initOS GmbH  Co. KG
An der Eisenbahn 1
21224 Rosengarten

Mobil:   +49 (0)172 2303699
Phone:   +49 (0)4105 5615613
Fax: +49 (0)4105 5615610

Email:   markus.schnei...@initos.com
Web: http://www.initos.com

Geschäftsführung:
Dipl. Wirt.-Inf. Frederik Kramer  Dipl.-Ing. (FH) Torsten Francke
Haftende Gesellschafterin: initOS Verwaltungs GmbH

Sitz der Gesellschaft: Rosengarten – Klecken
Amtsgericht Tostedt, HRA 201840
USt-IdNr: DE 275698169
Steuer-Nr: 15/205/21402

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


Re: [Openerp-community] Asset - report

2014-06-10 Thread Ferdinand Gassauer

On 2014-06-10 09:49, Luc De Meyer wrote:

Thanks, great news

I hope it will be possible to extend/replace the depreciation 
calculation easily


I have made a special module for Austria - half year depreciation, 
starting with Activation Date - the date the enterprise starts using 
an asset - especially important for bigger projects , and half year 
depreciation if purchased  in the second half of the fiscal year, full 
year depreciation otherwise.



http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/account_asset_austria/
I would need a hook  inside the
 def _compute_fy_depreciation_table
for different depreciation methods to avoid copying all



Ferdinand,

We have made a new version of the account_asset module which we also
presented during the OpenDays2014.
You can find the module (for V8) on
http://bazaar.launchpad.net/~noviat/openobject-addons/extra-trunk.

Assets now support the full asset life-cycle (from asset creation to asset
removal), take into account extended/shortened fiscal years and you can have
the full reporting via export (with totalisation via parent assets of type
'view').
We are also working on a reporting wizard which will allow you to select the
fiscal year and the subset of assets you want to report on and we'll
generate an excel report with the result (via the 'report_xls' reporting
engine).

We'll publish a V7 backport of this functionality (under the names
'account_asset_management' and 'account_asset_management_xls') later this
month via the OCA (and we assume that odoo will agree to merge the V8
version of the base module so that we'll only publish the xls reporting
add-on via OCA).

Regards,
Luc

www.noviat.com
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38



-Original Message-
From: Openerp-community
[mailto:openerp-community-bounces+luc.demeyer=noviat...@lists.launchpad.net]
On Behalf Of Ferdinand Gassauer
Sent: dinsdag 10 juni 2014 9:21
To:
Subject: [Openerp-community] Asset - report

Hello
Where can I find a report on assets especially printing the old/new book
value and the depreciation of the selected year ?

--
Ferdinand Gassauer
Eigentümer
ChriCar Bet. u. Ber. GmbH


___
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


___
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



--
Ferdinand Gassauer
Eigentümer
ChriCar Bet. u. Ber. GmbH


___
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] Asset - report

2014-06-10 Thread Davide Corio
On 10 Jun 2014, at 10:43, Ferdinand Gassauer off...@chricar.at wrote:
 
 http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/account_asset_austria/
 I would need a hook  inside the
 def _compute_fy_depreciation_table
 for different depreciation methods to avoid copying all

That would be great.
We’d need to customize this in Italy too, then a proper hook would save us a 
lot of time and code.

cheers,
--
Davide Corio
davide.co...@lsweb.it
ERP Consultant
L.S. Advanced Software Srl



___
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] Asset - report

2014-06-10 Thread Luc De Meyer
David, 

Please let me know which specific requirements are there for Italy so that I
can check if it's supported already or otherwise ensure to have the proper
hook.

Regards,
Luc

www.noviat.com
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38



-Original Message-
From: Davide Corio [mailto:davide.co...@lsweb.it] 
Sent: dinsdag 10 juni 2014 10:51
To: Ferdinand Gassauer
Cc: Luc De Meyer; openerp-community@lists.launchpad.net
Subject: Re: [Openerp-community] Asset - report

On 10 Jun 2014, at 10:43, Ferdinand Gassauer off...@chricar.at wrote:
 

http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/accoun
t_asset_austria/
 I would need a hook  inside the
 def _compute_fy_depreciation_table
 for different depreciation methods to avoid copying all

That would be great.
We'd need to customize this in Italy too, then a proper hook would save us a
lot of time and code.

cheers,
--
Davide Corio
davide.co...@lsweb.it
ERP Consultant
L.S. Advanced Software Srl




___
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] Asset - report

2014-06-10 Thread Pedro Manuel Baeza Romero
Hi all,

In Spain, we have made some kind of tricks to allow changing depreciation
methods and so on from standard:

http://bazaar.launchpad.net/~openerp-spain-team/openerp-spain/7.0/files/head:/l10n_es_account_asset

But other hooks can be set to allow more personalization, like the ones
done with PO merge, so we can work on it. Let me know if I can help.

Regards.



2014-06-10 10:50 GMT+02:00 Davide Corio davide.co...@lsweb.it:

 On 10 Jun 2014, at 10:43, Ferdinand Gassauer off...@chricar.at wrote:
 
 
 http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/account_asset_austria/
  I would need a hook  inside the
  def _compute_fy_depreciation_table
  for different depreciation methods to avoid copying all

 That would be great.
 We’d need to customize this in Italy too, then a proper hook would save us
 a lot of time and code.

 cheers,
 --
 Davide Corio
 davide.co...@lsweb.it
 ERP Consultant
 L.S. Advanced Software Srl



 ___
 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

___
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] Asset - report

2014-06-10 Thread Davide Corio
Luc, i coudn’t attend your talk at the opendays.
did you use slides that can be helpful to better understand your module?

regards,
--
Davide Corio
davide.co...@lsweb.it
ERP Consultant
L.S. Advanced Software Srl




___
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] Asset - report

2014-06-10 Thread Luc De Meyer
Pedro, 

 

Can you send me the ‘use cases’ of your specific spanish localisation (e.g. 
depreciation table in XLS format) so that I can test it against the new module. 

I think we should avoid building a whole bunch of localization modules which at 
the end cover requirements that are not usefull for most countries.

 

Regards,

Luc

 

 http://www.noviat.com/ www.noviat.com

Rusatiralaan 1, 1083 Brussel

+32 2 808 86 38

 



 

From: Openerp-community 
[mailto:openerp-community-bounces+luc.demeyer=noviat...@lists.launchpad.net] On 
Behalf Of Pedro Manuel Baeza Romero
Sent: dinsdag 10 juni 2014 11:22
To: Davide Corio
Cc: openerp-community@lists.launchpad.net; Ferdinand Gassauer
Subject: Re: [Openerp-community] Asset - report

 

Hi all,

In Spain, we have made some kind of tricks to allow changing depreciation 
methods and so on from standard:

http://bazaar.launchpad.net/~openerp-spain-team/openerp-spain/7.0/files/head:/l10n_es_account_asset

But other hooks can be set to allow more personalization, like the ones done 
with PO merge, so we can work on it. Let me know if I can help.

 

Regards.

 

2014-06-10 10:50 GMT+02:00 Davide Corio davide.co...@lsweb.it 
mailto:davide.co...@lsweb.it :

On 10 Jun 2014, at 10:43, Ferdinand Gassauer off...@chricar.at 
mailto:off...@chricar.at  wrote:

 http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/account_asset_austria/
 I would need a hook  inside the
 def _compute_fy_depreciation_table
 for different depreciation methods to avoid copying all

That would be great.
We’d need to customize this in Italy too, then a proper hook would save us a 
lot of time and code.

cheers,
--
Davide Corio
davide.co...@lsweb.it mailto:davide.co...@lsweb.it 
ERP Consultant
L.S. Advanced Software Srl




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

 

___
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] Asset - report

2014-06-10 Thread Davide Corio

On 10 Jun 2014, at 12:15, Luc De Meyer luc.deme...@noviat.be wrote:

 Cf. attached the slides. These are too high level to verify specific use
 cases. 

It’s fine, np.

 The details of the changes are in the doc folder of the module (and as said
 if my previous e-mail we'll adapt the 'Number'  'End' time methods to
 support more use cases). 

thanks!

--
Davide Corio
davide.co...@lsweb.it
ERP Consultant
L.S. Advanced Software Srl




___
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] Asset - report

2014-06-10 Thread Ferdinand Gassauer

On 2014-06-10 11:14, Luc De Meyer wrote:
Please consider at least that the depreciation start date is NOT the 
purchase date.

Ferdinand,

'half year' depreciation will be supported in this module (that's actually
the last change that I will perform before submitting it for merge into V8
and OCA).

It will work as follows:
- the legal  fiscal year based depreciation goes via the new 'time method'
year
- the legacy time methods in the account_asset module ('Number of
Depreciations', 'Ending Date') remain for 'cost spreading' purpose and
calculate form the asset start date. Hence you select 'Number of
Depreciations' = 6 and asset start date = '20xx-07-01' and the asset will be
depreciated during 6 month starting from july 1st.

Regards,
Luc

www.noviat.com
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38



-Original Message-
From: Ferdinand Gassauer [mailto:off...@chricar.at]
Sent: dinsdag 10 juni 2014 10:43
To: Luc De Meyer; openerp-community@lists.launchpad.net
Subject: Re: [Openerp-community] Asset - report

On 2014-06-10 09:49, Luc De Meyer wrote:

Thanks, great news

I hope it will be possible to extend/replace the depreciation calculation
easily

I have made a special module for Austria - half year depreciation, starting
with Activation Date - the date the enterprise starts using an asset -
especially important for bigger projects , and half year depreciation if
purchased  in the second half of the fiscal year, full year depreciation
otherwise.


http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/accoun
t_asset_austria/
I would need a hook  inside the
   def _compute_fy_depreciation_table
for different depreciation methods to avoid copying all



Ferdinand,

We have made a new version of the account_asset module which we also
presented during the OpenDays2014.
You can find the module (for V8) on
http://bazaar.launchpad.net/~noviat/openobject-addons/extra-trunk.

Assets now support the full asset life-cycle (from asset creation to
asset removal), take into account extended/shortened fiscal years and
you can have the full reporting via export (with totalisation via
parent assets of type 'view').
We are also working on a reporting wizard which will allow you to
select the fiscal year and the subset of assets you want to report on
and we'll generate an excel report with the result (via the
'report_xls' reporting engine).

We'll publish a V7 backport of this functionality (under the names
'account_asset_management' and 'account_asset_management_xls') later
this month via the OCA (and we assume that odoo will agree to merge
the V8 version of the base module so that we'll only publish the xls
reporting add-on via OCA).

Regards,
Luc

www.noviat.com
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38



-Original Message-
From: Openerp-community
[mailto:openerp-community-bounces+luc.demeyer=noviat.be@lists.launchpa
d.net]
On Behalf Of Ferdinand Gassauer
Sent: dinsdag 10 juni 2014 9:21
To:
Subject: [Openerp-community] Asset - report

Hello
Where can I find a report on assets especially printing the old/new
book value and the depreciation of the selected year ?

--
Ferdinand Gassauer
Eigentümer
ChriCar Bet. u. Ber. GmbH


___
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


___
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


--
Ferdinand Gassauer
Eigentümer
ChriCar Bet. u. Ber. GmbH



___
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



--
Ferdinand Gassauer
Eigentümer
ChriCar Bet. u. Ber. GmbH


___
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] Asset - report

2014-06-10 Thread Luc De Meyer
Please consider at least that the depreciation start date is NOT the
purchase date.

This change has been implemented in the new module.


www.noviat.com
Rusatiralaan 1, 1083 Brussel
+32 2 808 86 38



-Original Message-
From: Ferdinand Gassauer [mailto:off...@chricar.at] 
Sent: dinsdag 10 juni 2014 12:44
To: Luc De Meyer; openerp-community@lists.launchpad.net
Subject: Re: [Openerp-community] Asset - report

On 2014-06-10 11:14, Luc De Meyer wrote:
Please consider at least that the depreciation start date is NOT the
purchase date.
 Ferdinand,

 'half year' depreciation will be supported in this module (that's 
 actually the last change that I will perform before submitting it for 
 merge into V8 and OCA).

 It will work as follows:
 - the legal  fiscal year based depreciation goes via the new 'time method'
 year
 - the legacy time methods in the account_asset module ('Number of 
 Depreciations', 'Ending Date') remain for 'cost spreading' purpose and 
 calculate form the asset start date. Hence you select 'Number of 
 Depreciations' = 6 and asset start date = '20xx-07-01' and the asset 
 will be depreciated during 6 month starting from july 1st.

 Regards,
 Luc

 www.noviat.com
 Rusatiralaan 1, 1083 Brussel
 +32 2 808 86 38



 -Original Message-
 From: Ferdinand Gassauer [mailto:off...@chricar.at]
 Sent: dinsdag 10 juni 2014 10:43
 To: Luc De Meyer; openerp-community@lists.launchpad.net
 Subject: Re: [Openerp-community] Asset - report

 On 2014-06-10 09:49, Luc De Meyer wrote:

 Thanks, great news

 I hope it will be possible to extend/replace the depreciation 
 calculation easily

 I have made a special module for Austria - half year depreciation, 
 starting with Activation Date - the date the enterprise starts using 
 an asset - especially important for bigger projects , and half year 
 depreciation if purchased  in the second half of the fiscal year, full 
 year depreciation otherwise.


 http://bazaar.launchpad.net/~camptocamp/c2c-rd-addons/7.0/files/head:/
 accoun
 t_asset_austria/
 I would need a hook  inside the
def _compute_fy_depreciation_table
 for different depreciation methods to avoid copying all


 Ferdinand,

 We have made a new version of the account_asset module which we also 
 presented during the OpenDays2014.
 You can find the module (for V8) on
 http://bazaar.launchpad.net/~noviat/openobject-addons/extra-trunk.

 Assets now support the full asset life-cycle (from asset creation to 
 asset removal), take into account extended/shortened fiscal years and 
 you can have the full reporting via export (with totalisation via 
 parent assets of type 'view').
 We are also working on a reporting wizard which will allow you to 
 select the fiscal year and the subset of assets you want to report on 
 and we'll generate an excel report with the result (via the 
 'report_xls' reporting engine).

 We'll publish a V7 backport of this functionality (under the names 
 'account_asset_management' and 'account_asset_management_xls') later 
 this month via the OCA (and we assume that odoo will agree to merge 
 the V8 version of the base module so that we'll only publish the xls 
 reporting add-on via OCA).

 Regards,
 Luc

 www.noviat.com
 Rusatiralaan 1, 1083 Brussel
 +32 2 808 86 38



 -Original Message-
 From: Openerp-community
 [mailto:openerp-community-bounces+luc.demeyer=noviat.be@lists.launchp
 a
 d.net]
 On Behalf Of Ferdinand Gassauer
 Sent: dinsdag 10 juni 2014 9:21
 To:
 Subject: [Openerp-community] Asset - report

 Hello
 Where can I find a report on assets especially printing the old/new 
 book value and the depreciation of the selected year ?

 --
 Ferdinand Gassauer
 Eigentümer
 ChriCar Bet. u. Ber. GmbH


 ___
 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


 ___
 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

 --
 Ferdinand Gassauer
 Eigentümer
 ChriCar Bet. u. Ber. GmbH



 ___
 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


--
Ferdinand Gassauer
Eigentümer
ChriCar Bet. u. Ber. GmbH



___
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


[Openerp-community] git: branch names

2014-06-10 Thread Alexandre Fayolle
Hello,

I've noticed that git offers hierarchic branch names, and I think this
could be a useful tool for the management of branches and PR.

https://github.com/odoo-dev/odoo/branches seems to be using a flat
namespace similar to what was used in Launchpad, but I feel that this
could be vastly improved. Are there any github old timers who could
point us to the state of the art best practices here?

I've seen
http://stackoverflow.com/questions/273695/git-branch-naming-best-practices
and I like the username/feature/issue-tracker-number/short-description
scheme. Maybe a version number for the target branch should be added
somewhere.

Opinions?

-- 
Alexandre Fayolle
Chef de Projet
Tel : + 33 (0)4 79 26 57 94

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
http://www.camptocamp.com


___
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] git: branch names

2014-06-10 Thread Sandy Carter
Slashes in git branch names can cause problems with some helper tools as
it messes up the .git/refs/ directory.

The username and feature/fix/i18n part seems redundant to me, these
belong in commit messages and PR descriptions.

The issue tracker number can be put in the commit message: i.e. Fixes
#24. The advantage of this when the PR is merged, github should
automatically close #24.

version-number-short-description should be good enough IMHO.

Le mardi 10 juin 2014 à 14:49 +0200, Alexandre Fayolle a écrit :
 Hello,
 
 I've noticed that git offers hierarchic branch names, and I think this
 could be a useful tool for the management of branches and PR.
 
 https://github.com/odoo-dev/odoo/branches seems to be using a flat
 namespace similar to what was used in Launchpad, but I feel that this
 could be vastly improved. Are there any github old timers who could
 point us to the state of the art best practices here?
 
 I've seen
 http://stackoverflow.com/questions/273695/git-branch-naming-best-practices
 and I like the username/feature/issue-tracker-number/short-description
 scheme. Maybe a version number for the target branch should be added
 somewhere.
 Opinions?
 



signature.asc
Description: This is a digitally signed message part
___
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] South America - CONTRIBUTING.md

2014-06-10 Thread Yury Tello
Hi David, The registers of new repositories on Odoo Runbot is available
only for partners. I suggest to you use another free service or build your
own runbot to test the new modules

Regards


2014-06-08 18:18 GMT-05:00 David Arnold - El Alemán da...@elaleman.co:

 *Hey to south american / spanish communities*

 Some work done on contributing.md, just copy at will and notify if you've
 got a better/more effective way to lead people into contributing odoo code
 addicts... :)

 https://github.com/odoo-colombia/odoo-colombia/blob/master/CONTRIBUTING.md

 *Best,* David


 --
 *David Arnold B.A. HSG*
 *Gerente*

 +57 315 304 1368
 da...@elaleman.co
 www.elaleman.co

 ​El Alemán S.A.S, Carrera 13 # 93 - 40 P4, Bogotá D.C, Colombia

 ___
 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




-- 
Yury Tello Canchapoma
TeraData SAC
http://www.teradata.com.pe
Telecomunicaciones, Software  Seguridad

Telef.:(+51 1) 536 anexo 20
Av. Arenales 395 Of. 507 - Lima 1 - Peru
___
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] git: branch names

2014-06-10 Thread Olivier Dony

On 06/10/2014 04:08 PM, Sandy Carter wrote:

Slashes in git branch names can cause problems with some helper tools as
it messes up the .git/refs/ directory.


That's exactly why we have decided to avoid it ;-)

___
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] Opendays 2014 Videos

2014-06-10 Thread Stephen Mack
Greetings everyone,

I have made one last post on the odoo Opendays event.  This post will cover
all the auxiliary talks that are now becoming available through private
non-odoo recordings, as well as the presentation slides if no video/audio
is available.  Currently I have Fabian's What's cool and new in Odoo v8
and the Mobile MERP application on video.

 odoo Opendays 2014 Conference (Non-Main Theater Sessions)
http://odoohub.wordpress.com/2014/06/09/odoo-opendays-2014-conference-non-main-theater-sessions/

I have also begun to updated the previous pages with presentation slides as
they become available.  If you find something that I have not linked to,
please send me an email.

Warm regards,

--Stephen


On Fri, Jun 6, 2014 at 11:27 AM, Stephen Mack smack...@gmail.com wrote:

 Hi Everyone,

 It was great watching the odoo Opendays Conference live by video feed from
 Santiago Chile, reading your tweets and seeing your video interviews.  I
 have taken the time to index the almost 30 hours of conference video (26
 specific discussions) and posted direct links to each one on my blog.  Hope
 this is helpful for those who want to watch something specific.

 odoo Opendays Conference (Day 1 – June 4, 2014)
 https://odoohub.wordpress.com/2014/06/05/odoo-opendays-2014-conference-day-1/
 odoo Opendays Conference (Day 2 – June 5, 2014)
 https://odoohub.wordpress.com/2014/06/06/odoo-opendays-2014-conference-day-2/
 odoo Opendays Conference (Day 3 – June 6, 2014)
 https://odoohub.wordpress.com/2014/06/06/odoo-opendays-conference-day-3-june-6-2014/

 Looking forward to a great new year with odoo Version 8

 Warm regards,

 --Stephen

___
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] OpenERP launchpad bug list ?

2014-06-10 Thread Olivier Dony

On 06/06/2014 11:28 AM, Yann Papouin wrote:

According to the transition wiki page:
LP bugs stay on LP, but no new ones. New bugs = GitHub issues
https://github.com/odoo/odoo/wiki/GitHub-Transition


The top of the transition page is just a summary with links to more detailed 
sections further down the page. The bug reports section is here:

   https://github.com/odoo/odoo/wiki/GitHub-Transition#bug-reports

Quoting that section:
It will still be possible to search through the old LP bug reports via google 
or via the umbrella project group[https://bugs.launchpad.net/openobject]. 
Direct links to bug reports will still work as well.


We certainly do not want to duplicate all the old bug reports on the GitHub 
bugtracker, what a mess and work duplication that would be. Linking Pull 
Requests to LP bugs works just fine.




All my existing launchpad filters are not working anymore:


Those filters should more or less continue to work if you replace the various 
projects with the umbrella openobject project group at the beginning of the URL.


___
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] Opendays 2014 Videos

2014-06-10 Thread Ana Juaristi
Stephen... Thank you for your great work on putting together and sharing
all that information about opendays!!
Thanks:
Ana
 El 10/06/2014 19:22, Stephen Mack smack...@gmail.com escribió:

 Greetings everyone,

 I have made one last post on the odoo Opendays event.  This post will
 cover all the auxiliary talks that are now becoming available through
 private non-odoo recordings, as well as the presentation slides if no
 video/audio is available.  Currently I have Fabian's What's cool and new
 in Odoo v8 and the Mobile MERP application on video.

  odoo Opendays 2014 Conference (Non-Main Theater Sessions)
 http://odoohub.wordpress.com/2014/06/09/odoo-opendays-2014-conference-non-main-theater-sessions/

 I have also begun to updated the previous pages with presentation slides
 as they become available.  If you find something that I have not linked to,
 please send me an email.

 Warm regards,

 --Stephen


 On Fri, Jun 6, 2014 at 11:27 AM, Stephen Mack smack...@gmail.com wrote:

 Hi Everyone,

 It was great watching the odoo Opendays Conference live by video feed
 from Santiago Chile, reading your tweets and seeing your video interviews.
  I have taken the time to index the almost 30 hours of conference video (26
 specific discussions) and posted direct links to each one on my blog.  Hope
 this is helpful for those who want to watch something specific.

 odoo Opendays Conference (Day 1 – June 4, 2014)
 https://odoohub.wordpress.com/2014/06/05/odoo-opendays-2014-conference-day-1/
 odoo Opendays Conference (Day 2 – June 5, 2014)
 https://odoohub.wordpress.com/2014/06/06/odoo-opendays-2014-conference-day-2/
 odoo Opendays Conference (Day 3 – June 6, 2014)
 https://odoohub.wordpress.com/2014/06/06/odoo-opendays-conference-day-3-june-6-2014/

 Looking forward to a great new year with odoo Version 8

 Warm regards,

 --Stephen



 ___
 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


___
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] Opendays 2014 Videos

2014-06-10 Thread cesar alejandro rodriguez
Thank you for sending us this last video!  Best Regards Cesar


2014-06-10 12:05 GMT-06:00 Ana Juaristi ajuaris...@gmail.com:

 Stephen... Thank you for your great work on putting together and sharing
 all that information about opendays!!
 Thanks:
 Ana
  El 10/06/2014 19:22, Stephen Mack smack...@gmail.com escribió:

 Greetings everyone,

 I have made one last post on the odoo Opendays event.  This post will
 cover all the auxiliary talks that are now becoming available through
 private non-odoo recordings, as well as the presentation slides if no
 video/audio is available.  Currently I have Fabian's What's cool and new
 in Odoo v8 and the Mobile MERP application on video.

  odoo Opendays 2014 Conference (Non-Main Theater Sessions)
 http://odoohub.wordpress.com/2014/06/09/odoo-opendays-2014-conference-non-main-theater-sessions/

 I have also begun to updated the previous pages with presentation slides
 as they become available.  If you find something that I have not linked to,
 please send me an email.

 Warm regards,

 --Stephen


 On Fri, Jun 6, 2014 at 11:27 AM, Stephen Mack smack...@gmail.com wrote:

 Hi Everyone,

 It was great watching the odoo Opendays Conference live by video feed
 from Santiago Chile, reading your tweets and seeing your video interviews.
  I have taken the time to index the almost 30 hours of conference video (26
 specific discussions) and posted direct links to each one on my blog.  Hope
 this is helpful for those who want to watch something specific.

 odoo Opendays Conference (Day 1 – June 4, 2014)
 https://odoohub.wordpress.com/2014/06/05/odoo-opendays-2014-conference-day-1/
 odoo Opendays Conference (Day 2 – June 5, 2014)
 https://odoohub.wordpress.com/2014/06/06/odoo-opendays-2014-conference-day-2/
 odoo Opendays Conference (Day 3 – June 6, 2014)
 https://odoohub.wordpress.com/2014/06/06/odoo-opendays-conference-day-3-june-6-2014/

 Looking forward to a great new year with odoo Version 8

 Warm regards,

 --Stephen



 ___
 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


 ___
 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


___
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] OpenERP launchpad bug list ?

2014-06-10 Thread Yann Papouin
Thank you for your explanation, I didn't saw that part about the project
group.
I'm really relieved by this solution.
Le 10 juin 2014 19:28, Olivier Dony o...@openerp.com a écrit :

 On 06/06/2014 11:28 AM, Yann Papouin wrote:

 According to the transition wiki page:
 LP bugs stay on LP, but no new ones. New bugs = GitHub issues
 https://github.com/odoo/odoo/wiki/GitHub-Transition


 The top of the transition page is just a summary with links to more
 detailed sections further down the page. The bug reports section is here:
https://github.com/odoo/odoo/wiki/GitHub-Transition#bug-reports

 Quoting that section:
 It will still be possible to search through the old LP bug reports via
 google or via the umbrella project group[https://bugs.launchpad.
 net/openobject]. Direct links to bug reports will still work as well.

 We certainly do not want to duplicate all the old bug reports on the
 GitHub bugtracker, what a mess and work duplication that would be. Linking
 Pull Requests to LP bugs works just fine.


  All my existing launchpad filters are not working anymore:


 Those filters should more or less continue to work if you replace the
 various projects with the umbrella openobject project group at the
 beginning of the URL.

___
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


[Openerp-community] Recomendations from OCA

2014-06-10 Thread Ovnicraft
Hi to all ! i want to know what recommendations comes from community to
test.
I know about runbot but checking the site is not possible (please tell me
if i am wrong) register our repos[1].

So i found some works around travis in openerp-travel.

My question comes here because i dont want to mount runbot instance and
want to reuse any existent services.

Waiting for your help !

Regards !

[1] https://github.com/odoo-ecuador/

-- 

[image: Cristian Salamea on about.me]

Cristian Salamea
about.me/ovnicraft
http://about.me/ovnicraft
___
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] Recomendations from OCA

2014-06-10 Thread Sandy Carter
You can find the runbot source at on odoo-extra[1].
Documentation is supposed to come, but I am sure you can ask around there.

[1] https://github.com/odoo/odoo-extra

--
Sandy

- Mail original -
De: Ovnicraft ovnicr...@gmail.com
À: openerp-community@lists.launchpad.net
Envoyé: Mardi 10 Juin 2014 15:05:19
Objet: [Openerp-community] Recomendations from OCA







Hi to all ! i want to know what recommendations comes from community to test. 
I know about runbot but checking the site is not possible (please tell me if i 
am wrong) register our repos[1]. 

So i found some works around travis in openerp-travel. 

My question comes here because i dont want to mount runbot instance and want to 
reuse any existent services. 

Waiting for your help ! 

Regards ! 


[1] https://github.com/odoo-ecuador/ 





-- 




Cristian Salamea on about.me
Cristian Salamea 
about.me/ovnicraft 

___
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

___
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-reviewer] [Merge] lp:~hirt/ocb-addons/6.1_stock-move-tree into lp:ocb-addons/6.1

2014-06-10 Thread Stefan Rijnhart (Therp)
Review: Needs Fixing

Thanks! Agree with Pedro. Apart from that, the diff looks odd with its 
executable permission changes. Could you revert those?
-- 
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222463
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons/6.1.

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


Re: [Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM into lp:ocb-addons

2014-06-10 Thread Guewen Baconnier @ Camptocamp
Review: Approve code review, test

LGTM.

Thanks!
-- 
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons.

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


[Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM into lp:ocb-addons

2014-06-10 Thread noreply
The proposal to merge lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM 
into lp:ocb-addons has been updated.

Status: Needs review = Merged

For more details, see:
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
-- 
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons.

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


[Openerp-community-reviewer] [Bug 1312045] Re: Importing inventory pushes the OS to out-of-memory condition when many Stock Moves exist

2014-06-10 Thread Guewen Baconnier @ Camptocamp
** Changed in: ocb-addons
   Status: Fix Committed = In Progress

** Changed in: ocb-addons
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of OpenERP
Community Backports, which is subscribed to OpenERP Community Backports
(Addons).
https://bugs.launchpad.net/bugs/1312045

Title:
  Importing inventory pushes the OS to out-of-memory condition when many
  Stock Moves exist

Status in OpenERP Community Backports (Addons):
  Fix Released
Status in New OpenERP WMS:
  New
Status in Odoo Addons:
  Confirmed

Bug description:
  Using v6.0 we're having problems importing an inventory for a location that 
contains 63 Stock Moves.
  The problem seems to lie in the python loop based on the browse() of the 
Stock Moves: it preloads too much data and pushes the OS to an out-of-memory 
condition (which Linux responds to by killing the openerp server).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-addons/+bug/1312045/+subscriptions

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


[Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM into lp:ocb-addons

2014-06-10 Thread Lionel Sausin - Numérigraphe
The proposal to merge lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM 
into lp:ocb-addons has been updated.

Description changed to:

We're having problems importing an inventory for a location that contains 
63 Stock Moves.
The problem seems to lie in the python loop based on the browse() of the  Stock 
Moves: it preloads too much data and pushes the OS to an  out-of-memory 
condition (which Linux responds to by killing the openerp  server).
This patch solve this bug by splitting stock moves lines ids on separated list 
of 10 000 lines

Run GREEN on runbot.

pull request on standard 7.0: https://github.com/odoo/odoo/pull/341

For more details, see:
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
-- 
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons.

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


Re: [Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM into lp:ocb-addons

2014-06-10 Thread Lionel Sausin - Numérigraphe
Thank you. For the archives, the MP on official addons was turned into a pull 
request on github here: https://github.com/odoo/odoo/pull/341
-- 
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons.

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


Re: [Openerp-community-reviewer] [Merge] lp:~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM into lp:ocb-addons

2014-06-10 Thread Laurent Mignon (Acsone)
Review: Approve code review

Thanks for the MP.

LGTM for V7

Note that for V8, with the new API 
(https://github.com/odoo-dev/odoo/blob/master-apiculture/openerp/osv/orm.py), 
the cache is managed in an other way and is no more reset on each call to the 
browse method. 

lmi





-- 
https://code.launchpad.net/~numerigraphe-team/ocb-addons/7.0-fill-inventory-OOM/+merge/217049
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons.

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


Re: [Openerp-community-reviewer] [Merge] lp:~camptocamp/sale-wkfl/product_procurement_type into lp:sale-wkfl

2014-06-10 Thread Romain Deheele - Camptocamp
After several various changes, I think it's time to review it again.

Thanks,

Romain
-- 
https://code.launchpad.net/~camptocamp/sale-wkfl/product_procurement_type/+merge/222111
Your team Sale Core Editors is subscribed to branch lp:sale-wkfl.

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


[Openerp-community-reviewer] [Merge] lp:~hirt/ocb-addons/6.1_stock-move-tree into lp:ocb-addons/6.1

2014-06-10 Thread noreply
The proposal to merge lp:~hirt/ocb-addons/6.1_stock-move-tree into 
lp:ocb-addons/6.1 has been updated.

Status: Needs review = Merged

For more details, see:
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222463
-- 
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222463
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons/6.1.

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


[Openerp-community-reviewer] [Merge] lp:~akretion-team/partner-contact-management/partner-firstname-inheritable into lp:partner-contact-management

2014-06-10 Thread Alexis de Lattre
Alexis de Lattre has proposed merging 
lp:~akretion-team/partner-contact-management/partner-firstname-inheritable into 
lp:partner-contact-management.

Requested reviews:
  Partner and Contact Core Editors (partner-contact-core-editors)

For more details, see:
https://code.launchpad.net/~akretion-team/partner-contact-management/partner-firstname-inheritable/+merge/222730

This MP is small but very usefull : with the partner_firstname module, the 
'name' field on res.partner becomes a fields.function ; this MP make the code 
of the fields.function inheritable.
-- 
https://code.launchpad.net/~akretion-team/partner-contact-management/partner-firstname-inheritable/+merge/222730
Your team Partner and Contact Core Editors is requested to review the proposed 
merge of 
lp:~akretion-team/partner-contact-management/partner-firstname-inheritable into 
lp:partner-contact-management.
=== modified file 'partner_firstname/partner.py'
--- partner_firstname/partner.py	2014-02-18 17:09:53 +
+++ partner_firstname/partner.py	2014-06-10 20:59:58 +
@@ -35,14 +35,19 @@
 if cursor.fetchone():
 cursor.execute('ALTER TABLE res_partner ALTER COLUMN lastname SET NOT NULL')
 
+def _prepare_name_custom(self, cursor, uid, partner, context=None):
+
+This function is designed to be inherited in a custom module
+
+names = (partner.lastname, partner.firstname)
+fullname =  .join([s for s in names if s])
+return fullname
+
 def _compute_name_custom(self, cursor, uid, ids, fname, arg, context=None):
 res = {}
-partners = self.read(cursor, uid, ids,
- ['firstname', 'lastname'], context=context)
-for rec in partners:
-names = (rec['lastname'], rec['firstname'])
-fullname =  .join([s for s in names if s])
-res[rec['id']] = fullname
+for partner in self.browse(cursor, uid, ids, context=context):
+res[partner.id] = self._prepare_name_custom(
+cursor, uid, partner, context=context)
 return res
 
 def _write_name(self, cursor, uid, partner_id, field_name, field_value, arg, context=None):

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


[Openerp-community-reviewer] [Merge] lp:~hirt/ocb-addons/6.1_stock-move-tree into lp:ocb-addons/6.1

2014-06-10 Thread Etienne Hirt
Etienne Hirt has proposed merging lp:~hirt/ocb-addons/6.1_stock-move-tree into 
lp:ocb-addons/6.1.

Requested reviews:
  OpenERP Community Backports (ocb)
Related bugs:
  Bug #1327887 in OpenERP Community Backports (Addons): [6.1] stock.move.tree2 
wrong priority, stock.move.tree3 leftover
  https://bugs.launchpad.net/ocb-addons/+bug/1327887

For more details, see:
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222726

request merge again after addressing review comments
-- 
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222726
Your team OpenERP Community Backports is requested to review the proposed merge 
of lp:~hirt/ocb-addons/6.1_stock-move-tree into lp:ocb-addons/6.1.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2013-09-10 15:12:35 +
+++ stock/stock_view.xml	2014-06-10 20:30:27 +
@@ -1536,7 +1536,7 @@
 field name=namestock.move.tree2/field
 field name=modelstock.move/field
 field name=typetree/field
-field name=priority eval=6 /
+field name=priority eval=18 /
 field name=arch type=xml
 tree colors=grey:state == 'cancel' string=Moves
 field name=picking_id string=Reference/
@@ -1576,7 +1576,7 @@
 field name=namestock.move.tree3/field
 field name=modelstock.move/field
 field name=typetree/field
-field eval=6 name=priority/
+field eval=20 name=priority/
 field name=arch type=xml
 tree string=Moves
 field name=picking_id string=Reference/

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


Re: [Openerp-community-reviewer] [Merge] lp:~akretion-team/partner-contact-management/partner-firstname-inheritable into lp:partner-contact-management

2014-06-10 Thread Pedro Manuel Baeza
Review: Approve code review

LGTM
-- 
https://code.launchpad.net/~akretion-team/partner-contact-management/partner-firstname-inheritable/+merge/222730
Your team Partner and Contact Core Editors is subscribed to branch 
lp:partner-contact-management.

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


[Openerp-community-reviewer] [Merge] lp:~hirt/ocb-addons/6.1_stock-move-tree into lp:ocb-addons/6.1

2014-06-10 Thread Pedro Manuel Baeza
The proposal to merge lp:~hirt/ocb-addons/6.1_stock-move-tree into 
lp:ocb-addons/6.1 has been updated.

Status: Merged = Rejected

For more details, see:
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222463
-- 
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222463
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons/6.1.

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


Re: [Openerp-community-reviewer] [Merge] lp:~hirt/ocb-addons/6.1_stock-move-tree into lp:ocb-addons/6.1

2014-06-10 Thread Pedro Manuel Baeza
See new MP:

https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222726
-- 
https://code.launchpad.net/~hirt/ocb-addons/6.1_stock-move-tree/+merge/222463
Your team OpenERP Community Backports is subscribed to branch lp:ocb-addons/6.1.

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


Re: [Openerp-community-reviewer] [Merge] lp:~akretion-team/partner-contact-management/partner-firstname-inheritable into lp:partner-contact-management

2014-06-10 Thread Acsone
Review: Approve code review

LGTM
-- 
https://code.launchpad.net/~akretion-team/partner-contact-management/partner-firstname-inheritable/+merge/222730
Your team Partner and Contact Core Editors is subscribed to branch 
lp:partner-contact-management.

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


Re: [Openerp-community-reviewer] [Merge] lp:~akretion-team/partner-contact-management/partner-firstname-inheritable into lp:partner-contact-management

2014-06-10 Thread David BEAL
Review: Approve

LGTM
-- 
https://code.launchpad.net/~akretion-team/partner-contact-management/partner-firstname-inheritable/+merge/222730
Your team Partner and Contact Core Editors is subscribed to branch 
lp:partner-contact-management.

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