[tryton-commits] changeset in modules/account:default Use list of ids in add oper...

2018-11-25 Thread Korbinian Preisler
changeset 89e48591dae1 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=89e48591dae1 description: Use list of ids in add operation on Many2Many in update_account2 issue7791 review72351002 diffstat: account.py | 6 +++--- 1

[tryton-commits] changeset in modules/account:5.0 Make writeoff required in Recon...

2018-11-25 Thread Christian Aguilera
changeset 485bf4d9428a in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset;node=485bf4d9428a description: Make writeoff required in ReconcileLinesWriteOff The constraint was lost in the refactoring of changeset d1d3a1c12158 issue7842

[tryton-commits] changeset in modules/account:5.0 Do not recursively extend the b...

2018-11-25 Thread Cédric Krier
changeset b61cd149ae9c in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset;node=b61cd149ae9c description: Do not recursively extend the base domain of parent and childs The base class can not extend domain in __setup__ because it modify the field

[tryton-commits] changeset in modules/account:5.0 Ensure GL per periods or dates ...

2018-11-25 Thread Cédric Krier
changeset 1f96addd993e in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset;node=1f96addd993e description: Ensure GL per periods or dates are the same We should not use nonexistent period ids in the context and the start_date must be

[tryton-commits] changeset in modules/account_payment_sepa:4.8 Add party identifi...

2018-11-25 Thread Sergi Almacellas Abellana
changeset 82abdc25bf84 in modules/account_payment_sepa:4.8 details: https://hg.tryton.org/modules/account_payment_sepa?cmd=changeset;node=82abdc25bf84 description: Add party identifiers on check_code depends issue7844 review49651002 (grafted from

[tryton-commits] changeset in modules/account_product:5.0 Do not raise empty taxe...

2018-11-25 Thread Sergi Almacellas Abellana
changeset fcf04ae8451a in modules/account_product:5.0 details: https://hg.tryton.org/modules/account_product?cmd=changeset;node=fcf04ae8451a description: Do not raise empty taxes error on readonly transactions issue7840 review62361002 (grafted from

[tryton-commits] changeset in modules/account_payment_sepa:5.0 Add party identifi...

2018-11-25 Thread Sergi Almacellas Abellana
changeset 354722ffb365 in modules/account_payment_sepa:5.0 details: https://hg.tryton.org/modules/account_payment_sepa?cmd=changeset;node=354722ffb365 description: Add party identifiers on check_code depends issue7844 review49651002 (grafted from

[tryton-commits] changeset in modules/account:4.8 Do not fail in party_required t...

2018-11-25 Thread Cédric Krier
changeset 249879cc5ae1 in modules/account:4.8 details: https://hg.tryton.org/modules/account?cmd=changeset;node=249879cc5ae1 description: Do not fail in party_required test if account is None in _get_writeoff_move issue7842 review47731002 (grafted from

[tryton-commits] changeset in modules/sale_price_list:4.2 Ignore context uom if i...

2018-11-25 Thread Sergi Almacellas Abellana
changeset c8d5dddf27c0 in modules/sale_price_list:4.2 details: https://hg.tryton.org/modules/sale_price_list?cmd=changeset;node=c8d5dddf27c0 description: Ignore context uom if it is from different category than the product one issue7798 review68361002 (grafted

[tryton-commits] changeset in modules/sale_price_list:5.0 Ignore context uom if i...

2018-11-25 Thread Sergi Almacellas Abellana
changeset 5f373800c27a in modules/sale_price_list:5.0 details: https://hg.tryton.org/modules/sale_price_list?cmd=changeset;node=5f373800c27a description: Ignore context uom if it is from different category than the product one issue7798 review68361002 (grafted

[tryton-commits] changeset in trytond:5.0 Stop retry to remove session once it su...

2018-11-25 Thread Cédric Krier
changeset 0e85484ba68e in trytond:5.0 details: https://hg.tryton.org/trytond?cmd=changeset;node=0e85484ba68e description: Stop retry to remove session once it succeed After the removal the loop must be broken and if no session has been removed it should log an error

[tryton-commits] changeset in tryton-overlay:default dev-python/goocalendar: Add ...

2018-11-25 Thread Cédric Krier
changeset 43de00c0ad32 in tryton-overlay:default details: https://hg.tryton.org/tryton-overlay?cmd=changeset;node=43de00c0ad32 description: dev-python/goocalendar: Add optional dependency to goocanvas As pygoocanvas is going to be masked, goocanvas with introspection will

[tryton-commits] changeset in tryton-overlay:default dev-python/pywebdav: Add pyw...

2018-11-25 Thread Cédric Krier
changeset a03a465f3eeb in tryton-overlay:default details: https://hg.tryton.org/tryton-overlay?cmd=changeset;node=a03a465f3eeb description: dev-python/pywebdav: Add pywebdav ebuild The ebuild was removed from official Gentoo repository but it needed for old series.