I'm trying to add an input field to the ClosePosPopup view, could someone tell me how? I have tried it in several ways and it doesn't show me anything. Thank you.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I'm trying to add an input field to the ClosePosPopup view, could someone tell me how? I have tried it in several ways and it doesn't show me anything. Thank you.
xml version="1.0" encoding="UTF-8"?>
templates id="template" xml:space="preserve">
t t-inherit="point_of_sale.ClosePosPopup" t-inherit-mode="extension">
xpath expr="//div[hasclass('notes-container')]" position="after">
div>
input class="pos-input" name="closing_note"/>
/div>
/xpath>
/t>
/templates>
this is my template file
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
1
elok. 25
|
756 | ||
|
1
heinäk. 25
|
982 | ||
|
3
heinäk. 25
|
3382 | ||
Import/Export Excel files
Ratkaistu
|
|
3
toukok. 25
|
1807 | |
|
1
heinäk. 25
|
1178 |
Can you please share some code.
So we will know where you are doing mistake.