Skip to Content
Menu
This question has been flagged
1 Reply
1489 Views

Hi All, I'd like to remove the "create new address" link on check out page. Keep only one address from customers. I tried to remove the link on this line in template view as below:https://github.com/odoo/odoo/blob/0d658349483054bf30c8be483e2f42671e0ba024/addons/website_sale/views/templates.xml#L1205

Then I restarted odoo server, but the link still there. Can anybody help? Thanks.

Here is the screenshot:


Avatar
Discard
Best Answer

If you want to total skip and hide all customers' addresses from the portal, you can use "Website Skip and Hide Addresses"

Website Skip and Hide Addresses

Functions:
- Skips the address stage of the checkout
- Hides the Address from the listed steps in the website
- Hides Billing and Shipping address section from the payment page
- Hides Billing and Shipping address section from the confirmation page
https://apps.odoo.com/apps/modules/13.0/website_skip_hide_addresses/

If you just want to hide the "new address" portion, you should either create a module for it or, maybe upgrading the website_sale module after removal of the link will work.
Avatar
Discard