Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.74 KB

Release_2_0_0.md

File metadata and controls

53 lines (36 loc) · 1.74 KB

Overview

  • Version number: 2.0.0

Goals

Framework

  • Improve default value and constraint based on view domain (reverse domain)
  • Change action in workflow to used named function instead of evaluated python code
  • Add button definition on Models instead on View
  • Replace request with real email with any MUA (through IMAP) and MDA (procmail like) (Email Integration)
  • Replace search widgets by a single widget
  • Implement a connection manager
  • Add Drag and Drop in tree view
  • Use classes in pool and replace instance method by class method
  • Add context management in Proteus
  • Implement methods on relation fields in Proteus (add, remove, new etc.)
  • Replace nested view by reference id

Modules

account_invoice

  • Add a reference field on the invoice to provide links to other models (e.g. sale, purchase)
  • Store function fields when invoice is in read-only state

account

  • Change code rules on taxes to use a one2many instead of fixed fields
  • Add a sequence on tax code

production

  • Integrate production module

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
  • Store function fields when purchase is in read-only state

sale

  • Add historization of quotation
  • Cancel draft moves and draft invoice when canceling sale order
  • Store function fields when sale is in read-only state

stock

  • Store move quantity in default uom to compute faster
  • Add an indexed period on move with automatic creation and default duration defined on company