[tryton-commits] changeset in tryton:default Do not override action context with ...

2019-01-30 Thread Sergi Almacellas Abellana
changeset a4e3fdb55e8e in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=a4e3fdb55e8e description: Do not override action context with record context As action context is a copy of record context is does not make sense to update the same values

[tryton-commits] changeset in sao:default Do not override action context with rec...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 5df445011683 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=5df445011683 description: Do not override action context with record context As action context is a copy of record context is does not make sense to update the same values

[tryton-commits] changeset in modules/party:default Test valid property of VIES r...

2019-01-30 Thread Sergi Almacellas Abellana
changeset ead795e9deb0 in modules/party:default details: https://hg.tryton.org/modules/party?cmd=changeset;node=ead795e9deb0 description: Test valid property of VIES response to determine if it's valid or not The web service returns a response for all identifiers, which contains a

[tryton-commits] changeset in modules/account:default Add default name ordering o...

2019-01-30 Thread Sergi Almacellas Abellana
changeset d50e0560d168 in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=d50e0560d168 description: Add default name ordering on referential models issue7971 review66501002 diffstat: move.py | 5 + 1 files changed, 5 insertio

[tryton-commits] changeset in modules/account_invoice:default Add default name or...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 285ab8fce27d in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=285ab8fce27d description: Add default name ordering on referential models issue7971 review66501002 diffstat: invoice.py | 5 + 1 files

[tryton-commits] changeset in modules/sale_subscription:default Add default name ...

2019-01-30 Thread Sergi Almacellas Abellana
changeset bb09b8eeec2e in modules/sale_subscription:default details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset;node=bb09b8eeec2e description: Add default name ordering on referential models issue7971 review66501002 diffstat: recurrence.py | 5 +

[tryton-commits] changeset in modules/account_dunning:default Add default name or...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 328e935cb271 in modules/account_dunning:default details: https://hg.tryton.org/modules/account_dunning?cmd=changeset;node=328e935cb271 description: Add default name ordering on referential models issue7971 review66501002 diffstat: dunning.py | 5 + 1 files

[tryton-commits] changeset in modules/account_statement:default Add default name ...

2019-01-30 Thread Sergi Almacellas Abellana
changeset 38674f99dfd1 in modules/account_statement:default details: https://hg.tryton.org/modules/account_statement?cmd=changeset;node=38674f99dfd1 description: Add default name ordering on referential models issue7971 review66501002 diffstat: journal.py | 1 + 1 files

[tryton-commits] changeset in modules/account_payment:default Add default name or...

2019-01-30 Thread Sergi Almacellas Abellana
changeset ec0d07e1249a in modules/account_payment:default details: https://hg.tryton.org/modules/account_payment?cmd=changeset;node=ec0d07e1249a description: Add default name ordering on referential models issue7971 review66501002 diffstat: payment.py | 5 + 1 files

[tryton-commits] changeset in tryton-docker:default Use python-stdnum from PyPI

2019-01-30 Thread Sergi Almacellas Abellana
changeset db094ffbad44 in tryton-docker:default details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=db094ffbad44 description: Use python-stdnum from PyPI issue8029 review56561002 diffstat: 4.4/Dockerfile | 3 +-- 4.6/Dockerfile | 3 +-- 4.8/Dockerfile | 3 +

[tryton-commits] changeset in modules/account_es:default Update model 303 to new ...

2019-02-06 Thread Sergi Almacellas Abellana
changeset f552c1e2a74a in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=f552c1e2a74a description: Update model 303 to new format issue8021 review68421002 diffstat: CHANGELOG | 2 ++ aeat303.txt | 2 +- tests/303.t

[tryton-commits] changeset in modules/account_payment:default Make payment_direct...

