← Back to team overview

openerp-community-reviewer team mailing list archive

Re: lp:~acsone-openerp/stock-logistic-warehouse/7.0-port-stock_available_immediately into lp:stock-logistic-warehouse

 

Nice, thanks for the port.

Some deprecated things are still there.


"product_immediately_usable()" Can be removed


<field name="type">.+</field> in views too.


+ "init_xml": [],
+ "demo_xml": [],
+ "update_xml": ["product_view.xml", ],
can be replaced by 
  "data": ["product_view.xml",
           ]
-- 
https://code.launchpad.net/~acsone-openerp/stock-logistic-warehouse/7.0-port-stock_available_immediately/+merge/202857
Your team Stock and Logistic Core Editors is requested to review the proposed merge of lp:~acsone-openerp/stock-logistic-warehouse/7.0-port-stock_available_immediately into lp:stock-logistic-warehouse.


References