hello I am novice in openerp,I want to generate bar code but I dont know what to do,please help me!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
You can use <barCode>
tag in rml to generate barcode.
[[ repeatIn(objects,'o')]]
<blockTable colWidths="120" style="Table_1">
<tr>
<td>
<barCode code="Code128" x="0.0cm" y="0.0cm" quiet="0" style="barcode" barWidth="1" barHeight="14">[[ o.name ]]</barCode>
</td>
</tr>
</blockTable>
You can study Barcode render code at Barcode Render.
If you create your reports with LibreOffice (.sxw-file) you could try something like this:
E.g.
[[ setTag('para','barCode',{'code':'Standard39','value':'o.name','barHeight':'15.0'}) or removeParentNode('para') ]]
Check the rml-reference on barCode-tag for more information:
With a barcode label generator, you can generate barcode labels for your invoice. So I still did not get essence of your problem. You have make your question more specific.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
4
kwi 23
|
4410 | ||
|
2
lut 24
|
14023 | ||
|
1
mar 18
|
3102 | ||
|
1
mar 15
|
4016 | ||
|
0
lut 25
|
1234 |
Where do you want to print the barcode? Sale Order, Invoice, Product Label? Should it be printed as number or as real barcode?
With a barcode label generator, you can generate barcode labels for your invoice. So I still did not get essence of your problem. You have make your question more specific.