Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pet_shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michelle Yang
pet_shop
Commits
c8501c4f
Commit
c8501c4f
authored
Jan 19, 2021
by
brandon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/reports/pet_transaction.xml
parent
bfabb938
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
pet_transaction.xml
new_project/pet_shop/reports/pet_transaction.xml
+17
-0
No files found.
new_project/pet_shop/reports/pet_transaction.xml
View file @
c8501c4f
...
...
@@ -8,6 +8,23 @@
<group>
Customer name:
<t
t-esc=
"doc.customer_id.name"
/>
</group>
<!-- <table class="table">
<thead>
<tr>
<th scope="col">Pet(s) Name</th>
</tr>
</thead>
<body>
<tr t-foreach="doc.pet_ids" t-as="l">
<td>
<span t-field="l.name"/>
</td>
</tr>
<td style="text-align:right">
<b>Total Pet(s) Price (RM): <t t-esc="doc.total_pet_price"/></b>
</td>
</body>
</table> -->
</t>
</t>
</t>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment