~camptocamp/openerp-rma/7.0-crm_claim_rma-fix-lp1317045_rde

« back to all changes in this revision

Viewing changes to crm_claim_rma/__openerp__.py

  • Committer: Joel Grand-Guillaume
  • Date: 2013-11-14 10:07:54 UTC
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: joel.grandguillaume@camptocamp.com-20131114100754-9vb3p3q2i8m2k9ya
[IMP] Split the mass return in a new module
[IMP] Split the new location added on WH in a new module for advance location management
[IMP] Clean the wizards code in crm_claim_rma
[IMP]move wizard in the new module and adapt the view and buttons

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
{
23
 
    'name': 'Claim RMA (Product Return Management)',
 
23
    'name': 'RMA Claim (Product Return Management)',
24
24
    'version': '1.1',
25
25
    'category': 'Generic Modules/CRM & SRM',
26
26
    'description': """
33
33
the return of differents products. It's for every of them that you'll be able to check the 
34
34
warranty (still running or not).
35
35
 
36
 
It mainly contain the following features :
37
 
* product returns (one by one, mass return by lot, mass return by invoice)
 
36
It mainly contain the following features:
 
37
 
 
38
* product returns (one by one, mass return by invoice)
38
39
* warranty control & return address (based on invoice date and product form)
39
40
* product picking in / out
40
41
* product refund
41
42
* access to related customer data (orders, invoices, refunds, picking in/out)  from a claim
42
43
 
 
44
Using this module make the logistic flow of return this way:
 
45
 
 
46
 * Returning product goes into Stock or Supplier location with a incoming shipment (depending
 
47
   on the settings of the supplier info in the product form)
 
48
 * You can make a delivery from the RMA to send a new product to the Customer
 
49
 
43
50
""",
44
51
    'author': 'Akretion, Camptocamp',
45
 
    'website': 'http://www.akretion.com',
 
52
    'website': 'http://www.akretion.com, http://www.camptocamp.com',
46
53
    'depends': ['sale','stock','crm_claim','product_warranty'],
47
54
    'data': [
48
55
                'wizard/claim_make_picking_view.xml',
49
 
                'wizard/claim_make_picking_from_picking_view.xml',
50
 
                'wizard/returned_lines_from_serial_wizard_view.xml',
51
56
                'crm_claim_rma_view.xml',
52
57
                'security/ir.model.access.csv',
53
58
                'account_invoice_view.xml',