Перейти к содержимому
Odoo Меню
  • Войти
  • Попробовать бесплатно
  • Модули
    Финансы
    • Бухгалтерия
    • Выставление счетов
    • Расходы
    • Таблицы
    • Документооборот
    • Подпись
    Продажи
    • CRM
    • Продажи
    • POS Магазин
    • POS Ресторан
    • Подписки
    • Аренда
    Вебсайты
    • Конструктор вебсайтов
    • eCommerce
    • Блог
    • Форум
    • Онлайн-чат
    • Электронное обучение
    Логистика
    • Склад
    • Производство
    • PLM
    • Закупки
    • Обслуживание
    • Качество
    Отдел кадров
    • Сотрудники
    • Подбор персонала
    • Отпуска
    • Оценка персонала
    • Реферальная программа
    • Автопарк
    Маркетинг
    • SMM
    • E-mail рассылки
    • СМС рассылки
    • Мероприятия
    • Автоматизация маркетинга
    • Опросы
    Услуги
    • Проекты
    • Табели
    • Выездной сервис
    • Поддержка
    • Планирование
    • Встречи
    Продуктивность
    • Обсуждения
    • Согласование
    • IoT
    • VoIP-телефония
    • Knowledge
    • WhatsApp
    Сторонние приложения Модуль Студия Odoo Платформа Odoo Cloud
  • Индустрии
    Розничная торговля
    • Книжный магазин
    • Магазин одежды
    • Мебельный магазин
    • Продуктовый магазин
    • Строительный магазин
    • Магазин игрушек
    Гостинично-ресторанный бизнес
    • Бар и паб
    • Ресторан
    • Фастфуд
    • Гостевой дом
    • Дистрибьютор напитков
    • Отель
    Недвижимость
    • Агентство недвижимости
    • Архитектурное бюро
    • Строительство
    • Управление недвижимостью
    • Ландшафтный дизайн
    • Товарищество собственников жилья
    Консалтинг
    • Бухгалтерская фирма
    • Партнер Odoo
    • Маркетинговое агентство
    • Юридическая фирма
    • Подбор персонала
    • Аудиторское бюро
    Производство
    • Текстиль
    • Металл
    • Мебель
    • Продукты питания
    • Пивоварня
    • Корпоративные сувениры
    Здоровье и фитнес
    • Спортивный комплекс
    • Магазин оптики
    • Фитнес-клуб
    • Велнес-центр
    • Аптека
    • Салон красоты
    Услуги
    • Специалист по бытовым услугам
    • Продажа и обслуживание IT-оборудования
    • Солнечные энергосистемы
    • Производство обуви
    • Клининг
    • Системы ОВКВ
    Прочее
    • Некоммерческая организация
    • Консалтинг в сфере устойчивого развития
    • Аренда рекламных щитов
    • Бизнес по фотосъемке
    • Прокат велосипедов
    • Реселлер программного обеспечения
    Все индустрии
  • Community
    Обучение
    • Видео уроки
    • Документация
    • Сертификация
    • Тренинг
    • Блог
    • Подкаст
    Образование и развитие
    • Образовательная программа
    • Деловая игра Scale Up!
    • Экскурсия в офис Odoo
    ПО
    • Скачать
    • Сравнить версии
    • Релизы
    Сотрудничество
    • Github
    • Форум
    • Мероприятия
    • Перевод
    • Стать партнером
    • Услуги для партнеров
    • Зарегистрировать бухгалтерскую фирму
    Услуги
    • Найти партнера
    • Найти бухгалтера
    • Встреча с экспертом
    • Услуги по внедрению
    • Отзывы клиентов
    • Поддержка
    • Обновления
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Заказать демонстрацию
  • Цены
  • Поддержка

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Бухгалтерия
  • Склад
  • PoS
  • Проекты
  • MRP
All apps
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Все посты Люди Значки
Теги (Смотреть все)
odoo accounting v14 pos v15
Об этом форуме
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Все посты Люди Значки
Теги (Смотреть все)
odoo accounting v14 pos v15
Об этом форуме
Помощь

Override Many2ManyListView under web.form_relational !!

Подписаться

Получайте уведомления о появлении активности в этом посте

Этот вопрос был отмечен
widgetjs
1 Ответить
4850 Представления
Аватар
Pawan

Hello guys,

I have a requirement in which i have to override Many2ManyListView class from "web/static/src/js/views/form_relational_widget.js" under "web.form_relational"

