Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加自定义字段,如下图
website_sale.cart_lines 在 odoo 9 或odoo8 中继承website_sale.cart,使用position replace或after/ beforelike<xpath expr="//tbody" position="replace"> 并将您的代码放入xpath(更新tr和td)中。
website_sale.cart_lines
website_sale.cart
replace
after
before
<xpath expr="//tbody" position="replace">
xpath
tr
td