How do I remove the Phone, City, Zip Code etc from the checkout page? I am not able to figure it out so if you help it'll be appreciated :]
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
659
查看
Hi,
By default there is no options, you have to inherit and make the field invisible and set a default value for those fields to bypass the required attribute.
Also check out this app: https://apps.odoo.com/apps/modules/17.0/website_sale_address_management
Thanks