v 7.0 v 8.0 v 9.0 v 11.0 v 12.0 Third Party 5799
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 88
Technical Name web_one2many_kanban
LicenseAGPL-3
Websitehttp://www.serpentcs.com
Versions 11.0 12.0 13.0 7.0 9.0 8.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 88
Technical Name web_one2many_kanban
LicenseAGPL-3
Websitehttp://www.serpentcs.com
Versions 11.0 12.0 13.0 7.0 9.0 8.0

Web One2many Kanban

"Display One2many records in kanban view"

Functionality

This module is developed to extend the functionality of kanban view.

It fill the gaps at certain extent by allowing to display one2many records in kanban view.


This is the one2many records which is displayed in form view.
You need to define one2many field in kanban view definition and use for loop(same way we use in qweb) to display fields in kanban view.
Example:
<t t-foreach="record.one2manyfield.raw_value" t-as="o">
    <t t-esc="o.name"/>
    <t t-esc="o.many2onefield[1]"/>

</t>
After installing this module kanban view one2many record will be display like.
Check out our various Odoo Services below
 
Odoo Consulting Gap Analysis and BPR Odoo Implementation Integration with E-Commerce Odoo Technical Training
Offshore & Onsite Development Support and Maintenance Hire Dedicated Odoo Developer Payment Gateway Integrations Odoo Functional Training
Odoo Mobile App Development Odoo Manual Testing Odoo Automated Testing Integration with Shipping API Installation & Hosting
 
Check out our various Odoo Based Products
 
Restaurant Management Property Management Visa Agency Management Singapore Localization School, University Management
Construction Management Fleet Management Medical ERP Hotel Management Human Resource Management
Field Service Management Spa & Salone Management Ringcentral telephone integration Customer Relationship Talent Management
 
For any questions, support and development contact us.
 
(+91) 98793-54457, (+91) 90334-72982 +91-79-2975-0867 contact@serpentcs.com www.serpentcs.com www.serpentcs.in www.odooqa.com
WhatsApp, Telegram or Call 24X7 Help! Send Mail Browse our Services Browse our Products QA Services
 

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.
There are no ratings yet!
thank your
by
Jeffry Jesus De La Rosa
on 3/3/20, 10:51 PM

it work, but How I set the field monetary... or float way, widget and t-options doesn't work

Re: thank your
by
Jay Vora - SerpentCS
on 3/4/20, 12:40 AM Author

Jeffry, We are already in touch on support@serpentcs.com channel, its good to connect there. Thanks.


Installing on Comunity Edition CRASH
by
Jeffry Jesus De La Rosa
on 3/3/20, 10:04 PM

I've already installed on comunity edition and crashed to on accounting module when the Kanban on overview is active.


Installing on Comunity Edition CRASH
by
Jeffry Jesus De La Rosa
on 2/25/20, 7:41 PM

I've already installed on comunity edition and crashed to on accounting module when the Kanban on overview is active.


I don't need journal purpose,
by
Jeffry Jesus De La Rosa
on 2/23/20, 6:00 PM

I don't really need on journal kanban purpose, I just need it on Product Kanban, which works perfectly well, but this app crush with accounting module. that's when the error come out. don't you have a skype or telegram ? in case my skype is jjdelarosa1

Re: I don't need journal purpose,
by
Jay Vora - SerpentCS
on 2/26/20, 9:40 AM Author

Actually, the need of the module is as a widget for specific views. If this disturbs other view, its a problem. Can we discuss on support@serpentcs.com? Thanks.


Traceback Error PUSH
by
Jeffry Jesus De La Rosa
on 2/23/20, 8:35 AM

This problem come just in accouting, on account.journal kanban. in other model work well. Uncaught TypeError: Cannot read property 'push' of undefined http://ip/web/content/648-f7fa6ba/web.assets_backend.js:1824 Traceback: TypeError: Cannot read property 'push' of undefined at Class._processWidget (http://ip/web/content/648-f7fa6ba/web.assets_backend.js:1824:264) at HTMLUnknownElement. (http://ip/web/content/648-f7fa6ba/web.assets_backend.js:1823:491) at Function.each (http://ip/web/content/316-adf9565/web.assets_common.js:625:767) at jQuery.fn.init.each (http://ip/web/content/316-adf9565/web.assets_common.js:613:643) at Class._processFields (http://ip/web/content/648-f7fa6ba/web.assets_backend.js:1823:201) at Object. (http://ip/web/content/648-f7fa6ba/web.assets_backend.js:3802:6) at fire (http://ip/web/content/316-adf9565/web.assets_common.js:796:299) at Object.add [as done] (http://ip/web/content/316-adf9565/web.assets_common.js:797:467) at Class._render (http://ip/web/content/648-f7fa6ba/web.assets_backend.js:3801:5) at Class.start (http://ip/web/content/648-f7fa6ba/web.assets_backend.js:1815:1256)

Re: Traceback Error PUSH
by
Jay Vora - SerpentCS
on 2/23/20, 3:09 PM Author

This isnt for Journal model. For what purpose are you willing to use in Journal ?


Currency format
by
Jeffry Jesus De La Rosa
on 2/22/20, 6:24 PM

How I use currency format


Error push Undifeine
by
Jeffry Jesus De La Rosa
on 2/22/20, 6:22 PM

I have Odoo EE, and only on Accounting Module, I have this error. Uncaught TypeError: Cannot read property 'push' of undefined

Re: Error push Undifeine
by
Jay Vora - SerpentCS
on 2/23/20, 6:16 AM Author

Jeffry, Is it on due to this module? Send the traceback here. Thanks.


@ Terry <t t-foreach ="record.order_line.raw_value" t-as="o">
by
Parvez Qureshi
on 12/3/19, 3:51 AM

You need to define "order_line" field in kanban view then you use order_line field in kanban view. eg.


<t t-foreach ="record.order_line.raw_value" t-as="o">
by
Terry
on 12/2/19, 11:11 PM

t t-foreach ="record.order_line.raw_value" t-as="o" t t-foreach ="record.order_line" t-as="o"


by
Terry
on 12/2/19, 11:10 PM

by
Terry
on 12/2/19, 11:10 PM

Both of the following two ways of writing are wrong. How should I write it?


Uncaught TypeError: Cannot read property 'raw_value' of undefined
by
Terry
on 12/2/19, 6:50 AM

by
Jay Vora - SerpentCS
on 6/28/19, 2:26 AM Author

This has been resolved, thank you Sahil.


Multiple One2many fields not working
by
Sahil
on 6/24/19, 6:25 AM

if in kanban there is only one ONE2MANY fields then it will work but if we use multiple ON2MANY fields then it will render only one fields data. Check this screen video and let me know where is error. https://www.screencast.com/t/zJdbFQGnP Thank you.