2019-02-22 Thread Sergi Almacellas Abellana
changeset 05dd71d8d455 in modules/account_payment:default details: https://hg.tryton.org/modules/account_payment?cmd=changeset;node=05dd71d8d455 description: Make payment_direct_debit readonly for non draft invoices issue8083 review45931002 diffstat: account.py | 3 ++-

[tryton-commits] changeset in sao:default Clean active_* keys from context when e...

2019-02-22 Thread Sergi Almacellas Abellana
changeset f70f3f848279 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=f70f3f848279 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly e

[tryton-commits] changeset in tryton:default Clean active_* keys from context whe...

2019-02-22 Thread Sergi Almacellas Abellana
changeset b5a32fb596ff in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=b5a32fb596ff description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to corre

[tryton-commits] changeset in modules/carrier_weight:default Exclude lines withou...

2019-02-22 Thread Sergi Almacellas Abellana
changeset 99cef7cd377d in modules/carrier_weight:default details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset;node=99cef7cd377d description: Exclude lines without quantity when computing carrier context issue8108 review56601002 diffstat: sale.py | 2 +- 1

[tryton-commits] changeset in modules/carrier_weight:default Add line without qua...

2019-02-22 Thread Sergi Almacellas Abellana
changeset 7850847242af in modules/carrier_weight:default details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset;node=7850847242af description: Add line without quantity on test scenario issue8108 review56601002 diffstat: tests/scenario_carrier_weight.rst |

