odoo/addons/mrp
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
report Added new fields sale_name,sale_ref in mrp.production ,Created new Report : Production Order 2008-09-18 16:21:54 +05:30
scripts Merged C2C Security 2008-09-02 23:47:21 +02:00
security rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
wizard The following modules are merged:: 2008-09-16 17:15:13 +05:30
__init__.py Improved Scheduler 2008-09-09 11:11:44 +02:00
__terp__.py The following modules are merged:: 2008-09-16 17:15:13 +05:30
company.py middingfiles 2008-09-09 11:23:59 +02:00
company_view.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
mrp.py Improvement : 2008-09-26 15:55:10 +05:30
mrp_data.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
mrp_demo.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
mrp_order_point.xml Added demo data to solve error of location_id on mrp module 2008-09-11 19:08:25 +05:30
mrp_report.xml Added new fields sale_name,sale_ref in mrp.production ,Created new Report : Production Order 2008-09-18 16:21:54 +05:30
mrp_view.xml improveview 2008-09-24 11:22:17 +02:00
mrp_wizard.xml The following modules are merged:: 2008-09-16 17:15:13 +05:30
mrp_workflow.xml rename the tag <terp/> by <openerp/> 2008-09-10 19:56:00 +02:00
schedulers.py Improvement : 2008-09-26 15:55:10 +05:30