openerp - How to add new text box fields on check out web page odoo -


i want add add new text box fields remarks on checkout webpage odoo. how should , want show remarks on payment page also.

thanks

you have inherit website_sale.checkout template.

<template id="checkout_custom" inherit_id="website_sale.checkout"> <xpath expr="//input[@name='city']" position="after"> <input type="remarks" name="remarks" class="form-control"/> </xpath> </template>


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -