Skip to Content
Menu
In-App Purchases
v 14.0 Third Party 28
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Website (website)
Calendar (calendar)
Discuss (mail)
Community Apps Dependencies
Lines of code 2951
Technical Name one_page_website_calendar
LicenseAGPL-3
Websitehttps://vertel.se/apps/odoo-calendar/one_page_website_calendar
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Employees (hr)
Website (website)
Calendar (calendar)
Discuss (mail)
Community Apps Dependencies
Lines of code 2951
Technical Name one_page_website_calendar
LicenseAGPL-3
Websitehttps://vertel.se/apps/odoo-calendar/one_page_website_calendar

Calendar for Odoo

Keep track of time

Schedule bookings with clients.

Record-keeping

Odoo Calendar -- keep track of time!

Glabels uses a template for the label design and are using a special notation, ${name}, for including fields from the database. When you design your labels use a dummy csv-file for your model you want to tie the report to and the format
"Text: coma separated Values (CSV) with keys on line 1".
When the template is ready you can upload it to the report-record (or include it in the xml-record if you are building a module). There is a test report action that also lists all fields for the choosen model.

Example of code for a module:

    <report string="Sample Glabels" id="action_glabels_sample_report" model="res.partner" 
                            report_type="glabels" name="report_glabels.glabels_sample_report" />
    
    <record id="action_glabels_sample_report" model="ir.actions.report.xml">
        <field name="glabels_template" type="base64" file="report_glabels/sample.glabels" />
    </record>
        
        

This module needs Glabel to be installed on the server (for Ubuntu: sudo apt install glabels) You can test your template (and installation) using glabels-batch-command:
glabels-3-batch -o <out-file> -l -C -i <csv-file> <your template.glabels>
This command are alike both on workstation and server.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.