Tryton Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(327)

Issue 361251002: tryton-env: Remove index management from field definition (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
2 years, 3 months ago by nicoe
Modified:
7 months, 4 weeks ago
Reviewers:
ced, yangoon, albert, pokoli, rietveld-bot, dave, reviewbot
Visibility:
Public.

Description

issue5757 COLLABORATOR=cedric.krier@b2ck.com

Patch Set 1 #

Patch Set 2 : Add CHANGELOG #

Total comments: 7

Patch Set 3 : Use a declarative API for index specification #

Total comments: 1

Patch Set 4 : Move index creation at the end of the update #

Patch Set 5 : Use a more flexible design regarding Usage option and Combination #

Patch Set 6 : Fix index creation #

Total comments: 29

Patch Set 7 : Fix some remarks #

Patch Set 8 : Update to tip and move extension check to Database #

Patch Set 9 : Fix SQLite implementation #

Total comments: 56

Patch Set 10 : Update to tip + fix remarks #

Patch Set 11 : Update to tip #

Total comments: 119

Patch Set 12 : Made Index and Usage hashable + fix remarks #

Total comments: 26

Patch Set 13 : Fix remarks and add doc #

Patch Set 14 : Remove select and add indexes in modules #

Patch Set 15 : Use table name from table handler and drop old indexes #

Patch Set 16 : Update to tip #

Total comments: 2

Patch Set 17 : flake8 #

Patch Set 18 : Fix index name: include options, support prefix etc. #

Total comments: 4

Patch Set 19 : Use translator def for index name, add begin option, fix doc #

Patch Set 20 : convert_name #

Patch Set 21 : Use partial index for Many2One not required #

Patch Set 22 : Add index on _rec_name, fix Index hash and equality #

Patch Set 23 : Support unaccent, remove duplicate rec_name index and remove unaccent search on number and reference #

Patch Set 24 : Add some more index on ir_translation #

Patch Set 25 : Update to tip and skip index creation with parameters on SQLite #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2433 lines, -1120 lines) Patch
M modules/account/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +31 lines, -20 lines 0 comments Download
M modules/account/fiscalyear.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account/journal.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account/move.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 12 chunks +51 lines, -29 lines 0 comments Download
M modules/account/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account/period.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +13 lines, -8 lines 0 comments Download
M modules/account/tax.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +18 lines, -16 lines 0 comments Download
M modules/account_asset/asset.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +12 lines, -7 lines 0 comments Download
M modules/account_budget/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +14 lines, -9 lines 0 comments Download
M modules/account_consolidation/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account_credit_limit/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account_dunning/dunning.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +11 lines, -7 lines 0 comments Download
M modules/account_dunning/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account_dunning_fee/dunning.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account_es_sii/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -2 lines 0 comments Download
M modules/account_invoice/invoice.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 15 chunks +36 lines, -26 lines 0 comments Download
M modules/account_invoice/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account_invoice_defer/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -1 line 0 comments Download
M modules/account_invoice_stock/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -4 lines 0 comments Download
M modules/account_payment/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/account_payment/payment.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +12 lines, -8 lines 0 comments Download
M modules/account_payment_braintree/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +9 lines, -2 lines 0 comments Download
M modules/account_payment_clearing/payment.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/account_payment_sepa/payment.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +16 lines, -7 lines 0 comments Download
M modules/account_payment_stripe/payment.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +10 lines, -3 lines 0 comments Download
M modules/account_product/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +7 lines, -6 lines 0 comments Download
M modules/account_statement/journal.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/account_statement/statement.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +17 lines, -7 lines 0 comments Download
M modules/account_stock_landed_cost/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +12 lines, -8 lines 0 comments Download
M modules/account_stock_shipment_cost/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 6 chunks +10 lines, -7 lines 0 comments Download
M modules/analytic_account/account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 8 chunks +14 lines, -7 lines 0 comments Download
M modules/analytic_account/line.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +9 lines, -4 lines 0 comments Download
M modules/analytic_budget/analytic_account.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/attendance/attendance.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +9 lines, -2 lines 0 comments Download
M modules/authentication_sms/res.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +8 lines, -2 lines 0 comments Download
M modules/bank/bank.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download
M modules/carrier_carriage/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/carrier_carriage/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/carrier_weight/carrier.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M modules/commission/commission.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +5 lines, -4 lines 0 comments Download
M modules/commission/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
M modules/company/ir.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -4 lines 0 comments Download
M modules/company/model.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/company/res.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -6 lines 0 comments Download
M modules/country/country.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +20 lines, -14 lines 0 comments Download
M modules/currency/currency.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +11 lines, -4 lines 0 comments Download
M modules/currency/fields.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -3 lines 0 comments Download
M modules/customs/customs.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/customs/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -2 lines 0 comments Download
M modules/dashboard/dashboard.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/incoterm/incoterm.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -4 lines 0 comments Download
M modules/incoterm/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/marketing_automation/marketing_automation.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +12 lines, -1 line 0 comments Download
M modules/marketing_automation/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/marketing_email/marketing.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +11 lines, -10 lines 0 comments Download
M modules/notification_email/notification.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/party/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
M modules/party/address.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
M modules/party/category.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/party/contact_mechanism.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +6 lines, -4 lines 0 comments Download
A modules/party/country.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +21 lines, -0 lines 0 comments Download
M modules/party/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 6 chunks +18 lines, -12 lines 0 comments Download
M modules/party_relationship/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +17 lines, -7 lines 0 comments Download
M modules/product/category.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/product/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 13 chunks +34 lines, -15 lines 0 comments Download
M modules/product_attribute/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -4 lines 0 comments Download
M modules/product_classification/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/product_classification_taxonomic/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -5 lines 0 comments Download
M modules/product_image/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/product_kit/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/product_kit/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
M modules/product_kit/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
M modules/product_price_list/price_list.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/production/bom.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/production/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +7 lines, -6 lines 0 comments Download
M modules/production/production.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +19 lines, -4 lines 0 comments Download
M modules/production/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
M modules/production_outsourcing/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/production_routing/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/production_routing/routing.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -3 lines 0 comments Download
M modules/production_work/work.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 8 chunks +20 lines, -12 lines 0 comments Download
M modules/project/work.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +16 lines, -7 lines 0 comments Download
M modules/project_invoice/project.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/project_plan/allocation.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
M modules/project_plan/work.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
M modules/project_revenue/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M modules/purchase/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -3 lines 0 comments Download
M modules/purchase/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +15 lines, -7 lines 0 comments Download
M modules/purchase/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +53 lines, -31 lines 0 comments Download
M modules/purchase_amendment/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -2 lines 0 comments Download
M modules/purchase_blanket_agreement/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +15 lines, -6 lines 0 comments Download
M modules/purchase_invoice_line_standalone/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -4 lines 0 comments Download
M modules/purchase_price_list/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/purchase_request/purchase_request.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +12 lines, -6 lines 0 comments Download
M modules/purchase_request_quotation/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +15 lines, -6 lines 0 comments Download
M modules/purchase_requisition/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +12 lines, -4 lines 0 comments Download
M modules/sale/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/sale/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/sale/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 10 chunks +52 lines, -30 lines 0 comments Download
M modules/sale/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
M modules/sale_advance_payment/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +5 lines, -5 lines 0 comments Download
M modules/sale_amendment/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +8 lines, -2 lines 0 comments Download
M modules/sale_blanket_agreement/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +16 lines, -6 lines 0 comments Download
M modules/sale_complaint/complaint.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +15 lines, -5 lines 0 comments Download
M modules/sale_extra/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/sale_gift_card/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -3 lines 0 comments Download
M modules/sale_invoice_grouping/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/sale_opportunity/opportunity.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +28 lines, -16 lines 0 comments Download
M modules/sale_point/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/sale_point/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +15 lines, -4 lines 0 comments Download
M modules/sale_price_list/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/sale_product_customer/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/sale_product_recommendation_association_rule/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +15 lines, -5 lines 0 comments Download
M modules/sale_promotion/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +4 lines, -5 lines 0 comments Download
M modules/sale_promotion_coupon/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/sale_shipment_grouping/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/sale_subscription/recurrence.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M modules/sale_subscription/subscription.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +16 lines, -8 lines 0 comments Download
M modules/sale_subscription_asset/sale.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/sale_supply_drop_shipment/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +13 lines, -3 lines 0 comments Download
M modules/stock/inventory.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -3 lines 0 comments Download
M modules/stock/location.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 5 chunks +15 lines, -12 lines 0 comments Download
M modules/stock/move.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 12 chunks +75 lines, -80 lines 0 comments Download
M modules/stock/party.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/stock/period.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +33 lines, -8 lines 0 comments Download
M modules/stock/product.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +10 lines, -3 lines 0 comments Download
M modules/stock/shipment.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 14 chunks +76 lines, -16 lines 0 comments Download
M modules/stock_forecast/forecast.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +13 lines, -6 lines 0 comments Download
M modules/stock_inventory_location/inventory.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
M modules/stock_location_move/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/stock_lot/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +29 lines, -6 lines 0 comments Download
M modules/stock_package/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +9 lines, -4 lines 0 comments Download
M modules/stock_product_location/location.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
M modules/stock_quantity_early_planning/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +9 lines, -3 lines 0 comments Download
M modules/stock_quantity_issue/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +9 lines, -4 lines 0 comments Download
M modules/stock_supply/order_point.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -7 lines 0 comments Download
M modules/stock_supply_day/purchase.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/timesheet/line.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +29 lines, -6 lines 0 comments Download
M modules/timesheet/work.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
M modules/timesheet_cost/company.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -2 lines 0 comments Download
M modules/user_role/res.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M modules/web_shop/web.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -6 lines 0 comments Download
M modules/web_shop_shopify/stock.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -1 line 0 comments Download
M modules/web_shop_shopify/web.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M modules/web_user/user.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +21 lines, -10 lines 0 comments Download
M trytond/CHANGELOG View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M trytond/doc/ref/backend.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +52 lines, -8 lines 0 comments Download
M trytond/doc/ref/fields.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -4 lines 0 comments Download
M trytond/doc/ref/models.rst View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +48 lines, -1 line 0 comments Download
M trytond/trytond/backend/database.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +3 lines, -0 lines 0 comments Download
M trytond/trytond/backend/postgresql/database.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +33 lines, -8 lines 0 comments Download
M trytond/trytond/backend/postgresql/table.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 6 chunks +169 lines, -61 lines 0 comments Download
M trytond/trytond/backend/sqlite/table.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +84 lines, -56 lines 0 comments Download
M trytond/trytond/backend/table.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +42 lines, -8 lines 0 comments Download
M trytond/trytond/ir/action.py View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -11 lines 0 comments Download
M trytond/trytond/ir/cron.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +5 lines, -2 lines 0 comments Download
M trytond/trytond/ir/email_.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M trytond/trytond/ir/error.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +9 lines, -2 lines 0 comments Download
M trytond/trytond/ir/export.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M trytond/trytond/ir/model.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +21 lines, -41 lines 0 comments Download
M trytond/trytond/ir/module.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/ir/queue_.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -12 lines 0 comments Download
M trytond/trytond/ir/resource.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +10 lines, -2 lines 0 comments Download
M trytond/trytond/ir/rule.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +20 lines, -9 lines 0 comments Download
M trytond/trytond/ir/session.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +15 lines, -9 lines 0 comments Download
M trytond/trytond/ir/translation.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +33 lines, -5 lines 0 comments Download
M trytond/trytond/ir/trigger.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +15 lines, -10 lines 0 comments Download
M trytond/trytond/ir/ui/icon.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M trytond/trytond/ir/ui/menu.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -4 lines 0 comments Download
M trytond/trytond/ir/ui/view.py View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +40 lines, -20 lines 0 comments Download
M trytond/trytond/model/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/binary.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/boolean.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/char.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M trytond/trytond/model/fields/date.py View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +6 lines, -6 lines 0 comments Download
M trytond/trytond/model/fields/dict.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -3 lines 0 comments Download
M trytond/trytond/model/fields/field.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +1 line, -3 lines 0 comments Download
M trytond/trytond/model/fields/float.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/many2one.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/multiselection.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/reference.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/fields/selection.py View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M trytond/trytond/model/modelsql.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 6 chunks +137 lines, -4 lines 0 comments Download
M trytond/trytond/model/order.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +8 lines, -1 line 0 comments Download
M trytond/trytond/modules/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +14 lines, -5 lines 0 comments Download
M trytond/trytond/res/__init__.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -0 lines 0 comments Download
M trytond/trytond/res/group.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M trytond/trytond/res/ir.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +72 lines, -11 lines 0 comments Download
M trytond/trytond/res/user.py View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +26 lines, -12 lines 0 comments Download
M trytond/trytond/tests/mptt.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -4 lines 0 comments Download
M trytond/trytond/tests/path.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
A trytond/trytond/tests/test_model_index.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +140 lines, -0 lines 0 comments Download

Messages

Total messages: 167
nicoe
2 years, 3 months ago (2021-02-26 17:58:35 UTC) #1
nicoe
2 years, 3 months ago (2021-02-26 18:00:57 UTC) #2
reviewbot
flake8 OK URL: https://codereview.tryton.org/361251002
2 years, 3 months ago (2021-02-26 18:18:59 UTC) #3
albert
https://codereview.tryton.org/361251002/diff/341541002/trytond/trytond/backend/table.py File trytond/trytond/backend/table.py (right): https://codereview.tryton.org/361251002/diff/341541002/trytond/trytond/backend/table.py#newcode193 trytond/trytond/backend/table.py:193: :param table: The table of which the index is ...
2 years, 3 months ago (2021-02-26 22:02:46 UTC) #4
dave
On 2021/02/26 22:02:46, albert wrote: > https://codereview.tryton.org/361251002/diff/341541002/trytond/trytond/backend/table.py > File trytond/trytond/backend/table.py (right): > > https://codereview.tryton.org/361251002/diff/341541002/trytond/trytond/backend/table.py#newcode193 > ...
2 years, 3 months ago (2021-02-27 18:48:09 UTC) #5
nicoe
1 year, 9 months ago (2021-08-30 07:09:55 UTC) #6
nicoe
https://codereview.tryton.org/361251002/diff/371671002/trytond/trytond/backend/postgresql/database.py File trytond/trytond/backend/postgresql/database.py (right): https://codereview.tryton.org/361251002/diff/371671002/trytond/trytond/backend/postgresql/database.py#newcode885 trytond/trytond/backend/postgresql/database.py:885: Database.index_translators.append(SimilarityTranslator) I wonder if as we support natively unaccent ...
1 year, 9 months ago (2021-08-30 07:33:19 UTC) #7
nicoe
1 year, 9 months ago (2021-09-03 16:37:42 UTC) #8
reviewbot
https://codereview.tryton.org/361251002/diff/373491003/trytond/trytond/backend/sqlite/database.py#newcode29 trytond/trytond/backend/sqlite/database.py:29: 'trytond.backend.SimilarityIndex' imported but unused https://codereview.tryton.org/361251002/diff/373491003/trytond/trytond/ir/queue.py#newcode42 trytond/trytond/ir/queue.py:42: the backslash is redundant between brackets https://codereview.tryton.org/361251002/diff/373491003/trytond/trytond/ir/queue.py#newcode43 ...
1 year, 9 months ago (2021-09-03 17:07:03 UTC) #9
nicoe
1 year, 9 months ago (2021-09-07 17:19:30 UTC) #10
reviewbot
https://codereview.tryton.org/361251002/diff/352681002/trytond/trytond/backend/sqlite/database.py#newcode29 trytond/trytond/backend/sqlite/database.py:29: 'trytond.backend.SimilarityIndex' imported but unused https://codereview.tryton.org/361251002/diff/352681002/trytond/trytond/ir/queue.py#newcode42 trytond/trytond/ir/queue.py:42: the backslash is redundant between brackets https://codereview.tryton.org/361251002/diff/352681002/trytond/trytond/ir/queue.py#newcode43 ...
1 year, 9 months ago (2021-09-07 17:30:00 UTC) #11
nicoe
1 year, 9 months ago (2021-09-08 15:47:13 UTC) #12
reviewbot
https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/backend/postgresql/database.py#newcode36 trytond/trytond/backend/postgresql/database.py:36: 'sql.Literal' imported but unused https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/backend/sqlite/database.py#newcode29 trytond/trytond/backend/sqlite/database.py:29: 'trytond.backend.SimilarityIndex' imported but unused https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/ir/queue.py#newcode42 trytond/trytond/ir/queue.py:42: the ...
1 year, 9 months ago (2021-09-08 16:01:38 UTC) #13
ced
https://codereview.tryton.org/361251002/diff/341541002/trytond/trytond/backend/postgresql/table.py File trytond/trytond/backend/postgresql/table.py (right): https://codereview.tryton.org/361251002/diff/341541002/trytond/trytond/backend/postgresql/table.py#newcode414 trytond/trytond/backend/postgresql/table.py:414: 'name': self.name, The name of the index should also ...
1 year, 8 months ago (2021-10-03 19:40:06 UTC) #14
yangoon
1 year, 7 months ago (2021-10-15 19:34:39 UTC) #15
nicoe
1 year, 6 months ago (2021-11-10 09:53:31 UTC) #16
nicoe
https://codereview.tryton.org/361251002/diff/365911002/trytond/CHANGELOG File trytond/CHANGELOG (right): https://codereview.tryton.org/361251002/diff/365911002/trytond/CHANGELOG#newcode1 trytond/CHANGELOG:1: * Remove index management from field definition On 2021/10/03 ...
1 year, 6 months ago (2021-11-10 09:53:33 UTC) #17
reviewbot
patch is not applicable URL: https://codereview.tryton.org/361251002
1 year, 6 months ago (2021-11-10 10:14:36 UTC) #18
ced
https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/backend/__init__.py File trytond/trytond/backend/__init__.py (right): https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/backend/__init__.py#newcode15 trytond/trytond/backend/__init__.py:15: 'IndexRequest', 'EqualityIndex', 'RangeIndex', 'SimilarityIndex'] On 2021/11/10 09:53:31, nicoe wrote: ...
1 year, 6 months ago (2021-11-10 10:18:12 UTC) #19
nicoe
https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/backend/__init__.py File trytond/trytond/backend/__init__.py (right): https://codereview.tryton.org/361251002/diff/365911002/trytond/trytond/backend/__init__.py#newcode26 trytond/trytond/backend/__init__.py:26: class IndexUsage: On 2021/11/10 10:18:11, ced wrote: > On ...
1 year, 4 months ago (2022-02-03 22:14:55 UTC) #20
nicoe
1 year, 4 months ago (2022-02-03 22:14:56 UTC) #21
reviewbot
patch is not applicable URL: https://codereview.tryton.org/361251002
1 year, 4 months ago (2022-02-03 22:19:00 UTC) #22
nicoe
1 year, 3 months ago (2022-02-07 10:08:26 UTC) #23
reviewbot
patch is not applicable URL: https://codereview.tryton.org/361251002
1 year, 3 months ago (2022-02-07 10:31:45 UTC) #24
ced
I'm wondering if we should not keep the select=True or to automatically add an index ...
1 year, 3 months ago (2022-02-22 19:11:07 UTC) #25
nicoe
https://codereview.tryton.org/361251002/diff/386021002/trytond/trytond/backend/database.py File trytond/trytond/backend/database.py (right): https://codereview.tryton.org/361251002/diff/386021002/trytond/trytond/backend/database.py#newcode293 trytond/trytond/backend/database.py:293: chosen_translator = translator On 2022/02/22 19:11:06, ced wrote: > ...
1 year, 2 months ago (2022-03-10 21:04:16 UTC) #26
nicoe
On 2022/02/22 19:11:07, ced wrote: > I'm wondering if we should not keep the select=True ...
1 year, 2 months ago (2022-03-10 21:06:56 UTC) #27
nicoe
1 year, 2 months ago (2022-03-10 21:07:14 UTC) #28
reviewbot
https://codereview.tryton.org/361251002/diff/386211002/trytond/trytond/backend/database.py#newcode3 trytond/trytond/backend/database.py:3: 'hashlib' imported but unused https://codereview.tryton.org/361251002/diff/386211002/trytond/trytond/backend/postgresql/table.py#newcode6 trytond/trytond/backend/postgresql/table.py:6: 'psycopg2.sql.Composed' imported but unused https://codereview.tryton.org/361251002/diff/386211002/trytond/trytond/ir/queue.py#newcode43 trytond/trytond/ir/queue.py:43: continuation ...
1 year, 2 months ago (2022-03-10 21:33:23 UTC) #29
nicoe
1 year ago (2022-05-14 20:38:53 UTC) #30
reviewbot
https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/database.py#newcode3 trytond/trytond/backend/database.py:3: 'hashlib' imported but unused https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/postgresql/table.py#newcode6 trytond/trytond/backend/postgresql/table.py:6: 'psycopg2.sql.Composed' imported but unused https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/ir/queue_.py#newcode43 trytond/trytond/ir/queue_.py:43: continuation ...
1 year ago (2022-05-14 21:01:56 UTC) #31
ced
On 2022/03/10 21:06:56, nicoe wrote: > On 2022/02/22 19:11:07, ced wrote: > > I'm wondering ...
12 months ago (2022-06-09 11:48:10 UTC) #32
ced
Missing documentation. https://codereview.tryton.org/361251002/diff/386021002/trytond/trytond/model/modelsql.py File trytond/trytond/model/modelsql.py (right): https://codereview.tryton.org/361251002/diff/386021002/trytond/trytond/model/modelsql.py#newcode188 trytond/trytond/model/modelsql.py:188: cls._indexes = {} On 2022/03/10 21:04:16, nicoe ...
12 months ago (2022-06-09 11:55:50 UTC) #33
ced
https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/table.py File trytond/trytond/backend/table.py (right): https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/table.py#newcode226 trytond/trytond/backend/table.py:226: def sql(cls, request): I think it should return a ...
11 months, 4 weeks ago (2022-06-11 08:13:14 UTC) #34
nicoe
https://codereview.tryton.org/361251002/diff/386021002/trytond/trytond/model/modelsql.py File trytond/trytond/model/modelsql.py (right): https://codereview.tryton.org/361251002/diff/386021002/trytond/trytond/model/modelsql.py#newcode188 trytond/trytond/model/modelsql.py:188: cls._indexes = {} On 2022/06/09 11:55:47, ced wrote: > ...
11 months, 3 weeks ago (2022-06-17 16:35:33 UTC) #35
nicoe
11 months, 3 weeks ago (2022-06-17 16:57:51 UTC) #36
reviewbot
https://codereview.tryton.org/361251002/diff/413311003/trytond/trytond/backend/postgresql/table.py#newcode6 trytond/trytond/backend/postgresql/table.py:6: 'psycopg2.sql.Composed' imported but unused https://codereview.tryton.org/361251002/diff/413311003/trytond/trytond/model/modelsql.py#newcode568 trytond/trytond/model/modelsql.py:568: import 'index' from line 27 shadowed by ...
11 months, 3 weeks ago (2022-06-17 17:00:52 UTC) #37
ced
https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/postgresql/table.py File trytond/trytond/backend/postgresql/table.py (right): https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/postgresql/table.py#newcode473 trytond/trytond/backend/postgresql/table.py:473: def _sql(cls, method, name, request): On 2022/06/17 16:35:31, nicoe ...
9 months, 1 week ago (2022-08-29 13:36:46 UTC) #38
ced
https://codereview.tryton.org/361251002/diff/413311003/trytond/trytond/backend/postgresql/table.py File trytond/trytond/backend/postgresql/table.py (right): https://codereview.tryton.org/361251002/diff/413311003/trytond/trytond/backend/postgresql/table.py#newcode500 trytond/trytond/backend/postgresql/table.py:500: """ I think it will be better to use ...
9 months, 1 week ago (2022-08-29 14:47:29 UTC) #39
ced
https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/postgresql/table.py File trytond/trytond/backend/postgresql/table.py (right): https://codereview.tryton.org/361251002/diff/419151003/trytond/trytond/backend/postgresql/table.py#newcode473 trytond/trytond/backend/postgresql/table.py:473: def _sql(cls, method, name, request): On 2022/08/29 13:36:45, ced ...
8 months ago (2022-10-02 12:28:00 UTC) #40
ced
8 months ago (2022-10-02 12:30:02 UTC) #41
reviewbot
ERROR: /tmp/reviewbot-03tn23vr/trytond/trytond/model/order.py Imports are incorrectly sorted and/or formatted. URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-02 12:44:06 UTC) #42
ced
8 months ago (2022-10-05 13:17:02 UTC) #43
reviewbot
patch is not applicable URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-05 13:41:07 UTC) #44
ced
8 months ago (2022-10-05 17:23:11 UTC) #45
reviewbot
patch is not applicable URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-05 17:41:09 UTC) #46
ced
8 months ago (2022-10-05 17:51:41 UTC) #47
reviewbot
ERROR: /tmp/reviewbot-nqtor0tq/trytond/trytond/model/order.py Imports are incorrectly sorted and/or formatted. URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-05 18:06:46 UTC) #48
ced
8 months ago (2022-10-05 20:24:44 UTC) #49
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-05 20:33:22 UTC) #50
ced
8 months ago (2022-10-05 23:57:39 UTC) #51
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-06 00:07:12 UTC) #52
pokoli
https://codereview.tryton.org/361251002/diff/439601003/trytond/trytond/model/fields/field.py File trytond/trytond/model/fields/field.py (right): https://codereview.tryton.org/361251002/diff/439601003/trytond/trytond/model/fields/field.py#newcode226 trytond/trytond/model/fields/field.py:226: domain=None, states=None, on_change=None, select should be also removed from ...
8 months ago (2022-10-06 07:05:03 UTC) #53
ced
https://codereview.tryton.org/361251002/diff/439601003/trytond/trytond/model/fields/field.py File trytond/trytond/model/fields/field.py (right): https://codereview.tryton.org/361251002/diff/439601003/trytond/trytond/model/fields/field.py#newcode226 trytond/trytond/model/fields/field.py:226: domain=None, states=None, on_change=None, On 2022/10/06 07:05:03, pokoli wrote: > ...
8 months ago (2022-10-06 08:01:47 UTC) #54
ced
8 months ago (2022-10-06 09:51:24 UTC) #55
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-06 10:09:19 UTC) #56
ced
8 months ago (2022-10-06 10:26:31 UTC) #57
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-06 10:32:49 UTC) #58
ced
8 months ago (2022-10-06 16:57:38 UTC) #59
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-06 17:09:13 UTC) #60
ced
8 months ago (2022-10-07 13:59:06 UTC) #61
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-07 14:04:41 UTC) #62
ced
8 months ago (2022-10-07 18:14:46 UTC) #63
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-07 18:38:17 UTC) #64
ced
8 months ago (2022-10-08 13:16:38 UTC) #65
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
8 months ago (2022-10-08 13:37:43 UTC) #66
ced
7 months, 4 weeks ago (2022-10-10 22:35:59 UTC) #67
reviewbot
checks OK URL: https://codereview.tryton.org/361251002
7 months, 4 weeks ago (2022-10-10 22:39:48 UTC) #68
rietveld-bot_tryton.org
New changeset df2d8e96dbe9 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:14 UTC) #69
rietveld-bot_tryton.org
New changeset cda4766e92ae by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:18 UTC) #70
rietveld-bot_tryton.org
New changeset 2e10cc6d79c4 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:26 UTC) #71
rietveld-bot_tryton.org
New changeset 06a9d2caacab by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:30 UTC) #72
rietveld-bot_tryton.org
New changeset ace59f4c0260 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:40 UTC) #73
rietveld-bot_tryton.org
New changeset b3c9a61a669b by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:46 UTC) #74
rietveld-bot_tryton.org
New changeset 79bed88c32ce by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:54:54 UTC) #75
rietveld-bot_tryton.org
New changeset 5ca9b1b466a7 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:01 UTC) #76
rietveld-bot_tryton.org
New changeset 512633c84688 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:07 UTC) #77
rietveld-bot_tryton.org
New changeset 5db66bdb80c7 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:10 UTC) #78
rietveld-bot_tryton.org
New changeset 5075864c2326 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:14 UTC) #79
rietveld-bot_tryton.org
New changeset d0e5f60cf8f3 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:17 UTC) #80
rietveld-bot_tryton.org
New changeset c83414c63fee by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:21 UTC) #81
rietveld-bot_tryton.org
New changeset 767b0033afb9 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:26 UTC) #82
rietveld-bot_tryton.org
New changeset 53f68e5978bd by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:29 UTC) #83
rietveld-bot_tryton.org
New changeset 3f805f5c02d1 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:33 UTC) #84
rietveld-bot_tryton.org
New changeset 32ce93c7fe77 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:37 UTC) #85
rietveld-bot_tryton.org
New changeset aa78d2c53e82 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:42 UTC) #86
rietveld-bot_tryton.org
New changeset 26675add0041 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:50 UTC) #87
rietveld-bot_tryton.org
New changeset 2cefada544cf by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:55:59 UTC) #88
rietveld-bot_tryton.org
New changeset 5c89b1563670 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:04 UTC) #89
rietveld-bot_tryton.org
New changeset ffee41c793a2 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:13 UTC) #90
rietveld-bot_tryton.org
New changeset 52843af96d31 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:21 UTC) #91
rietveld-bot_tryton.org
New changeset 36171fada0ef by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:30 UTC) #92
rietveld-bot_tryton.org
New changeset 7153212594a8 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:34 UTC) #93
rietveld-bot_tryton.org
New changeset 1c365704c939 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:38 UTC) #94
rietveld-bot_tryton.org
New changeset 31b93ab55ecd by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:50 UTC) #95
rietveld-bot_tryton.org
New changeset e3b14c6a24ab by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:56:55 UTC) #96
rietveld-bot_tryton.org
New changeset fa19dbc863a1 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:08 UTC) #97
rietveld-bot_tryton.org
New changeset 2cd86bb8172e by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:16 UTC) #98
rietveld-bot_tryton.org
New changeset 676141321e07 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:20 UTC) #99
rietveld-bot_tryton.org
New changeset 0d341963f4cf by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:23 UTC) #100
rietveld-bot_tryton.org
New changeset 80ead4cccdac by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:27 UTC) #101
rietveld-bot_tryton.org
New changeset 4a4f957f9e6e by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:31 UTC) #102
rietveld-bot_tryton.org
New changeset 979429edf5b3 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:34 UTC) #103
rietveld-bot_tryton.org
New changeset dda2f05a83cd by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:37 UTC) #104
rietveld-bot_tryton.org
New changeset 32880f8ede99 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:50 UTC) #105
rietveld-bot_tryton.org
New changeset c0d49f1c6391 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:57:54 UTC) #106
rietveld-bot_tryton.org
New changeset ca0cd6fcd41d by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:00 UTC) #107
rietveld-bot_tryton.org
New changeset fa8b0cc88247 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:09 UTC) #108
rietveld-bot_tryton.org
New changeset 0722f7a1bf45 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:16 UTC) #109
rietveld-bot_tryton.org
New changeset 0e6388023e13 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:22 UTC) #110
rietveld-bot_tryton.org
New changeset 3310bb86ba3b by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:30 UTC) #111
rietveld-bot_tryton.org
New changeset 472be8f503ad by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:39 UTC) #112
rietveld-bot_tryton.org
New changeset 7d91f3a44bca by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:49 UTC) #113
rietveld-bot_tryton.org
New changeset 3035e14a0bc6 by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:58:55 UTC) #114
rietveld-bot_tryton.org
New changeset dd5f9ab0b15e by Cédric Krier in branch 'default': Use declarative index definition for ModelSQL ...
7 months, 4 weeks ago (2022-10-10 22:59:04 UTC) #115
rietveld-bot_tryton.org