[tryton-commits] changeset in modules/stock:default Allow to modify unit_price_up...

2022-09-29 Thread José Antonio Díaz
changeset 449fb2bdb0c0 in modules/stock:default details: https://hg.tryton.org/modules/stock?cmd=changeset=449fb2bdb0c0 description: Allow to modify unit_price_updated on closed period issue11739 review418141003 diffstat: move.py | 3 ++- 1 files changed, 2

[tryton-commits] changeset in modules/stock:default Require unit price for return...

2022-09-29 Thread Cédric Krier
changeset 31463a48b01b in modules/stock:default details: https://hg.tryton.org/modules/stock?cmd=changeset=31463a48b01b description: Require unit price for return move from customer issue11733 review429401003 diffstat: move.py | 2 +- 1 files changed, 1 insertions(+), 1

[tryton-commits] changeset in trytond:6.0 Activate module tests for LRUDictTransa...

2022-09-29 Thread Cédric Krier
changeset 4c63f23bd432 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=4c63f23bd432 description: Activate module tests for LRUDictTransaction tests The test case use a Transaction instance which needs a database to connect to. (grafted from

[tryton-commits] changeset in trytond:6.2 Activate module tests for LRUDictTransa...

2022-09-29 Thread Cédric Krier
changeset eb519d48fb94 in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset=eb519d48fb94 description: Activate module tests for LRUDictTransaction tests The test case use a Transaction instance which needs a database to connect to. (grafted from

[tryton-commits] changeset in trytond:6.4 Activate module tests for LRUDictTransa...

2022-09-29 Thread Cédric Krier
changeset d07b56020af8 in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset=d07b56020af8 description: Activate module tests for LRUDictTransaction tests The test case use a Transaction instance which needs a database to connect to. (grafted from

[tryton-commits] changeset in trytond:6.0 Catch get_connection errors in Cache li...

2022-09-29 Thread Nicolas Évrard
changeset ffac357d4312 in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=ffac357d4312 description: Catch get_connection errors in Cache listener issue11563 review411271003 (grafted from 7123014d260c278bd36a25d9c4a7543db553733c) diffstat:

[tryton-commits] changeset in trytond:6.2 Catch get_connection errors in Cache li...

2022-09-29 Thread Nicolas Évrard
changeset ae0476e33d82 in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset=ae0476e33d82 description: Catch get_connection errors in Cache listener issue11563 review411271003 (grafted from 7123014d260c278bd36a25d9c4a7543db553733c) diffstat:

[tryton-commits] changeset in trytond:6.4 Catch get_connection errors in Cache li...

2022-09-29 Thread Nicolas Évrard
changeset a87d1206c5cc in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset=a87d1206c5cc description: Catch get_connection errors in Cache listener issue11563 review411271003 (grafted from 7123014d260c278bd36a25d9c4a7543db553733c) diffstat:

[tryton-commits] changeset in trytond:6.0 Set rec_name of wizard defaults in a di...

2022-09-29 Thread Cédric Krier
changeset cb78ca4f66ed in trytond:6.0 details: https://hg.tryton.org/trytond?cmd=changeset=cb78ca4f66ed description: Set rec_name of wizard defaults in a dictionary under dotted suffix issue11706 review423821003 (grafted from

[tryton-commits] changeset in trytond:6.2 Set rec_name of wizard defaults in a di...

2022-09-29 Thread Cédric Krier
changeset 7073f9719d8a in trytond:6.2 details: https://hg.tryton.org/trytond?cmd=changeset=7073f9719d8a description: Set rec_name of wizard defaults in a dictionary under dotted suffix issue11706 review423821003 (grafted from

[tryton-commits] changeset in trytond:6.4 Set rec_name of wizard defaults in a di...

2022-09-29 Thread Cédric Krier
changeset a1b42a36e1f7 in trytond:6.4 details: https://hg.tryton.org/trytond?cmd=changeset=a1b42a36e1f7 description: Set rec_name of wizard defaults in a dictionary under dotted suffix issue11706 review423821003 (grafted from

[tryton-commits] changeset in tryton:5.0 Select the clicked line when activating ...

2022-09-29 Thread Nicolas Évrard
changeset 58e384fcce26 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset=58e384fcce26 description: Select the clicked line when activating a button in list view issue11212 review433141003 (grafted from e97626052a77e58d84dafbe11c32f7ccea4fdfaa)

[tryton-commits] changeset in tryton:6.0 Select the clicked line when activating ...

2022-09-29 Thread Nicolas Évrard
changeset 2f09effcb95d in tryton:6.0 details: https://hg.tryton.org/tryton?cmd=changeset=2f09effcb95d description: Select the clicked line when activating a button in list view issue11212 review433141003 (grafted from e97626052a77e58d84dafbe11c32f7ccea4fdfaa)

[tryton-commits] changeset in tryton:6.2 Select the clicked line when activating ...

2022-09-29 Thread Nicolas Évrard
changeset 5ad7f307f7e5 in tryton:6.2 details: https://hg.tryton.org/tryton?cmd=changeset=5ad7f307f7e5 description: Select the clicked line when activating a button in list view issue11212 review433141003 (grafted from e97626052a77e58d84dafbe11c32f7ccea4fdfaa)

[tryton-commits] changeset in tryton:6.4 Select the clicked line when activating ...

2022-09-29 Thread Nicolas Évrard
changeset 60e29b9f6321 in tryton:6.4 details: https://hg.tryton.org/tryton?cmd=changeset=60e29b9f6321 description: Select the clicked line when activating a button in list view issue11212 review433141003 (grafted from e97626052a77e58d84dafbe11c32f7ccea4fdfaa)

[tryton-commits] changeset in sao:6.0 Do not wait for wizard response to allow close

2022-09-29 Thread Cédric Krier
changeset fbe7b1d3ea56 in sao:6.0 details: https://hg.tryton.org/sao?cmd=changeset=fbe7b1d3ea56 description: Do not wait for wizard response to allow close The wizard response does not return a promise anymore since rev 15c499b95290. issue11533 review425641004

[tryton-commits] changeset in sao:6.2 Do not wait for wizard response to allow close

2022-09-29 Thread Cédric Krier
changeset 10d405d47b15 in sao:6.2 details: https://hg.tryton.org/sao?cmd=changeset=10d405d47b15 description: Do not wait for wizard response to allow close The wizard response does not return a promise anymore since rev 15c499b95290. issue11533 review425641004

[tryton-commits] changeset in sao:6.4 Do not wait for wizard response to allow close

2022-09-29 Thread Cédric Krier
changeset f17bdc95a7a0 in sao:6.4 details: https://hg.tryton.org/sao?cmd=changeset=f17bdc95a7a0 description: Do not wait for wizard response to allow close The wizard response does not return a promise anymore since rev 15c499b95290. issue11533 review425641004

[tryton-commits] changeset in modules/timesheet:6.0 Allow null origin also to GET...

2022-09-29 Thread Cédric Krier
changeset 772be7839f9e in modules/timesheet:6.0 details: https://hg.tryton.org/modules/timesheet?cmd=changeset=772be7839f9e description: Allow null origin also to GET requests The Origin header is also set for GET requests made by JavaScript. issue11691

[tryton-commits] changeset in modules/timesheet:6.2 Allow null origin also to GET...

2022-09-29 Thread Cédric Krier
changeset 1b58e7633baf in modules/timesheet:6.2 details: https://hg.tryton.org/modules/timesheet?cmd=changeset=1b58e7633baf description: Allow null origin also to GET requests The Origin header is also set for GET requests made by JavaScript. issue11691

[tryton-commits] changeset in modules/timesheet:6.4 Allow null origin also to GET...

2022-09-29 Thread Cédric Krier
changeset f3c6b5466d99 in modules/timesheet:6.4 details: https://hg.tryton.org/modules/timesheet?cmd=changeset=f3c6b5466d99 description: Allow null origin also to GET requests The Origin header is also set for GET requests made by JavaScript. issue11691

[tryton-commits] changeset in modules/stock_package_shipping_ups:5.0 Do not use i...

2022-09-29 Thread Cédric Krier
changeset 07452bd4a68a in modules/stock_package_shipping_ups:5.0 details: https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset=07452bd4a68a description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_ups:6.0 Do not use i...

2022-09-29 Thread Cédric Krier
changeset 8e67f0ee6296 in modules/stock_package_shipping_ups:6.0 details: https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset=8e67f0ee6296 description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_ups:6.2 Do not use i...

2022-09-29 Thread Cédric Krier
changeset 2c9171981513 in modules/stock_package_shipping_ups:6.2 details: https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset=2c9171981513 description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_ups:6.4 Do not use i...

2022-09-29 Thread Cédric Krier
changeset 5b22bd3e4439 in modules/stock_package_shipping_ups:6.4 details: https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset=5b22bd3e4439 description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_sendcloud:6.2 Do not...

2022-09-29 Thread Cédric Krier
changeset a6451087f1df in modules/stock_package_shipping_sendcloud:6.2 details: https://hg.tryton.org/modules/stock_package_shipping_sendcloud?cmd=changeset=a6451087f1df description: Do not use international shipping in test scenario issue11718 review423881003

[tryton-commits] changeset in modules/stock_package_shipping_sendcloud:6.4 Do not...

2022-09-29 Thread Cédric Krier
changeset d39c4105bf85 in modules/stock_package_shipping_sendcloud:6.4 details: https://hg.tryton.org/modules/stock_package_shipping_sendcloud?cmd=changeset=d39c4105bf85 description: Do not use international shipping in test scenario issue11718 review423881003

[tryton-commits] changeset in modules/stock_package_shipping_dpd:5.0 Do not use i...

2022-09-29 Thread Cédric Krier
changeset e765f1890a24 in modules/stock_package_shipping_dpd:5.0 details: https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset=e765f1890a24 description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_dpd:6.0 Do not use i...

2022-09-29 Thread Cédric Krier
changeset a8dc4f62d3af in modules/stock_package_shipping_dpd:6.0 details: https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset=a8dc4f62d3af description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_dpd:6.2 Do not use i...

2022-09-29 Thread Cédric Krier
changeset 027c59265b2c in modules/stock_package_shipping_dpd:6.2 details: https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset=027c59265b2c description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock_package_shipping_dpd:6.4 Do not use i...

2022-09-29 Thread Cédric Krier
changeset d1895df35a22 in modules/stock_package_shipping_dpd:6.4 details: https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset=d1895df35a22 description: Do not use international shipping in test scenario issue11718 review423881003 (grafted from

[tryton-commits] changeset in modules/stock:6.0 Exclude cancelled moves in produc...

2022-09-29 Thread Maxime Richez
changeset b053f51384fd in modules/stock:6.0 details: https://hg.tryton.org/modules/stock?cmd=changeset=b053f51384fd description: Exclude cancelled moves in product quantities by warehouse move issue11702 review441451003 (grafted from

[tryton-commits] changeset in modules/stock:6.2 Exclude cancelled moves in produc...

2022-09-29 Thread Maxime Richez
changeset bf6c479c94b3 in modules/stock:6.2 details: https://hg.tryton.org/modules/stock?cmd=changeset=bf6c479c94b3 description: Exclude cancelled moves in product quantities by warehouse move issue11702 review441451003 (grafted from

[tryton-commits] changeset in modules/stock:6.4 Exclude cancelled moves in produc...

2022-09-29 Thread Maxime Richez
changeset eddef9422972 in modules/stock:6.4 details: https://hg.tryton.org/modules/stock?cmd=changeset=eddef9422972 description: Exclude cancelled moves in product quantities by warehouse move issue11702 review441451003 (grafted from

[tryton-commits] changeset in modules/sale:6.0 Hide amounts, links and button in ...

2022-09-29 Thread Cédric Krier
changeset 9872f787e75d in modules/sale:6.0 details: https://hg.tryton.org/modules/sale?cmd=changeset=9872f787e75d description: Hide amounts, links and button in modify header form issue11708 review431591005 (grafted from 41337486223b325490c4a12f70333a374212af7e)

[tryton-commits] changeset in modules/sale:6.2 Hide amounts, links and button in ...

2022-09-29 Thread Cédric Krier
changeset 5c4d7e2e1690 in modules/sale:6.2 details: https://hg.tryton.org/modules/sale?cmd=changeset=5c4d7e2e1690 description: Hide amounts, links and button in modify header form issue11708 review431591005 (grafted from 41337486223b325490c4a12f70333a374212af7e)

[tryton-commits] changeset in modules/sale:6.4 Hide amounts, links and button in ...

2022-09-29 Thread Cédric Krier
changeset fd06f016d197 in modules/sale:6.4 details: https://hg.tryton.org/modules/sale?cmd=changeset=fd06f016d197 description: Hide amounts, links and button in modify header form issue11708 review431591005 (grafted from 41337486223b325490c4a12f70333a374212af7e)

[tryton-commits] changeset in modules/purchase:6.0 Hide amounts, links and button...

2022-09-29 Thread Cédric Krier
changeset 053464eba922 in modules/purchase:6.0 details: https://hg.tryton.org/modules/purchase?cmd=changeset=053464eba922 description: Hide amounts, links and button in modify header form issue11708 review431591005 (grafted from

[tryton-commits] changeset in modules/purchase:6.2 Hide amounts, links and button...

2022-09-29 Thread Cédric Krier
changeset 0efc07060399 in modules/purchase:6.2 details: https://hg.tryton.org/modules/purchase?cmd=changeset=0efc07060399 description: Hide amounts, links and button in modify header form issue11708 review431591005 (grafted from

[tryton-commits] changeset in modules/purchase:6.4 Hide amounts, links and button...

2022-09-29 Thread Cédric Krier
changeset 09637f56338b in modules/purchase:6.4 details: https://hg.tryton.org/modules/purchase?cmd=changeset=09637f56338b description: Hide amounts, links and button in modify header form issue11708 review431591005 (grafted from

[tryton-commits] changeset in modules/product_kit:6.0 Invert boolean operator in ...

2022-09-29 Thread Cédric Krier
changeset c641e5674211 in modules/product_kit:6.0 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=c641e5674211 description: Invert boolean operator in search_shipments_returns issue11713 review439461003 (grafted from

[tryton-commits] changeset in modules/product_kit:6.2 Invert boolean operator in ...

2022-09-29 Thread Cédric Krier
changeset e298400cc43f in modules/product_kit:6.2 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=e298400cc43f description: Invert boolean operator in search_shipments_returns issue11713 review439461003 (grafted from

[tryton-commits] changeset in modules/product_kit:6.4 Invert boolean operator in ...

2022-09-29 Thread Cédric Krier
changeset fd92effad73d in modules/product_kit:6.4 details: https://hg.tryton.org/modules/product_kit?cmd=changeset=fd92effad73d description: Invert boolean operator in search_shipments_returns issue11713 review439461003 (grafted from

[tryton-commits] changeset in modules/carrier_percentage:5.0 Do not compute price...

2022-09-29 Thread Cédric Krier
changeset dc6d71a65a74 in modules/carrier_percentage:5.0 details: https://hg.tryton.org/modules/carrier_percentage?cmd=changeset=dc6d71a65a74 description: Do not compute price if no currency is set issue11684 review435831003 (grafted from

[tryton-commits] changeset in modules/carrier_percentage:6.0 Do not compute price...

2022-09-29 Thread Cédric Krier
changeset 85cc25cab7fb in modules/carrier_percentage:6.0 details: https://hg.tryton.org/modules/carrier_percentage?cmd=changeset=85cc25cab7fb description: Do not compute price if no currency is set issue11684 review435831003 (grafted from

[tryton-commits] changeset in modules/carrier_percentage:6.2 Do not compute price...

2022-09-29 Thread Cédric Krier
changeset 20bdecddb038 in modules/carrier_percentage:6.2 details: https://hg.tryton.org/modules/carrier_percentage?cmd=changeset=20bdecddb038 description: Do not compute price if no currency is set issue11684 review435831003 (grafted from

[tryton-commits] changeset in modules/carrier_percentage:6.4 Do not compute price...

2022-09-29 Thread Cédric Krier
changeset 052735012a26 in modules/carrier_percentage:6.4 details: https://hg.tryton.org/modules/carrier_percentage?cmd=changeset=052735012a26 description: Do not compute price if no currency is set issue11684 review435831003 (grafted from

[tryton-commits] changeset in modules/account_payment_stripe:5.0 Expand sources f...

2022-09-29 Thread Cédric Krier
changeset 990a35c49860 in modules/account_payment_stripe:5.0 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset=990a35c49860 description: Expand sources from customer when needed issue11717 review421741003 (grafted from

[tryton-commits] changeset in modules/account_payment_stripe:6.0 Expand sources f...

2022-09-29 Thread Cédric Krier
changeset 5429c7cfaff5 in modules/account_payment_stripe:6.0 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset=5429c7cfaff5 description: Expand sources from customer when needed issue11717 review421741003 (grafted from

[tryton-commits] changeset in modules/account_payment_stripe:6.2 Expand sources f...

2022-09-29 Thread Cédric Krier
changeset 78f8fb75f310 in modules/account_payment_stripe:6.2 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset=78f8fb75f310 description: Expand sources from customer when needed issue11717 review421741003 (grafted from

[tryton-commits] changeset in modules/account_payment_stripe:6.4 Expand sources f...

2022-09-29 Thread Cédric Krier
changeset 153e18455674 in modules/account_payment_stripe:6.4 details: https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset=153e18455674 description: Expand sources from customer when needed issue11717 review421741003 (grafted from

[tryton-commits] changeset in modules/stock_supply:default Remove default currenc...

2022-09-29 Thread Maxime Richez
changeset a8081d8b5d8f in modules/stock_supply:default details: https://hg.tryton.org/modules/stock_supply?cmd=changeset=a8081d8b5d8f description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/stock_split:default Remove default currency...

2022-09-29 Thread Maxime Richez
changeset 206a2668b8fa in modules/stock_split:default details: https://hg.tryton.org/modules/stock_split?cmd=changeset=206a2668b8fa description: Remove default currency on stock move issue11512 review433171003 diffstat: tests/scenario_stock_split_shipment.rst | 1 + 1

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

2022-09-29 Thread Maxime Richez
changeset b9a2b57ddc12 in modules/stock_quantity_issue:default details: https://hg.tryton.org/modules/stock_quantity_issue?cmd=changeset=b9a2b57ddc12 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/stock_quantity_early_planning:default Remov...

2022-09-29 Thread Maxime Richez
changeset 0bac64a3e830 in modules/stock_quantity_early_planning:default details: https://hg.tryton.org/modules/stock_quantity_early_planning?cmd=changeset=0bac64a3e830 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/stock_lot_unit:default Remove default curre...

2022-09-29 Thread Maxime Richez
changeset 4f8285582efc in modules/stock_lot_unit:default details: https://hg.tryton.org/modules/stock_lot_unit?cmd=changeset=4f8285582efc description: Remove default currency on stock move issue11512 review433171003 diffstat: tests/scenario_stock_lot_unit.rst |

[tryton-commits] changeset in modules/stock_lot:default Remove default currency o...

2022-09-29 Thread Maxime Richez
changeset 528ccce4c861 in modules/stock_lot:default details: https://hg.tryton.org/modules/stock_lot?cmd=changeset=528ccce4c861 description: Remove default currency on stock move issue11512 review433171003 diffstat: tests/scenario_stock_lot_move_add.rst | 5 - 1

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

2022-09-29 Thread Maxime Richez
changeset f003802d4179 in modules/stock_location_move:default details: https://hg.tryton.org/modules/stock_location_move?cmd=changeset=f003802d4179 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/stock_consignment:default Remove default cu...

2022-09-29 Thread Maxime Richez
changeset 9cbd16b1106c in modules/stock_consignment:default details: https://hg.tryton.org/modules/stock_consignment?cmd=changeset=9cbd16b1106c description: Remove default currency on stock move issue11512 review433171003 diffstat: tests/scenario_stock_consignment.rst |

[tryton-commits] changeset in modules/stock:default Remove default currency on st...

2022-09-29 Thread Maxime Richez
changeset 4ad69cbbe49d in modules/stock:default details: https://hg.tryton.org/modules/stock?cmd=changeset=4ad69cbbe49d description: Remove default currency on stock move issue11512 review433171003 diffstat: CHANGELOG

[tryton-commits] changeset in modules/purchase_shipment_cost:default Remove defau...

2022-09-29 Thread Maxime Richez
changeset 237134aa7ad7 in modules/purchase_shipment_cost:default details: https://hg.tryton.org/modules/purchase_shipment_cost?cmd=changeset=237134aa7ad7 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/product_kit:default Remove default currency...

2022-09-29 Thread Maxime Richez
changeset b039fb26138c in modules/product_kit:default details: https://hg.tryton.org/modules/product_kit?cmd=changeset=b039fb26138c description: Remove default currency on stock move issue11512 review433171003 diffstat: tests/scenario_product_kit.rst | 7 ++- 1

[tryton-commits] changeset in modules/product_cost_warehouse:default Remove defau...

2022-09-29 Thread Maxime Richez
changeset 93b4cdf09c65 in modules/product_cost_warehouse:default details: https://hg.tryton.org/modules/product_cost_warehouse?cmd=changeset=93b4cdf09c65 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/carrier_weight:default Remove default curre...

2022-09-29 Thread Maxime Richez
changeset 0e9e3d053b6d in modules/carrier_weight:default details: https://hg.tryton.org/modules/carrier_weight?cmd=changeset=0e9e3d053b6d description: Remove default currency on stock move issue11512 review433171003 diffstat: tests/scenario_carrier_weight.rst | 1 + 1

[tryton-commits] changeset in modules/carrier_percentage:default Remove default c...

2022-09-29 Thread Maxime Richez
changeset b9d79e5694de in modules/carrier_percentage:default details: https://hg.tryton.org/modules/carrier_percentage?cmd=changeset=b9d79e5694de description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/account_stock_shipment_cost_weight:default ...

2022-09-29 Thread Maxime Richez
changeset 5eba158e1327 in modules/account_stock_shipment_cost_weight:default details: https://hg.tryton.org/modules/account_stock_shipment_cost_weight?cmd=changeset=5eba158e1327 description: Remove default currency on stock move issue11512 review433171003 diffstat:

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

2022-09-29 Thread Maxime Richez
changeset 152a8543685f in modules/account_stock_shipment_cost:default details: https://hg.tryton.org/modules/account_stock_shipment_cost?cmd=changeset=152a8543685f description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/account_stock_landed_cost_weight:default Re...

2022-09-29 Thread Maxime Richez
changeset 96fe5d137331 in modules/account_stock_landed_cost_weight:default details: https://hg.tryton.org/modules/account_stock_landed_cost_weight?cmd=changeset=96fe5d137331 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/account_stock_landed_cost:default Remove de...

2022-09-29 Thread Maxime Richez
changeset c84c16a0fcd6 in modules/account_stock_landed_cost:default details: https://hg.tryton.org/modules/account_stock_landed_cost?cmd=changeset=c84c16a0fcd6 description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in modules/account_invoice_stock:default Remove defaul...

2022-09-29 Thread Maxime Richez
changeset 6cff5c3f3b6b in modules/account_invoice_stock:default details: https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset=6cff5c3f3b6b description: Remove default currency on stock move issue11512 review433171003 diffstat:

[tryton-commits] changeset in www.tryton.org:default Migrate Sinclair Containers ...

2022-09-29 Thread Cédric Krier
changeset 0e1d9a9c29d4 in www.tryton.org:default details: https://hg.tryton.org/www.tryton.org?cmd=changeset=0e1d9a9c29d4 description: Migrate Sinclair Containers success story review418081003 diffstat: app.py |3 +-