odoo/addons/sale_stock
Denis Ledoux ac0e22bd6c [FIX] sale_stock,stock: change model to stock.picking.out of deliveries to invoice view in sales
Deliveries to invoice in sales menu should display delivery order only (no incoming shipment). This was already the case thanks to the domain [('type','=','out')], but since the refactor of the module stock, and the division of stock.picking to stock.picking.in and stock.picking.out, the model of this view should be stock.picking.out instead of stock.picking (for instance, to get the actions binding (ir.values) of stock.picking.out model).
+ typo fix in action binding

bzr revid: dle@openerp.com-20131206111336-dg01y92jvjnxy5oi
2013-12-06 12:13:36 +01:00
..
i18n Launchpad automatic translations update. 2013-12-04 05:56:42 +00:00
process [REF] sale_stock: removing of dead code and correction of documentation (process) linked to the invoicing after delivery of a sale order 2013-04-04 17:14:51 +02:00
report [FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause 2013-11-05 11:30:11 +01:00
security
test [IMP] various changes 2013-05-28 15:15:59 +02:00
__init__.py
__openerp__.py [IMP]sale_stock:make visible menu Deliveries to Invoice while group_invoice_deli_orders field is true 2012-11-22 14:52:14 +05:30
company.py [FIX] sale_stock,purchase: review help string + remove incorrect fallback to local TZ 2013-04-04 11:21:34 +02:00
company_view.xml
res_config.py [FIX] {account, sale_stock}: res_config: set_default as SUPERUSER_ID. check user group to avoid passthrough access rights security 2013-11-29 16:47:14 +01:00
res_config_view.xml
sale_stock.py [FIX] sale_stock: procuremenr.order object does not have a `property_ids` field. This field is added by `mrp` module, which we do not depend of. 2013-11-12 12:56:35 +01:00
sale_stock_data.xml
sale_stock_demo.xml
sale_stock_view.xml [FIX] all: change confusing labels on Cancel buttons in form views 2013-03-04 19:44:31 +01:00
sale_stock_workflow.xml
stock.py [FIX] [sale_stock]: When we create group invoice from delivery order, it is taking customer reference only one which is defined while creating sale order. 2013-10-31 11:17:56 +05:30
stock_view.xml [FIX] sale_stock,stock: change model to stock.picking.out of deliveries to invoice view in sales 2013-12-06 12:13:36 +01:00