But as web.form_relational does not return 'Many2ManyListView'(so i can't use '.' notation to access) nor its adding it in form_registery(to access it from registery), i am not getting the correct  way to override 'Many2ManyListView'


Any help would be appreciated...


Thanks!

0
Аватар
Отменить
Аватар
Axel Mendoza
Лучший ответ

*** update that works directly without more investigation, i will left the original answer as a reference ***

Odoo class/widget functions extend and include have something in common. That is that both functions apply the received javascript object properties to the class/widget. The difference between those Odoo class/widget functions is that the extend function is used to get a copy of the Odoo class/widget with the modifications without been modify the original class/widget by returning the modifications in a new class/widget. The include function will do the modifications in place to the class/widget without returning anything new.

To reach the class/widget Many2ManyListView for been able to use extend or include functions the best way is using the following code:

var core = require('web.core');

var FieldMany2Many = core.form_widget_registry.get('many2many')

var extention_not_done = false;

FieldMany2Many.include({

init: function() {

this._super.apply(this, arguments);

//if(extention_not_done){

     if(!extention_not_done){

var Many2ManyListView = this.x2many_views.list;

// use include to modify the original

Many2ManyListView.include({

});

// or use extend to create a copy with the modifications

var Many2ManyListView_New = Many2ManyListView.extend({

});

extention_not_done = true;

}

}

});

That technique consist of using an include extension to the FieldMany2Many init and call the original init function by calling the super so the class widget will be initialized and you could then access to the original Many2ManyListView class/widget. Just need a check due the init of the FieldMany2Many will be called by many times and we don't wanna applying the extension to the Many2ManyListView several times, we just need one.

*** original answer ***

Try it this way:

var core = require('web.core');

var FieldMany2Many = core.form_widget_registry.get('many2many')

var Many2ManyListView = new FieldMany2Many(args).x2many_views.list

/*** examples ***/

Many2ManyListView.include({

});

var Many2ManyListView_New = Many2ManyListView.extend({

});

With tha code you just need to investigate what need to be passed as args for the FieldMany2Many instantiation and you will be able to call the include or extend on the retrieved Many2ManyListView 

1
Аватар
Отменить
Pawan
Автор

Thanks a lot axel, frankly i was expecting an answer from you....

what i have done is returned Many2ManyListView also from form_relational(knowing that is not the correct way, but it worked somehow.)

anyway will try it soon and update u...

thanks

Pawan
Автор

One more thing, can just explain a difference between this include n extend.. how it works programmaticaly ...

Axel Mendoza

sure, let me answer your question about the difference of include and extend with an answer update since I found a direct solution to the original problem that directly works

Axel Mendoza

check it now the previous answer updates

Pawan
Автор

Thanks Axel, it worked very well, just a modification needed(inplace of "if(extention_not_done)", it should be "if(!extention_not_done)", which i have updated), rest everything is fine..

Thanks once again...

Axel Mendoza

please don't forget to accept and upvote the answer if it was helpful

Pawan
Автор

And regarding extend and include i have noticed one more thing, when we use 'extend' it is not calling the overriding method as in above case for Many2ManyListView, i was trying to override do_activate_record by extending Many2ManyListView, but it is not calling overriding method(still going with the base method),

do you have any idea why is ti happening so...?

Axel Mendoza

read carefully what I wrote about that, extend will not modify the original class/widget, it will return a new class/widget with the modifications

Pawan
Автор

oh.. ok , i missed, thanks once again...

Не оставайтесь в стороне – присоединяйтесь к обсуждению!

Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!

Регистрация
Похожие посты Ответы Просмотры Активность
Extending/Overriding public widgets.
widget js
Аватар
Аватар
1
мая 23
8382
problem with bind a js widget and xml Template to add it in html dev
widget templates js
Аватар
Аватар
1
июн. 23
3772
Sign App won't display PDF while custom JS widget added to the SystrayMenu
widget js sign
Аватар
0
янв. 21
3462
Error: "Could not find client action MyWidget" in widget [Odoo 12.0alpha1+e]
widget js master
Аватар
Аватар
Аватар
2
дек. 19
9232
How to Inheirt SectionAndNoteListRenderer function to include my custom code Решено
widget js render
Аватар
Аватар
1
дек. 19
6426
Сообщество
  • Видео уроки
  • Документация
  • Форум
Открытый исходный код
  • Скачать
  • Github
  • Runbot
  • Перевод
Услуги
  • Хостинг Odoo.sh
  • Поддержка
  • Обновление
  • Индивидуальные решения по доработке
  • Образование
  • Найти бухгалтера
  • Найти партнера
  • Стать партнером
О нас
  • Наша компания
  • Активы бренда
  • Cвяжитесь с нами
  • Вакансии
  • Мероприятия
  • Подкаст
  • Блог
  • Клиенты
  • Правовые документы • Конфиденциальность
  • Безопасность
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo – это набор бизнес-модулей с открытым исходным кодом, который закроет все потребности вашей компании: CRM, E-commerce, Бухгалтерия, Склад, POS, управление проектами и др.

Odoo сочетает в себе простоту использования и полную интеграцию всех бизнес-процессов в одной системе.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now