Gracias Humberto y Raimon. en esta oportunidad creo que la capa 8 del 
modelo OSI no es el problema :-P  Clone desde ese repositorio siempre y lo 
unico que hice fue un npull como siempre. Para corroborarlo clone 
nuevamente desde ese repositorio y me clona la version 3.1. tambien me 
actualizo el cliente y al ingresar a la web del repo tambien me muestra el 
repo de la version 3.1. Saludos.

El lunes, 10 de marzo de 2014 18:29:12 UTC-3, Luis Deiana escribió:
>
> Buenas tardes, al actualizar los modulos y ejecutar el comando trytond -u 
> all -d basededatos me tira el siguiente error:
>
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:31: 
> DeprecationWarning: on_change argument is deprecated, use the depends 
> decorator
>   help='The goods are picked up by the customer before the sale, so no '
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:205: 
> DeprecationWarning: on_change_with argument is deprecated, use the depends 
> decorator
>   depends=['type', 'currency_digits']), 'get_unit_price_w_tax')
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:214: 
> DeprecationWarning: on_change_with argument is deprecated, use the depends 
> decorator
>   depends=['type', 'currency_digits']), 'get_amount_w_tax')
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:195: 
> DeprecationWarning: on_change_with argument is deprecated, use the depends 
> decorator
>   class SaleLine:
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:385: 
> DeprecationWarning: on_change argument is deprecated, use the depends 
> decorator
>   on_change=['product', 'unit', 'quantity', 'sale'], required=True)
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:393: 
> DeprecationWarning: on_change argument is deprecated, use the depends 
> decorator
>   depends=['product_uom_category'], required=True)
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:381: 
> DeprecationWarning: on_change_with argument is deprecated, use the depends 
> decorator
>   class AddProductForm(ModelView):
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:398: 
> DeprecationWarning: on_change_with argument is deprecated, use the depends 
> decorator
>   on_change_with=['product']),
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/sale.py:405: 
> DeprecationWarning: on_change argument is deprecated, use the depends 
> decorator
>   depends=['unit_digits'], required=True)
> /home/luis/Tryton/tryton3.0/trytond/trytond/modules/sale_pos/device.py:17: 
> DeprecationWarning: on_change argument is deprecated, use the depends 
> decorator
>   on_change=['shop'])
>
>

Responder a