There is no officially published list of new functionality. For now we can only speculate. One thing is certain the ‘new’ API would be the ONLY API supported in Odoo 9. Backward compatibility will be removed in Odoo 9 and all future modules must be developed using the ‘new’ API.
Update from #OdooExperience is that the “old API” will be supported until v10 or v11.
Fabien Pinckaers latest comments about Odoo 9 are that there is no deadline.Odoo will release new version when it’s ready. Most probably in 2015. You can read full comment here.
Friday, May 8, 2015 – Update about release date by Alexandre Vandermeersch on behalf of Odoo s.a. management team:
We expect the Odoo 9 release (both editions) to happen around August-September.
– New drag and drop Gantt and smart capacity planning
– An improved forum with social network integration
– UX improvements
– New functionalities & usability improvements in new summernote website editor.
– New call-to-actions for landing pages
– Project management updates
– Call-to-actions for other pages (eg. a bounceexchange clone…)
– A much better mass mailing app (new email designer, more stats)
– A tracking system from visitors to invoice (even before visitors become leads)
– A rule based scoring system for leads (inspired by kissmetrics)
– An open source slideshare clone (share presentations, videos, docs)
– Electronic Signature for contracts, employment contracts, nda…
– Mask designer
– A versioning and A\B testing tool for CMS
Odoo 9 lets you create different versions of your website, save all modifications in various versions, retrieve them or delete the versions. Now you’ll never lose any changes you make to your website. Odoo 9 allows you to test different versions of your website and to choose the best one by simply using A/B testing.
Configure Odoo smtp server per user with #netjunky mail_server module.
You can still use other mail servers for mass mailing and system messages.
Setup is simple.
1) Make sure to check the technical features box for administrator user.
Settings/Users/Administrator/Technical Features
You can use #netjunky module company_setup for initial company setup.
This module will check the technical features box for administrator user automatically during installation.
With #netjunky mail_server module Odoo mass mailing server can be different from default Odoo mail server.
This kind of functionality allows you to setup one mail server for everyday use and the other for mass mailing.
If document model is mail.mass_mailing.contact email is sent through mass mailing server.
You can use for example mandrill (first 12,000 emails per month are always free) or other transactional email service for mass mailing.
1) Make sure to check the technical features box for administrator user.
Settings/Users/Administrator/Technical Features
You can use #netjunky module company_setup for initial company setup.
This module will check the technical features box for administrator user automatically during installation.
This is third article about creating setup module for odoo.
You can create setup module for odoo and check the technical features box for administrator user.
There is no need for installing modules one by one and after that change company name, address, phone numbers, vat number, logo etc.
With this code you can check the technical features box for administrator user:
This is first article about creating setup module for odoo.
You can create setup module for odoo and change company logo or add other customizations (module dependencies etc.).
There is no need for installing modules one by one and after that change company name, address, phone numbers, vat number, logo etc.
Please refer the following link to learn about creating a module in Odoo 8:
Recent Comments