Website Booking

by
Odoo

322.77

v 10.0 Third Party 3
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Calendar (calendar)
eCommerce (website_sale)
Discuss (mail)
Sales (sale)
Website Builder (website)
Invoicing (account)
Technical Name website_booking
LicenseOPL-1
Websitehttp://www.olabs.be
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Calendar (calendar)
eCommerce (website_sale)
Discuss (mail)
Sales (sale)
Website Builder (website)
Invoicing (account)
Technical Name website_booking
LicenseOPL-1
Websitehttp://www.olabs.be

Website Product Booking V1

Boost sales productivity

This Module is designed to improve your ecommerce conversion rate. Use the Product Booking Module for to build and manage your own platform for booking product type : the hotel bedrooms, motorhomes,... The booking system is integrated for systeme Odoo. A back-end system allows you to list all your equipment for rental.


  • Suggest optional products when adding to cart (e.g. for a bedroom: a half board formula as dinner, etc).
  • Several prices applied automatically by season (high, average, low).
  • Advanced pricing based on formulas (discounts, margins, rounding).
  • To facilitate management, your customer can decide himself when he wants to booking the product. If the products is not available it is also inform
  • Frontend : Configuration

    Easily create your configuration in the backend

  • Customize the date format.
  • Customize the separator of range.
  • Customize the string that will be used to the apply, cancel, from, custom,.. label button.
  • Show localized week numbers at the start of each week on the calendars.
  • Indicates whether the date range picker should automatically update the value of an element it's attached to at initialization and when the selected dates change.
  • Allow selection of dates with times, not just dates.
  • Selection of default timezone for your products.
  • Default time for start/stop booking.
  • You can rent the product on a minimum basis. N X days (minimun) which applies from the first day of your reservation.
  • Customize the first day of your reservation.
  • Customize the minimum of day span between the selected start and end dates by season
  • Customize the start of the initially selected date range
  • Customize the end of the initially selected date range
  • Set predefined date ranges the user can booking or not. Each key is the label for the range, and its value an array with two dates representing the bounds of the range
  • Allow the customer to provide a delivery address
  • s

    Backend : Pricelist

    Several prices applied automatically by season (high, average, low).

    Backend : Booking view

    The booking period is recorded in the order. At any time you have a view on current bookings display in view calendar and tree.

    The backend allows you to create manually periods where you products will not be available for booking.

    Terms and Conditions

    You can define the terms and conditions that the customer must read and agree for to continue the booking.

    Website : Basket

    Help and Support.

    If you have any questions or need a technical advice, do not hold back to contact us.

     Help   Support   Request new Features

    Odoo Proprietary License v1.0
    
    This software and associated files (the "Software") may only be used (executed,
    modified, executed after modifications) if you have purchased a valid license
    from the authors, typically via Odoo Apps, or if you have received a written
    agreement from the authors of the Software (see the COPYRIGHT file).
    
    You may develop Odoo modules that use the Software as a library (typically
    by depending on it, importing it and using its resources), but without copying
    any source code or material from the Software. You may distribute those
    modules under the license of your choice, provided that this license is
    compatible with the terms of the Odoo Proprietary License (For example:
    LGPL, MIT, or proprietary licenses similar to this one).
    
    It is forbidden to publish, distribute, sublicense, or sell copies of the Software
    or modified copies of the Software.
    
    The above copyright notice and this permission notice must be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
    DEALINGS IN THE SOFTWARE.
    

    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 or have a question related to your purchase, please use the support page.
    There are no ratings yet!
    by
    suparman ruslan
    on 8/1/18, 4:24 PM

    Hi I already sent email to you 3 days Ago,but until now none answer me, Do your company still exist ? Brs


    error while installing
    by
    evans
    on 4/20/18, 10:02 AM Confirmed Purchase

    Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 641, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 683, in dispatch result = self._call_function(**self.params) File "/odoo/odoo-server/odoo/http.py", line 333, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/odoo-server/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/odoo/odoo-server/odoo/http.py", line 326, in checked_call result = self.endpoint(*a, **kw) File "/odoo/odoo-server/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/odoo/odoo-server/odoo/http.py", line 506, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 895, in call_button action = self._call_kw(model, method, args, {}) File "/odoo/odoo-server/addons/web/controllers/main.py", line 883, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/odoo/odoo-server/odoo/addons/base/module/module.py", line 411, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/odoo/odoo-server/odoo/addons/base/module/module.py", line 485, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/odoo/odoo-server/odoo/modules/registry.py", line 83, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/odoo/odoo-server/odoo/modules/loading.py", line 339, in load_modules loaded_modules, update_module) File "/odoo/odoo-server/odoo/modules/loading.py", line 237, in load_marked_modules loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks) File "/odoo/odoo-server/odoo/modules/loading.py", line 156, in load_module_graph _load_data(cr, module_name, idref, mode, kind='data') File "/odoo/odoo-server/odoo/modules/loading.py", line 95, in _load_data tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report) File "/odoo/odoo-server/odoo/tools/convert.py", line 845, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate, report) File "/odoo/odoo-server/odoo/tools/convert.py", line 915, in convert_xml_import obj.parse(doc.getroot(), mode=mode) File "/odoo/odoo-server/odoo/tools/convert.py", line 796, in parse self.parse(rec, mode) File "/odoo/odoo-server/odoo/tools/convert.py", line 799, in parse self._tags[rec.tag](rec, de, mode=mode) File "/odoo/odoo-server/odoo/tools/convert.py", line 777, in _tag_template return self._tag_record(record, data_node) File "/odoo/odoo-server/odoo/tools/convert.py", line 707, in _tag_record id = self.env(context=rec_context)['ir.model.data']._update(rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode) File "/odoo/odoo-server/odoo/addons/base/ir/ir_model.py", line 1229, in _update record = record.create(values) File "/odoo/odoo-server/odoo/addons/base/ir/ir_ui_view.py", line 362, in create return super(View, self).create(self._compute_defaults(values)) File "/odoo/odoo-server/odoo/models.py", line 3847, in create self._fields[key].determine_inverse(record) File "/odoo/odoo-server/odoo/fields.py", line 1045, in determine_inverse getattr(records, self.inverse)() File "/odoo/odoo-server/odoo/addons/base/ir/ir_ui_view.py", line 220, in _inverse_arch view.write(data) File "/odoo/odoo-server/odoo/addons/base/ir/ir_ui_view.py", line 380, in write return super(View, self).write(self._compute_defaults(vals)) File "/odoo/odoo-server/odoo/models.py", line 3560, in write self._write(old_vals) File "/odoo/odoo-server/odoo/models.py", line 3724, in _write self._validate_fields(vals) File "/odoo/odoo-server/odoo/models.py", line 1081, in _validate_fields raise ValidationError("%s\n\n%s" % (_("Error while validating constraint"), tools.ustr(e))) ParseError: "Error while validating constraint Element '<xpath expr="//span[@t-field='line.price_unit']">' cannot be located in parent view Error context: View `cart_payment_remove_quantity_rental` [view_id: 792, xml_id: n/a, model: n/a, parent_id: 741] None" while parsing None:160, near 150 not line.product_id.x_rental <xpath expr="//span[@t-field='line.price_unit']" position="after"> /


    au