mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[ADD] images
[FIX] depends with product_warranty [UPDATE] module infos
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
BIN
crm_claim_rma/images/claim.png
Normal file
BIN
crm_claim_rma/images/claim.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
BIN
crm_claim_rma/images/exchange.png
Normal file
BIN
crm_claim_rma/images/exchange.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
BIN
crm_claim_rma/images/product_return.png
Normal file
BIN
crm_claim_rma/images/product_return.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
BIN
crm_claim_rma/images/product_warranty.png
Normal file
BIN
crm_claim_rma/images/product_warranty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
BIN
crm_claim_rma/images/return_line.png
Normal file
BIN
crm_claim_rma/images/return_line.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
Reference in New Issue
Block a user