Giter VIP home page Giter VIP logo

web's Introduction

Runboat Pre-commit Status Build Status codecov Translation Status

web

TODO: add repo description.

Available addons

addon version maintainers summary
web_chatter_position 16.0.1.0.0 Add an option to change the chatter position
web_dark_mode 16.0.1.0.1 Enabled Dark Mode for the Odoo Backend
web_domain_field 16.0.1.0.0 Use computed field as domain
web_environment_ribbon 16.0.1.0.0 Web Environment Ribbon
web_help 16.0.1.0.0 Help Framework
web_m2x_options 16.0.1.1.0 web_m2x_options
web_no_bubble 16.0.1.0.0 Remove the bubbles from the web interface
web_refresher 16.0.2.0.0 Web Refresher
web_responsive 16.0.1.1.0 Yajo Tardo SplashS Responsive web client, community-supported
web_search_with_and 16.0.1.0.0 Use AND conditions on omnibar search
web_select_all_companies 16.0.1.0.0 Allows you to select all companies in one click.
web_sheet_full_width 16.0.1.0.0 Use the whole available screen width when displaying sheets
web_theme_classic 16.0.1.0.1 legalsylvain Contrasted style on fields to improve the UI.
web_timeline 16.0.1.0.0 tarteo Interactive visualization chart to show events in time
web_tree_many2one_clickable 16.0.1.0.0 Open the linked resource when clicking on their name

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

web's People

Contributors

andrp92 avatar antespi avatar badbole avatar bosd avatar bvanjeelharia avatar carlosroca13 avatar claudiagn avatar creamaster avatar eduardgm avatar hbrunn avatar hparfr avatar hugosantosred avatar joao-p-marques avatar keshrath avatar lasley avatar liweijie0812 avatar lmignon avatar oca-git-bot avatar oca-transbot avatar oca-travis avatar pedrobaeza avatar remi-filament avatar sbidoul avatar splashs avatar tardo avatar tarteo avatar tate11 avatar thomasbinsfeld avatar weblate avatar yajo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web's Issues

[11.0][web_widget_datepicker_options] When I try print a report in Invoicing an error occurs

Problem

Steps to reproduce:

Invoicing -> Reports -> Trial Balance

error cuando intento imprimir un reporte

Error:
Uncaught TypeError: Cannot read property 'type' of undefined

https://test.inteco.org/web/content/329345-88c7a85/web.assets_backend.js:2947
Rastreo de error:
TypeError: Cannot read property 'type' of undefined
    at Class.init (https://test.inteco.org/web/content/329345-88c7a85/web.assets_backend.js:2947:274)
    at Class.init (https://test.inteco.org/web/content/250201-584d50c/web.assets_common.js:3819:371)
    at new Class (https://test.inteco.org/web/content/250201-584d50c/web.assets_common.js:3817:65)
    at HTMLDivElement.<anonymous> (https://test.inteco.org/web/content/329345-88c7a85/web.assets_backend.js:2879:1042)
    at Function.each (https://test.inteco.org/web/content/250201-584d50c/web.assets_common.js:625:767)
    at jQuery.fn.init.each (https://test.inteco.org/web/content/250201-584d50c/web.assets_common.js:613:643)
    at Class.render_searchview_buttons (https://test.inteco.org/web/content/329345-88c7a85/web.assets_backend.js:2879:987)
    at Class.render (https://test.inteco.org/web/content/329345-88c7a85/web.assets_backend.js:2879:588)
    at Array.<anonymous> (https://test.inteco.org/web/content/329345-88c7a85/web.assets_backend.js:2878:385)
    at Array.<anonymous> (https://test.inteco.org/web/content/250201-584d50c/web.assets_common.js:802:681)

Solution

--- a/web_widget_datepicker_options/static/src/js/datepicker.js
+++ b/web_widget_datepicker_options/static/src/js/datepicker.js
@@ -11,6 +11,7 @@ odoo.define('web_widget_datepicker_options.datepicker', function(require) {
             this._super.apply(this, arguments);
             var parent = this.getParent();
             if(typeof parent !== 'undefined'
+                && typeof parent.field !== 'undefined'
                     && parent.field.type === 'date'
                     && parent.nodeOptions){
                 var datepicker = parent.nodeOptions.datepicker;
@@ -24,6 +25,7 @@ odoo.define('web_widget_datepicker_options.datepicker', function(require) {
             this._super.apply(this, arguments);
             var parent = this.getParent();
             if(typeof parent !== 'undefined'
+                && typeof parent.field !== 'undefined'
                     && parent.field.type === 'datetime'
                     && parent.nodeOptions){
                 var datepicker = parent.nodeOptions.datepicker;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.