Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.07 KB

Release_2_6_0.md

File metadata and controls

36 lines (25 loc) · 1.07 KB

Overview

  • Version number: 2.6.0

Goals

Framework

  • Support different tables for Property fields
  • WSGI
  • Replace request with real email with any MUA (through IMAP) and MDA (procmail like) (Email Integration)
  • Use classes in pool and replace instance method by class method (Active Record)
  • Add context management in Proteus
  • Implement methods on relation fields in Proteus (add, remove, new etc.)
  • Use python-sql
  • Add GIS support
  • Change constraints API for improved error messages

Modules

account

  • Don't allow mixing account chart of different companies
  • Change code rules on taxes to use a one2many instead of fixed fields
  • Add a sequence on tax code

purchase

  • Add historization of quotation
  • Allow to customize purchase.product_supplier to handle delivery_time depending of quantity
  • Cancel draft moves and draft invoices when canceling purchase order

sale

  • Add historization of quotation
  • Cancel draft moves and draft invoice when canceling sale order