odoo/addons/delivery
Harshad Modi abf2c94f97 Improvement :
* Purchase Order from scheduler: use tax from partner if any.  
* Report Purchase Order: if address, it uses the name of the company and the address of the customer. Change to use the name of the customer.
* Print Packing List: don't display the lines with state=confirmed (only assigned) 
* When invoice on picking: if I generate invoice on the sale order, it must set the pickings as invoiced 
* When invoicing from picking: sale order lines stays as 'To be Invoiced'
* make new method to get partner property field data same like getting address on partner module and fetch property using this function on needed on onchange partner on sale, purchase module
* on delivery module, take taxes from partner if partner has default tax other wise take from delivery product when creation invoice line 
* on overdue payment report, tel no is display with company invoice address's tel no
* Purchase Order from scheduler : assign note of purchase order line with product purchase description 
* product model : all description should be translatable 
* fixed bug : on scheduler.py file on mrp module ( got error when select Auto orderpoint on scheduling wizard)
* fixed bug : on product available function on stock module ( got error when call it with field_name=None )

bzr revid: hmo@tinyerp.com-20080926102510-nrjwloh0ojkl4hgn
2008-09-26 15:55:10 +05:30
..
i18n update po files 2008-09-11 17:49:50 +02:00
security Better Security Rules 2008-09-04 00:46:50 +02:00
wizard Improvement : 2008-09-26 15:55:10 +05:30
__init__.py add encoding comment and vim comment 2008-07-23 16:41:47 +02:00
__terp__.py Improved Security 2008-09-04 01:26:31 +02:00
delivery.py Improvement on delivery grid tree view 2008-09-20 17:21:20 +05:30
delivery_data.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
delivery_demo.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
delivery_view.xml Improvements 2008-09-23 22:56:51 +02:00
delivery_wizard.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
partner.py Small Improvements 2008-08-27 00:18:32 +02:00
partner_view.xml merge 2008-09-16 12:37:53 +02:00
sale.py add encoding comment and vim comment 2008-07-23 16:41:47 +02:00
stock.py Improvement : 2008-09-26 15:55:10 +05:30