mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
23 lines
683 B
Python
23 lines
683 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', 'sale_purchase'],
|
|
'data': [
|
|
'views/purchase_views.xml',
|
|
],
|
|
'demo': ['demo/purchase_recurring_demo.xml'],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|