22 lines
641 B
Python
22 lines
641 B
Python
|
# Part of Flectra. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
{
|
||
|
'name': 'Purchase Order Recurring',
|
||
|
'version': '1.0',
|
||
|
'category': 'Extra Tools',
|
||
|
'summary': 'Create recurring of purchase order',
|
||
|
'description': """
|
||
|
Purchase Order Recurring allows to automatically create recurring of
|
||
|
any particular purchase order
|
||
|
""",
|
||
|
'author': 'FlectraHQ',
|
||
|
'website': 'https://www.flectrahq.com/',
|
||
|
'depends': ['recurring', 'purchase'],
|
||
|
'data': [
|
||
|
'views/purchase_views.xml',
|
||
|
],
|
||
|
'demo': ['demo/purchase_recurring_demo.xml'],
|
||
|
'installable': True,
|
||
|
'auto_install': False,
|
||
|
}
|