changeset 3035e14a0bc6 in modules/product_price_list:default
details: 
https://hg.tryton.org/modules/product_price_list?cmd=changeset&node=3035e14a0bc6
description:
        Use declarative index definition for ModelSQL

        issue5757
        review361251002
diffstat:

 price_list.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r caf7a5fb3d1f -r 3035e14a0bc6 price_list.py
--- a/price_list.py     Mon May 02 16:56:01 2022 +0200
+++ b/price_list.py     Tue Oct 11 00:44:49 2022 +0200
@@ -46,7 +46,7 @@
     name = fields.Char('Name', required=True, translate=True,
         help="The main identifier of the price list.")
     company = fields.Many2One(
-        'company.company', "Company", required=True, select=True,
+        'company.company', "Company", required=True,
         help="Make the price list belong to the company.\n"
         "It defines the currency of the price list.")
     tax_included = fields.Boolean('Tax Included',

Reply via email to