- It seems as in Odoo 13, wkhtml2pdf will replace by chrome headless: https://github.com/odoo/odoo/pull/32624
- Possible to disable the import option for specific view by adding import="0" attribute in the tree tag. https://github.com/odoo/odoo/commit/55676110c8787dfafd34a6508b207952f5c5eb88
Ex: <tree import="0">
- Possible that onchange will no more in odoo13, Instead of onchange, compute will be used with store=True. https://github.com/odoo/odoo/pull/32323
- Disable onchange for specific view
on_change=”false” <field name=”employee_id” on_change=”false”/>
- Passing of context as keyword argument is mandatory in RPC calls. Before v13 it was optional but since v13, RPC calls must pass `context` as a keyword argument.
- New option added to automatically expand all the records while performing the Group By.
Ex: <tree expand="1">
- Aggregate attributes in tree view, avg,sum,min,max
<field name=”subtotal” avg=”sub”/>
- .PO files for translations are removed from #odoo13 and instead of it, #Odoo will use #polib python library
- A sudo without changing user in #odoo!! Hopefully in v13. We won't need anymore (link: https://github.com/OCA/server-backend/tree/12.0/base_suspend_security) github.com/OCA/server-bac…
- #Odoo 13 will add a lot more support/help to debug problems with security access. Support for warnings about rules, related fields, groups and security records! See
- In Odoo 13.0, no more selection fields backed as integer columnshttps://github.com/odoo/odoo/pull/29039 … #odoo
- A new implementation of prefetching is on its way for #Odoo 13. Records come with a simpler data structure for prefetching, namely record._prefetch_ids, which is an iterable of record ids to prefetch.
- <groupby name="groupedField"> <!-- must be a many2one --> <button type="object" name="my_method" string="Button1"/> </groupby>
- In #Odoo13 binary fields will be stored as attachments by default.
- no more support for http://api.one from #Odoo13.
- In #Odoo13, There will be a new Decimal Precision for Volume. In older versions, on products, it is always set to 2. Some users that work on more precise volume would like to increase it.https://github.com/odoo/odoo/commit/c1a5221ba212ae4099c21beb56451447b03016b7 … #Odoo#OdooUpdates
- Odoo13 will come with a new CLI option for migration path.
- #Odoo 13 will get a huge jQuery upgrade from V1.11.1 to V3.3.1 (the latest version)! See
No comments:
Post a Comment