Files
stock-rma/rma_purchase/__manifest__.py
Lois Rilo e0647a7381 [9.0] rma_purchase: add purchase_policy
cherry-pick 2100329188e45bf465d43b47c7e45cdb5041bc11
2020-12-24 13:34:58 +05:30

23 lines
687 B
Python

# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
{
'name': 'RMA Purchase',
'version': '11.0.1.0.0',
'category': 'RMA',
'summary': 'RMA from PO',
'license': 'LGPL-3',
'author': 'Eficent, Odoo Community Association (OCA)',
'website': 'http://www.github.com/OCA/rma',
'depends': ['rma_account', 'purchase'],
'data': [
'security/ir.model.access.csv',
'views/rma_operation_view.xml',
'views/rma_order_view.xml',
'views/rma_order_line_view.xml',
'wizards/rma_add_purchase.xml'
],
'installable': True,
'auto_install': True,
}