[tryton-commits] changeset in modules/carrier_weight:4.8 Exclude lines without qu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 0a78a3d4d0cb in modules/carrier_weight:4.8 details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset;node=0a78a3d4d0cb description: Exclude lines without quantity when computing carrier context issue8108 review56601002 (grafted from 99cef7cd377d

[tryton-commits] changeset in sao:5.0 Clean active_* keys from context when execu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 84575cb34500 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=84575cb34500 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly evalu

[tryton-commits] changeset in modules/carrier_weight:5.0 Exclude lines without qu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 56d995286dd1 in modules/carrier_weight:5.0 details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset;node=56d995286dd1 description: Exclude lines without quantity when computing carrier context issue8108 review56601002 (grafted from 99cef7cd377d

[tryton-commits] changeset in sao:4.8 Clean active_* keys from context when execu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset eceadbb3ae6c in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=eceadbb3ae6c description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly evalu

[tryton-commits] changeset in sao:4.2 Clean active_* keys from context when execu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 4783067c9b37 in sao:4.2 details: https://hg.tryton.org/sao?cmd=changeset;node=4783067c9b37 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly evalu

[tryton-commits] changeset in sao:4.4 Clean active_* keys from context when execu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset f01ca278accd in sao:4.4 details: https://hg.tryton.org/sao?cmd=changeset;node=f01ca278accd description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly evalu

[tryton-commits] changeset in sao:4.6 Clean active_* keys from context when execu...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 6ce7100c0199 in sao:4.6 details: https://hg.tryton.org/sao?cmd=changeset;node=6ce7100c0199 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly evalu

[tryton-commits] changeset in tryton:5.0 Clean active_* keys from context when ex...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 95ebda9328b0 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset;node=95ebda9328b0 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly

[tryton-commits] changeset in tryton:4.8 Clean active_* keys from context when ex...

2019-02-28 Thread Sergi Almacellas Abellana
changeset 731cf728161f in tryton:4.8 details: https://hg.tryton.org/tryton?cmd=changeset;node=731cf728161f description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly

[tryton-commits] changeset in tryton:4.4 Clean active_* keys from context when ex...

2019-02-28 Thread Sergi Almacellas Abellana
changeset fb7c6e651275 in tryton:4.4 details: https://hg.tryton.org/tryton?cmd=changeset;node=fb7c6e651275 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly

[tryton-commits] changeset in tryton:4.6 Clean active_* keys from context when ex...

2019-02-28 Thread Sergi Almacellas Abellana
changeset de58bed0ec29 in tryton:4.6 details: https://hg.tryton.org/tryton?cmd=changeset;node=de58bed0ec29 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly

[tryton-commits] changeset in tryton:4.2 Clean active_* keys from context when ex...

2019-02-28 Thread Sergi Almacellas Abellana
changeset c8621f2a3ac7 in tryton:4.2 details: https://hg.tryton.org/tryton?cmd=changeset;node=c8621f2a3ac7 description: Clean active_* keys from context when executing an action As the values may be already present on the context they should be cleared in order to correctly

[tryton-commits] changeset in modules/account_es:default Fix typo in non subjecte...

2019-03-15 Thread Sergi Almacellas Abellana
changeset af641fb52885 in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=af641fb52885 description: Fix typo in non subjected operations tax code issue8187 review255111002 diffstat: tax.xml| 2 +- tax_normal.xml |

[tryton-commits] changeset in modules/stock_supply:default Follow other modules d...

2019-03-15 Thread Sergi Almacellas Abellana
changeset efb191f1f79d in modules/stock_supply:default details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=efb191f1f79d description: Follow other modules design on order point rec_name issue8140 review50781002 diffstat: order_point.py | 12 +--

[tryton-commits] changeset in modules/stock_supply:default Use OR clauses on loca...

2019-03-15 Thread Sergi Almacellas Abellana
changeset b5dff78398eb in modules/stock_supply:default details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=b5dff78398eb description: Use OR clauses on location searcher issue8141 review58531002 diffstat: order_point.py | 12 ++-- 1 files chang

[tryton-commits] changeset in modules/stock_supply:default Add test for order poi...

2019-03-15 Thread Sergi Almacellas Abellana
changeset 67433b35ecf5 in modules/stock_supply:default details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=67433b35ecf5 description: Add test for order point location's searcher issue8141 review58531002 diffstat: tests/test_stock_supply.py | 42 ++

[tryton-commits] changeset in modules/account_invoice:default Use selection widge...

2019-03-15 Thread Sergi Almacellas Abellana
changeset 42ae090726f5 in modules/account_invoice:default details: https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=42ae090726f5 description: Use selection widget from payment method and writeoff on pay wizard issue8150 review72421002 diffstat: view/pay_a

[tryton-commits] changeset in tryton-docker:default Add pygal dependency

2019-03-15 Thread Sergi Almacellas Abellana
changeset a592e95cd549 in tryton-docker:default details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=a592e95cd549 description: Add pygal dependency The dependency is used by the sale module in order to show sparklines issue8162 review52631002 diffstat:

[tryton-commits] changeset in trytond:default Update numeric and monetary formati...

2019-03-21 Thread Sergi Almacellas Abellana
changeset c6dcf77b210d in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=c6dcf77b210d description: Update numeric and monetary formating of languages issue3636 review52561002 diffstat: trytond/ir/lang.xml | 27 ++- 1 fil

[tryton-commits] changeset in modules/sale_opportunity:default Add employee on li...

2019-03-21 Thread Sergi Almacellas Abellana
changeset b24d8d0d9f71 in modules/sale_opportunity:default details: https://hg.tryton.org/modules/sale_opportunity?cmd=changeset;node=b24d8d0d9f71 description: Add employee on list view issue8211 review263141002 diffstat: view/opportunity_tree.xml | 1 + 1 files changed

[tryton-commits] changeset in modules/stock_supply:5.0 Use OR clauses on location...

2019-03-24 Thread Sergi Almacellas Abellana
changeset 226e45e1e9fc in modules/stock_supply:5.0 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=226e45e1e9fc description: Use OR clauses on location searcher issue8141 review58531002 (grafted from b5dff78398eb94515deaab0798ca1ff980bf1f31)

[tryton-commits] changeset in modules/stock_supply:4.8 Use OR clauses on location...

2019-03-24 Thread Sergi Almacellas Abellana
changeset 104413718ffd in modules/stock_supply:4.8 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=104413718ffd description: Use OR clauses on location searcher issue8141 review58531002 (grafted from b5dff78398eb94515deaab0798ca1ff980bf1f31)

[tryton-commits] changeset in modules/stock_supply:4.2 Use OR clauses on location...

2019-03-24 Thread Sergi Almacellas Abellana
changeset ffe683caf404 in modules/stock_supply:4.2 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=ffe683caf404 description: Use OR clauses on location searcher issue8141 review58531002 (grafted from b5dff78398eb94515deaab0798ca1ff980bf1f31)

[tryton-commits] changeset in modules/stock_supply:4.4 Use OR clauses on location...

2019-03-24 Thread Sergi Almacellas Abellana
changeset cac8a60c084c in modules/stock_supply:4.4 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=cac8a60c084c description: Use OR clauses on location searcher issue8141 review58531002 (grafted from b5dff78398eb94515deaab0798ca1ff980bf1f31)

[tryton-commits] changeset in modules/stock_supply:4.6 Use OR clauses on location...

2019-03-24 Thread Sergi Almacellas Abellana
changeset 35b587f2a689 in modules/stock_supply:4.6 details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=35b587f2a689 description: Use OR clauses on location searcher issue8141 review58531002 (grafted from b5dff78398eb94515deaab0798ca1ff980bf1f31)

[tryton-commits] changeset in modules/account_es:default Remove deferral usage in...

2019-03-28 Thread Sergi Almacellas Abellana
changeset 614c163644de in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=614c163644de description: Remove deferral usage in account chart issue8237 review275151002 diffstat: account.xml| 1 - account_normal.xml |

[tryton-commits] changeset in modules/account_es:default Remove admin access on a...

2019-03-28 Thread Sergi Almacellas Abellana
changeset 2bf5c75d0833 in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=2bf5c75d0833 description: Remove admin access on aeat reports issue8220 review257181002 diffstat: reporting_tax.xml | 20 1 fil

[tryton-commits] changeset in tryton:default Add day view on calendar

2019-03-28 Thread Sergi Almacellas Abellana
changeset b553daa13fce in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=b553daa13fce description: Add day view on calendar issue7774 review66441002 diffstat: CHANGELOG | 1 + tryton/gui/window/vi

[tryton-commits] changeset in sao:default Add day view on calendar

2019-03-28 Thread Sergi Almacellas Abellana
changeset f2c69d6d24bc in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=f2c69d6d24bc description: Add day view on calendar issue7774 review66441002 diffstat: CHANGELOG| 1 + src/view/calendar.js | 13 - 2 files changed, 13 in

[tryton-commits] changeset in trytond:default Add day view on calendar

2019-03-28 Thread Sergi Almacellas Abellana
changeset 6bee5ded03ca in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset;node=6bee5ded03ca description: Add day view on calendar issue7774 review66441002 diffstat: CHANGELOG | 1 + doc/topics/views/index.rst | 3 ++- trytond/ir/ui/

[tryton-commits] changeset in modules/account_es:default Add amount to compensate...

2019-03-30 Thread Sergi Almacellas Abellana
changeset 4a26449fbf23 in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=4a26449fbf23 description: Add amount to compensate from previous periods in 303 report issue7837 review68351002 diffstat: CHANGELOG

[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 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/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_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/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/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/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/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/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/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 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/account_eu:default Only update ec_sales_lis...

2019-04-12 Thread Sergi Almacellas Abellana
changeset 82622b97b973 in modules/account_eu:default details: https://hg.tryton.org/modules/account_eu?cmd=changeset;node=82622b97b973 description: Only update ec_sales_list_code when it's diferent from template value issue7992 review49711002 diffstat: account.py | 3 ++

[tryton-commits] changeset in tryton:default Add domain inversion for reference f...

2019-04-14 Thread Sergi Almacellas Abellana
changeset ea8dd19e5913 in tryton:default details: https://hg.tryton.org/tryton?cmd=changeset;node=ea8dd19e5913 description: Add domain inversion for reference fields issue7877 review45831002 diffstat: CHANGELOG | 1 + tryton/common/domain_inversi

[tryton-commits] changeset in sao:default Add domain inversion for reference fields

2019-04-14 Thread Sergi Almacellas Abellana
changeset 235955d39ba9 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=235955d39ba9 description: Add domain inversion for reference fields issue7877 review45831002 diffstat: CHANGELOG | 1 + src/common.js | 21 +++-- tests/sao.j

[tryton-commits] changeset in modules/account_es:default Add Spanish VAT list and...

2019-04-14 Thread Sergi Almacellas Abellana
changeset 6c2410dd2382 in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=6c2410dd2382 description: Add Spanish VAT list and EC Operation List issue7558 review54281002 diffstat: CHANGELOG|1 + __init

[tryton-commits] changeset in modules/account_eu:default Add party to EC Sale List

2019-04-14 Thread Sergi Almacellas Abellana
changeset 63eeea434bf8 in modules/account_eu:default details: https://hg.tryton.org/modules/account_eu?cmd=changeset;node=63eeea434bf8 description: Add party to EC Sale List issue7558 review54281002 diffstat: CHANGELOG | 2 ++ account.py | 3 +++ 2 files changed, 5 in

[tryton-commits] changeset in modules/account_statement:default Use invoice amoun...

2019-04-14 Thread Sergi Almacellas Abellana
changeset c053ef01407f in modules/account_statement:default details: https://hg.tryton.org/modules/account_statement?cmd=changeset;node=c053ef01407f description: Use invoice amount to pay as line amount when creating lines from origins issue7912 review52551002 diffstat:

[tryton-commits] changeset in modules/account_es:default Add missing Spanish VAT ...

2019-04-14 Thread Sergi Almacellas Abellana
changeset c2f6ab55740e in modules/account_es:default details: https://hg.tryton.org/modules/account_es?cmd=changeset;node=c2f6ab55740e description: Add missing Spanish VAT list and EC Operation List files issue7558 review54281002 diffstat: aeat347.txt

[tryton-commits] changeset in sao:default Do not send array keys on on_change_wit...

2019-04-15 Thread Sergi Almacellas Abellana
changeset e33d428c31ab in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=e33d428c31ab description: Do not send array keys on on_change_with requests fieldnames is already converted to an Array so sending it's keys will send the Array indexes but the serv

[tryton-commits] changeset in modules/account_statement_aeb43:default Use iso-885...

2019-04-16 Thread Sergi Almacellas Abellana
changeset 252fa5d54f56 in modules/account_statement_aeb43:default details: https://hg.tryton.org/modules/account_statement_aeb43?cmd=changeset;node=252fa5d54f56 description: Use iso-8859-1 as default encoding issue8279 review253341002 diffstat: statement.py | 2 +- 1 fi

[tryton-commits] changeset in sao:default Return rejected promise when creation f...

2019-05-01 Thread Sergi Almacellas Abellana
changeset cfc42be09a25 in sao:default details: https://hg.tryton.org/sao?cmd=changeset;node=cfc42be09a25 description: Return rejected promise when creation fails issue8168 review51631002 diffstat: src/model.js | 7 ++- src/screen.js | 10 ++ 2 files change

[tryton-commits] changeset in modules/account_eu:5.0 Only update ec_sales_list_co...

2019-05-04 Thread Sergi Almacellas Abellana
changeset 330e0045ec9b in modules/account_eu:5.0 details: https://hg.tryton.org/modules/account_eu?cmd=changeset;node=330e0045ec9b description: Only update ec_sales_list_code when it's diferent from template value issue7992 review49711002 (grafted from 82622b97b973

[tryton-commits] changeset in modules/account_eu:4.6 Only update ec_sales_list_co...

2019-05-04 Thread Sergi Almacellas Abellana
changeset 15b96912c83b in modules/account_eu:4.6 details: https://hg.tryton.org/modules/account_eu?cmd=changeset;node=15b96912c83b description: Only update ec_sales_list_code when it's diferent from template value issue7992 review49711002 (grafted from 82622b97b973

[tryton-commits] changeset in modules/account_statement_aeb43:5.0 Use iso-8859-1 ...

2019-05-04 Thread Sergi Almacellas Abellana
changeset 1ec8a4289a5c in modules/account_statement_aeb43:5.0 details: https://hg.tryton.org/modules/account_statement_aeb43?cmd=changeset;node=1ec8a4289a5c description: Use iso-8859-1 as default encoding issue8279 review253341002 (grafted from 252fa5d54f56e5ed80ec

[tryton-commits] changeset in modules/account_eu:4.8 Only update ec_sales_list_co...

2019-05-04 Thread Sergi Almacellas Abellana
changeset 48b261015e4c in modules/account_eu:4.8 details: https://hg.tryton.org/modules/account_eu?cmd=changeset;node=48b261015e4c description: Only update ec_sales_list_code when it's diferent from template value issue7992 review49711002 (grafted from 82622b97b973

[tryton-commits] changeset in weblate:default Translated using Weblate (Catalan)

2019-05-08 Thread Sergi Almacellas Abellana
te: 2019-05-07 21:51+\n" +"Last-Translator: Sergi Almacellas Abellana \n" +"Language: ca\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator

[tryton-commits] changeset in weblate:default Translated using Weblate (Catalan)

2019-05-08 Thread Sergi Almacellas Abellana
May 07 07:58:30 2019 + +++ b/modules/account_es/locale/ca.po Tue May 07 07:58:56 2019 + @@ -1,6 +1,13 @@ # msgid "" -msgstr "Content-Type: text/plain; charset=utf-8\n" +msgstr "" +"PO-Revision-Date: 2019-05-07 21:51+\n" +"Last-Translator: S

[tryton-commits] changeset in weblate:default Translated using Weblate (Catalan)

2019-05-08 Thread Sergi Almacellas Abellana
str "" +"PO-Revision-Date: 2019-05-07 21:51+\n" +"Last-Translator: Sergi Almacellas Abellana \n" +"Language: ca\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; p

[tryton-commits] changeset in sao:4.8 Return rejected promise when creation fails

2019-05-17 Thread Sergi Almacellas Abellana
changeset 35975ddc2b87 in sao:4.8 details: https://hg.tryton.org/sao?cmd=changeset;node=35975ddc2b87 description: Return rejected promise when creation fails issue8168 review51631002 (grafted from cfc42be09a25768dacb1242c530b62c6d5e62368) diffstat: src/model.js |

[tryton-commits] changeset in sao:5.0 Return rejected promise when creation fails

2019-05-17 Thread Sergi Almacellas Abellana
changeset 8290b7b36a69 in sao:5.0 details: https://hg.tryton.org/sao?cmd=changeset;node=8290b7b36a69 description: Return rejected promise when creation fails issue8168 review51631002 (grafted from cfc42be09a25768dacb1242c530b62c6d5e62368) diffstat: src/model.js |

[tryton-commits] changeset in modules/sale_subscription:default Allow services to...

2019-05-24 Thread Sergi Almacellas Abellana
changeset 3745b4750a4d in modules/sale_subscription:default details: https://hg.tryton.org/modules/sale_subscription?cmd=changeset;node=3745b4750a4d description: Allow services to be deactivated issue8351 review251361002 diffstat: CHANGELOG | 2 ++ service.p

[tryton-commits] changeset in modules/account:default Add missing view_type on Te...

2019-06-03 Thread Sergi Almacellas Abellana
changeset d010b58cc69a in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=d010b58cc69a description: Add missing view_type on TemplateKeyWord StateAction Also add help attribute for fields issue8388 review279451002 diffstat:

[tryton-commits] changeset in modules/product:default Add missing message xml file

2019-06-03 Thread Sergi Almacellas Abellana
changeset 726e6ba35b84 in modules/product:default details: https://hg.tryton.org/modules/product?cmd=changeset;node=726e6ba35b84 description: Add missing message xml file issue8378 review273371002 diffstat: tryton.cfg | 1 + 1 files changed, 1 insertions(+), 0 deletions(

[tryton-commits] changeset in modules/stock_supply_forecast:default Add test scen...

2019-06-06 Thread Sergi Almacellas Abellana
changeset d7602b8f3ce5 in modules/stock_supply_forecast:default details: https://hg.tryton.org/modules/stock_supply_forecast?cmd=changeset;node=d7602b8f3ce5 description: Add test scenario issue8404 review277401005 diffstat: tests/scenario_stock_supply_forecast.rst | 101

[tryton-commits] changeset in modules/product:default Add product identifiers

2019-06-06 Thread Sergi Almacellas Abellana
changeset d728c553a43c in modules/product:default details: https://hg.tryton.org/modules/product?cmd=changeset;node=d728c553a43c description: Add product identifiers issue7086 review265481006 diffstat: CHANGELOG | 2 + __init__.py

[tryton-commits] changeset in modules/stock_supply_production:default Catch error...

2019-06-06 Thread Sergi Almacellas Abellana
changeset e0301c4cc765 in modules/stock_supply_production:default details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=e0301c4cc765 description: Catch error when removing non existant products It should not fail when the product has been removed by get

[tryton-commits] changeset in modules/account:default Use today as default date w...

2019-06-06 Thread Sergi Almacellas Abellana
changeset 64ae8b042f2d in modules/account:default details: https://hg.tryton.org/modules/account?cmd=changeset;node=64ae8b042f2d description: Use today as default date when inside the period issue8389 review259541002 diffstat: CHANGELOG | 2 ++ move.py | 23 +

[tryton-commits] changeset in modules/product:default Use ImportError instead of ...

2019-06-06 Thread Sergi Almacellas Abellana
changeset 97399864a211 in modules/product:default details: https://hg.tryton.org/modules/product?cmd=changeset;node=97399864a211 description: Use ImportError instead of ModuleNotFoundError for py3.5 support issue7086 diffstat: product.py | 2 +- 1 files changed, 1 insertions(+),

[tryton-commits] changeset in modules/stock_supply_forecast:default Include scena...

2019-06-06 Thread Sergi Almacellas Abellana
changeset bf0cff7cad1a in modules/stock_supply_forecast:default details: https://hg.tryton.org/modules/stock_supply_forecast?cmd=changeset;node=bf0cff7cad1a description: Include scenario on distribution package and add proteus as test dependency issue8404 diffstat: setup.py | 4

[tryton-commits] changeset in modules/account:4.4 Add missing view_type on Templa...

2019-06-12 Thread Sergi Almacellas Abellana
changeset 055cfcede0d7 in modules/account:4.4 details: https://hg.tryton.org/modules/account?cmd=changeset;node=055cfcede0d7 description: Add missing view_type on TemplateKeyWord StateAction Also add help attribute for fields issue8388 review279451002 (graf

[tryton-commits] changeset in modules/account:5.0 Add missing view_type on Templa...

2019-06-12 Thread Sergi Almacellas Abellana
changeset bd8f553cb593 in modules/account:5.0 details: https://hg.tryton.org/modules/account?cmd=changeset;node=bd8f553cb593 description: Add missing view_type on TemplateKeyWord StateAction Also add help attribute for fields issue8388 review279451002 (graf

[tryton-commits] changeset in modules/account:4.6 Add missing view_type on Templa...

2019-06-12 Thread Sergi Almacellas Abellana
changeset 6e9aa4859a0d in modules/account:4.6 details: https://hg.tryton.org/modules/account?cmd=changeset;node=6e9aa4859a0d description: Add missing view_type on TemplateKeyWord StateAction Also add help attribute for fields issue8388 review279451002 (graf

[tryton-commits] changeset in modules/product:5.2 Add missing message xml file

2019-06-12 Thread Sergi Almacellas Abellana
changeset 1e9e3db71d68 in modules/product:5.2 details: https://hg.tryton.org/modules/product?cmd=changeset;node=1e9e3db71d68 description: Add missing message xml file issue8378 review273371002 (grafted from 726e6ba35b8406b5ddc3d83fb1b7ae8ef701ffa2) diffstat: tryto

[tryton-commits] changeset in modules/account:5.2 Add missing view_type on Templa...

2019-06-12 Thread Sergi Almacellas Abellana
changeset 72b95dedfdae in modules/account:5.2 details: https://hg.tryton.org/modules/account?cmd=changeset;node=72b95dedfdae description: Add missing view_type on TemplateKeyWord StateAction Also add help attribute for fields issue8388 review279451002 (graf

[tryton-commits] changeset in modules/account:4.8 Add missing view_type on Templa...

2019-06-12 Thread Sergi Almacellas Abellana
changeset 9008047009bf in modules/account:4.8 details: https://hg.tryton.org/modules/account?cmd=changeset;node=9008047009bf description: Add missing view_type on TemplateKeyWord StateAction Also add help attribute for fields issue8388 review279451002 (graf

[tryton-commits] changeset in modules/stock_supply_production:4.8 Catch error whe...

2019-06-17 Thread Sergi Almacellas Abellana
changeset 643a32f0b136 in modules/stock_supply_production:4.8 details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=643a32f0b136 description: Catch error when removing non existant products It should not fail when the product has been removed by get_sho

[tryton-commits] changeset in modules/stock_supply_production:4.4 Catch error whe...

2019-06-17 Thread Sergi Almacellas Abellana
changeset 7e80e571164b in modules/stock_supply_production:4.4 details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=7e80e571164b description: Catch error when removing non existant products It should not fail when the product has been removed by get_sho

[tryton-commits] changeset in modules/stock_supply_production:5.2 Catch error whe...

2019-06-17 Thread Sergi Almacellas Abellana
changeset 323525c3df4c in modules/stock_supply_production:5.2 details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=323525c3df4c description: Catch error when removing non existant products It should not fail when the product has been removed by get_sho

[tryton-commits] changeset in modules/stock_supply_production:5.0 Catch error whe...

2019-06-17 Thread Sergi Almacellas Abellana
changeset be6fcd46487c in modules/stock_supply_production:5.0 details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=be6fcd46487c description: Catch error when removing non existant products It should not fail when the product has been removed by get_sho

[tryton-commits] changeset in modules/stock_supply_production:4.6 Catch error whe...

2019-06-17 Thread Sergi Almacellas Abellana
changeset 0cc833fbe2bf in modules/stock_supply_production:4.6 details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=0cc833fbe2bf description: Catch error when removing non existant products It should not fail when the product has been removed by get_sho

[tryton-commits] changeset in modules/stock_supply:default Make order point's min...

2019-06-28 Thread Sergi Almacellas Abellana
changeset 314ac23addbe in modules/stock_supply:default details: https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=314ac23addbe description: Make order point's minimal quantity required issue8405 review259611017 diffstat: CHANGELOG

[tryton-commits] changeset in modules/stock_supply_production:default Make order ...

2019-06-28 Thread Sergi Almacellas Abellana
changeset fbb0dcccd9c5 in modules/stock_supply_production:default details: https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=fbb0dcccd9c5 description: Make order point's minimal quantity required issue8405 review259611017 diffstat: tests/scenario_s

  1   2   3   4   5   6   7   8   9   10   >