[ADD] images

[FIX] depends with product_warranty 
[UPDATE] module infos
This commit is contained in:
manu
2011-10-13 11:01:22 +02:00
parent f6386b1660
commit 8281c6ff72
7 changed files with 13 additions and 5 deletions

View File

@@ -27,11 +27,19 @@
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'description': """
Add product return functionalities, product exchange and aftersale outsourcing to CRM claim
Akretion - Emmanuel Samyn
Management of Return Merchandise Authorization (RMA) in OpenERP.
Upgrade the standard crm_claim module to add :
* product returns (one by one, mass return by lot, mass return by invoice)
* warranty control & return address (based on invoice date and product form)
* product picking in / out
* product refund
* product exchange
* access to related customer data (orders, invoices, refunds, picking in/out)
""",
'author': 'Akretion - Emmanuel Samyn',
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['sale','stock','crm_claim'],
'depends': ['sale','stock','crm_claim','product_warranty'],
'init_xml': ['rma_substate_data.xml',],
'update_xml': [
'wizard/returned_lines_from_serial_wizard_view.xml',
@@ -43,7 +51,6 @@ Add product return functionalities, product exchange and aftersale outsourcing t
'wizard/get_empty_serial_view.xml',
'crm_claim_rma_view.xml',
# 'security/ir.model.access.csv',
# 'report/crm_claim_report_view.xml',
],
@@ -51,6 +58,7 @@ Add product return functionalities, product exchange and aftersale outsourcing t
# 'crm_claim_demo.xml',
],
# 'test': ['test/test_crm_claim.yml'],
'images': ['images/product_return.png', 'images/claim.png','images/return_line.png','images/exchange.png'],
'installable': True,
'active': False,
}

View File

@@ -145,7 +145,7 @@ class return_line(osv.osv):
print "brand"
else :
print "popup erreur suppl"
# raise osv.except
self.write(cr,uid,ids,{'warranty_return_partner' : return_address})
return True

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB