[tryton-commits] changeset in modules/purchase:default Remove purchase fields fro...

2019-04-11 Thread Cédric Krier
changeset 500f680ed531 in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset;node=500f680ed531 description: Remove purchase fields from stock move issue8254 review265251002 diffstat: CHANGELOG | 1 + purchase.xml | 6

[tryton-commits] changeset in modules/stock:default Unify _get_inventory_move on ...

2019-04-11 Thread Cédric Krier
changeset 0ea0d4ca3fe4 in modules/stock:default details: https://hg.tryton.org/modules/stock?cmd=changeset;node=0ea0d4ca3fe4 description: Unify _get_inventory_move on shipment Define them as instance method to provide more flexibility. issue8255 review287251002 dif

[tryton-commits] changeset in modules/stock_lot:default Unify _get_inventory_move...

2019-04-11 Thread Cédric Krier
changeset 7d65cf805a2c in modules/stock_lot:default details: https://hg.tryton.org/modules/stock_lot?cmd=changeset;node=7d65cf805a2c description: Unify _get_inventory_move on shipment Define them as instance method to provide more flexibility. issue8255 review28725

[tryton-commits] changeset in modules/stock_product_location:default Unify _get_i...

2019-04-11 Thread Cédric Krier
changeset 48a77c56efac in modules/stock_product_location:default details: https://hg.tryton.org/modules/stock_product_location?cmd=changeset;node=48a77c56efac description: Unify _get_inventory_move on shipment Define them as instance method to provide more flexibility. is

[tryton-commits] changeset in trytond:default Add duration on Cache

2019-04-11 Thread Cédric Krier
changeset 8dd832481bb8 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=8dd832481bb8 description: Add duration on Cache issue8249 review283181002 diffstat: CHANGELOG | 1 + doc/ref/cache.rst | 19 ++---

[tryton-commits] changeset in modules/account_payment_stripe:default Add cache fo...

2019-04-11 Thread Cédric Krier
changeset 3ba37e19ec52 in modules/account_payment_stripe:default details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset;node=3ba37e19ec52 description: Add cache for sources issue8247 review265221002 diffstat: CHANGELOG | 1 + doc/index.rst |

[tryton-commits] changeset in trytond:default Add strip wildcards helpers

2019-04-11 Thread Sergi Almacellas Abellana
changeset d85963a57040 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=d85963a57040 description: Add strip wildcards helpers issue7347 review64541002 diffstat: CHANGELOG | 1 + trytond/tests/test_tools.py | 56

[tryton-commits] changeset in modules/sale_product_customer:default Remove starti...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 3fa0193e1acf in modules/sale_product_customer:default details: https://hg.tryton.org/modules/sale_product_customer?cmd=changeset;node=3fa0193e1acf description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: produ

[tryton-commits] changeset in modules/purchase:default Remove starting wildcard w...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 4d722c739d19 in modules/purchase:default details: https://hg.tryton.org/modules/purchase?cmd=changeset;node=4d722c739d19 description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: CHANGELOG | 1 + product.py |

[tryton-commits] changeset in modules/account:default Remove starting wildcard wh...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 38b1f1273247 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=38b1f1273247 description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: CHANGELOG | 1 + account.py | 7

[tryton-commits] changeset in modules/country:default Remove starting wildcard wh...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 51728a362a93 in modules/country:default details: https://hg.tryton.org/modules/country?cmd=changeset;node=51728a362a93 description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: CHANGELOG | 1 + country.py |

[tryton-commits] changeset in modules/product:default Remove starting wildcard wh...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 96aadf2b8e51 in modules/product:default details: https://hg.tryton.org/modules/product?cmd=changeset;node=96aadf2b8e51 description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: CHANGELOG | 2 ++ product.py |

[tryton-commits] changeset in modules/party:default Remove starting wildcard when...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 2b7bdcc660a3 in modules/party:default details: https://hg.tryton.org/modules/party?cmd=changeset;node=2b7bdcc660a3 description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: CHANGELOG | 1 + party.py | 8 +

[tryton-commits] changeset in modules/bank:default Remove starting wildcard when ...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 840f9be244ae in modules/bank:default details: https://hg.tryton.org/modules/bank?cmd=changeset;node=840f9be244ae description: Remove starting wildcard when searching on codes and numbers issue7347 review64541002 diffstat: CHANGELOG | 2 ++ party.py | 6 +-

[tryton-commits] changeset in modules/account_es:default Reverse order on pyme re...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 6bf7b7497654 in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=6bf7b7497654 description: Reverse order on pyme result before taxes and taxes account types issue8260 review287291002 diffstat: account.xml | 1

[tryton-commits] changeset in modules/account_asset:default Add missing xexpand a...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 6f1049aa70fd in modules/account_asset:default details: https://hg.tryton.org/modules/account_asset?cmd=changeset;node=6f1049aa70fd description: Add missing xexpand and width attributes on boolean fields issue8245 review283161002 diffstat: view/account_type_form

[tryton-commits] changeset in modules/account_deposit:default Add missing xexpand...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 3e2e71db6421 in modules/account_deposit:default details: https://hg.tryton.org/modules/account_deposit?cmd=changeset;node=3e2e71db6421 description: Add missing xexpand and width attributes on boolean fields issue8245 review283161002 diffstat: view/account_type_

[tryton-commits] changeset in modules/sale_advance_payment:default Add missing xe...

2019-04-11 Thread Sergi Almacellas Abellana
changeset 5dcdcd97c24a in modules/sale_advance_payment:default details: https://hg.tryton.org/modules/sale_advance_payment?cmd=changeset;node=5dcdcd97c24a description: Add missing xexpand and width attributes on boolean fields issue8245 review283161002 diffstat: view/acc

[tryton-commits] changeset in trytond:default Set interact options depending on p...

2019-04-11 Thread Maxime Richez
changeset 0e0591b85c0e in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=0e0591b85c0e description: Set interact options depending on python version issue8257 review269281002 diffstat: trytond/console.py | 5 - 1 files changed, 4 insertions(