Se rendre au contenu
Menu
Cette question a été signalée

    start: function () {

            var self = this;

            var model_product = new instance.web.Model('abd.abc')

            this.display_record.bind(this);

            var display = this.display_record.bind(this);

            model_product.query()

                .all().done(function (records) {

                    _(records).each(display);

                });


            $( "#project_form" ).submit(function( event ) {

                var product_id = $( "#project_select" ).val();

                event.preventDefault();

                self.query_product_spec_tree(product_id);

            });


        },

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
juin 18
6343
1
mai 21
3219
2
mai 20
9836
1
janv. 20
5074
0
mars 19
3405