odoo/addons/website_sale/views
Denis Ledoux c751c129da [FIX] website_sale: `State` select readonly in shipping info
If we take the below facts:
 - The country select is set as disabled
   when Shipping is set to "Ship to the same address"
 - The disable property of select inputs is
   removed when shipping is set to
   `create a new address`:
   In `website_sale.js`:
   ```
   $selects.attr("disabled", value <= 0 ? null : "disabled" ).prop("disabled", value <= 0 ? null : "disabled" );
   ```

We can safely assume that the select input "State / Province" was supposed
to be set as `disabled` in the first place, not as `readonly`

Before this revision, State / Provice was greyed when choosing
"Create a new address" for shipping, and selecting the United States
(but the select input was still usable, though, it was just greyed)

opw-675739
2016-06-02 16:57:36 +02:00
..
payment.xml [ADD] website_sale: added inherit of the transaction 2014-04-04 10:44:20 +02:00
sale_order.xml [IMP] website_sale: do not show transaction on sale order 2014-09-17 12:59:06 +02:00
templates.xml [FIX] website_sale: `State` select readonly in shipping info 2016-06-02 16:57:36 +02:00
views.xml [FIX] website_sale: no need to specific to a selection field that it is of type char 2014-10-17 14:48:45 +02:00