Monday, August 22, 2016
2 changes · master
Resolved issues and error corrections
Sales teams can now select event tickets with unlimited availability when creating sales order lines. This prevents valid tickets from being hidden and helps ensure customers can be sold all available event options.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=26869&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-E14TYZOQE2 Current behavior before PR: A ticket whose seats_availability is unlimited, is not shown on sale order line. Desired behavior after PR is merged: A ticket whose seats_availability is unlimited, it should be shown on sale order line. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
State and region codes were made consistent by removing repeated country prefixes where the country is already linked separately. This reduces confusion and helps keep location data cleaner across the system.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Inconsistent use of code field concerning ISO 3166-2 subdivision notation Desired behavior after PR is merged: Consistent use of code field (removing country prefix as it is linked anyway) https://github.com/odoo/odoo/pull/13069#issuecomment-238498067 @mart-e Thank you for merging. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr