mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-20 03:12:02 +02:00
Add oca-web submodule with 68 web modules
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
af56672c08
commit
53fddf87c8
2469 changed files with 101716 additions and 0 deletions
29
odoo-bringout-oca-web-web_help/web_help/static/src/trip.xml
Normal file
29
odoo-bringout-oca-web-web_help/web_help/static/src/trip.xml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates>
|
||||
<t t-name="web_help.TripStep" owl="1">
|
||||
<div>
|
||||
<div class="pb-4">
|
||||
<t t-out="content" />
|
||||
</div>
|
||||
|
||||
<button class="btn btn-lg btn-outline-light web_help_cb_button mr8"><t
|
||||
t-esc="cbBtnText"
|
||||
/></button>
|
||||
<button class="btn btn-lg btn-outline-light web_help_close pull-right"><t
|
||||
t-esc="closeBtnText"
|
||||
/></button>
|
||||
</div>
|
||||
</t>
|
||||
|
||||
<t t-name="web_help.TripStepLast" owl="1">
|
||||
<div>
|
||||
<div class="pb-4">
|
||||
<t t-out="content" />
|
||||
</div>
|
||||
|
||||
<button class="btn btn-lg btn-outline-light web_help_cb_button"><t
|
||||
t-esc="cbBtnText"
|
||||
/></button>
|
||||
</div>
|
||||
</t>
|
||||
</templates>
|
||||
Loading…
Add table
Add a link
Reference in a new issue